@charset "UTF-8";
/* ==========================================================================
 Reset
========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

:focus {
  outline: 0 none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none; }

img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  word-break: break-all;
  word-wrap: break-word;
  font-weight: normal; }

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none; }

select::-ms-expand {
  display: none; }

/* ==========================================================================
 Base
========================================================================== */
html {
  font-size: 0.625em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*@include mq('max','md') {
		transition: font-size 0.2s linear;
		font-size: calc(100vw / (750 / 10));
	}*/ }
  @media screen and (max-width: 20.3125em) {
    html {
      -webkit-transition: font-size 0.2s linear;
      transition: font-size 0.2s linear;
      font-size: calc(100vw / (325 / 9)); } }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

@font-face {
  font-family: "Anton-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../font/anton/Anton-Regular.ttf") format("truetype"); }

body {
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #333; }
  @media screen and (max-width: 46.875em) {
    body {
      font-size: 0.8rem; } }

input,
button,
textarea,
select {
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif; }

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  line-height: 0; }
  img.zoom {
    -webkit-transition: opacity 0.1s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.1s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.1s linear, transform 0.5s linear;
    transition: opacity 0.1s linear, transform 0.5s linear, -webkit-transform 0.5s linear;
    /*&:hover { 
			opacity: .8;
			transform: scale(1.2);
		}*/ }

a {
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #333; }
  a:active, a:hover {
    color: #333;
    text-decoration: none; }

a {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
  a:hover {
    opacity: 0.8; }
  a:not([href]):hover {
    opacity: 1; }


.tcenter{
    text-align: center;
}

.text_explain{
    padding: 1em;
    font-size: 1.6rem;
}
@media screen and (max-width: 46.875em) {
.text_explain{
   text-align: left;
   padding: 0;
}
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #333; }

/* Firefox 18- */
:-moz-placeholder {
  color: #333; }

/* Firefox 19+ */
::-moz-placeholder {
  color: #333; }

/* IE 10+ */
:-ms-input-placeholder {
  color: #333 !important; }

:placeholder-shown {
  color: #333; }

.is-hide {
  display: none !important; }

.c-animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }
  .c-animation--delay05 {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s; }
  .c-animation--delay1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .c-animation--delay2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .c-animation--delay3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .c-animation--delay4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .c-animation--delay5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .c-animation--delay6 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .c-animation--delay7 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .c-animation--delay8 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .c-animation--delay9 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .c-animation--delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .c-animation--ease {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }
  .c-animation--easeIn {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  .c-animation--easeOut {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  .c-animation--easeInOut {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  .c-animation--infinity {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .c-animation--200ms {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s; }
  .c-animation--400ms {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s; }
  .c-animation--600ms {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s; }
  .c-animation--800ms {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s; }
  .c-animation--1000ms {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .c-animation--1300ms {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
  .c-animation--backwards {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .c-animation--forwards {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .c-animation--both {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .c-animation--fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .c-animation--fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
  .c-animation--fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
  .c-animation--fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .c-animation--fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .c-animation--fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
  .c-animation--fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
  .c-animation--fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
  .c-animation--fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
  .c-animation--fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
  .c-animation--swing {
    -webkit-animation-name: swing;
    animation-name: swing; }

@-webkit-keyframes stroke {
  0% {
    fill: #eee;
    stroke-dashoffset: 1800; }
  10% {
    fill: transparent; }
  80% {
    fill: currentColor; }
  100% {
    fill: currentColor;
    stroke: transparent; } }

@keyframes stroke {
  0% {
    fill: #eee;
    stroke-dashoffset: 1800; }
  10% {
    fill: transparent; }
  80% {
    fill: currentColor; }
  100% {
    fill: currentColor;
    stroke: transparent; } }
  .c-animation--stroke {
    -webkit-animation: stroke 2s ease-in-out forwards;
    animation: stroke 2s ease-in-out forwards;
    stroke: #000;
    stroke-dasharray: 1800;
    stroke-dashoffset: 0;
    stroke-width: 1; }

.c-burger {
  position: relative;
  width: 45px;
  height: 38px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .c-burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .c-burger span:nth-of-type(1) {
      top: 0; }
    .c-burger span:nth-of-type(2) {
      top: 0;
      margin: auto;
      bottom: 0; }
    .c-burger span:nth-of-type(3) {
      bottom: 0; }
  .c-burger--type01.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
    top: 0px; }
  .c-burger--type01.is-active span:nth-of-type(2) {
    opacity: 0; }
  .c-burger--type01.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
    bottom: 4px; }
  .c-burger--type02.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-315deg);
    transform: translateY(15px) rotate(-315deg);
    top: 0px; }
  .c-burger--type02.is-active span:nth-of-type(2) {
    opacity: 0; }
  .c-burger--type02.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(315deg);
    transform: translateY(-15px) rotate(315deg);
    bottom: 4px; }
  .c-burger--type03.is-active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .c-burger--type03.is-active span:nth-of-type(1) {
      -webkit-transform: translateY(20px) rotate(-45deg);
      transform: translateY(20px) rotate(-45deg); }
    .c-burger--type03.is-active span:nth-of-type(2) {
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .c-burger--type03.is-active span:nth-of-type(3) {
      opacity: 0; }

.c-icon {
  display: inline-block; }
  .c-icon > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .c-icon > * > * {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .c-icon > * > *:first-child {
      -ms-flex-item-align: start;
      align-self: flex-start;
      line-height: 0; }
  .c-icon--right > * > *:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .c-icon--top > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .c-icon--bottom > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .c-icon--middle > * > *:first-child {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .c-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.c-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6); }

.c-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-left: -10px; }
  .c-pager__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0; }

.c-pagetop {
  position: fixed;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  opacity: 0;
  bottom: -40px; }
  @media screen and (max-width: 46.875em) {
    .c-pagetop {
      max-width: 39px; } }
  .c-pagetop:hover {
    text-decoration: none;
    opacity: 0.7; }

.c-table {
  width: 100%;
  table-layout: fixed;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000; }
  .c-table--noFoot {
    border-bottom: 1px solid #000; }
  .c-table__thead__tr__th {
    text-align: left;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #fff; }
  .c-table__thead__tr__td {
    text-align: center;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #fff; }
    .c-table__thead__tr__td:last-of-type {
      border-right-width: 0; }
  .c-table__tbody__tr__th {
    text-align: left;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    padding: 5px 10px 4px; }
  .c-table__tbody__tr__td {
    text-align: center;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #fff;
    padding: 5px 10px 4px; }
    .c-table__tbody__tr__td:last-of-type {
      border-right-width: 0; }
  .c-table__tfoot__tr__th {
    text-align: right;
    border-top: 1px solid #000r;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }
    .c-table__tfoot__tr__th--nobdr {
      border-right-width: 0; }
    .c-table__tfoot__tr__th:last-of-type {
      border-right-width: 0; }
  .c-table__tfoot__tr__td {
    text-align: right;
    padding: 7px 10px 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }
    .c-table__tfoot__tr__td--nobdr {
      border-right-width: 0; }
    .c-table__tfoot__tr__td:last-of-type {
      border-right-width: 0; }

.c-transform {
  -webkit-transform-origin: center center;
  transform-origin: center center; }
  .c-transform--rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

/*
 * Container style
 */
.ps {
  position: relative;
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

.ps__rail-x,
.ps__rail-y {
  opacity: 1; }

.ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

/* Slider */
.slick-slide {
  position: relative;
  margin: auto; }
  .slick-slide img {
    vertical-align: top;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto; }

/*.slick-list {
	position: relative;
	
    .slick-loading & {
        background: #fff slick-image-url("/js/digitalist/2018/ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  @media screen and (max-width: 46.875em) {
    .slick-prev,
    .slick-next {
      height: 20px;
      width: 20px; } }

.slick-prev {
  left: -50px;
  background: url(../img/icon_arrow01.png?20180626) center center no-repeat;
  background-size: 40px auto; }
  @media screen and (max-width: 46.875em) {
    .slick-prev {
      left: -30px;
      background-size: 20px auto; } }

.slick-next {
  right: -50px;
  background: url(../img/icon_arrow01.png?20180626) center center no-repeat;
  background-size: 40px auto;
  -webkit-transform: translate(0, -50%) rotateY(180deg);
  transform: translate(0, -50%) rotateY(180deg); }
  @media screen and (max-width: 46.875em) {
    .slick-next {
      right: -30px;
      background-size: 20px auto; } }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 46.875em) {
    .slick-dots {
      bottom: -20px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
    background-color: #959595;
    border-radius: 50px; }
    @media screen and (max-width: 46.875em) {
      .slick-dots li {
        height: 12px;
        width: 12px;
        margin: 0 7px; } }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 10px;
        height: 10px;
        font-family: "slick";
        font-size: 6px;
        line-height: 10px;
        text-align: center;
        color: #959595;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active {
      background-color: #fff; }
      .slick-dots li.slick-active button:before {
        color: #fff;
        opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.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 {
  -webkit-transform: translate3d(0, 0, 0);
  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; }

.p-bg--white {
  background-color: #fff; }

.p-bg--black {
  background-color: #000; }

.p-bg--red {
  background-color: #c42b37; }

.p-bg--yellow {
  background-color: #f79e1b; }

.p-bg--yellow02 {
  background-color: #777000; }

.p-bg--brown {
  background-color: #f9f7f2; }

.p-bg--gray {
  background-color: #434343; }

.p-bg--gray02 {
  background-color: #f8f8f8; }

.p-bg--gray04 {
  background-color: #eee; }

.p-bg--gray05 {
  background-color: #eff3f6; }

.p-bg--blue {
  background-color: #f7f9fd; }

.p-bg--blue02 {
  background-color: #2b68a3; }

.p-bg--blue03 {
  background-color: #79ac43; }

.p-bg--blue03 {
  background-color: #355364; }

.p-bg--blue04 {
  background-color: #d7dde0; }

.p-bg--blue05 {
  background-color: #edf2f7; }

.p-bg--blue06 {
  background-color: #072032; }

.p-bg--brown {
  background-color: #52342e; }

.p-bg--purple {
  background-color: #7e4e5c; }

.p-bg--purple02 {
  background-color: #5b4b7b; }

.p-bg--green {
  background-color: #4a6551; }

.p-bg--premium {
  background-color: #000;
  background-image: url(../img/premium_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top; }

.p-btn {
  margin: auto;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 14px;
  color: #333;
  cursor: pointer;
  background-color: transparent;
  line-height: 1.4;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, opacity 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, opacity 0.1s linear; }
  @media screen and (max-width: 46.875em) {
    .p-btn {
      padding: 7px 5px 6px; } }
  .p-btn:hover, .p-btn.is-current {
    color: #333; }
  .p-btn--red {
    padding-right: 5px;
    padding-left: 5px;
    background: #980e12;
    color: #fff; }
    .p-btn--red:hover, .p-btn--red.is-current {
      color: #fff; }
  .p-btn--green {
    padding-right: 5px;
    padding-left: 5px;
    background: #00af56; }
  .p-btn--yellow {
    padding-right: 5px;
    padding-left: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6ba17), to(#fef9e0));
    background: linear-gradient(180deg, #f6ba17, #fef9e0);
    border: 1px solid #bf9e37; }
  .p-btn--brown {
    padding-right: 20px;
    padding-left: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(83, 30, 4, 0.9)), to(rgba(84, 34, 16, 0.9)));
    background: linear-gradient(0deg, rgba(83, 30, 4, 0.9) 0%, rgba(84, 34, 16, 0.9) 100%); }
  .p-btn--orange {
    padding-right: 20px;
    padding-left: 20px;
    background: rgba(238, 136, 0, 0.9); }
  .p-btn--orange02 {
    padding-right: 5px;
    padding-left: 5px;
    background: #da4300; }
  .p-btn--gray {
    display: block;
    padding: 5px;
    border: 1px solid #898989;
    width: 100%;
    max-width: 640px;
    height: 65px;
    margin: auto; }
    @media screen and (max-width: 46.875em) {
      .p-btn--gray {
        height: 40px; } }
  .p-btn--double {
    position: relative;
    border: solid 1px #000;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 46.875em) {
      .p-btn--double {
        margin-bottom: 20px; } }
    .p-btn--double:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: solid 1px #dddddd;
      margin: 5px; }
      @media screen and (max-width: 46.875em) {
        .p-btn--double:after {
          width: calc(100% - 4px);
          height: calc(100% - 4px);
          border: solid 1px #dddddd;
          margin: 2px; } }
  .p-btn--bdr {
    -webkit-box-shadow: 0 0 0 2px #000, 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 2px #000, 0 0 0 0 transparent inset;
    border: 2px solid #fff; }
    .p-btn--bdr:hover, .p-btn--bdris-current {
      -webkit-box-shadow: 0 0 0 2px #000, 0 0 0 5px #000 inset;
      box-shadow: 0 0 0 2px #000, 0 0 0 5px #000 inset;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .p-btn--radius {
    border-radius: 5px; }
  .p-btn--sizeA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 345px;
    height: 65px;
    padding: 0; }
    @media screen and (max-width: 46.875em) {
      .p-btn--sizeA {
        max-width: calc(380px / 2);
        height: calc(90px / 2); } }
  .p-btn--sizeB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 345px;
    height: 64px;
    padding: 0; }
    @media screen and (max-width: 46.875em) {
      .p-btn--sizeB {
        max-width: calc(350px / 2);
        height: calc(70px / 2); } }
  .p-btn--sizeC {
    width: 100%;
    max-width: 180px;
    padding: 10px 0 11px; }
    @media screen and (max-width: 46.875em) {
      .p-btn--sizeC {
        max-width: 100px;
        padding: 5px 0 6px; } }
  .p-btn--hamburger {
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background-color: #fff; }
    @media screen and (max-width: 46.875em) {
      .p-btn--hamburger {
        display: inline-block; } }
    .p-btn--hamburger:hover {
      opacity: 0.8; }
    .p-btn--hamburger span {
      display: inline-block;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 25px;
      height: 5px;
      background-color: #a0a0a0; }
      .p-btn--hamburger span:nth-of-type(1) {
        top: 0; }
      .p-btn--hamburger span:nth-of-type(2) {
        top: 0;
        bottom: 0; }
      .p-btn--hamburger span:nth-of-type(3) {
        bottom: 0; }
    .p-btn--hamburger.is-active span:nth-of-type(1) {
      -webkit-transform: translateY(15px) rotate(-45deg);
      transform: translateY(15px) rotate(-45deg);
      top: -5px; }
    .p-btn--hamburger.is-active span:nth-of-type(2) {
      opacity: 0; }
    .p-btn--hamburger.is-active span:nth-of-type(3) {
      -webkit-transform: translateY(-15px) rotate(45deg);
      transform: translateY(-15px) rotate(45deg);
      bottom: -5px; }

.p-btnTxt {
  cursor: pointer;
  color: #333; }
  .p-btnTxt:hover {
    color: #333; }

.p-btnOpacity {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
  .p-btnOpacity:hover {
    opacity: 0.8; }

/* ==========================================================================
 icon
========================================================================== */
.p-icon--arrow {
  position: relative;
  padding-right: 65px; }
  .p-icon--arrow:after {
    content: "";
    background: url(../img/icon_arrow01.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--arrow:after {
        width: 15px;
        height: 15px; } }

.p-icon--arrow02 {
  position: relative;
  padding-right: 19px; }
  .p-icon--arrow02:after {
    content: "";
    background: url(../img/icon_arrow02.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 3px);
    right: 0px;
    width: 9px;
    height: 7px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--arrow02:after {
        width: 9px;
        height: 4.5px; } }

.p-icon--arrow03 {
  position: relative; }
  .p-icon--arrow03:after {
    content: "";
    display: block;
    background: url(../img/icon_arrow.svg) center center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-left: 15px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--arrow03:after {
        width: calc(30px / 2);
        height: calc(30px / 2);
        margin-left: calc(15px / 2); } }

.p-icon--arrow04 {
  position: relative; }
  .p-icon--arrow04:after {
    content: "";
    display: block;
    background: url(../img/icon_arrow.svg) center center no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    margin-left: 60px;
    margin-right: -55px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--arrow04:after {
        width: calc(28px / 2);
        height: calc(28px / 2);
        margin-left: calc(30px / 2);
        margin-right: calc(-30px / 2); } }

.p-icon--arrow04 {
  position: relative; }
  .p-icon--arrow04:after {
    content: "";
    background: url(../img/icon_arrow03.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 48px;
    height: 25px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--arrow04:after {
        width: 24px;
        height: 12.5px; } }
  .p-icon--arrow04.is-active:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.p-icon--club01 {
  position: relative;
  display: inline-block;
  padding-left: calc(43px + 20px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--club01 {
      padding-left: calc((47px / 2) + 10px); } }
  .p-icon--club01:after {
    content: "";
    background: url(../img/cat_ico_01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 43px;
    height: 36px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--club01:after {
        width: calc(47px / 2);
        height: calc(36px / 2); } }

.p-icon--club02 {
  position: relative;
  display: inline-block;
  padding-left: calc(47px + 20px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--club02 {
      padding-left: calc((47px / 2) + 10px); } }
  .p-icon--club02:after {
    content: "";
    background: url(../img/cat_ico_02.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 47px;
    height: 28px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--club02:after {
        width: calc(47px / 2);
        height: calc(28px / 2); } }

.p-icon--club03 {
  position: relative;
  display: inline-block;
  padding-left: calc(46px + 20px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--club03 {
      padding-left: calc((46px / 2) + 10px); } }
  .p-icon--club03:after {
    content: "";
    background: url(../img/cat_ico_03.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 28px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--club03:after {
        width: calc(46px / 2);
        height: calc(28px / 2); } }

.p-icon--club04 {
  position: relative;
  display: inline-block;
  padding-left: calc(39px + 20px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--club04 {
      padding-left: calc((39px / 2) + 10px); } }
  .p-icon--club04:after {
    content: "";
    background: url(../img/cat_ico_04.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 39px;
    height: 42px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--club04:after {
        width: calc(39px / 2);
        height: calc(42px / 2); } }

.p-icon--club05 {
  position: relative;
  display: inline-block;
  padding-left: calc(38px + 20px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--club05 {
      padding-left: calc((38px / 2) + 10px); } }
  .p-icon--club05:after {
    content: "";
    background: url(../img/cat_ico_05.png) center center no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 40px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--club05:after {
        background-size: contain;
        width: calc(38px / 2);
        height: calc(40px / 2); } }

.p-icon--service01 {
  position: relative;
  display: inline-block;
  padding-left: calc(56px + 15px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--service01 {
      padding-left: calc((78px / 2) + 10px); } }
  .p-icon--service01:after {
    content: "";
    background: url(../img/icon_service01.png) center center no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 51px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--service01:after {
        background-size: contain;
        width: calc(78px / 2);
        height: calc(71px / 2); } }

.p-icon--service02 {
  position: relative;
  display: inline-block;
  padding-left: calc(53px + 15px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--service02 {
      padding-left: calc((77px / 2) + 10px); } }
  .p-icon--service02:after {
    content: "";
    background: url(../img/icon_service02.png) center center no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 45px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--service02:after {
        background-size: contain;
        width: calc(77px / 2);
        height: calc(65px / 2); } }

.p-icon--service03 {
  position: relative;
  display: inline-block;
  padding-left: calc(51px + 20px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--service03 {
      padding-left: calc((51px / 2) + 10px); } }
  .p-icon--service03:after {
    content: "";
    background: url(../img/icon_service03.png) center center no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 51px;
    height: 51px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--service03:after {
        background-size: contain;
        width: calc(51px / 2);
        height: calc(51px / 2); } }

.p-icon--service04 {
  position: relative;
  display: inline-block;
  padding-left: calc(57px + 20px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--service04 {
      padding-left: calc((57px / 2) + 10px); } }
  .p-icon--service04:after {
    content: "";
    background: url(../img/icon_service04.png) center center no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 57px;
    height: 41px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--service04:after {
        background-size: contain;
        width: calc(57px / 2);
        height: calc(41px / 2); } }

.p-icon--newservice01 {
  position: relative;
  display: inline-block;
  padding-right: calc(40px + 5px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--newservice01 {
      padding-right: 0;
      padding-bottom: calc((66px / 2) + 10px); } }
  .p-icon--newservice01:after {
    content: "";
    background: url(../img/icon_newservice01.png) center center no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 41px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--newservice01:after {
        background: url(../img/sp/icon_newservice01.png) center center no-repeat;
        background-size: contain;
        width: calc(66px / 2);
        height: calc(66px / 2);
        left: 0;
        top: inherit; } }

.p-icon--newservice02 {
  position: relative;
  display: inline-block;
  padding-right: calc(35px + 10px); }
  @media screen and (max-width: 46.875em) {
    .p-icon--newservice02 {
      padding-right: 0;
      padding-bottom: calc((64px / 2) + 15px); } }
  .p-icon--newservice02:after {
    content: "";
    background: url(../img/icon_newservice02.png) center center no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 74px; }
    @media screen and (max-width: 46.875em) {
      .p-icon--newservice02:after {
        background: url(../img/sp/icon_newservice02.png) center center no-repeat;
        background-size: contain;
        width: calc(137px / 2);
        height: calc(64px / 2);
        left: 0;
        top: inherit; } }

.p-icon--star {
  position: relative;
  display: inline-block;
  padding-left: 15px; }
  .p-icon--star:after {
    content: "★";
    color: #bf9e37;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0; }
    @media screen and (max-width: 46.875em) {
      .p-icon--star:after {
        width: 9px;
        height: 4.5px; } }

.p-icon--close {
  display: block;
  position: absolute;
  cursor: pointer;
  background: url(../img/icon_close.png) center center no-repeat;
  background-size: contain;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px; }

.p-icon--close02 {
  display: block;
  position: absolute;
  cursor: pointer;
  background: url(../img/icon_close02.png) center center no-repeat;
  background-size: contain;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px; }
  @media screen and (max-width: 46.875em) {
    .p-icon--close02 {
      top: 15px;
      right: 10px;
      width: 25px;
      height: 25px; } }

.p-line--white {
  border-top-width: 1px;
  border-top-color: #fff;
  border-top-style: solid; }

.p-line--white02 {
  border-right-width: 1px;
  border-right-color: #fff;
  border-right-style: solid; }
  @media screen and (max-width: 46.875em) {
    .p-line--white02 {
      border-right-width: 0px;
      border-bottom-width: 0px;
      border-bottom-color: #fff;
      border-bottom-style: solid; } }

.p-line--gray {
  border-radius: 20px;
  border-width: 1px;
  border-color: #c9c9c9;
  border-style: solid; }

.p-line--gray02 {
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  border-bottom-style: solid; }

.p-line--gray03 {
  border-width: 1px;
  border-color: #333333;
  border-style: solid; }

.p-line--gray04 {
  border-top-width: 1px;
  border-top-color: #333333;
  border-top-style: solid; }

.p-line--yellow {
  border-width: 1px;
  border-color: #bf9e37;
  border-style: solid; }

.p-line--yellow02 {
  border-width: 2px;
  border-color: #bf9e37;
  border-style: solid; }

.p-line--yellow03 {
  border-width: 2px;
  border-color: #6c5f34;
  border-style: solid; }

.p-line--black {
  border-width: 1px;
  border-color: #000;
  border-style: solid; }

.p-line--black02 {
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid; }

.p-line--blue {
  border-width: 2px;
  border-color: #091133;
  border-style: solid; }

.p-line--blue02 {
  border-width: 5px;
  border-color: #79ac43;
  border-style: solid; }

.p-line--blue03 {
  border-top-width: 1px;
  border-top-color: #79ac43;
  border-top-style: solid; }

.p-line--blue04 {
  border-width: 2px;
  border-color: #79ac43;
  border-style: solid; }

.p-line--red {
  border-width: 5px;
  border-color: #c42b37;
  border-style: solid; }

.p-line--none {
  border-right-width: 0; }

/* ==========================================================================
 list
========================================================================== */
.p-list {
  font-size: 1.4rem; }
  .p-list--item {
    display: inline-block; }
    .p-list--item:after {
      content: "／"; }
    .p-list--item:last-of-type:after {
      display: none; }

/* ==========================================================================
 pop
========================================================================== */
.p-pop {
  height: 550px;
  overflow-y: auto; }
  @media screen and (max-width: 46.875em) {
    .p-pop {
      height: auto; } }
  .p-pop--type02 {
    height: auto;
    position: relative;
    padding: 100px 110px 80px; }
    @media screen and (max-width: 46.875em) {
      .p-pop--type02 {
        height: auto;
        padding: 60px 10px 40px; } }

.js-modalBox {
  margin: 20px auto !important; }

.js-modalWrap {
  padding: 0 20px; }

/* ==========================================================================
 txt abcdefghijklmnopqrstuvwxyz size-scale(16vw) size-half(16vw)
========================================================================== */
.p-txt {
  font-size: 1.6rem; }
  @media screen and (max-width: 46.875em) {
    .p-txt {
      font-size: 1.3rem; } }
  .p-txt--headerSizeA {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--headerSizeA {
        font-size: 1.4rem; } }
  .p-txt--headerSizeB {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--headerSizeB {
        font-size: 1.1rem; } }
  .p-txt--footerSizeA {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--footerSizeA {
        font-size: 1.2rem; } }
  .p-txt--sizeA1 {
    font-size: 4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA1 {
        font-size: calc(4.6rem / 2); } }
  .p-txt--sizeA2 {
    font-size: 2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA2 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeA3 {
    font-size: 2.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA3 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeA4 {
    font-size: 4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA4 {
        font-size: calc(5.2rem / 2); } }
  .p-txt--sizeA5 {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA5 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeA6 {
    font-size: 2.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA6 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeA7 {
    font-size: 3rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA7 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeA8 {
    font-size: 4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA8 {
        font-size: calc(5.2rem / 2); } }
  .p-txt--sizeA9 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA9 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeA10 {
    font-size: 3.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA10 {
        font-size: calc(4.6rem / 2); } }
  .p-txt--sizeA11 {
    font-size: 1.8rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA11 {
        font-size: calc(3.6rem / 2); } }
  .p-txt--sizeA12 {
    font-size: 2.3rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA12 {
        font-size: calc(3.6rem / 2); } }
  .p-txt--sizeA13 {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA13 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeA14 {
    font-size: 2.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA14 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeA15 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA15 {
        font-size: calc(2rem / 2); } }
  .p-txt--sizeA16 {
    font-size: 3rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA16 {
        font-size: calc(4rem / 2); } }
  .p-txt--sizeA17 {
    font-size: 4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA17 {
        font-size: calc(5rem / 2); } }
  .p-txt--sizeA18 {
    font-size: 1.8rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeA18 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeB1 {
    font-size: 4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB1 {
        font-size: calc(4.4rem / 2); } }
  .p-txt--sizeB2 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB2 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeB3 {
    font-size: 1.8rem; }
  .p-txt--sizeB4 {
    font-size: 2.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB4 {
        font-size: calc(2.8rem / 2); } }
  .p-txt--sizeB5 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB5 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeB6 {
    font-size: 2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB6 {
        font-size: calc(3.6rem / 2); } }
  .p-txt--sizeB7 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB7 {
        font-size: calc(2.6rem / 2); } }
  .p-txt--sizeB8 {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB8 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeB9 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB9 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeB10 {
    font-size: 1.8rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB10 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeB11 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB11 {
        font-size: calc(2.6rem / 2); } }
  .p-txt--sizeB12 {
    font-size: 3.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB12 {
        font-size: calc(5.4rem / 2); } }
  .p-txt--sizeB13 {
    font-size: 2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB13 {
        font-size: calc(4rem / 2); } }
  .p-txt--sizeB14 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB14 {
        font-size: calc(3rem / 2); } }
  .p-txt--sizeB15 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeB15 {
        font-size: calc(2.6rem / 2); } }
  .p-txt--sizeC1 {
    font-size: 2.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeC1 {
        font-size: calc(4rem / 2); } }
  .p-txt--sizeC2 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeC2 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeC3 {
    font-size: 1.8rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeC3 {
        font-size: calc(2.8rem / 2); } }
  .p-txt--sizeC4 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeC4 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeD1 {
    font-size: 2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD1 {
        font-size: calc(3rem / 2); } }
  .p-txt--sizeD2 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD2 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeD3 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD3 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeD4 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD4 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeD5 {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD5 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeD6 {
    font-size: 3rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD6 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeD7 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD7 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeD8 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD8 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeD9 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD9 {
        font-size: calc(2.2rem / 2); } }
  .p-txt--sizeD10 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD10 {
        font-size: calc(3.2rem / 2); } }
  .p-txt--sizeD11 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeD11 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeE1 {
    font-size: 2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeE1 {
        font-size: calc(3.4rem / 2); } }
  .p-txt--sizeE2 {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeE2 {
        font-size: calc(2.4rem / 2); } }
  .p-txt--sizeE3 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeE3 {
        font-size: calc(3rem / 2); } }
  .p-txt--sizeE4 {
    font-size: 1.2rem; }
  .p-txt--sizeE5 {
    font-weight: bold;
    font-size: 2.4rem;
    text-decoration: underline; }
    .p-txt--sizeE5:hover {
      text-decoration: underline; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeE5 {
        font-size: 1.8rem; } }
  .p-txt--sizeE6 {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--sizeE6 {
        font-size: 1.1rem; } }
  .p-txt--btnSizeA {
    font-size: 2.4rem;
    line-height: 0; }
    @media screen and (max-width: 46.875em) {
      .p-txt--btnSizeA {
        font-size: calc(2.6rem / 2); } }
  .p-txt--linkSizeA {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--linkSizeA {
        font-size: calc(2rem / 2); } }
  .p-txt--popSizeA {
    font-size: 4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--popSizeA {
        font-size: calc(4.2rem / 2); } }
  .p-txt--popSizeB {
    font-size: 1.8rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--popSizeB {
        font-size: calc(2.6rem / 2); } }
  .p-txt--noteSizeA {
    font-size: 2.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--noteSizeA {
        font-size: calc(3.6rem / 2); } }
  .p-txt--noteSizeB {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--noteSizeB {
        font-size: calc(2.2rem / 2); } }
  .p-txt--noteSizeC {
    font-size: 1.8rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--noteSizeC {
        font-size: calc(2.4rem / 2); } }
  .p-txt--block04_01 {
    font-size: 2.6rem;
    font-weight: bold; }
    @media screen and (max-width: 46.875em) {
      .p-txt--block04_01 {
        font-size: calc(3.8rem / 2);
        line-height: 1; } }
  .p-txt--block04_02 {
    font-size: 2rem;
    font-weight: bold; }
    @media screen and (max-width: 46.875em) {
      .p-txt--block04_02 {
        font-size: calc(3.2rem / 2);
        line-height: 1;
        margin-top: 10px; } }
  .p-txt--block04_03 {
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--block04_03 {
        font-size: calc(2.8rem / 2); } }
  .p-txt--block04_04 {
    font-weight: bold;
    font-size: 2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--block04_04 {
        font-size: calc(3.8rem / 2);
        line-height: 1; } }
  .p-txt--block04_05 {
    font-weight: bold;
    font-size: 1.6rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--block04_05 {
        font-size: calc(3.2rem / 2);
        line-height: 1;
        margin-top: 10px; } }
  .p-txt--block04_06 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--block04_06 {
        font-size: calc(2.8rem / 2); } }
  .p-txt--block04_07 {
    font-size: 1.2rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--block04_07 {
        font-size: calc(2.8rem / 2); } }
  .p-txt--block04_08 {
    font-size: 1.4rem; }
    @media screen and (max-width: 46.875em) {
      .p-txt--block04_08 {
        font-size: calc(2.8rem / 2); } }
  .p-txt--colorRed {
    color: #c42b37; }
  .p-txt--colorRed02 {
    color: #663333; }
  .p-txt--colorBlue {
    color: #79ac43; }
  .p-txt--colorBlue02 {
    color: #001455; }
    .p-txt--colorBlue02 a {
      color: #001455; }
  .p-txt--colorWhite {
    color: #fff; }
    .p-txt--colorWhite a {
      color: #fff; }
  .p-txt--colorBlack {
    color: #000000; }
  .p-txt--colorGray {
    color: #333; }
  .p-txt--colorGray02 {
    color: #989898; }
  .p-txt--colorBlack {
    color: #1a1a1a; }
    .p-txt--colorBlack a {
      color: #1a1a1a; }
  .p-txt--colorYellow {
    color: #eeef9d; }
  .p-txt--colorYellow02 {
    color: #b6a269; }
  .p-txt--label-red {
    position: relative;
    padding-left: 40px; }
    @media screen and (max-width: 46.875em) {
      .p-txt--label-red {
        padding-left: 17px; } }
    .p-txt--label-red:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      width: 4px;
      background: #eb001b; }

/* ==========================================================================
 block
========================================================================== */
.p-block {
  margin-left: auto;
  margin-right: auto; }
  .p-block__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
  .p-block__topImage {
    position: relative;
    margin-bottom: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 90%;
    /*height: 380px;*/ }
    @media screen and (max-width: 46.875em) {
      .p-block__topImage {
        height: inherit;
        background-position: center center;
        padding: 40px 5px 50px; } }
    .p-block__topImage--type01 {
      background-image: url(../img/main02.jpg?20180803); }
      @media screen and (max-width: 46.875em) {
        .p-block__topImage--type01 {
          background-image: url(../img/sp/main02.jpg?20180803); } }
    .p-block__topImage__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      /*max-width: 1080px;*/
      max-width: 820px;
      padding: 20px 10px 25px;
      height: 100%;
      margin: auto;
      /*justify-content: flex-start;*/
      justify-content: flex-end;
      }
      @media screen and (max-width: 46.875em) {
        .p-block__topImage__inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          padding: 0 0;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .p-block__topImage__inner__ttl {
        /*margin-left: 100px;*/
        background: rgba(255,255,255,0.7);
        padding: 10px;
        }

.p-block__topImage__inner__ttl a img{
    max-width: 280px;
}




        @media screen and (max-width: 46.875em) {
          .p-block__topImage__inner__ttl {
            display: none; } }
      @media screen and (max-width: 46.875em) {
        .p-block__topImage__inner__detail {
          text-align: center;
          background: rgba(255,255,255,0.9);
    padding: 10px 20px;
          
          } }
      .p-block__topImage__inner__detail *:not(a) {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .p-block__topImage__inner__detail__box {
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 46.875em) {
          .p-block__topImage__inner__detail__box {
            display: inline-block;
            width: auto;
            border: none; } }
        .p-block__topImage__inner__detail__box__ttl {
          margin: 0 0 15px; }
          @media screen and (max-width: 46.875em) {
            .p-block__topImage__inner__detail__box__ttl {
              margin: 0; } }
        .p-block__topImage__inner__detail__box__data {
          margin-bottom: 10px; }
        .p-block__topImage__inner__detail__box__img {
          margin-bottom: 10px; }
        .p-block__topImage__inner__detail__box__btn {
          margin-bottom: 20px; }
          @media screen and (max-width: 46.875em) {
            .p-block__topImage__inner__detail__box__btn {
              margin-bottom: 10px; } }
        .p-block__topImage__inner__detail__box__link {
          /*a {
            }*/ }
          @media screen and (max-width: 46.875em) {
            .p-block__topImage__inner__detail__box__link {
              margin-bottom: 0px; } }
  .p-block__topImage2 {
    position: relative;
    margin-bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 154px; }
    @media screen and (max-width: 46.875em) {
      .p-block__topImage2 {
        height: inherit;
        padding: 10px 5px 10px; } }
    .p-block__topImage2--type02 {
      background-image: url(../img/main03.png?20180803); }
      @media screen and (max-width: 46.875em) {
        .p-block__topImage2--type02 {
          background-image: url(../img/sp/main03.png?20180803); } }
    .p-block__topImage2__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      max-width: 1000px;
      padding: 18px 10px 25px;
      height: 100%;
      margin: auto; }
      @media screen and (max-width: 46.875em) {
        .p-block__topImage2__inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          padding: 0 0;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .p-block__topImage2__inner__menu {
        display: inline-block;
        margin: 0 auto;
        -ms-flex-item-align: end;
        align-self: flex-end; }
        @media screen and (max-width: 46.875em) {
          .p-block__topImage2__inner__menu {
            text-align: center;
            display: block;
            width: 100%; } }
        .p-block__topImage2__inner__menu a {
          display: block;
          padding-bottom: 20px;
          background-color: rgba(255, 255, 255, 0);
          -webkit-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear; }
          @media screen and (max-width: 46.875em) {
            .p-block__topImage2__inner__menu a {
              background: none;
              padding-bottom: 0; } }
          .p-block__topImage2__inner__menu a:hover {
            opacity: 1;
            background-color: rgba(255, 255, 255, 0.1); }
  .p-block__no {
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 60px 50px 60px;
    border: 1px solid #999999; }
    @media screen and (max-width: 46.875em) {
      .p-block__no {
        margin: 40px 15px 0;
        padding: 40px 8px 50px; } }
    .p-block__no__course {
      width: calc(100% - 280px);
      margin: auto;
      text-align: center;
      margin-top: -25px;
      margin-bottom: 40px;
      line-height: 1.2; }
      @media screen and (max-width: 46.875em) {
        .p-block__no__course {
          width: calc(100% - 20px);
          padding: 5px 5px;
          margin-bottom: 20px; } }
    .p-block__no__ttl {
      text-align: center; }
    .p-block__no__btn {
      position: relative;
      pointer-events: none; }
      @media screen and (max-width: 46.875em) {
        .p-block__no__btn {
          height: 40px;
          margin-top: 20px; } }
      .p-block__no__btn:after {
        content: "";
        position: absolute;
        top: -90px;
        right: 0;
        width: 50px;
        height: 50px;
        background-image: url(../img/label_plus.png);
        background-size: contain;
        pointer-events: auto; }
        @media screen and (max-width: 46.875em) {
          .p-block__no__btn:after {
            top: 0px;
            right: 15px;
            width: 40px;
            height: 40px; } }
      .p-block__no__btn.is-active:after {
        background-image: url(../img/label_minus.png); }
    .p-block__no__inner {
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 50px; }
      @media screen and (max-width: 46.875em) {
        .p-block__no__inner {
          padding-top: 20px; } }
      .p-block__no__inner__column {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 30px;
        margin: 30px auto 0; }
        @media screen and (max-width: 46.875em) {
          .p-block__no__inner__column {
            margin: 25px auto 0;
            padding-bottom: 0px; } }
        .p-block__no__inner__column__icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 90px;
          height: 90px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          margin-right: 15px; }
          @media screen and (max-width: 46.875em) {
            .p-block__no__inner__column__icon {
              width: 50px;
              height: 50px;
              margin-right: 15px; } }
        .p-block__no__inner__column__txt {
          padding-top: 5px;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .p-block__club {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px; }
    @media screen and (max-width: 46.875em) {
      .p-block__club {
        padding-top: calc(80px / 2); } }
    .p-block__club__ttl {
      text-align: center;
      margin-bottom: 35px; }
      @media screen and (max-width: 46.875em) {
        .p-block__club__ttl {
          margin-bottom: calc(20px / 2); } }
    .p-block__club__txt {
      text-align: center;
      margin-bottom: 55px; }
      @media screen and (max-width: 46.875em) {
        .p-block__club__txt {
          margin-bottom: calc(70px / 2); } }
    .p-block__club__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 60px; }
      .p-block__club__list__item {
        line-height: 1;
        border-left: #000 1px solid;
        margin-left: 5px;
        padding-left: 5px; }
        .p-block__club__list__item:first-of-type {
          border-left: 0px;
          margin-left: 0px;
          padding-left: 0px; }
    .p-block__club__wrap {
      margin-bottom: 60px; }
      @media screen and (max-width: 46.875em) {
        .p-block__club__wrap {
          margin-bottom: 10px; } }
      .p-block__club__wrap__ttl {
        text-align: center;
        padding: 20px 0; }
        @media screen and (max-width: 46.875em) {
          .p-block__club__wrap__ttl {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 25px 20px;
            line-height: 1;
            /*&:after {
            position: absolute;
            color: #fff;
            content: "▼";
            right: 20px;
          }
          &.is-active {
            &:after {
              content: "▲";
            }
          }*/ } }
      .p-block__club__wrap__content__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 60px; }
        @media screen and (max-width: 46.875em) {
          .p-block__club__wrap__content__column {
            display: block;
            margin-top: 30px;
            padding: 0 30px 30px; } }
        .p-block__club__wrap__content__column__img {
          text-align: center;
          width: 350px; }
          @media screen and (max-width: 46.875em) {
            .p-block__club__wrap__content__column__img {
              width: auto;
              margin-bottom: 12px; } }
        .p-block__club__wrap__content__column__detail {
          width: calc(100% - 350px);
          padding-left: 40px;
          /*&__subTxt {
            }*/ }
          @media screen and (max-width: 46.875em) {
            .p-block__club__wrap__content__column__detail {
              width: auto;
              padding-left: 0; } }
          .p-block__club__wrap__content__column__detail__data {
            display: inline-block;
            padding: 10px 20px 9px;
            border: 1px solid #887b53;
            margin-bottom: 15px; }
            @media screen and (max-width: 46.875em) {
              .p-block__club__wrap__content__column__detail__data {
                padding: 7.5px 15px 7.5px; } }
          .p-block__club__wrap__content__column__detail__ttl {
            margin-bottom: 0; }
            .p-block__club__wrap__content__column__detail__ttl + * {
              margin-top: 20px; }
          .p-block__club__wrap__content__column__detail__txt {
            margin-bottom: 20px; }
            .p-block__club__wrap__content__column__detail__txt:last-of-type {
              margin-bottom: 0; }
      .p-block__club__wrap--type02 {
        border: 1px solid #887b53;
        border-radius: 20px;
        padding: 20px 50px 50px; }
        @media screen and (max-width: 46.875em) {
          .p-block__club__wrap--type02 {
            padding: 50px 0px 35px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 50px; } }
        .p-block__club__wrap--type02 .p-block__club__wrap__content__column {
          margin-top: 50px;
          padding: 0 20px; }
          @media screen and (max-width: 46.875em) {
            .p-block__club__wrap--type02 .p-block__club__wrap__content__column {
              margin-top: 47px; } }
    .p-block__club__tab {
      margin-bottom: 110px; }
      @media screen and (max-width: 46.875em) {
        .p-block__club__tab {
          margin-bottom: calc(110px / 2); } }
      @media screen and (max-width: 46.875em) {
        .p-block__club__tab__menu {
          height: 0;
          overflow: hidden; } }
      .p-block__club__tab__menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .p-block__club__tab__menu__item__btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          min-height: 100px;
          padding: 15px 5px;
          text-align: center;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
          cursor: pointer; }
          @media screen and (max-width: 46.875em) {
            .p-block__club__tab__menu__item__btn {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              min-height: 75px;
              padding: calc(40px / 2) 0;
              padding: calc(40px / 2) calc(40px / 2);
              line-height: 1;
              border-radius: 0; }
              .p-block__club__tab__menu__item__btn:after {
                content: "▼";
                color: #fff; } }
          .p-block__club__tab__menu__item__btn--type01 {
            background-color: #666633; }
          .p-block__club__tab__menu__item__btn--type02 {
            background-color: #7e4e5c; }
          .p-block__club__tab__menu__item__btn--type03 {
            background-color: #aeabab; }
        .p-block__club__tab__menu__item.is-active .p-block__club__tab__menu__item__btn {
          opacity: 0.8;
          min-height: 110px; }
          @media screen and (max-width: 46.875em) {
            .p-block__club__tab__menu__item.is-active .p-block__club__tab__menu__item__btn {
              opacity: 1;
              min-height: 75px;
              padding-top: calc(40px / 2); }
              .p-block__club__tab__menu__item.is-active .p-block__club__tab__menu__item__btn:after {
                content: "▲"; } }
      .p-block__club__tab__contents__item {
        padding: 55px 45px;
        border-style: solid;
        border-width: 4px; }
        @media screen and (max-width: 46.875em) {
          .p-block__club__tab__contents__item {
            border: 0;
            padding: calc(65px / 2) 0; } }
        .p-block__club__tab__contents__item--type01 {
          border-color: rgba(102, 102, 51, 0.8); }
        .p-block__club__tab__contents__item--type02 {
          border-color: rgba(126, 78, 92, 0.8); }
        .p-block__club__tab__contents__item--type03 {
          border-color: rgba(174, 171, 171, 0.8); }
  .p-block__point {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px; }
    @media screen and (max-width: 46.875em) {
      .p-block__point {
        padding: 35px 20px 0; } }
    .p-block__point__ttl {
      margin-bottom: 60px;
      text-align: center; }
      @media screen and (max-width: 46.875em) {
        .p-block__point__ttl {
          margin-bottom: 20px; } }
    .p-block__point__list {
      margin-bottom: 30px; }
      @media screen and (max-width: 46.875em) {
        .p-block__point__list {
          margin-bottom: 0; } }
      @media screen and (max-width: 46.875em) {
        .p-block__point__list__item {
          text-align: center;
          margin-bottom: 20px; } }
    .p-block__point__txt {
      margin-bottom: 60px;
      text-align: center; }
      @media screen and (max-width: 46.875em) {
        .p-block__point__txt {
          text-align: left;
          margin-bottom: 75px; } }
    .p-block__point__wrap {
      margin-bottom: 85px; }
      @media screen and (max-width: 46.875em) {
        .p-block__point__wrap {
          margin-bottom: 30px; } }
      .p-block__point__wrap__ttl {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #000; }
        @media screen and (max-width: 46.875em) {
          .p-block__point__wrap__ttl {
            font-weight: bold;
            border: 0; } }
      .p-block__point__wrap__column {
        padding-top: 30px; }
        @media screen and (max-width: 46.875em) {
          .p-block__point__wrap__column {
            padding-top: 20px; } }
        @media screen and (max-width: 46.875em) {
          .p-block__point__wrap__column__item__ttl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            margin: 0 -20px 10px;
            padding: 10px 20px 9px;
            background-color: #626262;
            color: #fff; }
            .p-block__point__wrap__column__item__ttl:after {
              content: "+";
              position: absolute;
              color: #fff;
              right: 20px; }
            .p-block__point__wrap__column__item__ttl.is-active:after {
              content: "－"; } }
        @media screen and (max-width: 46.875em) {
          .p-block__point__wrap__column__item__content {
            padding: 10px 0 40px; } }
        .p-block__point__wrap__column__item__content__txt {
          line-height: 2.5;
          margin-bottom: 20px; }
          @media screen and (max-width: 46.875em) {
            .p-block__point__wrap__column__item__content__txt {
              margin: 0; } }
        .p-block__point__wrap__column__item__content__subTxt {
          line-height: 2; }
  .p-block__card {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    border-top: 1px solid #a0a0a0; }
    @media screen and (max-width: 46.875em) {
      .p-block__card {
        padding: 50px 20px 50px;
        border-top: 1px solid #a0a0a0; } }
    .p-block__card__ttl {
      margin-bottom: 60px;
      text-align: center; }
      @media screen and (max-width: 46.875em) {
        .p-block__card__ttl {
          margin-bottom: 20px; } }
    .p-block__card__txt {
      margin-bottom: 60px;
      text-align: center; }
      @media screen and (max-width: 46.875em) {
        .p-block__card__txt {
          margin-bottom: 40px; } }
    .p-block__card__wrap {
      margin-bottom: 85px; }
      @media screen and (max-width: 46.875em) {
        .p-block__card__wrap {
          margin-bottom: 0px; } }
      .p-block__card__wrap__txt {
        text-align: center; }
        @media screen and (max-width: 46.875em) {
          .p-block__card__wrap__txt {
            text-align: left; } }
      .p-block__card__wrap__column {
        margin-bottom: 40px; }
        @media screen and (max-width: 46.875em) {
          .p-block__card__wrap__column {
            margin-bottom: 0; } }
        @media screen and (max-width: 46.875em) {
          .p-block__card__wrap__column__item__ttl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            margin: 0 -20px 10px;
            padding: 10px 20px 9px;
            background-color: #626262;
            color: #fff; }
            .p-block__card__wrap__column__item__ttl:after {
              content: "＋";
              position: absolute;
              color: #fff;
              right: 20px; }
            .p-block__card__wrap__column__item__ttl.is-active:after {
              content: "－"; } }
        .p-block__card__wrap__column__item__content {
          /*&__txt {
            }*/ }
          @media screen and (max-width: 46.875em) {
            .p-block__card__wrap__column__item__content {
              padding: 10px 0 40px; } }
          .p-block__card__wrap__column__item__content__ttl {
            margin-bottom: 20px; }
            @media screen and (max-width: 46.875em) {
              .p-block__card__wrap__column__item__content__ttl {
                margin-bottom: 0; } }
  .p-block__campaign {
    padding: 0 0 0; }
    @media screen and (max-width: 46.875em) {
      .p-block__campaign {
        padding: calc(80px / 2) 0 0;
        margin: 0; } }
    .p-block__campaign__wrap {
      text-align: center; }
      .p-block__campaign__wrap__detail {
        max-width: 1000px;
        padding: 40px 30px 40px;
        margin: auto; }
        @media screen and (max-width: 46.875em) {
          .p-block__campaign__wrap__detail {
            padding: 37.5px 17.5px 37.5px; } }
        .p-block__campaign__wrap__detail__ttl {
          text-align: left;
          margin-bottom: 20px; }
        .p-block__campaign__wrap__detail__table {
          border-left: 0px; }
          .p-block__campaign__wrap__detail__table + .p-block__campaign__wrap__detail__table {
            margin-top: 20px; }
          .p-block__campaign__wrap__detail__table__thead__tr {
            border: 0; }
            .p-block__campaign__wrap__detail__table__thead__tr__th {
              width: 30%;
              vertical-align: middle;
              border-right: 1px solid #000;
              border-top: 0px;
              padding: 5px; }
              .p-block__campaign__wrap__detail__table__thead__tr__th:nth-of-type(2) {
                width: 20%; }
              @media screen and (max-width: 46.875em) {
                .p-block__campaign__wrap__detail__table__thead__tr__th {
                  width: 20%; } }
            .p-block__campaign__wrap__detail__table__thead__tr__td {
              width: 25%;
              vertical-align: middle;
              text-align: left;
              padding: 5px;
              background: #58585a;
              color: #fff; }
              .p-block__campaign__wrap__detail__table__thead__tr__td--type02 {
                background: #2f556c; }
          .p-block__campaign__wrap__detail__table__tbody {
            border-left: 1px solid #000; }
            .p-block__campaign__wrap__detail__table__tbody__tr__th {
              vertical-align: middle;
              background-color: #d9d9d9;
              padding: 5px; }
              .p-block__campaign__wrap__detail__table__tbody__tr__th--type02 {
                width: 20%;
                background-color: #f2f2f2; }
            .p-block__campaign__wrap__detail__table__tbody__tr__td {
              vertical-align: middle;
              text-align: left;
              padding: 5px; }
  .p-block__TopNote {
    padding: 40px 0; }
  .p-block__banner {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    z-index: 99;
    text-align: center; }
    @media screen and (max-width: 46.875em) {
      .p-block__banner {
        display: block; } }
  .p-block__premium {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding: 35px 0; }
    @media screen and (max-width: 46.875em) {
      .p-block__premium {
        padding: 0; } }
  .p-block__notes__ttl {
    text-align: center; }
  .p-block__notes__detail {
    /*&__ttl {
      }*/ }
    .p-block__notes__detail__txt__scroll {
      overflow: hidden;
      overflow-x: auto;
      padding-bottom: 5px; }
      @media screen and (max-width: 46.875em) {
        .p-block__notes__detail__txt__scroll {
          -webkit-overflow-scrolling: touch; } }
      .p-block__notes__detail__txt__scroll__table {
        text-indent: 0;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 80%; }
        @media screen and (max-width: 46.875em) {
          .p-block__notes__detail__txt__scroll__table {
            width: 450px; } }
        .p-block__notes__detail__txt__scroll__table__thead__tr__th {
          width: 25%;
          border-right: 1px solid #000;
          border-top: 1px solid #000;
          background-color: #ddd; }
        .p-block__notes__detail__txt__scroll__table__thead__tr__td {
          width: 25%;
          border-right: 1px solid #000;
          border-top: 1px solid #000;
          background-color: #ddd; }
          .p-block__notes__detail__txt__scroll__table__thead__tr__td:nth-of-type(1) {
            width: 40%; }
          .p-block__notes__detail__txt__scroll__table__thead__tr__td:nth-of-type(2) {
            width: 60%; }
        .p-block__notes__detail__txt__scroll__table__tbody__tr__th {
          border-right: 1px solid #000;
          border-top: 1px solid #000; }
        .p-block__notes__detail__txt__scroll__table__tbody__tr__td {
          border-right: 1px solid #000;
          border-top: 1px solid #000; }
  .p-block__service {
    padding: 45px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 46.875em) {
      .p-block__service {
        padding: 30px 0; } }
    .p-block__service__wrap__ttl {
      text-align: center;
      margin-bottom: 35px; }
      @media screen and (max-width: 46.875em) {
        .p-block__service__wrap__ttl {
          margin-bottom: calc(30px / 2); } }
    .p-block__service__wrap__img {
      text-align: center;
      width: 100%;
      margin: auto;
      max-width: 760px;
      margin-bottom: 0; }
      @media screen and (max-width: 46.875em) {
        .p-block__service__wrap__img {
          margin-bottom: calc(50px / 2); } }
    .p-block__service__wrap__txt {
      position: relative;
      padding: 45px 0;
      margin-bottom: 0;
      text-align: center; }
      @media screen and (max-width: 46.875em) {
        .p-block__service__wrap__txt {
          padding: 0 calc(30px / 2);
          margin-bottom: calc(130px / 2); } }
      .p-block__service__wrap__txt__lineTop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        line-height: 0; }
      .p-block__service__wrap__txt__lineBot {
        padding: 65px 0 0; }
    .p-block__service__wrap__list {
      margin-bottom: 70px; }
      @media screen and (max-width: 46.875em) {
        .p-block__service__wrap__list {
          padding: 0 calc(95px / 2);
          margin-bottom: calc(55px / 2); } }
      .p-block__service__wrap__list__item__ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        min-height: 51px; }
        @media screen and (max-width: 46.875em) {
          .p-block__service__wrap__list__item__ttl {
            margin-bottom: calc(30px / 2);
            min-height: inherit; } }
      .p-block__service__wrap__list__item__txt + * {
        margin-top: 15px; }
        @media screen and (max-width: 46.875em) {
          .p-block__service__wrap__list__item__txt + * {
            margin-top: calc(30px / 2);
            margin-bottom: calc(70px / 2); } }
    .p-block__service__wrap__detail {
      margin: 0 calc(-160px / 2);
      padding: 50px calc(160px / 2); }
      @media screen and (max-width: 46.875em) {
        .p-block__service__wrap__detail {
          margin: 0 calc(20px / 2);
          padding: calc(40px / 2) calc(50px / 2); } }
      .p-block__service__wrap__detail__ttl {
        text-align: center;
        margin-bottom: 55px; }
        @media screen and (max-width: 46.875em) {
          .p-block__service__wrap__detail__ttl {
            margin-bottom: calc(45px / 2); } }
      .p-block__service__wrap__detail__list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .p-block__service__wrap__detail__list__item__ttl {
          margin-bottom: 20px; }
          @media screen and (max-width: 46.875em) {
            .p-block__service__wrap__detail__list__item__ttl {
              margin-bottom: calc(20px / 2); } }
        .p-block__service__wrap__detail__list__item__txt {
          margin-bottom: 20px; }
          @media screen and (max-width: 46.875em) {
            .p-block__service__wrap__detail__list__item__txt {
              margin-bottom: calc(20px / 2); } }
        .p-block__service__wrap__detail__list__item__img {
          margin-top: auto; }
          @media screen and (max-width: 46.875em) {
            .p-block__service__wrap__detail__list__item__img {
              margin-bottom: calc(30px / 2); } }
    .p-block__service__wrap__note {
      text-align: center;
      margin-top: 30px; }
      @media screen and (max-width: 46.875em) {
        .p-block__service__wrap__note {
          margin-top: calc(30px / 2);
          padding: 0 calc(70px / 2); } }
  .p-block__newservice {
    padding: 90px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 46.875em) {
      .p-block__newservice {
        padding: calc(48px / 2) 5px calc(93px / 2); } }
    .p-block__newservice__wrap {
      /*&__btn {
      }*/ }
      .p-block__newservice__wrap__ttl {
        text-align: center;
        margin-bottom: 50px; }
        @media screen and (max-width: 46.875em) {
          .p-block__newservice__wrap__ttl {
            margin-bottom: calc(50px / 2); } }
        .p-block__newservice__wrap__ttl--type02 {
          margin-left: -7px;
          margin-top: -8px; }
          @media screen and (max-width: 46.875em) {
            .p-block__newservice__wrap__ttl--type02 {
              margin-left: -1.6vw;
              margin-top: 0; } }
      .p-block__newservice__wrap__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px; }
        @media screen and (max-width: 46.875em) {
          .p-block__newservice__wrap__list {
            display: block;
            padding: 0 calc(75px / 2); } }
        .p-block__newservice__wrap__list__item {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
          .p-block__newservice__wrap__list__item__box {
            background-color: #fff;
            padding: 15px 20px;
            border-width: 4px;
            border-style: solid;
            border-radius: 12px;
            min-height: 363px; }
            @media screen and (max-width: 46.875em) {
              .p-block__newservice__wrap__list__item__box {
                border-width: 3px;
                padding: calc(30px / 2) calc(45px / 2);
                min-height: inherit; } }
            .p-block__newservice__wrap__list__item__box__ttl {
              text-align: center;
              margin-bottom: 20px;
              padding-bottom: 5px;
              border-bottom: solid 1px #7d7d7d; }
              @media screen and (max-width: 46.875em) {
                .p-block__newservice__wrap__list__item__box__ttl {
                  margin-bottom: calc(20px / 2); } }
            .p-block__newservice__wrap__list__item__box__img {
              text-align: center;
              margin-bottom: 20px; }
              @media screen and (max-width: 46.875em) {
                .p-block__newservice__wrap__list__item__box__img {
                  margin-bottom: calc(20px / 2); } }
            .p-block__newservice__wrap__list__item__box__txt + * {
              margin-top: 20px; }
              @media screen and (max-width: 46.875em) {
                .p-block__newservice__wrap__list__item__box__txt + * {
                  margin-top: calc(50px / 2); } }
          .p-block__newservice__wrap__list__item--type01 {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 380px;
            flex: 1 1 380px; }
            .p-block__newservice__wrap__list__item--type01 .p-block__newservice__wrap__list__item__box {
              border-color: #666666; }
            @media screen and (max-width: 46.875em) {
              .p-block__newservice__wrap__list__item--type01 {
                width: 100%;
                -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
          .p-block__newservice__wrap__list__item--type02 {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 240px;
            flex: 1 1 240px; }
            .p-block__newservice__wrap__list__item--type02 .p-block__newservice__wrap__list__item__box {
              padding: 15px 20px 60px;
              border-color: #c6b072; }
              @media screen and (max-width: 46.875em) {
                .p-block__newservice__wrap__list__item--type02 .p-block__newservice__wrap__list__item__box {
                  padding: calc(30px / 2) calc(45px / 2); } }
              .p-block__newservice__wrap__list__item--type02 .p-block__newservice__wrap__list__item__box__img {
                margin-bottom: 40px; }
                @media screen and (max-width: 46.875em) {
                  .p-block__newservice__wrap__list__item--type02 .p-block__newservice__wrap__list__item__box__img {
                    margin-bottom: calc(20px / 2); } }
            @media screen and (max-width: 46.875em) {
              .p-block__newservice__wrap__list__item--type02 {
                width: 100%;
                -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
          .p-block__newservice__wrap__list__item--type03 {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 268px;
            flex: 1 1 268px; }
            .p-block__newservice__wrap__list__item--type03 .p-block__newservice__wrap__list__item__box {
              border-color: #b90000; }
            @media screen and (max-width: 46.875em) {
              .p-block__newservice__wrap__list__item--type03 {
                width: 100%;
                -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
  .p-block__block04 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0 60px; }
    @media screen and (max-width: 46.875em) {
      .p-block__block04 {
        padding: 36px 0 50px; } }
    .p-block__block04__list {
      text-align: center;
      margin-bottom: 0px; }
      @media screen and (max-width: 46.875em) {
        .p-block__block04__list {
          margin-bottom: 30px;
          padding: 0 15px; } }
        .p-block__block04__list__item {
        text-align: center;
        margin-bottom:50px;
        margin-top: 14px;
        }

        .p-block__block04__list__item .text {
            color:#d8c88b;
            font-size: 22px;
            text-align: left;
        }
        @media screen and (max-width: 46.875em) {
        
        .p-block__block04__list__item {margin-bottom: 30px;}
        .p-block__block04__list__item .text {
            font-size: 16px;
        }}

        .p-block__block04__list__item + .p-block__block04__list__item {
          margin-top: 35px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__list__item + .p-block__block04__list__item {
              margin-top: 10px; } }
    .p-block__block04__column {
      margin-left: -40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*&:nth-child(2n + 1) {
      }*/
      /*& + .p-block__block04__list {
      }*/ }
      @media screen and (max-width: 46.875em) {
        .p-block__block04__column {
          display: block;
          margin-left: 0;
          padding: 0 15px; } }
      .p-block__block04__column__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 40px);
        margin-left: 40px;
        background-color: #fff; }
        @media screen and (max-width: 46.875em) {
          .p-block__block04__column__list {
            display: block;
            margin-left: 0;
            width: 100%; } }
        .p-block__block04__column__list__item {
          position: relative;
          width: calc((100% / 2) - 20px);
          background-color: #fff;
          padding: 20px 15px 25px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__list__item {
              width: 100%;
              padding: 15px 15px 35px; } }
          .p-block__block04__column__list__item:nth-child(2n) {
            margin-left: 40px; }
            @media screen and (max-width: 46.875em) {
              .p-block__block04__column__list__item:nth-child(2n) {
                margin-left: 0; } }
          .p-block__block04__column__list__item__img {
            margin-bottom: 15px; }
          .p-block__block04__column__list__item__detail__ttl {
            margin-bottom: 15px; }
            @media screen and (max-width: 46.875em) {
              .p-block__block04__column__list__item__detail__ttl {
                margin-bottom: 20px; } }
          .p-block__block04__column__list__item__detail__txt + .p-block__block04__column__list__item__detail__txt {
            margin-top: 10px; }
          .p-block__block04__column__list__item__detail__txt + .p-block__block04__column__list__item__detail__table {
            margin-top: 20px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__list__item__detail__table {
              border-bottom: #b3aca1 1px solid; } }
          .p-block__block04__column__list__item__detail__table__head {
            padding: 0 15px; }
            @media screen and (max-width: 46.875em) {
              .p-block__block04__column__list__item__detail__table__head {
                padding: 0; } }
          .p-block__block04__column__list__item__detail__table__body__tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            border-top: #b3aca1 1px solid;
            padding: 0 15px; }
            @media screen and (max-width: 46.875em) {
              .p-block__block04__column__list__item__detail__table__body__tr {
                display: block;
                padding: 0;
                border-top: 0; } }
            .p-block__block04__column__list__item__detail__table__body__tr__td {
              padding: 5px 0;
              -webkit-box-flex: 0;
              -ms-flex: 0 0 235px;
              flex: 0 0 235px; }
              @media screen and (max-width: 46.875em) {
                .p-block__block04__column__list__item__detail__table__body__tr__td {
                  border-top: #b3aca1 1px solid; } }
              .p-block__block04__column__list__item__detail__table__body__tr__td + .p-block__block04__column__list__item__detail__table__body__tr__td {
                -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
          .p-block__block04__column__list__item__detail__table + .p-block__block04__column__list__item__detail__txt {
            margin-top: 20px; }
            @media screen and (max-width: 46.875em) {
              .p-block__block04__column__list__item__detail__table + .p-block__block04__column__list__item__detail__txt {
                margin-top: 10px; } }
          .p-block__block04__column__list__item--type02 {
            width: 100%;
            margin-left: 0;
            padding-top: 0; }
            .p-block__block04__column__list__item--type02 .p-block__block04__column__list__item__img {
              margin-bottom: 0; }
        .p-block__block04__column__list--type02 {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          padding: 40px 45px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__list--type02 {
              padding: 30px 20px; } }
          .p-block__block04__column__list--type02 .p-block__block04__column__list__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            padding: 0; }
            .p-block__block04__column__list--type02 .p-block__block04__column__list__item__img {
              margin-bottom: 0; }
              @media screen and (max-width: 46.875em) {
                .p-block__block04__column__list--type02 .p-block__block04__column__list__item__img {
                  text-align: center;
                  margin-bottom: 15px; } }
            .p-block__block04__column__list--type02 .p-block__block04__column__list__item:nth-child(2n) {
              -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
        .p-block__block04__column__list--type03 {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          padding: 20px 25px; }
          .p-block__block04__column__list--type03 .p-block__block04__column__list__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            padding: 0; }
            .p-block__block04__column__list--type03 .p-block__block04__column__list__item__img {
              margin-bottom: 0; }
              @media screen and (max-width: 46.875em) {
                .p-block__block04__column__list--type03 .p-block__block04__column__list__item__img {
                  margin-bottom: 15px; } }
            .p-block__block04__column__list--type03 .p-block__block04__column__list__item:nth-child(2n) {
              -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
              flex: 1 1 auto;
              -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
      .p-block__block04__column__item {
        position: relative;
        width: calc((100% / 2) - 40px);
        margin-left: 40px;
        background-color: #fff;
        padding: 10px 15px 25px; }
        @media screen and (max-width: 46.875em) {
          .p-block__block04__column__item {
            padding: 15px 15px 35px;
            margin-left: 0;
            width: 100%; } }
        .p-block__block04__column__item__img {
          margin-bottom: 15px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__item__img {
              margin-bottom: 15px; } }
        .p-block__block04__column__item__detail__ttl {
          margin-bottom: 5px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__item__detail__ttl {
              margin-bottom: 20px; } }
        .p-block__block04__column__item__detail__txt + .p-block__block04__column__item__detail__txt {
          margin-top: 10px; }
        .p-block__block04__column__item__detail__txt + .p-block__block04__column__item__detail__table {
          margin-top: 20px; }
        @media screen and (max-width: 46.875em) {
          .p-block__block04__column__item__detail__table {
            border-bottom: #b3aca1 1px solid; } }
        .p-block__block04__column__item__detail__table__head {
          padding: 0 15px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__item__detail__table__head {
              padding: 0; } }
        .p-block__block04__column__item__detail__table__body__tr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          border-top: #b3aca1 1px solid;
          padding: 0 15px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__item__detail__table__body__tr {
              display: block;
              padding: 0;
              border-top: 0; } }
          .p-block__block04__column__item__detail__table__body__tr__td {
            padding: 5px 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 235px;
            flex: 0 0 235px; }
            @media screen and (max-width: 46.875em) {
              .p-block__block04__column__item__detail__table__body__tr__td {
                border-top: #b3aca1 1px solid; } }
            .p-block__block04__column__item__detail__table__body__tr__td + .p-block__block04__column__item__detail__table__body__tr__td {
              -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
        .p-block__block04__column__item__detail__table + .p-block__block04__column__item__detail__txt {
          margin-top: 20px; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__item__detail__table + .p-block__block04__column__item__detail__txt {
              margin-top: 10px; } }
        .p-block__block04__column__item--type02 {
          width: calc(100% - 40px);
          margin-left: 40px;
          padding: 0; }
          @media screen and (max-width: 46.875em) {
            .p-block__block04__column__item--type02 {
              padding: 15px 15px 15px;
              width: 100%;
              margin-left: 0; } }
          .p-block__block04__column__item--type02 .p-block__block04__column__item__img {
            margin-bottom: 0; }
            @media screen and (max-width: 46.875em) {
              .p-block__block04__column__item--type02 .p-block__block04__column__item__img {
                margin-bottom: 15px; } }
          .p-block__block04__column__item--type02 .p-block__block04__column__item__detail {
            position: absolute;
            top: 20px;
            right: 40px;
            bottom: 20px;
            max-width: 460px;
            padding: 20px 35px;
            background-color: rgba(247, 246, 240, 0.85); }
            @media screen and (max-width: 46.875em) {
              .p-block__block04__column__item--type02 .p-block__block04__column__item__detail {
                position: static;
                background-color: #fff;
                max-width: inherit;
                padding: 0; } }
      .p-block__block04__column > * + * {
        margin-top: 35px; }
        @media screen and (max-width: 46.875em) {
          .p-block__block04__column > * + * {
            margin-top: 25px; } }

@media screen and (min-width: 46.9375em) {
  .menu-overlay {
    display: none; } }

/* ==========================================================================
 Aside
========================================================================== */
/* ==========================================================================
 Footer
========================================================================== */
.l-footer {
  background: #606060;
  padding: 20px 10px; }
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 980px;
    width: 100%;
    margin: 0 auto; }
    .l-footer__inner__txt {
      color: #fff;
      text-align: center; }
      .l-footer__inner__txt a {
        color: #fff;
        text-decoration: underline; }
    .l-footer__inner__sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: -40px;
      padding: 20px 0; }
      .l-footer__inner__sns__item {
        margin-left: 40px; }

/* ==========================================================================
 Header
========================================================================== */
.l-header {
  min-height: 110px; }
  @media screen and (max-width: 46.875em) {
    .l-header {
      min-height: 60px; } }
  .l-header__fix {
    position: fixed;
    width: 100%;
    min-height: 110px;
    background: #fff;
    z-index: 99; }
    @media screen and (max-width: 46.875em) {
      .l-header__fix {
        position: relative;
        min-height: 60px; } }
    .l-header__fix__inner {
      display: table;
      position: relative;
      width: 100%;
      max-width: 1000px;
      padding-top: 25px;
      margin: 0 auto; }
      @media screen and (max-width: 46.875em) {
        .l-header__fix__inner {
          padding: 10px 10px 10px 5px; } }
      .l-header__fix__inner__logo {
        display: table-cell;
        vertical-align: bottom;
        text-align: left; }
        @media screen and (max-width: 46.875em) {
          .l-header__fix__inner__logo {
            width: 100%; } }
        .l-header__fix__inner__logo__img {
          margin-right: 10px;
          max-width: 280px;
          line-height: 1; }
          @media screen and (max-width: 46.875em) {
            .l-header__fix__inner__logo__img {
              max-width: 206px; } }
      .l-header__fix__inner__link {
        display: table-cell;
        vertical-align: bottom;
        text-align: right;
        width: calc(200px + 30px); }
        @media screen and (max-width: 46.875em) {
          .l-header__fix__inner__link {
            width: calc(330px / 2);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        @media screen and (max-width: 46.875em) {
          .l-header__fix__inner__link__txt {
            width: 100%;
            line-height: 1.1;
            margin-bottom: 10px; } }
        @media screen and (max-width: 46.875em) {
          .l-header__fix__inner__link__btn:after {
            display: none; } }
        .l-header__fix__inner__link__menu {
          margin-left: 10px; }
          @media screen and (max-width: 46.875em) {
            .l-header__fix__inner__link__menu {
              margin-left: 10px; } }
      .l-header__fix__inner__nav {
        vertical-align: bottom; }
        @media screen and (min-width: 46.9375em) {
          .l-header__fix__inner__nav {
            display: table-cell !important;
            vertical-align: bottom; } }
        @media screen and (max-width: 46.875em) {
          .l-header__fix__inner__nav {
            position: absolute;
            width: 100%;
            display: none;
            left: 0;
            top: 100%;
            background: #ededed;
            padding: 0 10px;
            border-top: solid 1px #999999; } }
        .l-header__fix__inner__nav__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row;
          flex-flow: row;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          margin-left: -30px; }
          @media screen and (max-width: 46.875em) {
            .l-header__fix__inner__nav__list {
              display: block; } }
          .l-header__fix__inner__nav__list__item {
            margin-left: 30px; }
            @media screen and (max-width: 46.875em) {
              .l-header__fix__inner__nav__list__item:after {
                background: url(../img/icon_arrow02.png) center center no-repeat;
                background-size: contain;
                position: absolute;
                top: calc(50% - 5px);
                width: 8px;
                height: 13px; } }
            .l-header__fix__inner__nav__list__item--new > * {
              position: relative; }
              .l-header__fix__inner__nav__list__item--new > *:after {
                content: "NEW";
                display: inline-block;
                position: absolute;
                top: 0;
                left: -30px;
                pointer-events: none;
                font-size: 1rem;
                font-weight: bold;
                color: #980e12;
                white-space: nowrap; }
                @media screen and (max-width: 46.875em) {
                  .l-header__fix__inner__nav__list__item--new > *:after {
                    position: static;
                    padding-left: 10px; } }
            @media screen and (max-width: 46.875em) {
              .l-header__fix__inner__nav__list__item {
                border-bottom: solid 1px #cccccc; }
                .l-header__fix__inner__nav__list__item:last-of-type {
                  border-bottom: 0px; } }
            @media screen and (max-width: 46.875em) {
              .l-header__fix__inner__nav__list__item a {
                display: block;
                padding: 13px 0 13px 5px;
                border-bottom: 0px; } }

/* ==========================================================================
 Main
========================================================================== */
.l-main {
  max-width: 100%;
  margin: 0 auto; }
  .l-main__inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .l-main__inner__child {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto; }

/* ==========================================================================
 Main
========================================================================== */
.l-nav__inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto; }

/* ==========================================================================
 Wrapper
========================================================================== */
.l-wrapper {
  background-color: #fff;
  overflow: hidden; }

/* ==========================================================================
 border
========================================================================== */
.u-br-4 {
  border-radius: 4px; }

.u-br-8 {
  border-radius: 8px; }

.u-br-12 {
  border-radius: 12px; }

.u-br-16 {
  border-radius: 16px; }

.u-br-16 {
  border-radius: 16px; }

.u-br-tl-0 {
  border-top-left-radius: 0; }

.u-br-tr-0 {
  border-top-right-radius: 0; }

.u-br-bl-0 {
  border-bottom-left-radius: 0; }

.u-br-br-0 {
  border-bottom-right-radius: 0; }

/* border-none */
.u-br-0 {
  border: none; }

.u-br-t-0 {
  border-top: none; }

.u-br-r-0 {
  border-right: none; }

.u-br-b-0 {
  border-bottom: none; }

.u-br-l-0 {
  border-left: none; }

.u-br-0 {
  border: none; }

@media screen and (max-width: 46.875em) {
  .u-br-t-sp-0 {
    border-top: none; }
  .u-br-r-sp-0 {
    border-right: none; }
  .u-br-b-sp-0 {
    border-bottom: none; }
  .u-br-l-sp-0 {
    border-left: none; } }

/* ==========================================================================
 clearfix
========================================================================== */
.u-cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

/* ==========================================================================
 column
========================================================================== */
.u-column {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }
  .u-column.u-column--space-0 {
    margin-left: 0px; }
  .u-column.u-column--space-0 > .u-column__item--col-1 {
    width: calc((100% / 12) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-2 {
    width: calc((100% / 6) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-3 {
    width: calc((100% / 4) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-4 {
    width: calc((100% / 3) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-6 {
    width: calc((100% / 2) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 0px) !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-0 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 0px !important; }
  .u-column.u-column--space-5 {
    margin-left: -5px; }
  .u-column.u-column--space-5 > .u-column__item--col-1 {
    width: calc((100% / 12) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-2 {
    width: calc((100% / 6) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-3 {
    width: calc((100% / 4) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-4 {
    width: calc((100% / 3) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-6 {
    width: calc((100% / 2) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 5px) !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-5 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 5px !important; }
  .u-column.u-column--space-10 {
    margin-left: -10px; }
  .u-column.u-column--space-10 > .u-column__item--col-1 {
    width: calc((100% / 12) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-2 {
    width: calc((100% / 6) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-3 {
    width: calc((100% / 4) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-4 {
    width: calc((100% / 3) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-6 {
    width: calc((100% / 2) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 10px) !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-10 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 10px !important; }
  .u-column.u-column--space-15 {
    margin-left: -15px; }
  .u-column.u-column--space-15 > .u-column__item--col-1 {
    width: calc((100% / 12) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-2 {
    width: calc((100% / 6) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-3 {
    width: calc((100% / 4) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-4 {
    width: calc((100% / 3) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-6 {
    width: calc((100% / 2) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 15px) !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-15 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 15px !important; }
  .u-column.u-column--space-20 {
    margin-left: -20px; }
  .u-column.u-column--space-20 > .u-column__item--col-1 {
    width: calc((100% / 12) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-2 {
    width: calc((100% / 6) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-3 {
    width: calc((100% / 4) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-4 {
    width: calc((100% / 3) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-6 {
    width: calc((100% / 2) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 20px) !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-20 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 20px !important; }
  .u-column.u-column--space-25 {
    margin-left: -25px; }
  .u-column.u-column--space-25 > .u-column__item--col-1 {
    width: calc((100% / 12) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-2 {
    width: calc((100% / 6) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-3 {
    width: calc((100% / 4) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-4 {
    width: calc((100% / 3) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-6 {
    width: calc((100% / 2) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 25px) !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-25 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 25px !important; }
  .u-column.u-column--space-30 {
    margin-left: -30px; }
  .u-column.u-column--space-30 > .u-column__item--col-1 {
    width: calc((100% / 12) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-2 {
    width: calc((100% / 6) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-3 {
    width: calc((100% / 4) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-4 {
    width: calc((100% / 3) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-6 {
    width: calc((100% / 2) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 30px) !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-30 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 30px !important; }
  .u-column.u-column--space-35 {
    margin-left: -35px; }
  .u-column.u-column--space-35 > .u-column__item--col-1 {
    width: calc((100% / 12) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-2 {
    width: calc((100% / 6) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-3 {
    width: calc((100% / 4) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-4 {
    width: calc((100% / 3) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-6 {
    width: calc((100% / 2) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 35px) !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-35 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 35px !important; }
  .u-column.u-column--space-40 {
    margin-left: -40px; }
  .u-column.u-column--space-40 > .u-column__item--col-1 {
    width: calc((100% / 12) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-2 {
    width: calc((100% / 6) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-3 {
    width: calc((100% / 4) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-4 {
    width: calc((100% / 3) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-6 {
    width: calc((100% / 2) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 40px) !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-40 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 40px !important; }
  .u-column.u-column--space-45 {
    margin-left: -45px; }
  .u-column.u-column--space-45 > .u-column__item--col-1 {
    width: calc((100% / 12) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-2 {
    width: calc((100% / 6) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-3 {
    width: calc((100% / 4) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-4 {
    width: calc((100% / 3) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-6 {
    width: calc((100% / 2) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 45px) !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-45 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 45px !important; }
  .u-column.u-column--space-50 {
    margin-left: -50px; }
  .u-column.u-column--space-50 > .u-column__item--col-1 {
    width: calc((100% / 12) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-2 {
    width: calc((100% / 6) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-3 {
    width: calc((100% / 4) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-4 {
    width: calc((100% / 3) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-6 {
    width: calc((100% / 2) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 50px) !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-50 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 50px !important; }
  .u-column.u-column--space-55 {
    margin-left: -55px; }
  .u-column.u-column--space-55 > .u-column__item--col-1 {
    width: calc((100% / 12) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-2 {
    width: calc((100% / 6) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-3 {
    width: calc((100% / 4) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-4 {
    width: calc((100% / 3) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-6 {
    width: calc((100% / 2) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 55px) !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-55 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 55px !important; }
  .u-column.u-column--space-60 {
    margin-left: -60px; }
  .u-column.u-column--space-60 > .u-column__item--col-1 {
    width: calc((100% / 12) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-2 {
    width: calc((100% / 6) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-3 {
    width: calc((100% / 4) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-4 {
    width: calc((100% / 3) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-6 {
    width: calc((100% / 2) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 60px) !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-60 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 60px !important; }
  .u-column.u-column--space-65 {
    margin-left: -65px; }
  .u-column.u-column--space-65 > .u-column__item--col-1 {
    width: calc((100% / 12) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-2 {
    width: calc((100% / 6) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-3 {
    width: calc((100% / 4) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-4 {
    width: calc((100% / 3) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-6 {
    width: calc((100% / 2) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 65px) !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-65 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 65px !important; }
  .u-column.u-column--space-70 {
    margin-left: -70px; }
  .u-column.u-column--space-70 > .u-column__item--col-1 {
    width: calc((100% / 12) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-2 {
    width: calc((100% / 6) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-3 {
    width: calc((100% / 4) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-4 {
    width: calc((100% / 3) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-6 {
    width: calc((100% / 2) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 70px) !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-70 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 70px !important; }
  .u-column.u-column--space-75 {
    margin-left: -75px; }
  .u-column.u-column--space-75 > .u-column__item--col-1 {
    width: calc((100% / 12) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-2 {
    width: calc((100% / 6) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-3 {
    width: calc((100% / 4) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-4 {
    width: calc((100% / 3) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-6 {
    width: calc((100% / 2) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 75px) !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-75 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 75px !important; }
  .u-column.u-column--space-80 {
    margin-left: -80px; }
  .u-column.u-column--space-80 > .u-column__item--col-1 {
    width: calc((100% / 12) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-2 {
    width: calc((100% / 6) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-3 {
    width: calc((100% / 4) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-4 {
    width: calc((100% / 3) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-6 {
    width: calc((100% / 2) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 80px) !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-80 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 80px !important; }
  .u-column.u-column--space-85 {
    margin-left: -85px; }
  .u-column.u-column--space-85 > .u-column__item--col-1 {
    width: calc((100% / 12) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-2 {
    width: calc((100% / 6) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-3 {
    width: calc((100% / 4) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-4 {
    width: calc((100% / 3) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-6 {
    width: calc((100% / 2) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 85px) !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-85 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 85px !important; }
  .u-column.u-column--space-90 {
    margin-left: -90px; }
  .u-column.u-column--space-90 > .u-column__item--col-1 {
    width: calc((100% / 12) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-2 {
    width: calc((100% / 6) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-3 {
    width: calc((100% / 4) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-4 {
    width: calc((100% / 3) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-6 {
    width: calc((100% / 2) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 90px) !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-90 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 90px !important; }
  .u-column.u-column--space-95 {
    margin-left: -95px; }
  .u-column.u-column--space-95 > .u-column__item--col-1 {
    width: calc((100% / 12) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-2 {
    width: calc((100% / 6) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-3 {
    width: calc((100% / 4) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-4 {
    width: calc((100% / 3) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-6 {
    width: calc((100% / 2) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 95px) !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-95 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 95px !important; }
  .u-column.u-column--space-100 {
    margin-left: -100px; }
  .u-column.u-column--space-100 > .u-column__item--col-1 {
    width: calc((100% / 12) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-2 {
    width: calc((100% / 6) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-3 {
    width: calc((100% / 4) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-4 {
    width: calc((100% / 3) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-5 {
    width: calc((100% / 2.4) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-6 {
    width: calc((100% / 2) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-7 {
    width: calc((100% / 1.71429) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-8 {
    width: calc((100% / 1.5) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-9 {
    width: calc((100% / 1.33333) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-10 {
    width: calc((100% / 1.2) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-11 {
    width: calc((100% / 1.09091) - 100px) !important;
    margin-left: 100px !important; }
  .u-column.u-column--space-100 > .u-column__item--col-12 {
    width: 100% !important;
    margin-left: 100px !important; }
  @media screen and (max-width: 46.875em) {
    .u-column {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
      .u-column.u-column--space-sp-0 {
        margin-left: 0px; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 0px) !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-0 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 0px !important; }
      .u-column.u-column--space-sp-5 {
        margin-left: -5px; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 5px) !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-5 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 5px !important; }
      .u-column.u-column--space-sp-10 {
        margin-left: -10px; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 10px) !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-10 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 10px !important; }
      .u-column.u-column--space-sp-15 {
        margin-left: -15px; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 15px) !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-15 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 15px !important; }
      .u-column.u-column--space-sp-20 {
        margin-left: -20px; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 20px) !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-20 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 20px !important; }
      .u-column.u-column--space-sp-25 {
        margin-left: -25px; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 25px) !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-25 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 25px !important; }
      .u-column.u-column--space-sp-30 {
        margin-left: -30px; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 30px) !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-30 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 30px !important; }
      .u-column.u-column--space-sp-35 {
        margin-left: -35px; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 35px) !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-35 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 35px !important; }
      .u-column.u-column--space-sp-40 {
        margin-left: -40px; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 40px) !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-40 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 40px !important; }
      .u-column.u-column--space-sp-45 {
        margin-left: -45px; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 45px) !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-45 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 45px !important; }
      .u-column.u-column--space-sp-50 {
        margin-left: -50px; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 50px) !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-50 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 50px !important; }
      .u-column.u-column--space-sp-55 {
        margin-left: -55px; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 55px) !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-55 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 55px !important; }
      .u-column.u-column--space-sp-60 {
        margin-left: -60px; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 60px) !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-60 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 60px !important; }
      .u-column.u-column--space-sp-65 {
        margin-left: -65px; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 65px) !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-65 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 65px !important; }
      .u-column.u-column--space-sp-70 {
        margin-left: -70px; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 70px) !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-70 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 70px !important; }
      .u-column.u-column--space-sp-75 {
        margin-left: -75px; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 75px) !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-75 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 75px !important; }
      .u-column.u-column--space-sp-80 {
        margin-left: -80px; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 80px) !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-80 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 80px !important; }
      .u-column.u-column--space-sp-85 {
        margin-left: -85px; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 85px) !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-85 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 85px !important; }
      .u-column.u-column--space-sp-90 {
        margin-left: -90px; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 90px) !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-90 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 90px !important; }
      .u-column.u-column--space-sp-95 {
        margin-left: -95px; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 95px) !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-95 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 95px !important; }
      .u-column.u-column--space-sp-100 {
        margin-left: -100px; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-1 {
        width: calc((100% / 12) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-2 {
        width: calc((100% / 6) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-3 {
        width: calc((100% / 4) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-4 {
        width: calc((100% / 3) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-5 {
        width: calc((100% / 2.4) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-6 {
        width: calc((100% / 2) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-7 {
        width: calc((100% / 1.71429) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-8 {
        width: calc((100% / 1.5) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-9 {
        width: calc((100% / 1.33333) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-10 {
        width: calc((100% / 1.2) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-11 {
        width: calc((100% / 1.09091) - 100px) !important;
        margin-left: 100px !important; }
      .u-column.u-column--space-sp-100 > .u-column__item--col-sp-12 {
        width: 100% !important;
        margin-left: 100px !important; } }

/* ==========================================================================
 cursor
========================================================================== */
.u-cu-po {
  cursor: pointer !important; }

/* ==========================================================================
 display
========================================================================== */
.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-i {
  display: inline !important; }

.u-d-n {
  display: none !important; }

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-d-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media screen and (max-width: 46.875em) {
  .u-d-sp-tb {
    display: table !important; }
  .u-d-sp-tbc {
    display: table-cell !important; }
  .u-d-sp-b {
    display: block !important; }
    
  .p-block.p-bg.p-bg--premium .u-d-n.u-d-sp-b{
    padding-bottom: 14px;
    }
    
  .u-d-sp-ib {
    display: inline-block !important; }
  .u-d-sp-i {
    display: inline !important; }
  .u-d-sp-n {
    display: none !important; }
  .u-d-sp-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .u-flex--ffRow {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row !important;
    flex-flow: row !important; }
  .u-flex--jcBetween {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .u-flex--jcCenter {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .u-flex--jcStart {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .u-flex--jcEnd {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .u-flex--aiCenter {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .u-flex--fdRowReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .u-flex--fdColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .u-flex--f0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .u-flex--f1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

@media screen and (max-width: 46.875em) {
  .u-flex-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .u-flex-sp--ffRow {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-flow: row !important;
      flex-flow: row !important; }
    .u-flex-sp--jcBetween {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .u-flex-sp--jcCenter {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .u-flex-sp--jcStart {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .u-flex-sp--jcEnd {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .u-flex-sp--aiCenter {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .u-flex-sp--fdRowReverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .u-flex-sp--fdColumn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .u-flex-sp__children {
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
      flex: 0 1 auto !important; } }

/* ==========================================================================
 float
========================================================================== */
.u-fl-l {
  float: left !important; }

.u-fl-r {
  float: right !important; }

.u-fl-n {
  float: none !important; }

/* ==========================================================================
 font-feature-settings
========================================================================== */
.u-ffs-pwid {
  -webkit-font-feature-settings: "pwid" !important;
  font-feature-settings: "pwid" !important; }

.u-ffs-palt {
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important; }

.u-ffs-pkna {
  -webkit-font-feature-settings: "pkna" !important;
  font-feature-settings: "pkna" !important; }

/* ==========================================================================
 font-size
========================================================================== */
/* ==========================================================================
 font-weight
========================================================================== */
.u-fw-n {
  font-weight: normal !important; }

.u-fw-500 {
  font-weight: 500 !important; }

.u-fw-600 {
  font-weight: 600 !important; }

.u-fw-b {
  font-weight: bold !important; }

/* ==========================================================================
 height
========================================================================== */
.u-h-full {
  height: 100% !important; }

.u-h-fullvh {
  height: 100vh !important; }

.u-h-0 {
  height: 0 !important; }

@media screen and (max-width: 46.875em) {
  .u-h-sp-full {
    height: 100% !important; }
  .u-h-sp-fullvh {
    height: 100vh !important; }
  .u-h-sp-0 {
    height: 0 !important; } }

/* ==========================================================================
 letter-spacing
========================================================================== */
.u-ls-0 {
  letter-spacing: 0rem !important; }

.u-ls-1 {
  letter-spacing: 0.1rem !important; }

.u-ls-2 {
  letter-spacing: 0.2rem !important; }

.u-ls-3 {
  letter-spacing: 0.3rem !important; }

.u-ls-4 {
  letter-spacing: 0.4rem !important; }

.u-ls-5 {
  letter-spacing: 0.5rem !important; }

.u-ls-6 {
  letter-spacing: 0.6rem !important; }

.u-ls-7 {
  letter-spacing: 0.7rem !important; }

.u-ls-8 {
  letter-spacing: 0.8rem !important; }

.u-ls-9 {
  letter-spacing: 0.9rem !important; }

.u-ls-10 {
  letter-spacing: 1rem !important; }

.u-nls-1 {
  letter-spacing: -0.1rem !important; }

.u-nls-2 {
  letter-spacing: -0.2rem !important; }

.u-nls-3 {
  letter-spacing: -0.3rem !important; }

.u-nls-4 {
  letter-spacing: -0.4rem !important; }

.u-nls-5 {
  letter-spacing: -0.5rem !important; }

.u-nls-6 {
  letter-spacing: -0.6rem !important; }

.u-nls-7 {
  letter-spacing: -0.7rem !important; }

.u-nls-8 {
  letter-spacing: -0.8rem !important; }

.u-nls-9 {
  letter-spacing: -0.9rem !important; }

.u-nls-10 {
  letter-spacing: -1rem !important; }

@media screen and (max-width: 46.875em) {
  .u-ls-sp-0 {
    letter-spacing: 0rem !important; }
  .u-ls-sp-1 {
    letter-spacing: 0.1rem !important; }
  .u-ls-sp-2 {
    letter-spacing: 0.2rem !important; }
  .u-ls-sp-3 {
    letter-spacing: 0.3rem !important; }
  .u-ls-sp-4 {
    letter-spacing: 0.4rem !important; }
  .u-ls-sp-5 {
    letter-spacing: 0.5rem !important; }
  .u-ls-sp-6 {
    letter-spacing: 0.6rem !important; }
  .u-ls-sp-7 {
    letter-spacing: 0.7rem !important; }
  .u-ls-sp-8 {
    letter-spacing: 0.8rem !important; }
  .u-ls-sp-9 {
    letter-spacing: 0.9rem !important; }
  .u-ls-sp-10 {
    letter-spacing: 1rem !important; }
  .u-nls-sp-1 {
    letter-spacing: -0.1rem !important; }
  .u-nls-sp-2 {
    letter-spacing: -0.2rem !important; }
  .u-nls-sp-3 {
    letter-spacing: -0.3rem !important; }
  .u-nls-sp-4 {
    letter-spacing: -0.4rem !important; }
  .u-nls-sp-5 {
    letter-spacing: -0.5rem !important; }
  .u-nls-sp-6 {
    letter-spacing: -0.6rem !important; }
  .u-nls-sp-7 {
    letter-spacing: -0.7rem !important; }
  .u-nls-sp-8 {
    letter-spacing: -0.8rem !important; }
  .u-nls-sp-9 {
    letter-spacing: -0.9rem !important; }
  .u-nls-sp-10 {
    letter-spacing: -1rem !important; } }

/* ==========================================================================
 line-height
========================================================================== */
.u-lh-0 {
  line-height: 0 !important; }

.u-lh-10 {
  line-height: 1 !important; }

.u-lh-11 {
  line-height: 1.1 !important; }

.u-lh-12 {
  line-height: 1.2 !important; }

.u-lh-13 {
  line-height: 1.3 !important; }

.u-lh-14 {
  line-height: 1.4 !important; }

.u-lh-15 {
  line-height: 1.5 !important; }

.u-lh-16 {
  line-height: 1.6 !important; }

.u-lh-17 {
  line-height: 1.7 !important; }

.u-lh-18 {
  line-height: 1.8 !important; }

.u-lh-19 {
  line-height: 1.9 !important; }

.u-lh-20 {
  line-height: 2 !important; }

/* ==========================================================================
 margin
========================================================================== */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important; }

/* Top margin */
.u-mt-0 {
  margin-top: 0px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mt-105 {
  margin-top: 105px !important; }

.u-mt-110 {
  margin-top: 110px !important; }

.u-mt-115 {
  margin-top: 115px !important; }

.u-mt-120 {
  margin-top: 120px !important; }

.u-mt-125 {
  margin-top: 125px !important; }

.u-mt-130 {
  margin-top: 130px !important; }

.u-mt-135 {
  margin-top: 135px !important; }

.u-mt-140 {
  margin-top: 140px !important; }

.u-mt-145 {
  margin-top: 145px !important; }

.u-mt-150 {
  margin-top: 150px !important; }

.u-mt-155 {
  margin-top: 155px !important; }

.u-mt-160 {
  margin-top: 160px !important; }

.u-mt-165 {
  margin-top: 165px !important; }

.u-mt-170 {
  margin-top: 170px !important; }

.u-mt-175 {
  margin-top: 175px !important; }

.u-mt-180 {
  margin-top: 180px !important; }

.u-mt-185 {
  margin-top: 185px !important; }

.u-mt-190 {
  margin-top: 190px !important; }

/* Right margin */
.u-mr-0 {
  margin-right: 0px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

/* Bottom margin */
.u-mb-0 {
  margin-bottom: 0px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-mb-105 {
  margin-bottom: 105px !important; }

.u-mb-110 {
  margin-bottom: 110px !important; }

.u-mb-115 {
  margin-bottom: 115px !important; }

.u-mb-120 {
  margin-bottom: 120px !important; }

.u-mb-125 {
  margin-bottom: 125px !important; }

.u-mb-130 {
  margin-bottom: 130px !important; }

.u-mb-135 {
  margin-bottom: 135px !important; }

.u-mb-140 {
  margin-bottom: 140px !important; }

.u-mb-145 {
  margin-bottom: 145px !important; }

.u-mb-150 {
  margin-bottom: 150px !important; }

.u-mb-155 {
  margin-bottom: 155px !important; }

.u-mb-160 {
  margin-bottom: 160px !important; }

.u-mb-165 {
  margin-bottom: 165px !important; }

.u-mb-170 {
  margin-bottom: 170px !important; }

.u-mb-175 {
  margin-bottom: 175px !important; }

.u-mb-180 {
  margin-bottom: 180px !important; }

.u-mb-185 {
  margin-bottom: 185px !important; }

.u-mb-190 {
  margin-bottom: 190px !important; }

/* Left margin */
.u-ml-0 {
  margin-left: 0px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

/* Top negative margin */
.u-nmt-0 {
  margin-top: 0px !important; }

.u-nmt-5 {
  margin-top: -5px !important; }

.u-nmt-10 {
  margin-top: -10px !important; }

.u-nmt-15 {
  margin-top: -15px !important; }

.u-nmt-20 {
  margin-top: -20px !important; }

.u-nmt-25 {
  margin-top: -25px !important; }

.u-nmt-30 {
  margin-top: -30px !important; }

.u-nmt-35 {
  margin-top: -35px !important; }

.u-nmt-40 {
  margin-top: -40px !important; }

.u-nmt-45 {
  margin-top: -45px !important; }

.u-nmt-50 {
  margin-top: -50px !important; }

.u-nmt-55 {
  margin-top: -55px !important; }

.u-nmt-60 {
  margin-top: -60px !important; }

.u-nmt-65 {
  margin-top: -65px !important; }

.u-nmt-70 {
  margin-top: -70px !important; }

.u-nmt-75 {
  margin-top: -75px !important; }

.u-nmt-80 {
  margin-top: -80px !important; }

.u-nmt-85 {
  margin-top: -85px !important; }

.u-nmt-90 {
  margin-top: -90px !important; }

/* Right negative margin */
.u-nmr-0 {
  margin-right: 0px !important; }

.u-nmr-5 {
  margin-right: -5px !important; }

.u-nmr-10 {
  margin-right: -10px !important; }

.u-nmr-15 {
  margin-right: -15px !important; }

.u-nmr-20 {
  margin-right: -20px !important; }

.u-nmr-25 {
  margin-right: -25px !important; }

.u-nmr-30 {
  margin-right: -30px !important; }

.u-nmr-35 {
  margin-right: -35px !important; }

.u-nmr-40 {
  margin-right: -40px !important; }

/* Bottom negative margin */
.u-nmb-0 {
  margin-bottom: 0px !important; }

.u-nmb-5 {
  margin-bottom: -5px !important; }

.u-nmb-10 {
  margin-bottom: -10px !important; }

.u-nmb-15 {
  margin-bottom: -15px !important; }

.u-nmb-20 {
  margin-bottom: -20px !important; }

.u-nmb-25 {
  margin-bottom: -25px !important; }

.u-nmb-30 {
  margin-bottom: -30px !important; }

.u-nmb-35 {
  margin-bottom: -35px !important; }

.u-nmb-40 {
  margin-bottom: -40px !important; }

.u-nmb-45 {
  margin-bottom: -45px !important; }

.u-nmb-50 {
  margin-bottom: -50px !important; }

.u-nmb-55 {
  margin-bottom: -55px !important; }

.u-nmb-60 {
  margin-bottom: -60px !important; }

.u-nmb-65 {
  margin-bottom: -65px !important; }

.u-nmb-70 {
  margin-bottom: -70px !important; }

.u-nmb-75 {
  margin-bottom: -75px !important; }

.u-nmb-80 {
  margin-bottom: -80px !important; }

.u-nmb-85 {
  margin-bottom: -85px !important; }

.u-nmb-90 {
  margin-bottom: -90px !important; }

/* Left negative margin */
.u-nml-0 {
  margin-left: 0px !important; }

.u-nml-5 {
  margin-left: -5px !important; }

.u-nml-10 {
  margin-left: -10px !important; }

.u-nml-15 {
  margin-left: -15px !important; }

.u-nml-20 {
  margin-left: -20px !important; }

.u-nml-25 {
  margin-left: -25px !important; }

.u-nml-30 {
  margin-left: -30px !important; }

.u-nml-35 {
  margin-left: -35px !important; }

.u-nml-40 {
  margin-left: -40px !important; }

@media screen and (max-width: 46.875em) {
  .u-mt-sp-0 {
    margin-top: 0px !important; }
  .u-mt-sp-5 {
    margin-top: 5px !important; }
  .u-mt-sp-10 {
    margin-top: 10px !important; }
  .u-mt-sp-15 {
    margin-top: 15px !important; }
  .u-mt-sp-20 {
    margin-top: 20px !important; }
  .u-mt-sp-25 {
    margin-top: 25px !important; }
  .u-mt-sp-30 {
    margin-top: 30px !important; }
  .u-mt-sp-35 {
    margin-top: 35px !important; }
  .u-mt-sp-40 {
    margin-top: 40px !important; }
  .u-mt-sp-45 {
    margin-top: 45px !important; }
  .u-mt-sp-50 {
    margin-top: 50px !important; }
  .u-mt-sp-55 {
    margin-top: 55px !important; }
  .u-mt-sp-60 {
    margin-top: 60px !important; }
  .u-mt-sp-65 {
    margin-top: 65px !important; }
  .u-mt-sp-70 {
    margin-top: 70px !important; }
  .u-mt-sp-75 {
    margin-top: 75px !important; }
  .u-mt-sp-80 {
    margin-top: 80px !important; }
  .u-mt-sp-85 {
    margin-top: 85px !important; }
  .u-mt-sp-90 {
    margin-top: 90px !important; }
  .u-mr-sp-0 {
    margin-right: 0px !important; }
  .u-mr-sp-5 {
    margin-right: 5px !important; }
  .u-mr-sp-10 {
    margin-right: 10px !important; }
  .u-mr-sp-15 {
    margin-right: 15px !important; }
  .u-mr-sp-20 {
    margin-right: 20px !important; }
  .u-mr-sp-25 {
    margin-right: 25px !important; }
  .u-mr-sp-30 {
    margin-right: 30px !important; }
  .u-mr-sp-35 {
    margin-right: 35px !important; }
  .u-mr-sp-40 {
    margin-right: 40px !important; }
  .u-mb-sp-0 {
    margin-bottom: 0px !important; }
  .u-mb-sp-5 {
    margin-bottom: 5px !important; }
  .u-mb-sp-10 {
    margin-bottom: 10px !important; }
  .u-mb-sp-15 {
    margin-bottom: 15px !important; }
  .u-mb-sp-20 {
    margin-bottom: 20px !important; }
  .u-mb-sp-25 {
    margin-bottom: 25px !important; }
  .u-mb-sp-30 {
    margin-bottom: 30px !important; }
  .u-mb-sp-35 {
    margin-bottom: 35px !important; }
  .u-mb-sp-40 {
    margin-bottom: 40px !important; }
  .u-mb-sp-45 {
    margin-bottom: 45px !important; }
  .u-mb-sp-50 {
    margin-bottom: 50px !important; }
  .u-mb-sp-55 {
    margin-bottom: 55px !important; }
  .u-mb-sp-60 {
    margin-bottom: 60px !important; }
  .u-mb-sp-65 {
    margin-bottom: 65px !important; }
  .u-mb-sp-70 {
    margin-bottom: 70px !important; }
  .u-mb-sp-75 {
    margin-bottom: 75px !important; }
  .u-mb-sp-80 {
    margin-bottom: 80px !important; }
  .u-mb-sp-85 {
    margin-bottom: 85px !important; }
  .u-mb-sp-90 {
    margin-bottom: 90px !important; }
  .u-ml-sp-0 {
    margin-left: 0px !important; }
  .u-ml-sp-5 {
    margin-left: 5px !important; }
  .u-ml-sp-10 {
    margin-left: 10px !important; }
  .u-ml-sp-15 {
    margin-left: 15px !important; }
  .u-ml-sp-20 {
    margin-left: 20px !important; }
  .u-ml-sp-25 {
    margin-left: 25px !important; }
  .u-ml-sp-30 {
    margin-left: 30px !important; }
  .u-ml-sp-35 {
    margin-left: 35px !important; }
  .u-ml-sp-40 {
    margin-left: 40px !important; }
  /* Top negative margin */
  .u-nmt-sp-0 {
    margin-top: 0px !important; }
  .u-nmt-sp-5 {
    margin-top: -5px !important; }
  .u-nmt-sp-10 {
    margin-top: -10px !important; }
  .u-nmt-sp-15 {
    margin-top: -15px !important; }
  .u-nmt-sp-20 {
    margin-top: -20px !important; }
  .u-nmt-sp-25 {
    margin-top: -25px !important; }
  .u-nmt-sp-30 {
    margin-top: -30px !important; }
  .u-nmt-sp-35 {
    margin-top: -35px !important; }
  .u-nmt-sp-40 {
    margin-top: -40px !important; }
  /* Right negative margin */
  .u-nmr-sp-0 {
    margin-right: 0px !important; }
  .u-nmr-sp-5 {
    margin-right: -5px !important; }
  .u-nmr-sp-10 {
    margin-right: -10px !important; }
  .u-nmr-sp-15 {
    margin-right: -15px !important; }
  .u-nmr-sp-20 {
    margin-right: -20px !important; }
  .u-nmr-sp-25 {
    margin-right: -25px !important; }
  .u-nmr-sp-30 {
    margin-right: -30px !important; }
  .u-nmr-sp-35 {
    margin-right: -35px !important; }
  .u-nmr-sp-40 {
    margin-right: -40px !important; }
  /* Bottom negative margin */
  .u-nmb-sp-0 {
    margin-bottom: 0px !important; }
  .u-nmb-sp-5 {
    margin-bottom: -5px !important; }
  .u-nmb-sp-10 {
    margin-bottom: -10px !important; }
  .u-nmb-sp-15 {
    margin-bottom: -15px !important; }
  .u-nmb-sp-20 {
    margin-bottom: -20px !important; }
  .u-nmb-sp-25 {
    margin-bottom: -25px !important; }
  .u-nmb-sp-30 {
    margin-bottom: -30px !important; }
  .u-nmb-sp-35 {
    margin-bottom: -35px !important; }
  .u-nmb-sp-40 {
    margin-bottom: -40px !important; }
  /* Left negative margin */
  .u-nml-sp-0 {
    margin-left: 0px !important; }
  .u-nml-sp-5 {
    margin-left: -5px !important; }
  .u-nml-sp-10 {
    margin-left: -10px !important; }
  .u-nml-sp-15 {
    margin-left: -15px !important; }
  .u-nml-sp-20 {
    margin-left: -20px !important; }
  .u-nml-sp-25 {
    margin-left: -25px !important; }
  .u-nml-sp-30 {
    margin-left: -30px !important; }
  .u-nml-sp-35 {
    margin-left: -35px !important; }
  .u-nml-sp-40 {
    margin-left: -40px !important; } }

/* ==========================================================================
 opacity
========================================================================== */
.u-op {
  -webkit-transition: opacity 0.1s linear !important;
  transition: opacity 0.1s linear !important; }
  .u-op:hover {
    opacity: 0.8 !important; }

/* ==========================================================================
 overflow
========================================================================== */
.u-ox-a {
  overflow-x: auto !important; }

.u-ox-h {
  overflow-x: hidden !important; }

.u-ox-i {
  overflow-x: inherit !important; }

.u-ox-s {
  overflow-x: scroll !important; }

.u-ox-v {
  overflow-x: visible !important; }

.u-oy-a {
  overflow-x: auto !important; }

.u-oy-h {
  overflow-x: hidden !important; }

.u-oy-i {
  overflow-x: inherit !important; }

.u-oy-s {
  overflow-x: scroll !important; }

.u-oy-v {
  overflow-x: visible !important; }

@media screen and (max-width: 46.875em) {
  .u-ox-sp-a {
    overflow-x: auto !important; }
  .u-ox-sp-h {
    overflow-x: hidden !important; }
  .u-ox-sp-i {
    overflow-x: inherit !important; }
  .u-ox-sp-s {
    overflow-x: scroll !important; }
  .u-ox-sp-v {
    overflow-x: visible !important; }
  .u-oy-sp-a {
    overflow-x: auto !important; }
  .u-oy-sp-h {
    overflow-x: hidden !important; }
  .u-oy-sp-i {
    overflow-x: inherit !important; }
  .u-oy-sp-s {
    overflow-x: scroll !important; }
  .u-oy-sp-v {
    overflow-x: visible !important; } }

/* ==========================================================================
 padding
========================================================================== */
/* Top padding */
.u-pt-0 {
  padding-top: 0px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

.u-pt-105 {
  padding-top: 105px !important; }

.u-pt-110 {
  padding-top: 110px !important; }

.u-pt-115 {
  padding-top: 115px !important; }

.u-pt-120 {
  padding-top: 120px !important; }

.u-pt-125 {
  padding-top: 125px !important; }

.u-pt-130 {
  padding-top: 130px !important; }

.u-pt-135 {
  padding-top: 135px !important; }

.u-pt-140 {
  padding-top: 140px !important; }

.u-pt-145 {
  padding-top: 145px !important; }

.u-pt-150 {
  padding-top: 150px !important; }

.u-pt-155 {
  padding-top: 155px !important; }

.u-pt-160 {
  padding-top: 160px !important; }

.u-pt-165 {
  padding-top: 165px !important; }

.u-pt-170 {
  padding-top: 170px !important; }

.u-pt-175 {
  padding-top: 175px !important; }

.u-pt-180 {
  padding-top: 180px !important; }

.u-pt-185 {
  padding-top: 185px !important; }

.u-pt-190 {
  padding-top: 190px !important; }

/* Right padding */
.u-pr-0 {
  padding-right: 0px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

/* Bottom padding */
.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

.u-pb-10 {
  padding-bottom: 10px !important; }

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-pb-105 {
  padding-bottom: 105px !important; }

.u-pb-110 {
  padding-bottom: 110px !important; }

.u-pb-115 {
  padding-bottom: 115px !important; }

.u-pb-120 {
  padding-bottom: 120px !important; }

.u-pb-125 {
  padding-bottom: 125px !important; }

.u-pb-130 {
  padding-bottom: 130px !important; }

.u-pb-135 {
  padding-bottom: 135px !important; }

.u-pb-140 {
  padding-bottom: 140px !important; }

.u-pb-145 {
  padding-bottom: 145px !important; }

.u-pb-150 {
  padding-bottom: 150px !important; }

.u-pb-155 {
  padding-bottom: 155px !important; }

.u-pb-160 {
  padding-bottom: 160px !important; }

.u-pb-165 {
  padding-bottom: 165px !important; }

.u-pb-170 {
  padding-bottom: 170px !important; }

.u-pb-175 {
  padding-bottom: 175px !important; }

.u-pb-180 {
  padding-bottom: 180px !important; }

.u-pb-185 {
  padding-bottom: 185px !important; }

.u-pb-190 {
  padding-bottom: 190px !important; }

/* Left padding */
.u-pl-0 {
  padding-left: 0px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

@media screen and (max-width: 46.875em) {
  .u-pt-sp-0 {
    padding-top: 0px !important; }
  .u-pt-sp-5 {
    padding-top: 5px !important; }
  .u-pt-sp-10 {
    padding-top: 10px !important; }
  .u-pt-sp-15 {
    padding-top: 15px !important; }
  .u-pt-sp-20 {
    padding-top: 20px !important; }
  .u-pt-sp-25 {
    padding-top: 25px !important; }
  .u-pt-sp-30 {
    padding-top: 30px !important; }
  .u-pt-sp-35 {
    padding-top: 35px !important; }
  .u-pt-sp-40 {
    padding-top: 40px !important; }
  .u-pt-sp-45 {
    padding-top: 45px !important; }
  .u-pt-sp-50 {
    padding-top: 50px !important; }
  .u-pt-sp-55 {
    padding-top: 55px !important; }
  .u-pt-sp-60 {
    padding-top: 60px !important; }
  .u-pt-sp-65 {
    padding-top: 65px !important; }
  .u-pt-sp-70 {
    padding-top: 70px !important; }
  .u-pt-sp-75 {
    padding-top: 75px !important; }
  .u-pt-sp-80 {
    padding-top: 80px !important; }
  .u-pt-sp-85 {
    padding-top: 85px !important; }
  .u-pt-sp-90 {
    padding-top: 90px !important; }
  .u-pr-sp-0 {
    padding-right: 0px !important; }
  .u-pr-sp-5 {
    padding-right: 5px !important; }
  .u-pr-sp-10 {
    padding-right: 10px !important; }
  .u-pr-sp-15 {
    padding-right: 15px !important; }
  .u-pr-sp-20 {
    padding-right: 20px !important; }
  .u-pr-sp-25 {
    padding-right: 25px !important; }
  .u-pr-sp-30 {
    padding-right: 30px !important; }
  .u-pr-sp-35 {
    padding-right: 35px !important; }
  .u-pr-sp-40 {
    padding-right: 40px !important; }
  .u-pb-sp-0 {
    padding-bottom: 0px !important; }
  .u-pb-sp-5 {
    padding-bottom: 5px !important; }
  .u-pb-sp-10 {
    padding-bottom: 10px !important; }
  .u-pb-sp-15 {
    padding-bottom: 15px !important; }
  .u-pb-sp-20 {
    padding-bottom: 20px !important; }
  .u-pb-sp-25 {
    padding-bottom: 25px !important; }
  .u-pb-sp-30 {
    padding-bottom: 30px !important; }
  .u-pb-sp-35 {
    padding-bottom: 35px !important; }
  .u-pb-sp-40 {
    padding-bottom: 40px !important; }
  .u-pb-sp-45 {
    padding-bottom: 45px !important; }
  .u-pb-sp-50 {
    padding-bottom: 50px !important; }
  .u-pb-sp-55 {
    padding-bottom: 55px !important; }
  .u-pb-sp-60 {
    padding-bottom: 60px !important; }
  .u-pb-sp-65 {
    padding-bottom: 65px !important; }
  .u-pb-sp-70 {
    padding-bottom: 70px !important; }
  .u-pb-sp-75 {
    padding-bottom: 75px !important; }
  .u-pb-sp-80 {
    padding-bottom: 80px !important; }
  .u-pb-sp-85 {
    padding-bottom: 85px !important; }
  .u-pb-sp-90 {
    padding-bottom: 90px !important; }
  .u-pl-sp-0 {
    padding-left: 0px !important; }
  .u-pl-sp-5 {
    padding-left: 5px !important; }
  .u-pl-sp-10 {
    padding-left: 10px !important; }
  .u-pl-sp-15 {
    padding-left: 15px !important; }
  .u-pl-sp-20 {
    padding-left: 20px !important; }
  .u-pl-sp-25 {
    padding-left: 25px !important; }
  .u-pl-sp-30 {
    padding-left: 30px !important; }
  .u-pl-sp-35 {
    padding-left: 35px !important; }
  .u-pl-sp-40 {
    padding-left: 40px !important; } }

/* ==========================================================================
 position
========================================================================== */
.u-pos-a {
  position: absolute !important; }
  .u-pos-a--left {
    left: 0; }
  .u-pos-a--right {
    right: 0; }
  .u-pos-a--top {
    top: 0; }
  .u-pos-a--bottom {
    bottom: 0; }

.u-pos-r {
  position: relative !important; }

.u-pos-s {
  position: static !important; }

.u-pos-f {
  position: fixed !important; }

/* ==========================================================================
 text-align
========================================================================== */
.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

@media screen and (max-width: 46.875em) {
  .u-ta-sp-l {
    text-align: left !important; }
  .u-ta-sp-c {
    text-align: center !important; }
  .u-ta-sp-r {
    text-align: right !important; } }

/* ==========================================================================
 text-decoration
========================================================================== */
.u-td-u {
  text-decoration: underline !important; }

.u-td-n {
  text-decoration: none !important; }

/* ==========================================================================
 text-indent
========================================================================== */
.u-txt-indent8 {
  text-indent: -0.8em !important;
  padding-left: 0.8em !important; }

.u-txt-indent9 {
  text-indent: -0.9em !important;
  padding-left: 0.9em !important; }

.u-txt-indent10 {
  text-indent: -1em !important;
  padding-left: 1em !important; }

.u-txt-indent11 {
  text-indent: -1.1em !important;
  padding-left: 1.1em !important; }

.u-txt-indent12 {
  text-indent: -1.2em !important;
  padding-left: 1.2em !important; }

.u-txt-indent13 {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important; }

.u-txt-indent14 {
  text-indent: -1.4em !important;
  padding-left: 1.4em !important; }

.u-txt-indent15 {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important; }

.u-txt-indent16 {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important; }

.u-txt-indent17 {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important; }

.u-txt-indent18 {
  text-indent: -1.8em !important;
  padding-left: 1.8em !important; }

.u-txt-indent19 {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important; }

.u-txt-indent20 {
  text-indent: -2em !important;
  padding-left: 2em !important; }

.u-txt-indent21 {
  text-indent: -2.1em !important;
  padding-left: 2.1em !important; }

.u-txt-indent22 {
  text-indent: -2.2em !important;
  padding-left: 2.2em !important; }

.u-txt-indent23 {
  text-indent: -2.3em !important;
  padding-left: 2.3em !important; }

.u-txt-indent24 {
  text-indent: -2.4em !important;
  padding-left: 2.4em !important; }

.u-txt-indent25 {
  text-indent: -2.5em !important;
  padding-left: 2.5em !important; }

.u-txt-indent26 {
  text-indent: -2.6em !important;
  padding-left: 2.6em !important; }

.u-txt-indent27 {
  text-indent: -2.7em !important;
  padding-left: 2.7em !important; }

.u-txt-indent28 {
  text-indent: -2.8em !important;
  padding-left: 2.8em !important; }

.u-txt-indent29 {
  text-indent: -2.9em !important;
  padding-left: 2.9em !important; }

.u-txt-indent30 {
  text-indent: -3em !important;
  padding-left: 3em !important; }

/* ==========================================================================
 text-truncate
========================================================================== */
.u-tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */ }

/* ==========================================================================
 vertical-align
========================================================================== */
.u-va-t {
  vertical-align: top !important; }

.u-va-m {
  vertical-align: middle !important; }

.u-va-b {
  vertical-align: bottom !important; }

.u-va-bl {
  vertical-align: baseline !important; }

/* ==========================================================================
 width
========================================================================== */
.u-w-auto {
  width: auto !important; }

.u-w-full {
  width: 100% !important; }

.u-w-threeQuarter {
  width: 75% !important; }

.u-w-half {
  width: 50% !important; }

.u-w-quarter {
  width: 25% !important; }

.u-w-release {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important; }

.u-w-50 {
  width: 50px !important; }

.u-w-100 {
  width: 100px !important; }

.u-w-150 {
  width: 150px !important; }

.u-w-200 {
  width: 200px !important; }

.u-w-250 {
  width: 250px !important; }

.u-w-300 {
  width: 300px !important; }

.u-w-350 {
  width: 350px !important; }

.u-w-400 {
  width: 400px !important; }

.u-w-450 {
  width: 450px !important; }

.u-w-500 {
  width: 500px !important; }

@media screen and (max-width: 46.875em) {
  .u-w-sp-auto {
    width: auto !important; }
  .u-w-sp-full {
    width: 100% !important; }
  .u-w-sp-threeQuarter {
    width: 75% !important; }
  .u-w-sp-half {
    width: 50% !important; }
  .u-w-sp-quarter {
    width: 25% !important; }
  .u-w-sp-release {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important; } }

/* ==========================================================================
 writing-mode
========================================================================== */
.u-wm-htb {
  -webkit-writing-mode: horizontal-tb !important;
  -ms-writing-mode: lr-tb !important;
  writing-mode: horizontal-tb !important; }

.u-wm-vrl {
  -webkit-writing-mode: vertical-rl !important;
  -ms-writing-mode: tb-rl !important;
  writing-mode: vertical-rl !important; }

.u-wm-vlr {
  -webkit-writing-mode: vertical-lr !important;
  -ms-writing-mode: tb-lr !important;
  writing-mode: vertical-lr !important; }

@media screen and (max-width: 46.875em) {
  .u-wm-sp-htb {
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: lr-tb !important;
    writing-mode: horizontal-tb !important; }
  .u-wm-sp-vrl {
    -webkit-writing-mode: vertical-rl !important;
    -ms-writing-mode: tb-rl !important;
    writing-mode: vertical-rl !important; }
  .u-wm-sp-vlr {
    -webkit-writing-mode: vertical-lr !important;
    -ms-writing-mode: tb-lr !important;
    writing-mode: vertical-lr !important; } }


