@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html.is-fixed {
  overflow: hidden;
  height: 100%;
}

html.is-fixed body {
  overflow: hidden;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  font-family: Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

.main-visual {
  overflow: hidden;
  position: relative;
}
.main-visual .main-visual-parts {
    opacity: 1;
    width: 100%;
}
.main-visual-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.main-visual-right {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.main-visual-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.main-visual-center {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.main-visual-bg {
    width: 100%;
}
.main-visual-logo {
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 3;
    width: 100%;
}
.main-visual-logo2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .main-visual .main-visual-bg {
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }
    .main-visual .main-visual-logo {
        width: 150%;
        max-width: none;
        left: -25%;
    }
    .main-visual .main-visual-logo2 {
        width: 150%;
        max-width: none;
        left: -25%;
    }
    .main-visual .main-visual-center,
    .main-visual .main-visual-left,
    .main-visual .main-visual-right {
        display: none;
    }
}
ul.btn-lang{
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 4;
}
ul.btn-lang li{
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  width: 30px;
  line-height: 30px;
  border: solid 1px #C4000F;
  background-color: #C4000F;
  list-style-type: none;
  text-align: center;
  font-weight: bold;
}

ul.btn-lang li a{
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #fff;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}

ul.btn-lang li a:hover{
  background-color: #C4000F;
  color: #fff;
}


.main-visual.is-start {
  background-color: #c4000f;
}

.main-visual canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.main-visual img {
  opacity: 0;
  max-width: 100%;
  vertical-align: top;
}

.main-wrap {
  padding: 0 20px;
}

@media screen and (max-width: 999px) {
  .main-wrap {
    padding: 0;
  }
}

.main-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.main-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px;
  grid-template-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px;
}

@media screen and (max-width: 999px) {
  .main-grid {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px;
    grid-template-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px;
  }
}

@media screen and (max-width: 768px) {
  .main-grid {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px;
    grid-template-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px;
  }
}

.grid-item-img {
  vertical-align: top;
  width: 100%;
}

.grid-item-link {
  display: block;
  position: relative;
}

.grid-item-link.is-visible {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.41, 0.12, 0.26, 0.97);
  transition: transform 0.6s cubic-bezier(0.41, 0.12, 0.26, 0.97);
  transition: transform 0.6s cubic-bezier(0.41, 0.12, 0.26, 0.97), -webkit-transform 0.6s cubic-bezier(0.41, 0.12, 0.26, 0.97);
}

@media screen and (min-width: 769px) {
  .grid-item-link.is-visible:hover {
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
  }
}

.grid-item-txt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 25px;
}

.grid-item-txt h2 {
  font-size: 36px;
  margin: 0 0 15px;
  color: #fff;
  line-height: 1.4;
}

.grid-item-txt_30 h2 {
  font-size: 30px;
}

@media screen and (max-width: 999px) {
  .grid-item-txt h2 {
    font-size: 32px;
  }
}

.grid-item-txt p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .grid-item-txt p {
    font-size: 16px;
  }
}

.grid-item {
  opacity: 0;
  overflow: hidden;
}

.grid-item.is-visible {
  overflow: visible;
}

.grid-item.main-visual {
  opacity: 1;
}

.grid-item[data-name="main-visual"] {
  -ms-grid-row: 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / 8;
}



/*〓〓〓▼パネル grid css start▼〓〓〓*/

/*〓〓〓▼パネル grid css start▼〓〓〓*/

.grid-item[data-name="sto"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3 / 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

@media screen and (max-width: 768px) {
  .grid-item[data-name="sto"] {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / 8;
  }
}

.grid-item[data-name="laser"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3 / 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 5 / 8;
}

@media screen and (max-width: 768px) {
  .grid-item[data-name="laser"] {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / 8;
  }
}

.grid-item[data-name="sri"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 7 / 10;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

@media screen and (max-width: 768px) {
  .grid-item[data-name="sri"] {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 7 / 10;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / 8;
  }
}

.grid-item[data-name="web3"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 7 / 8;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5 / 8;
}

@media screen and (max-width: 768px) {
  .grid-item[data-name="web3"] {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / 8;
  }
}

.grid-item[data-name="boostry"] {
  -ms-grid-row: 11;
  -ms-grid-row-span: 1;
  grid-row: 9 / 10;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 5 / 8;
}

@media screen and (max-width: 768px) {
  .grid-item[data-name="boostry"] {
    -ms-grid-row: 21;
    -ms-grid-row-span: 1;
    grid-row: 13 / 14;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / 8;
  }
}

.grid-item[data-name="ai"] {
  -ms-grid-row: 15;
  -ms-grid-row-span: 1;
  grid-row: 11 / 12;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 1 / 4;
}

@media screen and (max-width: 768px) {
  .grid-item[data-name="ai"] {
    -ms-grid-row: 25;
    -ms-grid-row-span: 1;
    grid-row: 15 / 16;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 1 / 8;
  }
}

.grid-item[data-name="kinyu"] {
  -ms-grid-row: 15;
  -ms-grid-row-span: 1;
  grid-row: 11 / 12;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 5 / 8;
}

@media screen and (max-width: 768px) {
  .grid-item[data-name="kinyu"] {
    -ms-grid-row: 25;
    -ms-grid-row-span: 1;
    grid-row: 17 / 18;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 1 / 8;
  }
}

/*〓〓〓▲パネル grid css end▲〓〓〓*/

a.c-Link-blank_inline{
  text-decoration: none;
}
a.c-Link-blank_inline .link_txt{
  color:#333366;
  text-decoration: none;
  border-bottom: 1px solid #333366;
}
a.c-Link-blank_inline .link_txt:hover{
  color:#cc0000;
  border-bottom: 1px solid #cc0000;
}

.c-Link-blank__icon{
  display: inline-block;
  margin: 0 4px 0 5px;
  position: relative;
  top:1px;
  left:0;
}

.c-Link-pdf__icon{
  display: inline-block;
  margin: 0 4px 0 5px;
  position: relative;
  top:1px;
  left:0;
}

.grid-item-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.content {
  display: none;
}

.content.js-content.mdl-acitve{
  display: block;
}

/* .content {
  display: block;
}
 */
.layer {
  display: none;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.modal {
  display: none;
  max-width: 768px;
  width: 100%;
  max-height: 88%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* padding: 95px 0 0; */
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  .modal {
    padding: 47.5px 0 47.5px;
  }
}

/*
  @media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .modal{ margin-bottom: 47.5px; }
  }

  @media all and (-ms-high-contrast:none){
    *::-ms-backdrop, div.modal-close-btn_wrap{ margin-bottom: 47.5px; }
  }
 */



_:-ms-lang(x)::-ms-backdrop, div#ie_block {
      width:100%;
    height:25px;
    display: block;
    font-size: 0;
    background-color: #fff;
}





.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c4000f;
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
    z-index: 1;
}

@media screen and (max-width: 768px) {
  .modal-close {
    width: 30px;
    height: 30px;
  }
}

.modal-close > a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .modal-close > a {
    width: 20px;
    height: 20px;
  }
}

.modal-close > a > span {
  position: absolute;
  display: block;
}

.modal-close > a > span::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
}

.modal-close > a > span:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: translateY(0.5px) scaleX(1);
          transform: translateY(0.5px) scaleX(1);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
}

.modal-close > a > span:nth-child(2) {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateX(0.5px) scaleY(1);
          transform: translateX(0.5px) scaleY(1);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.1s;
}

.is-loop .modal-close > a > span:nth-child(1)::before {
  -webkit-animation: loopX 0.6s cubic-bezier(0.645, 0.045, 0.175, 1) 0s;
          animation: loopX 0.6s cubic-bezier(0.645, 0.045, 0.175, 1) 0s;
}

.is-loop .modal-close > a > span:nth-child(2)::before {
  -webkit-animation: loopY 0.6s cubic-bezier(0.645, 0.045, 0.175, 1) 0.15s;
          animation: loopY 0.6s cubic-bezier(0.645, 0.045, 0.175, 1) 0.15s;
}

.modal-close > a:hover > span:nth-child(1)::before {
  -webkit-animation: hoverX 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0s !important;
          animation: hoverX 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0s !important;
}

.modal-close > a:hover > span:nth-child(2)::before {
  -webkit-animation: hoverY 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0.15s !important;
          animation: hoverY 0.5s cubic-bezier(0.645, 0.045, 0.175, 1) 0.15s !important;
}

@-webkit-keyframes loopX {
  0% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: none;
            transform: none;
  }
  45% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  55% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes loopX {
  0% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: none;
            transform: none;
  }
  45% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  55% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes hoverX {
  0% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: none;
            transform: none;
  }
  45% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  55% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes hoverX {
  0% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: none;
            transform: none;
  }
  45% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  55% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes loopY {
  0% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: none;
            transform: none;
  }
  45% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  55% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes loopY {
  0% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: none;
            transform: none;
  }
  45% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  55% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes hoverY {
  0% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: none;
            transform: none;
  }
  45% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  55% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes hoverY {
  0% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: none;
            transform: none;
  }
  45% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  55% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

.modal-inner {
  max-width: 768px;
  width: 100%;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 769px) {
  .modal-inner{
    padding: 95px 59px 0;
/*     margin-bottom: -90px; */
  }
}

@media screen and (max-width: 768px) {
  .modal-inner {
    padding: 0;
  }
}

.modal-inner > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .modal-content-inner {
    padding: 0 20px;
/*     text-align: center; */
  }
}

.modal-content {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding: 0;
    margin-bottom: 50px;
  }
}

.modal-img {
  margin-bottom: 15px;
  max-width: 100%;
  vertical-align: top;
}

/*モーダル内main画像*/
.modal-img.main-img {
  margin-bottom: 30px;
}

div.modal-close-btn_wrap{
  text-align: center;
  margin: 0 auto;
}

.modal-close-btn {
  margin: 20px 20px 0;
  margin-bottom: 95px;
  display: inline-block;
  text-align: center;
  /* display: -webkit-flex; */
  /* display: flex; */
/*   -webkit-justify-content: center;
          justify-content: center; */
}

.modal-close-btn > a {
  display: -webkit-flex;
  display: flex;
  width: 210px;
  height: 60px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #c4000f;
  border: 1px solid #c4000f;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.modal-close-btn > a:hover {
  background-color: #ffffff;
  border: 1px solid #c4000f;
  color: #c4000f;
}

@media screen and (max-width: 768px) {
  .modal-close-btn {
/*     margin-bottom: 47.5px; */
    display: block;
    margin: 0 20px 0;
  }
  .modal-close-btn > a {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
}

.modal-tit {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.4;
}

.modal-tit:first-of-type {
  margin-top: 0;
}

.modal-sub-tit{
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #c4000f;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .modal-sub-tit{
    margin-top: 30px;
  }
}

ul.modal-date-list {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
}

ul.modal-date-list li{
  position: relative;
  top: 0;
  left: 0;
  padding-left: 70px;
  list-style-type: none;
  line-height: 1.6;
  margin-bottom: 5px;
}

ul.modal-date-list li span{
  position: absolute;
  top: 1px;
  left: 0;
}


@media screen and (max-width: 768px) {
  .modal-tit {
    font-size: 23px;
    margin: 0 0 22.5px;
  }
  .modal-tit:first-of-type {
    margin-top: 0;
  }
}

.modal-txt {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .modal-txt {
    font-size: 14px;
  }
}

ul.modal-list {
  margin-top: 0;
  margin-bottom: 35px;
  padding: 0;
  list-style: none;
}

ul.modal-list > li {
  margin-bottom: 10px;
}

ul.modal-list > li:last-child {
  margin-bottom: 0;
}

ul.modal-list + .modal-img{
  margin-top: 20px;
}

a.modal-link {
  position: relative;
  top: 0;
  left: 0;
  color: #000;
  padding-left: 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.3s ease-in-out;
}

a.modal-link::before {
  content: ">";
  color: #c4000f;
  position: absolute;
  left: 0;
}

a.modal-link:hover {
  color: #c4000f;
}

ul.modal-text-list {
  margin-top: 10px;
  margin-left: -20px;
}

ul.modal-text-list li{
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 16px;
}

.modal-set .modal-set-img{
  float: left;
}
.modal-set .modal-set-img.img_right{
  float: right;
  margin-bottom: 5px;
}

.sp_show_img{
  display:none;
}

.sp_show_txt{
  display: none;
}

.c-Link-blank__icon img{
  width:100%;
  max-width: 15px;
  height:14px;
  display: inline-block;
}

.c-Link-pdf__icon img{
  width:100%;
  max-width: 12px;
  height:14px;
  display: inline-block;
}

a.list_link {
  display: block;
  color: #000;
  transition: 0.3s ease-in-out;
}

a.list_link:hover {
  color: #c4000f;
}

@media screen and (max-width: 768px) {
  .modal-set .modal-set-img,
  .modal-set .modal-set-img.img_right
  {
    float: none;
    margin-bottom: 15px;
  }
  .modal-set .modal-set-img.img_right{
    margin-top: -20px;
  }
  .modal-set .modal-set-img img{
    display: block;
    margin: auto;
  }
  .sp_none_img{
    display: none;
  }
  .sp_show_img{
    display:block;
    margin-top: -20px;
  }
  .sp_none_txt{
    display: none;
  }
  .sp_show_txt{
    display: block;
  }
}

.modal-set .modal-set-text{
  overflow: hidden;
}

.blockchain-tech_text{
  line-height: 1.4;
}

.modal-bold_text{
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}

.caption{
  margin-top: 0;
  text-align: center;
  font-size: 14px;
}

.caution{
  position: relative;
  top: 0;
  left: 0;
  padding-left: 25px;
  line-height: 1.6;
  font-size: 15px;
}

.caution span{
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .modal-link,
  .modal-text-list,
  .caption,
  .modal-sub-tit,
  .modal-date-list li,
  ul.modal-text-list > li.list_txt,
  ul.modal-list > li.list_txt {
    font-size: 14px;
  }
  .caption{
    margin-top: 0;
    text-align: left;
  }
}

#footer {
  position: relative;
  z-index: 5;
}

.footer-wrap {
  padding: 0 20px;
}

@media screen and (max-width: 999px) {
  .footer-wrap {
    padding: 0;
  }
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #c4000f;
}

.footer-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  height: 130px;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .footer-content {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 15px 10px;
    height: auto;
  }
}

.footer-logo {
  width: 180px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 90px;
    height: 25px;
    margin-bottom: 15px;
  }
}

.footer-copy {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .footer-copy {
    font-size: 10px;
  }
}

.display-large {
  display: block;
}

@media screen and (max-width: 999px) {
  .display-large {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .display-large {
    display: none;
  }
}

.display-medium {
  display: none;
}

@media screen and (max-width: 999px) {
  .display-medium {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .display-medium {
    display: none;
  }
}

.display-small {
  display: none;
}

@media screen and (max-width: 768px) {
  .display-small {
    display: block;
  }
}
.tab {
  display: flex;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.tab > li {
  background-color: #eeeeee;
  font-size: 12px;
  width: 25%;
  border-right: 1px solid #d8d8d8;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.tab > li.is-active {
  background-color: #ca2420;
  color: #fff;
  position: relative;
}
.tab > li.is-active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  border-top: 14px solid #ca2420;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  left: calc(50% - 14px);
}
.tab > li:last-child {
  border-right: none;
}
.tab-container {
  position: relative
}
.tab-content {
  position: absolute;
  width: 100%;
  display: none;
}
.tab-content.is-active {
  position: relative;
  z-index: 1;
}
.tab > li.is-active {
   background-color: #ca2420;
   color: #fff;
   position: relative;
   pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tab > li {
    padding: 10px;
  }
}

.img_caption{
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width:768px){
  .img_caption{
    font-size: 12px;
  }
}

/*# sourceMappingURL=local.css.map */


.nhd_foot_script {clear:both; overflow:hidden;margin:0; padding:0; height:0 !important; border:none;  }


/*前へ、次へボタン*/

div.nav-wrapper{
  max-width: 634px;
  width: 100%;
  background-color: #fff;
  padding: 0;
  display: flex;
  z-index: 2;
  margin:  0 auto 50px;
  overflow: auto;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
@media(max-width:768px){
  div.nav-wrapper{
    width: 100%;
    max-width: calc(100% - 40px);
    background-color: #fff;
    padding: 0;
    display: flex;
    z-index: 2;
    margin:  0 auto;
    overflow: visible;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media(max-width:450px){
  div.nav-wrapper{
    display: flex;
  }
}

div.inner{
  display: flex;
  align-items: center;
  height: 100%;
}
@media(max-width:600px){
div.inner{
/*     display: table; */
  }
}
div.nav-wrapper a span.btn-text{
  color: #000;
  font-size: 12px;
/*   font-weight: bold; */
  text-decoration: none;
  text-align: left;
  line-height: 1.4;
/* display: table-cell; */
  vertical-align: middle;
  width: 60%;
}
div.nav-wrapper a span.btn-text.next-text{
  text-align: right;
}
@media(max-width:500px){
  div.nav-wrapper a span.btn-text{
/*     font-size: 11px;
    line-height: 1.3; */
      text-align: left;
      width: 50%;
      padding-left: 5px;
  }
  div.nav-wrapper a span.btn-text.next-text{
    text-align: left;
  }
}

@media(max-width:600px){
  div.img-wrap{
/*     display: table-cell; */
    vertical-align: middle;
    padding-right: 5px;
  }
  div.right-contents div.img-wrap{
    padding-right: 5px;
  }
}



div.left-contents{
  width: 50%;
  text-align: left;
}
div.left-contents a{
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 5px 15px 5px 30px;
  text-decoration: none;
}
@media(max-width:768px){
  div.left-contents a{
    padding: 5px 15px 5px 20px;
    text-decoration: none;
    height: 100%;
  }
}


div.left-contents a:before{
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 10px;
}
@media(max-width:768px){
  div.left-contents a:before{
    content: '';
    width: 10px;
    height: 10px;
    left: 5px;
  }
}


div.left-contents a:after{
  background-color: #CCCCCC;
  content: '';
  width: 1px;
  height: calc(100% - 18px);
  position: absolute;
  top: 10px;
  right: 0;
}
div.left-contents a img.btn-thum{
  width: 100%;
  max-width: 90px;
  display: inline-block;
  margin-right: 15px;
}
@media(max-width:768px){
  div.left-contents a img.btn-thum{
    min-width: 60px;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
  }
}


div.right-contents{
  width: 50%;
  float: right;
}

div.right-contents div.inner{
  justify-content: flex-end;
}

div.right-contents a{
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 5px 30px 5px 15px;
  text-decoration: none;
}
@media(max-width:768px){
  div.right-contents a{
    padding: 5px 20px 5px 15px;
    text-decoration: none;
    height: 100%;
  }
}


div.right-contents a:before{
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-135deg);
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
}
@media(max-width:768px){
  div.right-contents a:before{
    content: '';
    width: 10px;
    height: 10px;
    right: 5px;
  }
}

div.right-contents a img.btn-thum{
  width: 100%;
  max-width: 90px;
  display: inline-block;
  margin-left: 15px;
}
@media(max-width:768px){
  div.right-contents a img.btn-thum{
    min-width: 60px;
    margin-left: 7px;
    display: table-cell;
    vertical-align: middle;
  }
}



/* ============================================================================
 * 調整クラス
 * ========================================================================= */

/*------------------------------------------------
font-size
------------------------------------------------*/
.fs-large{
  font-size: 120%;
}

.fs-normal{
  font-size: 100%;
}

.fs-small{
  font-size: 80%;
}



/*------------------------------------------------
font-weight
------------------------------------------------*/
.fw-bold{
  font-weight: bold;
}

.fw-normal{
 font-weight: normal;
}



/*------------------------------------------------
margin、padding、text-align
------------------------------------------------*/
/*text-align*/
.alL {
  text-align: left !important;
}

.alC {
  text-align: center !important;
}

.alR {
  text-align: right !important;
}

.alT {
  vertical-align: top !important;
}

.alM {
  vertical-align: middle !important;
}

.alB {
  vertical-align: bottom !important;
}

/* ----- Margin Adjust ----- */
.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----- Padding Adjust ----- */
.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

/*------------------------------------------------
clear
------------------------------------------------*/
.clear{
  clear: both !important;;
}