/**
 after 10.14
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/**
sw assy.less
@Author: Samuraiworks
@Version: 2111
 */
/* do it assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**
fixme 2022
https://www.seojuku.com/blog/responsive-mediaquery.html
  todo ←max  895px / →min  896px
  todo ←max 1024px / →min 1025px
  todo モバファで広がる方に考え方。
 */
.row {
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  display: flex;
  /*-ms-flex-wrap: wrap;*/
  flex-wrap: wrap;
  justify-content: center;
}
.row > * {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.row [class^="col1-"] {
  width: calc(100% / 1);
}
.row [class^="col2-"] {
  width: calc(100% / 2);
}
.row [class^="col3-"] {
  width: calc(100% / 3);
}
.row [class^="col4-"] {
  width: calc(100% / 4);
}
.row [class^="col5-"] {
  width: calc(100% / 5);
}
.row [class^="col6-"] {
  width: calc(100% / 6);
}
.row [class^="col7-"] {
  width: calc(100% / 7);
}
.row [class^="col8-"] {
  width: calc(100% / 8);
}
.row [class^="col9-"] {
  width: calc(100% / 9);
}
.row [class^="col10-"] {
  width: calc(100% / 10);
}
.row [class^="col11-"] {
  width: calc(100% / 11);
}
.row [class^="col12-"] {
  width: calc(100% / 12);
}
@media (min-width: 896px) {
  .row [class*="-1-"] {
    width: calc(100% / 1);
  }
  .row [class*="-2-"] {
    width: calc(100% / 2);
  }
  .row [class*="-3-"] {
    width: calc(100% / 3);
  }
  .row [class*="-4-"] {
    width: calc(100% / 4);
  }
  .row [class*="-5-"] {
    width: calc(100% / 5);
  }
  .row [class*="-6-"] {
    width: calc(100% / 6);
  }
  .row [class*="-7-"] {
    width: calc(100% / 7);
  }
  .row [class*="-8-"] {
    width: calc(100% / 8);
  }
  .row [class*="-9-"] {
    width: calc(100% / 9);
  }
  .row [class*="-10-"] {
    width: calc(100% / 10);
  }
  .row [class*="-11-"] {
    width: calc(100% / 11);
  }
  .row [class*="-12-"] {
    width: calc(100% / 12);
  }
}
@media (min-width: 1025px) {
  .row [class*="-1col"] {
    width: calc(100% / 1);
  }
  .row [class*="-2col"] {
    width: calc(100% / 2);
  }
  .row [class*="-3col"] {
    width: calc(100% / 3);
  }
  .row [class*="-4col"] {
    width: calc(100% / 4);
  }
  .row [class*="-5col"] {
    width: calc(100% / 5);
  }
  .row [class*="-6col"] {
    width: calc(100% / 6);
  }
  .row [class*="-7col"] {
    width: calc(100% / 7);
  }
  .row [class*="-8col"] {
    width: calc(100% / 8);
  }
  .row [class*="-9col"] {
    width: calc(100% / 9);
  }
  .row [class*="-10col"] {
    width: calc(100% / 10);
  }
  .row [class*="-11col"] {
    width: calc(100% / 11);
  }
  .row [class*="-12col"] {
    width: calc(100% / 12);
  }
}
/**
 Reboot.css
 */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none!important;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
/*
 * 1.1 -> common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
body,
html {
  max-width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
iframe {
  border: none;
  width: 100%;
}
.inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.fullwidth {
  width: 100%;
}
/* -------- Font Weight ---------- */
.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}
/* -------- Font Size ---------- */
.font-9 {
  font-size: 9px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-23 {
  font-size: 23px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-27 {
  font-size: 27px !important;
}
.font-28 {
  font-size: 2rem !important;
}
.font-29 {
  font-size: 2.07142857rem !important;
}
.font-30 {
  font-size: 2.14285714rem !important;
}
.font-32 {
  font-size: 2.28571429rem !important;
}
.font-36 {
  font-size: 2.57142857rem !important;
}
.font-38 {
  font-size: 2.71428571rem !important;
}
.font-40 {
  font-size: 2.85714286rem !important;
}
.font-42 {
  font-size: 3rem !important;
}
.font-44 {
  font-size: 3.14285714rem !important;
}
.font-46 {
  font-size: 3.28571429rem !important;
}
.font-48 {
  font-size: 3.42857143rem !important;
}
.font-54 {
  font-size: 3.85714286rem !important;
}
.font-60 {
  font-size: 4.28571429rem !important;
}
.font-64 {
  font-size: 4.57142857rem !important;
}
.font-72 {
  font-size: 5.14285714rem !important;
}
.font-78 {
  font-size: 5.57142857rem !important;
}
.font-90 {
  font-size: 6.42857143rem !important;
}
.font-100 {
  font-size: 7.14285714rem !important;
}
.font-150 {
  font-size: 10.71428571rem !important;
}
.font-200 {
  font-size: 14.28571429rem !important;
}
/* -------- Letter Spacing ---------- */
.letter-space-0 {
  letter-spacing: 0px;
}
.letter-space-1 {
  letter-spacing: 1px;
}
.letter-space-2 {
  letter-spacing: 2px;
}
.letter-space-3 {
  letter-spacing: 3px;
}
.letter-space-4 {
  letter-spacing: 4px;
}
.letter-space-5 {
  letter-spacing: 5px;
}
.letter-space-6 {
  letter-spacing: 6px;
}
.letter-space-7 {
  letter-spacing: 7px;
}
.letter-space-8 {
  letter-spacing: 8px;
}
.letter-space-9 {
  letter-spacing: 9px;
}
.letter-space-10 {
  letter-spacing: 10px;
}
/* -------- Z-index ---------- */
.z-index-1 {
  z-index: 1 !important;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1111 {
  z-index: 1111 !important;
}
.z-index-9999 {
  z-index: 9999 !important;
}
/* -------- Line Height ---------- */
.line-height-0 {
  line-height: 0px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-150 {
  line-height: 150px;
}
.line-height-200 {
  line-height: 200px;
}
.line-height-1em {
  line-height: 1em;
}
/* -------- list inline ---------- */
.display-inline {
  display: inline-block;
}
/*
 * Custom Bootstrap Margin Padding
 * Author - Md Ismail Hossain
 * Git    - https://github.com/ismailcseku/Custom-Bootstrap-Margin-Padding
 * Web    - http://ismail-hossain.me/
 * Email  - ismailcseku@gmail.com
 */
/**
 * Table of Contents:
 *
 * 1   -> Basic margin padding
 * 1.1 -> Basic Margin
 * 1.2 -> Basic Padding
 * 1.3 -> Margin top
 * 1.4 -> Margin right
 * 1.5 -> Margin bottom
 * 1.6 -> Margin left
 * 1.7 -> Padding top
 * 1.8 -> Padding right
 * 1.9 -> Padding bottom
 * 1.10 -> Padding left
 * 2 -> lg: min-width:9999px // delete
 * 3 -> md: max-width:9998px // delete
 * 4 -> sm: max-width:@maxWidthBP1
 * 5 -> xs: max-width:@maxWidthBP0
 * 6 -> xxs: max-width 479px // delete
 * ===============================================
 */
/* min even, max odd*/
/*
 * 1.1 -> Basic Margin
 * -----------------------------------------------
*/
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-110 {
  margin: 110px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-130 {
  margin: 130px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-150 {
  margin: 150px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-170 {
  margin: 170px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-190 {
  margin: 190px !important;
}
.m-200 {
  margin: 200px !important;
}
/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-170 {
  padding: 170px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-200 {
  padding: 200px !important;
}
/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
/*
 * 4 -> sm: max-width:@maxWidthBP1
 * -----------------------------------------------
*/
@media (max-width: 1024px) {
  /*
 * 4.1 -> Basic Margin
 * -----------------------------------------------
*/
  .m-sm-0 {
    margin: 0px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-110 {
    margin: 110px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-130 {
    margin: 130px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .m-sm-150 {
    margin: 150px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-170 {
    margin: 170px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .m-sm-190 {
    margin: 190px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  /*
 * 4.2 -> Basic Padding
 * -----------------------------------------------
*/
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-110 {
    padding: 110px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-130 {
    padding: 130px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .p-sm-150 {
    padding: 150px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-170 {
    padding: 170px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .p-sm-190 {
    padding: 190px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  /*
 * 4.3 -> Margin top
 * -----------------------------------------------
*/
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  /*
 * 4.4 -> Margin right
 * -----------------------------------------------
*/
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  /*
 * 4.5 -> Margin bottom
 * -----------------------------------------------
*/
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 4.6 -> Margin left
 * -----------------------------------------------
*/
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  /*
 * 4.7 -> Padding top
 * -----------------------------------------------
*/
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /*
 * 4.8 -> Padding right
 * -----------------------------------------------
*/
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  /*
 * 4.9 -> Padding bottom
 * -----------------------------------------------
*/
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 4.10 -> Padding left
 * -----------------------------------------------
*/
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}
/*
 * 5 -> xs: max-width @maxWidthBP0
 * -----------------------------------------------
*/
@media (max-width: 895px) {
  /*
 * 5.1 -> Basic Margin
 * -----------------------------------------------
*/
  .m-xs-0 {
    margin: 0px !important;
  }
  .m-xs-5 {
    margin: 5px !important;
  }
  .m-xs-10 {
    margin: 10px !important;
  }
  .m-xs-15 {
    margin: 15px !important;
  }
  .m-xs-20 {
    margin: 20px !important;
  }
  .m-xs-30 {
    margin: 30px !important;
  }
  .m-xs-40 {
    margin: 40px !important;
  }
  .m-xs-50 {
    margin: 50px !important;
  }
  .m-xs-60 {
    margin: 60px !important;
  }
  .m-xs-70 {
    margin: 70px !important;
  }
  .m-xs-80 {
    margin: 80px !important;
  }
  .m-xs-90 {
    margin: 90px !important;
  }
  .m-xs-100 {
    margin: 100px !important;
  }
  .m-xs-110 {
    margin: 110px !important;
  }
  .m-xs-120 {
    margin: 120px !important;
  }
  .m-xs-130 {
    margin: 130px !important;
  }
  .m-xs-140 {
    margin: 140px !important;
  }
  .m-xs-150 {
    margin: 150px !important;
  }
  .m-xs-160 {
    margin: 160px !important;
  }
  .m-xs-170 {
    margin: 170px !important;
  }
  .m-xs-180 {
    margin: 180px !important;
  }
  .m-xs-190 {
    margin: 190px !important;
  }
  .m-xs-200 {
    margin: 200px !important;
  }
  /*
 * 5.2 -> Basic Padding
 * -----------------------------------------------
*/
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
  .p-xs-40 {
    padding: 40px !important;
  }
  .p-xs-50 {
    padding: 50px !important;
  }
  .p-xs-60 {
    padding: 60px !important;
  }
  .p-xs-70 {
    padding: 70px !important;
  }
  .p-xs-80 {
    padding: 80px !important;
  }
  .p-xs-90 {
    padding: 90px !important;
  }
  .p-xs-100 {
    padding: 100px !important;
  }
  .p-xs-110 {
    padding: 110px !important;
  }
  .p-xs-120 {
    padding: 120px !important;
  }
  .p-xs-130 {
    padding: 130px !important;
  }
  .p-xs-140 {
    padding: 140px !important;
  }
  .p-xs-150 {
    padding: 150px !important;
  }
  .p-xs-160 {
    padding: 160px !important;
  }
  .p-xs-170 {
    padding: 170px !important;
  }
  .p-xs-180 {
    padding: 180px !important;
  }
  .p-xs-190 {
    padding: 190px !important;
  }
  .p-xs-200 {
    padding: 200px !important;
  }
  /*
 * 5.3 -> Margin top
 * -----------------------------------------------
*/
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  /*
 * 5.4 -> Margin right
 * -----------------------------------------------
*/
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .mr-xs-60 {
    margin-right: 60px !important;
  }
  .mr-xs-70 {
    margin-right: 70px !important;
  }
  .mr-xs-80 {
    margin-right: 80px !important;
  }
  .mr-xs-90 {
    margin-right: 90px !important;
  }
  .mr-xs-100 {
    margin-right: 100px !important;
  }
  .mr-xs-110 {
    margin-right: 110px !important;
  }
  .mr-xs-120 {
    margin-right: 120px !important;
  }
  .mr-xs-130 {
    margin-right: 130px !important;
  }
  .mr-xs-140 {
    margin-right: 140px !important;
  }
  .mr-xs-150 {
    margin-right: 150px !important;
  }
  .mr-xs-160 {
    margin-right: 160px !important;
  }
  .mr-xs-170 {
    margin-right: 170px !important;
  }
  .mr-xs-180 {
    margin-right: 180px !important;
  }
  .mr-xs-190 {
    margin-right: 190px !important;
  }
  .mr-xs-200 {
    margin-right: 200px !important;
  }
  /*
 * 5.5 -> Margin bottom
 * -----------------------------------------------
*/
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 5.6 -> Margin left
 * -----------------------------------------------
*/
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .ml-xs-60 {
    margin-left: 60px !important;
  }
  .ml-xs-70 {
    margin-left: 70px !important;
  }
  .ml-xs-80 {
    margin-left: 80px !important;
  }
  .ml-xs-90 {
    margin-left: 90px !important;
  }
  .ml-xs-100 {
    margin-left: 100px !important;
  }
  .ml-xs-110 {
    margin-left: 110px !important;
  }
  .ml-xs-120 {
    margin-left: 120px !important;
  }
  .ml-xs-130 {
    margin-left: 130px !important;
  }
  .ml-xs-140 {
    margin-left: 140px !important;
  }
  .ml-xs-150 {
    margin-left: 150px !important;
  }
  .ml-xs-160 {
    margin-left: 160px !important;
  }
  .ml-xs-170 {
    margin-left: 170px !important;
  }
  .ml-xs-180 {
    margin-left: 180px !important;
  }
  .ml-xs-190 {
    margin-left: 190px !important;
  }
  .ml-xs-200 {
    margin-left: 200px !important;
  }
  /*
 * 5.7 -> Padding top
 * -----------------------------------------------
*/
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  /*
 * 5.8 -> Padding right
 * -----------------------------------------------
*/
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
  .pr-xs-90 {
    padding-right: 90px !important;
  }
  .pr-xs-100 {
    padding-right: 100px !important;
  }
  .pr-xs-110 {
    padding-right: 110px !important;
  }
  .pr-xs-120 {
    padding-right: 120px !important;
  }
  .pr-xs-130 {
    padding-right: 130px !important;
  }
  .pr-xs-140 {
    padding-right: 140px !important;
  }
  .pr-xs-150 {
    padding-right: 150px !important;
  }
  .pr-xs-160 {
    padding-right: 160px !important;
  }
  .pr-xs-170 {
    padding-right: 170px !important;
  }
  .pr-xs-180 {
    padding-right: 180px !important;
  }
  .pr-xs-190 {
    padding-right: 190px !important;
  }
  .pr-xs-200 {
    padding-right: 200px !important;
  }
  /*
 * 5.9 -> Padding bottom
 * -----------------------------------------------
*/
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 5.10 -> Padding left
 * -----------------------------------------------
*/
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  .pl-xs-60 {
    padding-left: 60px !important;
  }
  .pl-xs-70 {
    padding-left: 70px !important;
  }
  .pl-xs-80 {
    padding-left: 80px !important;
  }
  .pl-xs-90 {
    padding-left: 90px !important;
  }
  .pl-xs-100 {
    padding-left: 100px !important;
  }
  .pl-xs-110 {
    padding-left: 110px !important;
  }
  .pl-xs-120 {
    padding-left: 120px !important;
  }
  .pl-xs-130 {
    padding-left: 130px !important;
  }
  .pl-xs-140 {
    padding-left: 140px !important;
  }
  .pl-xs-150 {
    padding-left: 150px !important;
  }
  .pl-xs-160 {
    padding-left: 160px !important;
  }
  .pl-xs-170 {
    padding-left: 170px !important;
  }
  .pl-xs-180 {
    padding-left: 180px !important;
  }
  .pl-xs-190 {
    padding-left: 190px !important;
  }
  .pl-xs-200 {
    padding-left: 200px !important;
  }
}
/* 定義部分----------------------------------------------- */
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* 定義部分----------------------------------------------- */
.a_borad {
  border-radius: 9px;
}
.float-right,
.a_fl_R {
  float: right;
}
.float-left,
.a_fl_L {
  float: left;
}
.a_Tcenter {
  text-align: center;
}
.a_TRight {
  text-align: right !important;
}
.a_TLeft {
  text-align: left !important;
}
.a_hidden {
  display: none;
}
.a_visi-hidden {
  visibility: hidden;
}
.display-none,
.a_disp_none {
  display: none;
}
.a_disp_block {
  display: block;
}
.a_disp_inline,
.inline-block,
.a_ilb {
  display: inline-block !important;
}
.a_opace0 {
  opacity: 0;
}
.a_prelative {
  position: relative;
}
.a_mar00auto {
  margin: 0px auto;
}
/*text colour*/
.px_fff {
  color: #fff !important;
  text-shadow: 1px 1px 1px #666;
}
.px_fff_shadcha {
  color: #fff !important;
  text-shadow: 1px 1px 1px #766142;
}
.px_uspink {
  color: #906 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_ao {
  color: #023863 !important;
  font-weight: bold;
}
.px_aomid {
  color: #099 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_mizu {
  color: #7f96f8 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_midr {
  color: #80ab1f !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_666 {
  color: #666 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_org {
  color: #e56b0d !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_aka {
  color: #D9330B !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_pink {
  color: #bf085d !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_pink2 {
  color: #bf4e91 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_cha {
  color: #795705 !important;
  text-shadow: 1px 1px 1px #e7e7e7;
}
.px_ki {
  color: #e6e321 !important;
}
.px_bold {
  font-weight: bold !important;
}
[class^="px_"] {
  /* セレクタ名の前方一致 */
  font-weight: bold;
}
a {
  cursor: pointer;
}
a:link {
  color: #023863;
}
a:visited {
  color: #426495;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
}
.maru-goth {
  font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", verdana, arial, sans-serif;
}
.hiragino {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
hr.forSp {
  display: none;
}
br.forSp,
span.forSp,
i.forSp {
  display: none;
}
br.forPc,
span.forPc,
div.forPc {
  display: inline;
}
.pcImg {
  display: block !important;
}
.spImg {
  display: none !important;
}
.pcBlock {
  display: block;
}
.spBlock {
  display: none;
}
.pcInline {
  display: inline-block;
}
.spInline {
  display: none;
}
@media screen and (max-width: 895px) {
  hr.forSp {
    display: block;
  }
  br.forSp,
  span.forSp,
  .sp i.forSp {
    display: inline;
  }
  br.forPc,
  span.forPc,
  div.forPc {
    display: none;
  }
  .pcImg {
    display: none !important;
  }
  .spImg {
    display: block !important;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  .pcInline {
    display: none;
  }
  .spInline {
    display: inline-block;
  }
  img.w100 {
    max-width: 100%;
    height: auto;
  }
}
.photoFrame {
  box-shadow: 0 0 5px #ccccdc;
  border: 7px solid #fff;
}
/* sw set assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
.ellipsis-container p {
  margin: 0;
}
.ellipsis-container {
  background: #eee;
  overflow: hidden;
  width: 100%;
}
.ellipsis-container p {
  font-size: 14px;
  height: 58.8px;
  line-height: 1.4;
  position: relative;
}
.ellipsis-container p:before,
.ellipsis-container p:after {
  background: #eee;
  position: absolute;
}
.ellipsis-container p:before {
  content: "...";
  top: 39.2px;
  right: 0;
}
.ellipsis-container p:after {
  content: "";
  height: 100%;
  width: 100%;
}
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
/* hover Opacity */
.opace70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clf:after {
  content: "";
  display: table;
}
.clf:after {
  clear: both;
}
/* For IE 6/7 (hasL) */
.clf {
  zoom: 1;
}
.uline {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffff88 0%);
}
.uline2 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffe1f3 0%);
}
.uline3 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ebf6ff 0%);
}
.boxShadow {
  -ms-box-shadow: 0px 0px 31px #5c606e;
  -moz-box-shadow: 0px 0px 31px #5c606e;
  -webkit-box-shadow: 0px 0px 31px #5c606e;
  box-shadow: 0px 0px 31px #5c606e;
}
.forBoxShadow {
  -ms-box-shadow: 0 0 4px #adb7b7;
  -moz-box-shadow: 0 0 4px #adb7b7;
  -webkit-box-shadow: 0 0 4px #adb7b7;
  box-shadow: 0 0 4px #adb7b7;
}
.imgBoxShadow {
  -ms-box-shadow: 0 0 5px #a5aeb7;
  -moz-box-shadow: 0 0 5px #a5aeb7;
  -webkit-box-shadow: 0 0 5px #a5aeb7;
  box-shadow: 0 0 5px #a5aeb7;
}
.imgBoxShadow-better {
  box-shadow: 0 2.5rem 2rem -2rem hsl(346, 8%, 59%);
}
/*
scroll-margin-top でスクロール位置調整
text-align-last justify テキスト両端揃え
overscroll-behavior-y: contain スクロール制御

@Author: Samuraiworks
@Version: 2206
 sw Your custom css codes start here: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**
 todo マイナスマージンでnカラムの配置(カラム間は@stretchGap*2) .stretchColmn __________________________
 */
.stretchColmn > div {
  padding-bottom: 30px;
}
@media (min-width: 896px) {
  .stretchColmn {
    margin: 15px -7px 15px -7px;
    display: flex;
    justify-content: space-between;
  }
  .stretchColmn > div {
    width: 100%;
    max-width: 400px;
    margin: 0 7px;
  }
}
.stretchColmn p.px_bold {
  margin-bottom: 1rem;
}
@media (min-width: 896px) {
  .s1.stretchColmn > div {
    width: 100%;
    max-width: 600px;
  }
}
/**
 notice row settings @colGap col1-1-3col など 1-n- は 1-n-n 二番目揃える __________________________
 */
@media (min-width: 896px) {
  .rowGutterWrap {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
  .rowGutterWrap > .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .rowGutterWrap > .row [class^="col"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/*.row [class^="col"] {
  border: solid 1px #fff;
  text-align: center;
}*/
/**
 todo .sideX_X_X __________________________
 */
.side1_1_3 {
  width: calc(100% / 1);
}
@media (min-width: 896px) {
  .side1_1_3 {
    width: calc(100% / 1);
  }
}
@media (min-width: 1025px) {
  .side1_1_3 {
    width: calc(100% - (100% / 3));
  }
}
/*html.desktop {
  @media only screen and (min-width: @minWidthBP0) and (max-width: 1121px) {
    body {
      width: 1110px;
      max-width: 1110px;
      overflow-x: auto;
    }
  }
}*/
button.slick-arrow {
  display: none !important;
}
.slick-slider .slick-track {
  max-height: 565px;
  overflow: hidden;
}
.slick-slider .slick-slide {
  overflow: hidden;
}
.slick-slider .slideWrapper {
  max-height: 545px;
  margin: 10px 0;
  border-radius: 13px;
  overflow: hidden;
}
@media (max-width: 895px) {
  .slick-slider .slideWrapper {
    border-radius: 8px;
  }
}
/**
 todo basic setting sw 2022 ++++++++++++++++++++++++++++++++++++++
 */
ul.footerNav {
  display: flex;
  justify-content: center;
}
ul.footerNav li {
  position: relative;
}
ul.footerNav li a {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}
ul.footerNav li a:after {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0px;
  display: block;
  width: 1px;
  height: calc(100% - 15px);
  margin: auto 0;
  background: #000;
  content: "";
}
ul.footerNav li a span > span {
  font-size: 90%;
}
ul.footerNav li.l0 a:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  display: block;
  width: 1px;
  height: calc(100% - 15px);
  margin: auto 0;
  background: #000;
  content: "";
}
@media (max-width: 895px) {
  ul.footerNav {
    display: block;
  }
  ul.footerNav li {
    display: inline-block;
  }
  ul.footerNav li.l0 a:before,
  ul.footerNav li a:after {
    display: none;
  }
}
/**
  https://coliss.com/articles/build-websites/operation/css/clever-sticky-footer-technique.html
 */
body > footer {
  position: sticky;
  top: 100vh;
  background-color: #fff;
  padding: 20px 0px 0;
  text-align: center;
}
body > footer .footerInner {
  padding: 10px;
}
body > footer .footerInner a.mark {
  display: inline-block;
}
body > footer .footerInner span {
  display: inline-block;
  padding: 5px;
}
body > footer .copy {
  margin-top: 30px;
  padding: 15px;
  text-align: center;
  background-color: #023863;
  color: #fff;
}
@media (min-width: 896px) {
  body > footer .footerInner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
  }
  body > footer .footerInner span {
    margin-bottom: 17px;
    padding-left: 60px;
    text-indent: -50px;
    line-height: 1.2;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.65;
  /* 禁則A */
  word-break: normal;
  line-break: strict;
  /* 禁則B*/
  word-wrap: break-word;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #000;
  position: relative;
  margin: 0;
  padding: 0;
}
.font-family-sans-serif {
  font-family: sans-serif;
}
/**
 H1~6
 */
p {
  font-size: 1.7rem;
  margin-bottom: 1.7rem;
}
h1,
h2,
h3 {
  font-weight: bold;
  margin: 1rem 0;
}
h2 {
  font-size: 2.2rem;
}
h2.leadh2 {
  text-align: center;
  margin: 55px 10px 50px;
}
@media (max-width: 895px) {
  h2.leadh2 {
    margin: 50px 10px 30px;
  }
}
h2.hasBorder {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 5.3rem;
  text-align: center;
  padding: 20px 10px 35px;
  position: relative;
}
h2.hasBorder:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 111px;
  height: 1px;
  background: #023863;
}
.h2Border {
  position: relative;
  padding: 10px 10px 20px;
}
.h2Border:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 111px;
  height: 1px;
  background: #023863;
}
h3 {
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  margin-top: 2.3rem;
  margin-bottom: 20px;
  padding: 5px 5px 5px 20px;
}
h3:after {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  display: block;
  width: 8px;
  height: calc(100% - 15px);
  margin: auto 0;
  background: #023863;
  content: "";
  border-radius: 5px;
}
h4 {
  font-size: 2.3rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.6rem;
}
/**
 page do it ++++++++++++++++++++++++++++++++++++++++++++
 */
.modals {
  text-align: center;
}
.modals .modalsIn {
  display: flex;
  justify-content: center;
}
.modals .modalsIn a {
  display: block;
  width: 33.3%;
}
.modals .modalsIn img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main input,
main textarea {
  width: 100%;
  border: 1px solid #cacacb;
  padding: 3px;
}
main .formError {
  z-index: 9;
}
main .formError .formErrorContent {
  z-index: 9;
}
.formWrap table.box_1 th {
  text-align: left;
}
.formWrap table.box_1 td {
  padding-left: 11px;
}
.formWrap .more.large {
  min-width: 300px;
}
.schedule h5 {
  font-size: 2rem;
  color: #fff;
  padding: 8px 10px 7px;
  background-color: #023863;
}
.schedule .scheWrap {
  font-size: 1.6rem;
  display: flex;
}
.schedule .scheWrap .time {
  color: #023863;
  padding: 5px 7px;
  width: 30%;
  text-align: left;
  white-space: nowrap;
}
.schedule .scheWrap .list {
  width: 70%;
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 50px;
  position: relative;
}
.schedule .scheWrap .list:before {
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
  content: "";
  background: #cacacb;
}
.schedule .scheWrap .list.start:before {
  top: 15px;
}
.schedule .scheWrap .list.last:before {
  top: -15px;
}
.schedule .scheWrap .list:after {
  border-radius: 50%;
  /*丸くする*/
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 21px;
  top: 12px;
  content: "";
  background: #cacacb;
}
.gaiyoTableWrap table th {
  width: 8em;
  color: #023863;
  font-weight: bold;
}
.gaiyoTableWrap table th,
.gaiyoTableWrap table td {
  vertical-align: top;
  font-size: 1.8rem;
  padding: 1em 0;
  border-bottom: 1px solid #cacacb;
}
@media (max-width: 895px) {
  .gaiyoTableWrap table th,
  .gaiyoTableWrap table td {
    width: 100%;
    display: block;
  }
}
.tal-table {
  margin-bottom: 1.7rem;
  font-size: 1.7rem;
}
.tal-table td.tal {
  text-align-last: justify;
}
.colWrap .c1 {
  margin-bottom: 1em;
}
.colWrap .c2 {
  text-align: center;
}
@media (min-width: 896px) {
  .colWrap {
    display: flex;
    justify-content: center;
  }
  .colWrap .c1 {
    width: 60%;
    padding-right: 2em;
  }
  .colWrap .c2 {
    width: 40%;
  }
}
.breadcrumb {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.4rem;
}
.breadcrumb i {
  font-style: normal;
  color: #7f7f7f;
  display: inline-block;
  padding: 0 0.7em;
}
header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 895px) {
  header {
    padding-right: 60px;
    border-bottom: 1px solid #cacacb;
    box-shadow: 0 6px 6px #cacacb;
  }
}
header h1 {
  line-height: 0;
  margin: 0 0 0 10px;
}
header h1.logo {
  max-width: 380px;
}
@media (max-width: 895px) {
  header h1 {
    padding-right: 60px;
  }
}
header .tel {
  max-width: 300px;
}
@media (max-width: 895px) {
  header .tel {
    display: none;
  }
}
.wrapper {
  background: url(/images/bg.jpg) repeat 0 0px;
}
.indexWrapper {
  transition: opacity 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
body.pace-done .indexWrapper {
  opacity: 1;
}
/**
 headers
 */
.list-fixed {
  position: sticky;
  top: -1px;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #cacacb;
  border-bottom: 1px solid #cacacb;
  box-shadow: 0 6px 6px #cacacb;
}
@media (max-width: 895px) {
  #header {
    display: none;
  }
}
#header nav.wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
#header nav.wrap #SideNavBase {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#header nav.wrap #SideNavBase li {
  width: 25%;
  position: relative;
}
#header nav.wrap #SideNavBase li.current a {
  background-color: #e3e7eb;
}
#header nav.wrap #SideNavBase li a {
  transition: all 0.31s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #023863;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
#header nav.wrap #SideNavBase li a i.fas {
  display: none;
}
#header nav.wrap #SideNavBase li a:after {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0px;
  display: block;
  width: 1px;
  height: calc(100% - 25px);
  margin: auto 0;
  background: #fff;
  content: "";
}
#header nav.wrap #SideNavBase li a span > span {
  font-size: 90%;
}
#header nav.wrap #SideNavBase li:nth-child(1) a:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  display: block;
  width: 1px;
  height: calc(100% - 25px);
  margin: auto 0;
  background: #cacacb;
  content: "";
}
#header nav.wrap #SideNavBase li a:before,
#header nav.wrap #SideNavBase li a:after {
  background: #cacacb;
}
#header.list-fixed.add-fixed {
  background-color: rgba(255, 255, 255, 0.91);
  border-top: none;
  box-shadow: 0 2px 5px #cacacb;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#header.list-fixed.add-fixed #SideNavBase li a {
  padding: 1px 0;
}
#header.list-fixed.add-fixed #SideNavBase li a:before,
#header.list-fixed.add-fixed #SideNavBase li a:after {
  height: calc(100%) !important;
}
.midCol {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
}
.midCols {
  width: 31%;
  max-width: 405px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 30px;
}
.midCols .pane {
  max-width: 405px;
  padding-bottom: calc(4 / 3.9 * 100%);
  background: url(/images/mid1.png) no-repeat center / cover;
  transition: background-size 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-size: 100%;
  border-radius: 6px;
}
.midCols:hover .pane {
  background-size: 105%;
}
.midCols.mid1 {
  padding-right: 16px;
}
.midCols.mid2 {
  padding: 0 8px 0;
}
.midCols.mid2 .pane {
  background-image: url(/images/mid2.png);
}
.midCols.mid3 {
  padding-left: 16px;
}
.midCols.mid3 .pane {
  background-image: url(/images/mid3.png);
}
@media (max-width: 895px) {
  .midCols {
    width: 100%;
    max-width: 100%;
  }
  .midCols .pane {
    max-width: 100%;
  }
  .midCols.mid1,
  .midCols.mid2,
  .midCols.mid3 {
    padding: 5px 5px 50px 5px;
  }
}
.bottomCol {
  background-color: #000;
  padding: 80px 0;
}
.bottomCol h4 {
  font-size: 3rem;
  color: #fff;
  margin: 25px 0 15px;
}
.bottomCol p {
  color: #fff;
}
@media (max-width: 895px) {
  .bottomCol h4,
  .bottomCol p {
    padding: 0 10px;
  }
}
.bottomCol .bottomColWrap {
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}
.bottomCol a.more.small {
  right: 10px;
}
.bottomCol a.more {
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
}
.bottomCol a.more:after {
  border-color: #fff;
}
.bottomCol a.more:hover {
  background-color: #023863;
  border: 1px solid #023863;
}
.bottomCol a.more:hover:after {
  border-color: #fff #fff transparent transparent;
}
.buttonWrap {
  padding: 15px;
}
.buttonWrap .more {
  margin: 25px auto;
}
.buttonWrap .more.formBtn {
  color: #fff;
  border: 1px solid #023863;
  background-color: #023863;
}
.buttonWrap .more.formBtn:after {
  border-color: #fff;
}
.buttonWrap .more.formBtn:hover {
  background-color: #0b5985;
  border: 1px solid #0b5985;
}
@media (min-width: 896px) {
  .buttonWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    max-width: 1100px;
    margin: auto;
  }
  .buttonWrap .more {
    margin: 15px;
  }
}
@media (min-width: 896px) {
  .drawerHeader {
    display: none;
  }
}
.drawer-nav {
  z-index: 4;
}
.drawer-overlay {
  z-index: 998;
}
.drawer-hamburger {
  padding: 15px 0.75rem 25px;
  width: 4rem;
  background-color: #023863;
  z-index: 999;
}
.drawer-hamburger:hover {
  background-color: #023863;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 25rem;
}
.drawer--right .drawer-nav {
  z-index: 999;
  right: -25rem;
  width: 25rem;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #eaeff2;
}
@media (max-width: 895px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: calc(100vw - 56px);
  }
  .drawer--right .drawer-nav {
    right: calc(-100vw - 56px);
    width: calc(100vw - 56px);
  }
}
.drawer-brand {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 7px !important;
}
nav#SideNavClone ul.drawer-menu li a {
  display: block;
  padding: 7px 13px 10px;
}
nav#SideNavClone ul.drawer-menu li a i.fas {
  margin-right: 10px;
}
nav#SideNavClone ul.drawer-menu li.current a {
  font-weight: bold;
  color: #023863;
}
nav#SideNavClone ul.drawer-menu li.current a i.fas {
  color: #e3b70a;
}
nav#SideNavClone ul.drawer-menu ul.sub-menu a {
  padding: 3px 7px 10px 22px;
}
nav#SideNavClone ul.drawer-menu > li {
  position: relative;
}
nav#SideNavClone ul.drawer-menu > li:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 13px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #023863 0%, #3abeff 100%);
}
/**
 sw 2022 utils ++++++++++++++++++++
 */
ul.list li {
  position: relative;
  padding: 5px 7px 5px 28px;
  font-size: 1.8rem;
}
ul.list li:before {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 10px;
  top: 14px;
  content: "";
  background: #023863;
}
h4.h4-read {
  font-size: 2.2rem;
  margin: 2.5rem 0;
  position: relative;
  padding: 0 0 0 1.9rem;
}
h4.h4-read:before {
  position: absolute;
  top: 1.3rem;
  left: 0px;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: auto 0;
  background: #06c;
  content: "";
}
.hasLine {
  position: relative;
  display: inline-block;
}
.hasLine:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -10px;
  display: block;
  width: 1px;
  height: 1.5em;
  margin: auto 0;
  background: #2f90a7;
  content: "";
  transform: rotate(30deg);
}
.kakkoBack {
  padding: 25px;
  background: #fff;
  box-shadow: 0px -25px 0 -20px #fff, -25px 0px 0 -20px #fff, 0px 40px 0 -35px #fff, 25px 0px 0 -20px #fff, 0 0 0 5px #555;
}
.max-1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.max-1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.max-1080 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.max-985 {
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
}
.gradBottom {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 5px 10px 9px;
}
.gradBottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5em;
  height: 4px;
  background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
}
.gradCut {
  text-align: center;
  position: relative;
  background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
  z-index: 1;
  min-height: 1.7em;
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
  display: inline-block;
  padding: 0 1.3em 0 0.9em;
}
.gradCut:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.85em 20px;
  border-color: transparent transparent #dfd transparent;
}
.gradCut > span {
  display: inline-block;
  padding: 3px 15px 2px 5px;
}
.gradBox1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  border-left: 2px solid #43C6AC;
  border-right: 2px solid #d9e653;
}
.gradBox1::before,
.gradBox1::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
}
.gradBox1 .gradBox1_inner {
  min-height: 3em;
  padding: 0.8em 0.5em 0.5em;
}
.gradBox1 > span {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #dfd;
  color: #286e3e;
  padding: 3px 10px;
}
.skewBg {
  background: #eeaeca;
  background: radial-gradient(circle, #eeaeca 0%, #94bbe9 100%);
  position: relative;
  transform: skewY(-2.3deg);
}
.skewBg .skewBg-inner {
  transform: skewY(2.3deg);
}
.more.small {
  position: absolute;
  right: 0;
  bottom: 0;
}
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #023863;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  border: 1px solid #023863;
  border-radius: 32px;
  background-color: #fff;
  padding: 8px 25px 6px 15px;
}
.more:hover {
  color: #fff;
}
.more:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  transform: rotate(45deg) translateY(-50%);
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #023863;
  transition: right 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.more:hover {
  background-color: #023863;
  border: 1px solid #023863;
}
.more:hover:after {
  border-color: #fff #fff transparent transparent;
  right: 10px;
}
.more.large {
  max-width: 580px;
  position: relative;
  font-size: 2rem;
  border-radius: 60px;
  padding: 18px 60px 16px 60px;
}
.more.large:after {
  right: 30px;
}
.more.large:hover:after {
  right: 20px;
}
#SideNavClone .more.large {
  font-size: 1.6rem;
  padding: 12px 40px 10px 25px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 50px);
  min-height: 60px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 1px solid #333;
  background-color: gainsboro;
  padding-right: 30px;
}
.btn a:hover {
  color: #f2f2f2;
}
.btnArrow a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #333;
}
.btnArrow a:hover {
  background-color: #B99b00;
  border: 1px solid #B99b00;
}
.btnArrow a:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
img.icon_must {
  display: inline-block;
  vertical-align: middle;
  margin: auto 5px;
}
body.modal_open {
  overflow-y: hidden;
}
.modal_wrap {
  position: relative;
}
.modal_wrap .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}
.modal_wrap .modal_bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
}
.modal_wrap .modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.modal_wrap .modal_content._sm {
  width: 30%;
}
.modal_wrap .modal_content._md {
  width: 50%;
}
.modal_wrap .modal_content._lg {
  width: 70%;
}
@media (max-width: 895px) {
  .modal_wrap .modal_content._sm {
    width: 90%;
  }
  .modal_wrap .modal_content._md {
    width: 90%;
  }
  .modal_wrap .modal_content._lg {
    width: 90%;
  }
}
.modal_wrap .modal_content_inner {
  position: relative;
  padding: 24px;
  text-align: center;
}
.modal_wrap .modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
}
/**
 table
 */
table.box_0 {
  width: 100%;
}
table.box_1 {
  margin-right: auto;
  margin-left: auto;
  /*width: 560px;*/
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
table.box_2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
table.box_1 ul,
table.box_2 ul {
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 10px;
}
table.box_1 li,
table.box_2 li {
  /*list-style-image: url(../image/sub/mark_yellow.gif);
  list-style-type: none;*/
}
table.box_1 th {
  border-bottom: 1px solid #c5cfcf;
  padding: 11px;
  color: #fff;
  text-align: center;
  background-color: #4e7492;
  vertical-align: top;
}
@media (min-width: 896px) {
  table.box_1 .first {
    border-top: 1px solid #c5cfcf;
  }
}
table.box_2 th,
table.box_2 td {
  border: 1px solid #c5cfcf;
  padding: 11px;
}
table.box_2 th {
  text-align: center;
  color: #fff;
  background-color: #4e7492;
}
table.box_1.th_bgColor th,
table.box_2.th_bgColor th {
  color: #023863;
  border: 1px solid #c5cfcf;
}
table.box_1 th center,
table.box_2 th center {
  color: #333;
}
.setsubi table.box_2 tr td:nth-child(3) {
  text-align: center;
}
table.box_1 td {
  border-bottom: 1px solid #c5cfcf;
  padding: 11px 11px 11px 2em;
  vertical-align: top;
}
table.box_1 td.wrap,
table.box_2 td.wrap {
  border: 1px solid #4e7492;
}
table.box_1 .table_inner td,
table.box_2 .table_inner td {
  border: none;
  display: table-cell;
}
.table_inner td {
  border: none;
}
@media (max-width: 895px) {
  table.box_0 colgroup,
  table.box_1 colgroup,
  table.box_2 colgroup {
    display: none;
  }
  .tableWrap {
    position: relative;
    width: calc(100vw - 40px);
    overflow-x: scroll;
  }
  .tableWrap:before {
    content: "横にスクロールします→";
    display: block;
    font-size: 1.3rem;
  }
  .tableWrap table.box_2 {
    width: 555px;
  }
  table.box_1 .table_inner td,
  table.box_2 .table_inner td {
    display: table-cell;
    width: auto;
  }
  table.box_1.th_bgColor th,
  table.box_2.th_bgColor th {
    border: 0px solid #8392b4;
  }
  table.box_0 th,
  table.box_0 td,
  table.box_1 th,
  table.box_1 td {
    display: block;
    width: 100%;
    padding: 11px;
  }
  table.box_0 colgroup col,
  table.box_1 colgroup col {
    width: 100%;
  }
  table.box_1 th {
    border-top: none;
    border-bottom: none;
  }
  table.box_1 tr:first-child th {
    border-top: 1px solid #9ea5a6;
  }
}
/* # sw basic tab
 iOS9で動的にposition:fixedに切り替えるとスクロール中に要素が消える問題
 */
.scroll-to-fixed-fixed {
  transform: translate3d(0, 0, 0);
}
.afterBorder {
  position: relative;
}
.afterBorder:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-left: 1px solid #AABEC8;
  height: 100%;
}
.afterBorder.white:after {
  border-left: 1px solid #fff;
}
.beforeBorder {
  position: relative;
}
.beforeBorder:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-left: 1px solid #AABEC8;
  height: 100%;
}
.beforeBorder.white:before {
  border-left: 1px solid #fff;
}
@media (max-width: 895px) {
  .beforeBorder:before,
  .afterBorder:after {
    border: none;
  }
  .beforeBorder:before.white:after,
  .afterBorder:after.white:after {
    border: none;
  }
}
hr {
  border: none;
  height: 1px;
  border-top: 1px solid #cacacb;
  margin: 0.5em auto;
}
.svgPc {
  display: block;
}
.svgSp {
  display: none;
}
@media (max-width: 895px) {
  .svgPc {
    display: none;
  }
  .svgSp {
    display: block;
  }
}
/**
 goto top
 */
/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: #023863;
  text-decoration: none;
}
/* ---------------------
	contentsList
--------------------- */
.anim_list_item,
.contentsList_item {
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(20px);
  opacity: 0;
}
/* js_contAnimation */
.anim_list_item.active,
.contentsList_item.active {
  transform: translateY(0px);
  opacity: 1;
}
.animate__animated {
  animation-delay: 0.11s;
  animation-duration: 0.71s;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.start0 {
  opacity: 0;
}
.start0.active {
  opacity: 1;
}
.material-icons {
  line-height: 1.65;
  transition: all 0.31s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.waypoint.test.active {
  color: red;
  font-size: 11rem;
  line-height: 1.15;
}
/* for EDGE */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#preloader {
  position: fixed;
  transition: all 0.31s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
  background-color: rgba(178, 224, 232, 0.7);
}
#preloader #spinner {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-done #preloader {
  opacity: 0;
  height: 0;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #2e94ce;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 0px;
}
body.index .pace .pace-progress {
  height: 2px;
}
/*# sourceMappingURL=style.css.map */