﻿@charset "UTF-8";
/* DTS Recruit common.css
======================================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  background-color: #fff;
}
body {
  overflow: visible;
  position: relative;
  margin: 0;
  min-width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

/*  img  */
img {
  border: 0;
}
/*  ul ol dl  */
ul, ol, dl {
  list-style: none;
}

/*  wrapper container  */
.wrapper {
  max-width: 100%;
  width: 100%;
}
.container {
  max-width: 110rem;
  max-width: 110rem;
  margin: 0 auto;
}
.container-people {
  max-width: 98rem;
  max-width: 98rem;
  margin: 0 auto;
}
/*  pc sp  */
.pc {
  display: block;
}
.sp {
  display: none;
}

/*  header  */
header {
  box-sizing: border-box;
  border-top: 10px solid #C0153E;
  background: #fff;
}
header * {
  box-sizing: border-box;
}
header .header-inner {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

header .header-inner .link-area {
  margin-left: 70px;
}
header .header-inner .link-area a {
  color: #A90B30;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8rem;
  padding-left: 1rem;
  text-indent: -1rem;
  text-decoration: none;
}
header .header-inner .link-area a::before {
  content: '▶';
}
header .header-inner .link-area a:hover {
  text-decoration: underline;
}
header .header-inner .btn-entry {
  margin-left: auto;
}
header .header-inner .btn-entry a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #C0153E;
  width: 280px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.gnav {
  background-color: #EFEFEF;
  height: 40px;
}
.gnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  height: 100%;
}
.gnav ul li {
}
.gnav ul li.current {
}
.gnav ul li:hover {
}
.gnav ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.gnav ul li a:hover {
  text-decoration: underline;
}
/*  SP Nav  */
.navToggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 66px;
  height: 66px;
  cursor: pointer;
  transition: .35s ease-in-out;
}
.navToggle span {
  display: block;
  position: absolute;
  right: 24px;
  border-bottom: solid 2px #000;
  width: 18px;
  transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
  top: 23px;
}
.navToggle span:nth-child(2) {
  top: 29px;
}
.navToggle span:nth-child(3) {
  top: 35px;
}
.navToggle.active {
  transition: .35s ease-in-out;
}
.navToggle.active span:nth-child(1) {
  top: 29px;
  right: 24px;
  border-bottom: solid 2px #000;
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 29px;
  border-bottom: solid 2px #000;
  transform: rotate(45deg);
}
nav.globalMenuSp {
  display: none;
  position: fixed;
  z-index: 10;
  top: 76px;
  left: 0;
  color: #000;
  transform: translateX(168%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0;
  border-bottom: 0.1rem solid #AE2C4C;
  overflow-y: auto;
}
nav.globalMenuSp.active {
  display: none;
  transform: translateY(0%);
}
nav.globalMenuSp .menu > a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 14px;
  background: #C0153E;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
nav.globalMenuSp label {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 14px;
  background: #C0153E;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
nav.globalMenuSp label:after {
  content: '';
  margin-left: auto;
  background: url(../../images/sp_nav_arrow_down.png) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 9px;
}
nav.globalMenuSp label.active:after {
  background: url(../../images/sp_nav_arrow_up.png) no-repeat;
  background-size: 100%;
}
nav.globalMenuSp input {
  display: none;
}
nav.globalMenuSp .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.globalMenuSp .menu ul li {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
nav.globalMenuSp .menu input:checked ~ ul li {
  height: 50px;
  opacity: 1;
}
nav.globalMenuSp .menu ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 38px;
  background: #980E2F;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

nav.globalMenuSp .entry-menu {
  width: 100%;
  margin: 3rem auto;
  text-align: center;
}
nav.globalMenuSp .entry-menu a.entry {
  width: 50%;
  padding: 0.5rem 2.8rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #B12A4A;
  background-color: #fff;
  border: 1px solid #B12A4A;
}

/*  main  */
main {
  margin: 0;
}

/*  gnav下メニュー  */
.under-gnav-1 {
  width: 27.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  margin: 2rem auto 10rem auto;
}
.under-gnav-2 {
  width: 55rem;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  margin: 2rem auto 10rem auto;
}
.under-gnav-4 {
  width: 110rem;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  margin: 2rem auto 10rem auto;
}
.under-gnav-1 ul, .under-gnav-2 ul, .under-gnav-4 ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
}
.under-gnav-1 ul li, .under-gnav-2 ul li, .under-gnav-4 ul li {
  width: 27.5rem;
  height: 3.5rem;
  list-style-type: none;
  display: inline-block;
  text-align: center;
  padding: 1.5rem 0 1rem 0;
}
.under-gnav-1 ul li a, .under-gnav-2 ul li a, .under-gnav-4 ul li a {
  font-size: 2.0rem;
  color: #606060;
  text-decoration: none;
}
.under-gnav-1 ul li a.current, .under-gnav-2 ul li a.current, .under-gnav-4 ul li a.current {
  color: #A82A47;
  font-weight: bold;
}
.under-gnav-1 ul li a:hover, .under-gnav-2 ul li a:hover, .under-gnav-4 ul li a:hover {
  color: #A82A47;
  text-decoration: underline;
}
/*  foot-menu  */
.foot-menu {
  max-width: 100%;
  width: 100%;
  display: flex;
  background-color: #B12A4A;
  margin: 0;
}
.foot-menu ul {
  width: 18rem;
  list-style-type: none;
  display: inline-block;
  padding: 5.5rem 0 5.5rem 6rem;
  position: relative;
  vertical-align: top;
  transition: 0.2s;
}
.foot-menu ul.menu3 {
  width: 30rem;
}
.foot-menu ul li {
  font-size: 2rem;
  color: #fff;
}
.foot-menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 1.5rem;
  transition: 0.2s;
}
.foot-menu ul li a:hover {
  color: #D7AFB6;
  text-decoration: underline;
  transition: 0.2s;
}
/*  footer  */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #C0153E;
  width: 100%;
  height: 110px;
  box-sizing: border-box;
}
footer .foot-copy {
}

/*  back to top  */
#backtotop {
  content: "";
  bottom: 2rem;
  cursor: pointer;
  display: block;
  position: fixed;
  right: 5rem;
  z-index: 5;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #AE2C4C;
  background-color: rgba(255, 255, 255, 0.3);
}
#backtotop::after {
  display: block;
  content: "";
  position: relative;
  left: 2.5rem;
  top: 3.5rem;
  width: 3.0rem;
  height: 3.0rem;
  border-top: 0.1rem solid #AE2C4C;
  border-right: 0.1rem solid #AE2C4C;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*  clearfix  */
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*  Project  */
.p-block {
  position: relative;
}
@media only screen and (max-width:1200px) {
  .p-block__inner {
    padding: 70px 24px;
  }
  .p-block--interview .p-block__inner {
    padding: 70px 40px;
  }
}
@media only screen and (min-width:1201px) {
  .p-block__inner {
    margin: 0 auto;
    padding: 70px 0;
    width: 900px;
  }
  .p-block--interview .p-block__inner {
    width: 1150px;
  }
}

/*  Component  */
.c-img {
  font-size: 0;
}
.c-img img {
  max-width: 100%;
}
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  padding: 0 22px 0 30px;
  background: #C0153E;
  height: 60px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
}
.c-btn::after {
  content: '＞';
  margin-left: 1em;
  font-weight: normal;
}
@media only screen and (max-width:1200px) {
  .c-btn {
    border-radius: 42px;
    padding: 0 20px 0 30px;
    height: 42px;
    font-size: 14px;
  }
}
.c-btn-entry {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  padding: 0 30px;
  background: #fff;
  width: 347px;
  height: 60px;
  color: #C0153E !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}

.c-btn-entry::after {
  content: '＞';
  margin-left: 1em;
  font-weight: normal;
  color: #C0153E;
}

@media only screen and (max-width:1200px) {
  .c-btn-entry {
    width: 260px;
    height: 42px;
    font-size: 14px;
  }
}

.c-head-h2 {
  display: flex;
  justify-content: center;
  margin: 0 0 46px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width:1200px) {
  .c-head-h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
  }
}
.c-head-h3 {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width:1200px) {
  .c-head-h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
  }
}
.c-text-lead {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width:1200px) {
  .c-text-lead {
    font-size: 12px;
  }
}

/*  JS  */
.slick-prev,
.slick-next {
  z-index: 100;
  top: 100px;
  width: 40px;
  height: 40px;
}
.slick-slide img {
  border-radius: 5px;
}
@media only screen and (min-width:1201px) {
  .slick-prev,
  .slick-next {
    top: 120px;
  }
}
.slick-prev {
  left: -48px;
}
.slick-next {
  right: -48px;
}
@media only screen and (max-width:1200px) {
  .slick-prev,
  .slick-next {
    display: inline-block;
    width: 16.1px;
    height: 30.3px;
    top: calc((100% - 72px) / 2 - 15px);
  }
  .slick-prev {
    left: -29px;
  }
  .slick-next {
    right: -29px;
  }
}
.slick-prev:before,
.slick-next:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #CC778B;
  width: 40px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  opacity: 1;
}
.slick-prev:before {
  content: '＜';
  padding-right: 2px;
}
.slick-next:before {
  content: '＞';
  padding-left: 2px;
}
@media only screen and (max-width:1200px) {
    /*.slick-prev:before,*/
    .slick-prev:before,.slick-prev:after,
    .slick-next:before,.slick-next:after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      width: 22px;
      height: 2px;
      border-radius: 9999px;
      background-color: #fff;
    }
    .slick-prev:before,.slick-prev:after {
      left: 0;
      transform-origin: 1px 50%;
    }
    .slick-next:before,.slick-next:after {
      right: 0;
      transform-origin: calc(100% - 1px) 50%;
    }
    .slick-prev:before {
      transform: rotate(45deg);
    }
    .slick-prev:after {
      transform: rotate(-45deg);
    }
    .slick-next:before {
      transform: rotate(45deg);
    }
    .slick-next:after {
      transform: rotate(-45deg);
    }
}
/*@media only screen and (max-width:1200px) {
  .slick-prev:before,
  .slick-next:before {
    background: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
  }
  .slick-prev:before {
    padding-right: 0;
  }
  .slick-next:before {
    padding-left: 0;
  }
}*/


/*  Utility  */
/* ディスプレイ
-----------------------*/
/* PC、タブレットは表示 */
@media screen and (max-width: 1200px) {
  .u-pc {
    display: none !important;
  }
}

/* タブレット、SPは表示 */
@media (min-width: 1024px) {
  .u-tab {
    display: none !important;
  }
}

/* SPのみ表示 */
@media (min-width: 1201px) {
  .u-sp {
    display: none !important;
  }
}

.u-d-none {
  display: none !important;
}

.u-d-none-before::before {
  display: none !important;
}

.u-d-none-after::after {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 1201px) {
  .u-d-none-pc {
    display: none !important;
  }

  .u-d-none-before-pc::before {
    display: none !important;
  }

  .u-d-none-after-pc::after {
    display: none !important;
  }

  .u-d-block-pc {
    display: block !important;
  }

  .u-d-flex-pc {
    display: flex !important;
  }

  .u-d-inline-pc {
    display: inline !important;
  }

  .u-d-inline-block-pc {
    display: inline-block !important;
  }

  .u-d-inline-flex-pc {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-d-none-tab {
    display: none !important;
  }

  .u-d-none-before-tab::before {
    display: none !important;
  }

  .u-d-none-after-tab::after {
    display: none !important;
  }

  .u-d-block-tab {
    display: block !important;
  }

  .u-d-flex-tab {
    display: flex !important;
  }

  .u-d-inline-tab {
    display: inline !important;
  }

  .u-d-inline-block-tab {
    display: inline-block !important;
  }

  .u-d-inline-flex-tab {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-d-none-sp {
    display: none !important;
  }

  .u-d-none-before-sp::before {
    display: none !important;
  }

  .u-d-none-after-sp::after {
    display: none !important;
  }

  .u-d-block-sp {
    display: block !important;
  }

  .u-d-flex-sp {
    display: flex !important;
  }

  .u-d-inline-sp {
    display: inline !important;
  }

  .u-d-inline-block-sp {
    display: inline-block !important;
  }

  .u-d-inline-flex-sp {
    display: inline-flex !important;
  }
}

/* フレックス系
-----------------------*/
.u-flex-none {
  flex: none;
}

.u-flex-flow-column {
  flex-flow: column !important;
}

.u-flex-flow-column-reverse {
  flex-flow: column-reverse !important;
}

.u-flex-flow-row-reverse {
  flex-flow: row-reverse !important;
}

.u-flex-flow-wrap {
  flex-flow: wrap !important;
}

.u-flex-flow-nowrap {
  flex-flow: nowrap !important;
}

.u-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.u-flex-basis-auto {
  flex-basis: auto !important;
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-between {
  justify-content: space-between !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-align-items-stretch {
  align-items: stretch !important;
}

.u-align-content-start {
  align-content: flex-start !important;
}

.u-align-content-center {
  align-content: center !important;
}

.u-align-content-end {
  align-content: flex-end !important;
}

.u-align-content-between {
  align-content: space-between !important;
}

.u-align-content-stretch {
  align-content: stretch !important;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-center {
  align-self: center;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-stretch {
  align-self: stretch;
}

.u-order-01 {
  order: 1;
}

.u-order-02 {
  order: 2;
}

.u-order-03 {
  order: 3;
}

.u-order-04 {
  order: 4;
}

.u-order-05 {
  order: 5;
}

.u-order-06 {
  order: 6;
}

.u-order-07 {
  order: 7;
}

.u-order-08 {
  order: 8;
}

.u-order-09 {
  order: 9;
}

.u-order-10 {
  order: 10;
}

@media screen and (max-width: 1200px) {
  .u-flex-none-sp {
    flex: none;
  }

  .u-flex-flow-column-sp {
    flex-flow: column !important;
  }

  .u-flex-flow-column-reverse-sp {
    flex-flow: column-reverse !important;
  }

  .u-flex-flow-row-reverse-sp {
    flex-flow: row-reverse !important;
  }

  .u-flex-flow-wrap-sp {
    flex-flow: wrap !important;
  }

  .u-flex-flow-nowrap-sp {
    flex-flow: nowrap !important;
  }

  .u-flex-shrink-0-sp {
    flex-shrink: 0 !important;
  }

  .u-flex-basis-auto-sp {
    flex-basis: auto !important;
  }

  .u-justify-content-start-sp {
    justify-content: flex-start !important;
  }

  .u-justify-content-center-sp {
    justify-content: center !important;
  }

  .u-justify-content-end-sp {
    justify-content: flex-end !important;
  }

  .u-justify-content-between-sp {
    justify-content: space-between !important;
  }

  .u-align-items-start-sp {
    align-items: flex-start !important;
  }

  .u-align-items-center-sp {
    align-items: center !important;
  }

  .u-align-items-end-sp {
    align-items: flex-end !important;
  }

  .u-align-items-stretch-sp {
    align-items: stretch !important;
  }

  .u-align-content-start-sp {
    align-content: flex-start !important;
  }

  .u-align-content-center-sp {
    align-content: center !important;
  }

  .u-align-content-end-sp {
    align-content: flex-end !important;
  }

  .u-align-content-between-sp {
    align-content: space-between !important;
  }

  .u-align-content-stretch-sp {
    align-content: stretch !important;
  }

  .u-align-self-start-sp {
    align-self: flex-start;
  }

  .u-align-self-center-sp {
    align-self: center;
  }

  .u-align-self-end-sp {
    align-self: flex-end;
  }

  .u-align-self-stretch-sp {
    align-self: stretch;
  }
}

@media (min-width: 1201px) {
  .u-flex-none-pc {
    flex: none;
  }

  .u-flex-flow-column-pc {
    flex-flow: column !important;
  }

  .u-flex-flow-column-reverse-pc {
    flex-flow: column-reverse !important;
  }

  .u-flex-flow-row-reverse-pc {
    flex-flow: row-reverse !important;
  }

  .u-flex-flow-wrap-pc {
    flex-flow: wrap !important;
  }

  .u-flex-flow-nowrap-pc {
    flex-flow: nowrap !important;
  }

  .u-flex-shrink-0-pc {
    flex-shrink: 0 !important;
  }

  .u-flex-basis-auto-pc {
    flex-basis: auto !important;
  }

  .u-justify-content-start-pc {
    justify-content: flex-start !important;
  }

  .u-justify-content-center-pc {
    justify-content: center !important;
  }

  .u-justify-content-end-pc {
    justify-content: flex-end !important;
  }

  .u-justify-content-between-pc {
    justify-content: space-between !important;
  }

  .u-align-items-start-pc {
    align-items: flex-start !important;
  }

  .u-align-items-center-pc {
    align-items: center !important;
  }

  .u-align-items-end-pc {
    align-items: flex-end !important;
  }

  .u-align-items-stretch-pc {
    align-items: stretch !important;
  }

  .u-align-content-start-pc {
    align-content: flex-start !important;
  }

  .u-align-content-center-pc {
    align-content: center !important;
  }

  .u-align-content-end-pc {
    align-content: flex-end !important;
  }

  .u-align-content-between-pc {
    align-content: space-between !important;
  }

  .u-align-content-stretch-pc {
    align-content: stretch !important;
  }

  .u-align-self-start-pc {
    align-self: flex-start;
  }

  .u-align-self-center-pc {
    align-self: center;
  }

  .u-align-self-end-pc {
    align-self: flex-end;
  }

  .u-align-self-stretch-pc {
    align-self: stretch;
  }
}

/* フロート
-----------------------*/
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-float-none {
  float: none;
}

.u-clearfix::after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1201px) {
  .u-float-left-pc {
    float: left;
  }

  .u-float-right-pc {
    float: right;
  }

  .u-float-none-pc {
    float: none;
  }
}

@media screen and (max-width: 1200px) {
  .u-float-left-sp {
    float: left;
  }

  .u-float-right-sp {
    float: right;
  }

  .u-float-none-sp {
    float: none;
  }
}

/* オーバーフロー
-----------------------*/
.u-overflow-visible {
  overflow: visible !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-auto {
  overflow: auto !important;
}

.u-overflow-scroll {
  overflow: scroll !important;
}

.u-overflow-x-scroll {
  overflow-x: scroll !important;
}

.u-overflow-y-scroll {
  overflow-y: scroll !important;
}

@media (min-width: 1201px) {
  .u-overflow-visible-pc {
    overflow: visible !important;
  }

  .u-overflow-hidden-pc {
    overflow: hidden !important;
  }

  .u-overflow-auto-pc {
    overflow: auto !important;
  }

  .u-overflow-scroll-pc {
    overflow: scroll !important;
  }

  .u-overflow-x-scroll-pc {
    overflow-x: scroll !important;
  }

  .u-overflow-y-scroll-pc {
    overflow-y: scroll !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-overflow-visible-sp {
    overflow: visible !important;
  }

  .u-overflow-hidden-sp {
    overflow: hidden !important;
  }

  .u-overflow-auto-sp {
    overflow: auto !important;
  }

  .u-overflow-scroll-sp {
    overflow: scroll !important;
  }

  .u-overflow-x-scroll-sp {
    overflow-x: scroll !important;
  }

  .u-overflow-y-scroll-sp {
    overflow-y: scroll !important;
  }
}

/* ポジション
-----------------------*/
.u-pos-relative {
  position: relative !important;
}

.u-pos-absolute {
  position: absolute !important;
}

.u-z-index-9999 {
  z-index: 9999 !important;
}

.u-top-0 {
  top: 0 !important;
}

.u-top-5 {
  top: 5px !important;
}

.u-top-10 {
  top: 10px !important;
}

.u-top-15 {
  top: 15px !important;
}

.u-top-20 {
  top: 20px !important;
}

.u-top-25 {
  top: 25px !important;
}

.u-top-30 {
  top: 30px !important;
}

.u-top-35 {
  top: 35px !important;
}

.u-top-40 {
  top: 40px !important;
}

.u-top-45 {
  top: 45px !important;
}

.u-top-50 {
  top: 50px !important;
}

.u-top-55 {
  top: 55px !important;
}

.u-top-60 {
  top: 60px !important;
}

.u-top-65 {
  top: 65px !important;
}

.u-top-70 {
  top: 70px !important;
}

.u-top-75 {
  top: 75px !important;
}

.u-top-80 {
  top: 80px !important;
}

.u-top-85 {
  top: 85px !important;
}

.u-top-90 {
  top: 90px !important;
}

.u-top-95 {
  top: 95px !important;
}

.u-top-100 {
  top: 100px !important;
}

.u-bottom-0 {
  bottom: 0 !important;
}

.u-bottom-5 {
  bottom: 5px !important;
}

.u-bottom-10 {
  bottom: 10px !important;
}

.u-bottom-15 {
  bottom: 15px !important;
}

.u-bottom-20 {
  bottom: 20px !important;
}

.u-bottom-25 {
  bottom: 25px !important;
}

.u-bottom-30 {
  bottom: 30px !important;
}

.u-bottom-35 {
  bottom: 35px !important;
}

.u-bottom-40 {
  bottom: 40px !important;
}

.u-bottom-45 {
  bottom: 45px !important;
}

.u-bottom-50 {
  bottom: 50px !important;
}

.u-bottom-55 {
  bottom: 55px !important;
}

.u-bottom-60 {
  bottom: 60px !important;
}

.u-bottom-65 {
  bottom: 65px !important;
}

.u-bottom-70 {
  bottom: 70px !important;
}

.u-bottom-75 {
  bottom: 75px !important;
}

.u-bottom-80 {
  bottom: 80px !important;
}

.u-bottom-85 {
  bottom: 85px !important;
}

.u-bottom-90 {
  bottom: 90px !important;
}

.u-bottom-95 {
  bottom: 95px !important;
}

.u-bottom-100 {
  bottom: 100px !important;
}

.u-left-0 {
  left: 0 !important;
}

.u-left-5 {
  left: 5px !important;
}

.u-left-10 {
  left: 10px !important;
}

.u-left-15 {
  left: 15px !important;
}

.u-left-20 {
  left: 20px !important;
}

.u-left-25 {
  left: 25px !important;
}

.u-left-30 {
  left: 30px !important;
}

.u-left-35 {
  left: 35px !important;
}

.u-left-40 {
  left: 40px !important;
}

.u-left-45 {
  left: 45px !important;
}

.u-left-50 {
  left: 50px !important;
}

.u-left-55 {
  left: 55px !important;
}

.u-left-60 {
  left: 60px !important;
}

.u-left-65 {
  left: 65px !important;
}

.u-left-70 {
  left: 70px !important;
}

.u-left-75 {
  left: 75px !important;
}

.u-left-80 {
  left: 80px !important;
}

.u-left-85 {
  left: 85px !important;
}

.u-left-90 {
  left: 90px !important;
}

.u-left-95 {
  left: 95px !important;
}

.u-left-100 {
  left: 100px !important;
}

.u-right-0 {
  right: 0 !important;
}

.u-right-5 {
  right: 5px !important;
}

.u-right-10 {
  right: 10px !important;
}

.u-right-15 {
  right: 15px !important;
}

.u-right-20 {
  right: 20px !important;
}

.u-right-25 {
  right: 25px !important;
}

.u-right-30 {
  right: 30px !important;
}

.u-right-35 {
  right: 35px !important;
}

.u-right-40 {
  right: 40px !important;
}

.u-right-45 {
  right: 45px !important;
}

.u-right-50 {
  right: 50px !important;
}

.u-right-55 {
  right: 55px !important;
}

.u-right-60 {
  right: 60px !important;
}

.u-right-65 {
  right: 65px !important;
}

.u-right-70 {
  right: 70px !important;
}

.u-right-75 {
  right: 75px !important;
}

.u-right-80 {
  right: 80px !important;
}

.u-right-85 {
  right: 85px !important;
}

.u-right-90 {
  right: 90px !important;
}

.u-right-95 {
  right: 95px !important;
}

.u-right-100 {
  right: 100px !important;
}

@media screen and (max-width: 1200px) {
  .u-pos-relative-sp {
    position: relative !important;
  }

  .u-pos-absolute-sp {
    position: absolute !important;
  }

  .u-z-index-9999-sp {
    z-index: 9999 !important;
  }

  .u-top-0-sp {
    top: 0 !important;
  }

  .u-top-5-sp {
    top: 5px !important;
  }

  .u-top-10-sp {
    top: 10px !important;
  }

  .u-top-15-sp {
    top: 15px !important;
  }

  .u-top-20-sp {
    top: 20px !important;
  }

  .u-top-25-sp {
    top: 25px !important;
  }

  .u-top-30-sp {
    top: 30px !important;
  }

  .u-top-35-sp {
    top: 35px !important;
  }

  .u-top-40-sp {
    top: 40px !important;
  }

  .u-top-45-sp {
    top: 45px !important;
  }

  .u-top-50-sp {
    top: 50px !important;
  }

  .u-top-55-sp {
    top: 55px !important;
  }

  .u-top-60-sp {
    top: 60px !important;
  }

  .u-top-65-sp {
    top: 65px !important;
  }

  .u-top-70-sp {
    top: 70px !important;
  }

  .u-top-75-sp {
    top: 75px !important;
  }

  .u-top-80-sp {
    top: 80px !important;
  }

  .u-top-85-sp {
    top: 85px !important;
  }

  .u-top-90-sp {
    top: 90px !important;
  }

  .u-top-95-sp {
    top: 95px !important;
  }

  .u-top-100-sp {
    top: 100px !important;
  }

  .u-bottom-0-sp {
    bottom: 0 !important;
  }

  .u-bottom-5-sp {
    bottom: 5px !important;
  }

  .u-bottom-10-sp {
    bottom: 10px !important;
  }

  .u-bottom-15-sp {
    bottom: 15px !important;
  }

  .u-bottom-20-sp {
    bottom: 20px !important;
  }

  .u-bottom-25-sp {
    bottom: 25px !important;
  }

  .u-bottom-30-sp {
    bottom: 30px !important;
  }

  .u-bottom-35-sp {
    bottom: 35px !important;
  }

  .u-bottom-40-sp {
    bottom: 40px !important;
  }

  .u-bottom-45-sp {
    bottom: 45px !important;
  }

  .u-bottom-50-sp {
    bottom: 50px !important;
  }

  .u-bottom-55-sp {
    bottom: 55px !important;
  }

  .u-bottom-60-sp {
    bottom: 60px !important;
  }

  .u-bottom-65-sp {
    bottom: 65px !important;
  }

  .u-bottom-70-sp {
    bottom: 70px !important;
  }

  .u-bottom-75-sp {
    bottom: 75px !important;
  }

  .u-bottom-80-sp {
    bottom: 80px !important;
  }

  .u-bottom-85-sp {
    bottom: 85px !important;
  }

  .u-bottom-90-sp {
    bottom: 90px !important;
  }

  .u-bottom-95-sp {
    bottom: 95px !important;
  }

  .u-bottom-100-sp {
    bottom: 100px !important;
  }

  .u-left-0-sp {
    left: 0 !important;
  }

  .u-left-5-sp {
    left: 5px !important;
  }

  .u-left-10-sp {
    left: 10px !important;
  }

  .u-left-15-sp {
    left: 15px !important;
  }

  .u-left-20-sp {
    left: 20px !important;
  }

  .u-left-25-sp {
    left: 25px !important;
  }

  .u-left-30-sp {
    left: 30px !important;
  }

  .u-left-35-sp {
    left: 35px !important;
  }

  .u-left-40-sp {
    left: 40px !important;
  }

  .u-left-45-sp {
    left: 45px !important;
  }

  .u-left-50-sp {
    left: 50px !important;
  }

  .u-left-55-sp {
    left: 55px !important;
  }

  .u-left-60-sp {
    left: 60px !important;
  }

  .u-left-65-sp {
    left: 65px !important;
  }

  .u-left-70-sp {
    left: 70px !important;
  }

  .u-left-75-sp {
    left: 75px !important;
  }

  .u-left-80-sp {
    left: 80px !important;
  }

  .u-left-85-sp {
    left: 85px !important;
  }

  .u-left-90-sp {
    left: 90px !important;
  }

  .u-left-95-sp {
    left: 95px !important;
  }

  .u-left-100-sp {
    left: 100px !important;
  }

  .u-right-0-sp {
    right: 0 !important;
  }

  .u-right-5-sp {
    right: 5px !important;
  }

  .u-right-10-sp {
    right: 10px !important;
  }

  .u-right-15-sp {
    right: 15px !important;
  }

  .u-right-20-sp {
    right: 20px !important;
  }

  .u-right-25-sp {
    right: 25px !important;
  }

  .u-right-30-sp {
    right: 30px !important;
  }

  .u-right-35-sp {
    right: 35px !important;
  }

  .u-right-40-sp {
    right: 40px !important;
  }

  .u-right-45-sp {
    right: 45px !important;
  }

  .u-right-50-sp {
    right: 50px !important;
  }

  .u-right-55-sp {
    right: 55px !important;
  }

  .u-right-60-sp {
    right: 60px !important;
  }

  .u-right-65-sp {
    right: 65px !important;
  }

  .u-right-70-sp {
    right: 70px !important;
  }

  .u-right-75-sp {
    right: 75px !important;
  }

  .u-right-80-sp {
    right: 80px !important;
  }

  .u-right-85-sp {
    right: 85px !important;
  }

  .u-right-90-sp {
    right: 90px !important;
  }

  .u-right-95-sp {
    right: 95px !important;
  }

  .u-right-100-sp {
    right: 100px !important;
  }
}

@media (min-width: 1201px) {
  .u-pos-relative-pc {
    position: relative !important;
  }

  .u-pos-absolute-pc {
    position: absolute !important;
  }

  .u-z-index-9999-pc {
    z-index: 9999 !important;
  }

  .u-top-0-pc {
    top: 0 !important;
  }

  .u-top-5-pc {
    top: 5px !important;
  }

  .u-top-10-pc {
    top: 10px !important;
  }

  .u-top-15-pc {
    top: 15px !important;
  }

  .u-top-20-pc {
    top: 20px !important;
  }

  .u-top-25-pc {
    top: 25px !important;
  }

  .u-top-30-pc {
    top: 30px !important;
  }

  .u-top-35-pc {
    top: 35px !important;
  }

  .u-top-40-pc {
    top: 40px !important;
  }

  .u-top-45-pc {
    top: 45px !important;
  }

  .u-top-50-pc {
    top: 50px !important;
  }

  .u-top-55-pc {
    top: 55px !important;
  }

  .u-top-60-pc {
    top: 60px !important;
  }

  .u-top-65-pc {
    top: 65px !important;
  }

  .u-top-70-pc {
    top: 70px !important;
  }

  .u-top-75-pc {
    top: 75px !important;
  }

  .u-top-80-pc {
    top: 80px !important;
  }

  .u-top-85-pc {
    top: 85px !important;
  }

  .u-top-90-pc {
    top: 90px !important;
  }

  .u-top-95-pc {
    top: 95px !important;
  }

  .u-top-100-pc {
    top: 100px !important;
  }

  .u-bottom-0-pc {
    bottom: 0 !important;
  }

  .u-bottom-5-pc {
    bottom: 5px !important;
  }

  .u-bottom-10-pc {
    bottom: 10px !important;
  }

  .u-bottom-15-pc {
    bottom: 15px !important;
  }

  .u-bottom-20-pc {
    bottom: 20px !important;
  }

  .u-bottom-25-pc {
    bottom: 25px !important;
  }

  .u-bottom-30-pc {
    bottom: 30px !important;
  }

  .u-bottom-35-pc {
    bottom: 35px !important;
  }

  .u-bottom-40-pc {
    bottom: 40px !important;
  }

  .u-bottom-45-pc {
    bottom: 45px !important;
  }

  .u-bottom-50-pc {
    bottom: 50px !important;
  }

  .u-bottom-55-pc {
    bottom: 55px !important;
  }

  .u-bottom-60-pc {
    bottom: 60px !important;
  }

  .u-bottom-65-pc {
    bottom: 65px !important;
  }

  .u-bottom-70-pc {
    bottom: 70px !important;
  }

  .u-bottom-75-pc {
    bottom: 75px !important;
  }

  .u-bottom-80-pc {
    bottom: 80px !important;
  }

  .u-bottom-85-pc {
    bottom: 85px !important;
  }

  .u-bottom-90-pc {
    bottom: 90px !important;
  }

  .u-bottom-95-pc {
    bottom: 95px !important;
  }

  .u-bottom-100-pc {
    bottom: 100px !important;
  }

  .u-left-0-pc {
    left: 0 !important;
  }

  .u-left-5-pc {
    left: 5px !important;
  }

  .u-left-10-pc {
    left: 10px !important;
  }

  .u-left-15-pc {
    left: 15px !important;
  }

  .u-left-20-pc {
    left: 20px !important;
  }

  .u-left-25-pc {
    left: 25px !important;
  }

  .u-left-30-pc {
    left: 30px !important;
  }

  .u-left-35-pc {
    left: 35px !important;
  }

  .u-left-40-pc {
    left: 40px !important;
  }

  .u-left-45-pc {
    left: 45px !important;
  }

  .u-left-50-pc {
    left: 50px !important;
  }

  .u-left-55-pc {
    left: 55px !important;
  }

  .u-left-60-pc {
    left: 60px !important;
  }

  .u-left-65-pc {
    left: 65px !important;
  }

  .u-left-70-pc {
    left: 70px !important;
  }

  .u-left-75-pc {
    left: 75px !important;
  }

  .u-left-80-pc {
    left: 80px !important;
  }

  .u-left-85-pc {
    left: 85px !important;
  }

  .u-left-90-pc {
    left: 90px !important;
  }

  .u-left-95-pc {
    left: 95px !important;
  }

  .u-left-100-pc {
    left: 100px !important;
  }

  .u-right-0-pc {
    right: 0 !important;
  }

  .u-right-5-pc {
    right: 5px !important;
  }

  .u-right-10-pc {
    right: 10px !important;
  }

  .u-right-15-pc {
    right: 15px !important;
  }

  .u-right-20-pc {
    right: 20px !important;
  }

  .u-right-25-pc {
    right: 25px !important;
  }

  .u-right-30-pc {
    right: 30px !important;
  }

  .u-right-35-pc {
    right: 35px !important;
  }

  .u-right-40-pc {
    right: 40px !important;
  }

  .u-right-45-pc {
    right: 45px !important;
  }

  .u-right-50-pc {
    right: 50px !important;
  }

  .u-right-55-pc {
    right: 55px !important;
  }

  .u-right-60-pc {
    right: 60px !important;
  }

  .u-right-65-pc {
    right: 65px !important;
  }

  .u-right-70-pc {
    right: 70px !important;
  }

  .u-right-75-pc {
    right: 75px !important;
  }

  .u-right-80-pc {
    right: 80px !important;
  }

  .u-right-85-pc {
    right: 85px !important;
  }

  .u-right-90-pc {
    right: 90px !important;
  }

  .u-right-95-pc {
    right: 95px !important;
  }

  .u-right-100-pc {
    right: 100px !important;
  }
}

/* マージン
-----------------------*/
@media (min-width: 0px) {
  .u-mt-0 {
    margin-top: 0px !important;
  }

  .u-mt-5 {
    margin-top: 5px !important;
  }

  .u-mt-8 {
    margin-top: 8px !important;
  }

  .u-mt-10 {
    margin-top: 10px !important;
  }

  .u-mt-15 {
    margin-top: 15px !important;
  }

  .u-mt-16 {
    margin-top: 16px !important;
  }

  .u-mt-20 {
    margin-top: 20px !important;
  }

  .u-mt-24 {
    margin-top: 24px !important;
  }

  .u-mt-25 {
    margin-top: 25px !important;
  }

  .u-mt-30 {
    margin-top: 30px !important;
  }

  .u-mt-40 {
    margin-top: 40px !important;
  }

  .u-mt-50 {
    margin-top: 50px !important;
  }

  .u-mt-60 {
    margin-top: 60px !important;
  }

  .u-mt-64 {
    margin-top: 64px !important;
  }

  .u-mt-70 {
    margin-top: 70px !important;
  }

  .u-mt-80 {
    margin-top: 80px !important;
  }

  .u-mt-90 {
    margin-top: 90px !important;
  }

  .u-mt-100 {
    margin-top: 100px !important;
  }

  .u-mt-110 {
    margin-top: 110px !important;
  }

  .u-mt-120 {
    margin-top: 120px !important;
  }

  .u-mt-150 {
    margin-top: 150px !important;
  }

  .u-mt-200 {
    margin-top: 200px !important;
  }

  .u-mt-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1201px) {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }

  .u-mt-5-pc {
    margin-top: 5px !important;
  }

  .u-mt-10-pc {
    margin-top: 10px !important;
  }

  .u-mt-15-pc {
    margin-top: 15px !important;
  }

  .u-mt-16-pc {
    margin-top: 16px !important;
  }

  .u-mt-20-pc {
    margin-top: 20px !important;
  }

  .u-mt-24-pc {
    margin-top: 24px !important;
  }

  .u-mt-25-pc {
    margin-top: 25px !important;
  }

  .u-mt-30-pc {
    margin-top: 30px !important;
  }

  .u-mt-40-pc {
    margin-top: 40px !important;
  }

  .u-mt-50-pc {
    margin-top: 50px !important;
  }

  .u-mt-60-pc {
    margin-top: 60px !important;
  }

  .u-mt-64-pc {
    margin-top: 64px !important;
  }

  .u-mt-70-pc {
    margin-top: 70px !important;
  }

  .u-mt-80-pc {
    margin-top: 80px !important;
  }

  .u-mt-90-pc {
    margin-top: 90px !important;
  }

  .u-mt-100-pc {
    margin-top: 100px !important;
  }

  .u-mt-110-pc {
    margin-top: 110px !important;
  }

  .u-mt-120-pc {
    margin-top: 120px !important;
  }

  .u-mt-150-pc {
    margin-top: 150px !important;
  }

  .u-mt-200-pc {
    margin-top: 200px !important;
  }

  .u-mt-auto-pc {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt-0-tab {
    margin-top: 0px !important;
  }

  .u-mt-5-tab {
    margin-top: 5px !important;
  }

  .u-mt-10-tab {
    margin-top: 10px !important;
  }

  .u-mt-15-tab {
    margin-top: 15px !important;
  }

  .u-mt-20-tab {
    margin-top: 20px !important;
  }

  .u-mt-25-tab {
    margin-top: 25px !important;
  }

  .u-mt-30-tab {
    margin-top: 30px !important;
  }

  .u-mt-40-tab {
    margin-top: 40px !important;
  }

  .u-mt-50-tab {
    margin-top: 50px !important;
  }

  .u-mt-60-tab {
    margin-top: 60px !important;
  }

  .u-mt-70-tab {
    margin-top: 70px !important;
  }

  .u-mt-80-tab {
    margin-top: 80px !important;
  }

  .u-mt-90-tab {
    margin-top: 90px !important;
  }

  .u-mt-100-tab {
    margin-top: 100px !important;
  }

  .u-mt-110-tab {
    margin-top: 110px !important;
  }

  .u-mt-120-tab {
    margin-top: 120px !important;
  }

  .u-mt-150-tab {
    margin-top: 150px !important;
  }

  .u-mt-200-tab {
    margin-top: 200px !important;
  }

  .u-mt-auto-tab {
    margin-top: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-mt--100-sp {
    margin-top: -100px !important;
  }

  .u-mt--95-sp {
    margin-top: -95px !important;
  }

  .u-mt--90-sp {
    margin-top: -90px !important;
  }

  .u-mt--85-sp {
    margin-top: -85px !important;
  }

  .u-mt--80-sp {
    margin-top: -80px !important;
  }

  .u-mt--75-sp {
    margin-top: -75px !important;
  }

  .u-mt--70-sp {
    margin-top: -70px !important;
  }

  .u-mt--65-sp {
    margin-top: -65px !important;
  }

  .u-mt--60-sp {
    margin-top: -60px !important;
  }

  .u-mt--55-sp {
    margin-top: -55px !important;
  }

  .u-mt--50-sp {
    margin-top: -50px !important;
  }

  .u-mt--45-sp {
    margin-top: -45px !important;
  }

  .u-mt--40-sp {
    margin-top: -40px !important;
  }

  .u-mt--35-sp {
    margin-top: -35px !important;
  }

  .u-mt--30-sp {
    margin-top: -30px !important;
  }

  .u-mt--25-sp {
    margin-top: -25px !important;
  }


  .u-mt--20-sp {
    margin-top: -20px !important;
  }

  .u-mt--15-sp {
    margin-top: -15px !important;
  }

  .u-mt--10-sp {
    margin-top: -10px !important;
  }

  .u-mt--5-sp {
    margin-top: -5px !important;
  }

  .u-mt-0-sp {
    margin-top: 0px !important;
  }

  .u-mt-5-sp {
    margin-top: 5px !important;
  }

  .u-mt-10-sp {
    margin-top: 10px !important;
  }

  .u-mt-15-sp {
    margin-top: 15px !important;
  }

  .u-mt-20-sp {
    margin-top: 20px !important;
  }

  .u-mt-24-sp {
    margin-top: 24px !important;
  }

  .u-mt-25-sp {
    margin-top: 25px !important;
  }

  .u-mt-30-sp {
    margin-top: 30px !important;
  }

  .u-mt-40-sp {
    margin-top: 40px !important;
  }

  .u-mt-50-sp {
    margin-top: 50px !important;
  }

  .u-mt-60-sp {
    margin-top: 60px !important;
  }

  .u-mt-70-sp {
    margin-top: 70px !important;
  }

  .u-mt-80-sp {
    margin-top: 80px !important;
  }

  .u-mt-90-sp {
    margin-top: 90px !important;
  }

  .u-mt-100-sp {
    margin-top: 100px !important;
  }

  .u-mt-110-sp {
    margin-top: 110px !important;
  }

  .u-mt-120-sp {
    margin-top: 120px !important;
  }

  .u-mt-150-sp {
    margin-top: 150px !important;
  }

  .u-mt-200-sp {
    margin-top: 200px !important;
  }

  .u-mt-auto-sp {
    margin-top: auto !important;
  }
}

@media (min-width: 0px) {
  .u-mb-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-16 {
    margin-bottom: 16px !important;
  }

  .u-mb-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-24 {
    margin-bottom: 24px !important;
  }

  .u-mb-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-64 {
    margin-bottom: 64px !important;
  }

  .u-mb-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-90 {
    margin-bottom: 90px !important;
  }

  .u-mb-100 {
    margin-bottom: 100px !important;
  }

  .u-mb-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1201px) {
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }

  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }

  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }

  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }

  .u-mb-16-pc {
    margin-bottom: 16px !important;
  }

  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }

  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }

  .u-mb-24-pc {
    margin-bottom: 24px !important;
  }

  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }

  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }

  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }

  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }

  .u-mb-64-pc {
    margin-bottom: 64px !important;
  }

  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }

  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }

  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }

  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }

  .u-mb-auto-pc {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb-0-tab {
    margin-bottom: 0px !important;
  }

  .u-mb-5-tab {
    margin-bottom: 5px !important;
  }

  .u-mb-10-tab {
    margin-bottom: 10px !important;
  }

  .u-mb-15-tab {
    margin-bottom: 15px !important;
  }

  .u-mb-20-tab {
    margin-bottom: 20px !important;
  }

  .u-mb-25-tab {
    margin-bottom: 25px !important;
  }

  .u-mb-30-tab {
    margin-bottom: 30px !important;
  }

  .u-mb-40-tab {
    margin-bottom: 40px !important;
  }

  .u-mb-50-tab {
    margin-bottom: 50px !important;
  }

  .u-mb-60-tab {
    margin-bottom: 60px !important;
  }

  .u-mb-70-tab {
    margin-bottom: 70px !important;
  }

  .u-mb-80-tab {
    margin-bottom: 80px !important;
  }

  .u-mb-90-tab {
    margin-bottom: 90px !important;
  }

  .u-mb-100-tab {
    margin-bottom: 100px !important;
  }

  .u-mb-auto-tab {
    margin-bottom: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }

  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }

  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }

  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }

  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }

  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }

  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }

  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }

  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }

  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }

  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }

  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }

  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }

  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }

  .u-mb-auto-sp {
    margin-bottom: auto !important;
  }
}

@media (min-width: 0px) {
  .u-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .u-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1201px) {
  .u-my-0-pc {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .u-my-5-pc {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u-my-10-pc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-my-15-pc {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u-my-20-pc {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-my-25-pc {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u-my-30-pc {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-my-40-pc {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-50-pc {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-my-60-pc {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-my-70-pc {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-my-80-pc {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-90-pc {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-my-100-pc {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-my-auto-pc {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-my-0-tab {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .u-my-5-tab {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u-my-10-tab {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-my-15-tab {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u-my-20-tab {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-my-25-tab {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u-my-30-tab {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-my-40-tab {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-50-tab {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-my-60-tab {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-my-70-tab {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-my-80-tab {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-90-tab {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-my-100-tab {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-my-auto-tab {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-my-0-sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .u-my-5-sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u-my-10-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-my-15-sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u-my-20-sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-my-25-sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u-my-30-sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-my-40-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-50-sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-my-60-sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-my-70-sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-my-80-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-90-sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-my-100-sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-my-auto-sp {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 0px) {
  .u-ml-0 {
    margin-left: 0px !important;
  }

  .u-ml-5 {
    margin-left: 5px !important;
  }

  .u-ml-10 {
    margin-left: 10px !important;
  }

  .u-ml-15 {
    margin-left: 15px !important;
  }

  .u-ml-16 {
    margin-left: 16px !important;
  }

  .u-ml-20 {
    margin-left: 20px !important;
  }

  .u-ml-25 {
    margin-left: 25px !important;
  }

  .u-ml-30 {
    margin-left: 30px !important;
  }

  .u-ml-40 {
    margin-left: 40px !important;
  }

  .u-ml-50 {
    margin-left: 50px !important;
  }

  .u-ml-60 {
    margin-left: 60px !important;
  }

  .u-ml-70 {
    margin-left: 70px !important;
  }

  .u-ml-80 {
    margin-left: 80px !important;
  }

  .u-ml-90 {
    margin-left: 90px !important;
  }

  .u-ml-100 {
    margin-left: 100px !important;
  }

  .u-ml-auto {
    margin-left: auto !important;
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }

  .u-ml-2em {
    margin-left: 2em !important;
  }
}

@media (min-width: 1201px) {
  .u-ml-0-pc {
    margin-left: 0px !important;
  }

  .u-ml-5-pc {
    margin-left: 5px !important;
  }

  .u-ml-10-pc {
    margin-left: 10px !important;
  }

  .u-ml-15-pc {
    margin-left: 15px !important;
  }

  .u-ml-20-pc {
    margin-left: 20px !important;
  }

  .u-ml-25-pc {
    margin-left: 25px !important;
  }

  .u-ml-30-pc {
    margin-left: 30px !important;
  }

  .u-ml-40-pc {
    margin-left: 40px !important;
  }

  .u-ml-50-pc {
    margin-left: 50px !important;
  }

  .u-ml-60-pc {
    margin-left: 60px !important;
  }

  .u-ml-70-pc {
    margin-left: 70px !important;
  }

  .u-ml-80-pc {
    margin-left: 80px !important;
  }

  .u-ml-90-pc {
    margin-left: 90px !important;
  }

  .u-ml-100-pc {
    margin-left: 100px !important;
  }

  .u-ml-auto-pc {
    margin-left: auto !important;
  }

  .u-ml-1em-pc {
    margin-left: 1em !important;
  }

  .u-ml-2em-pc {
    margin-left: 2em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-ml-0-tab {
    margin-left: 0px !important;
  }

  .u-ml-5-tab {
    margin-left: 5px !important;
  }

  .u-ml-10-tab {
    margin-left: 10px !important;
  }

  .u-ml-15-tab {
    margin-left: 15px !important;
  }

  .u-ml-20-tab {
    margin-left: 20px !important;
  }

  .u-ml-25-tab {
    margin-left: 25px !important;
  }

  .u-ml-30-tab {
    margin-left: 30px !important;
  }

  .u-ml-40-tab {
    margin-left: 40px !important;
  }

  .u-ml-50-tab {
    margin-left: 50px !important;
  }

  .u-ml-60-tab {
    margin-left: 60px !important;
  }

  .u-ml-70-tab {
    margin-left: 70px !important;
  }

  .u-ml-80-tab {
    margin-left: 80px !important;
  }

  .u-ml-90-tab {
    margin-left: 90px !important;
  }

  .u-ml-100-tab {
    margin-left: 100px !important;
  }

  .u-ml-auto-tab {
    margin-left: auto !important;
  }

  .u-ml-1em-tab {
    margin-left: 1em !important;
  }

  .u-ml-2em-tab {
    margin-left: 2em !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-ml-0-sp {
    margin-left: 0px !important;
  }

  .u-ml-5-sp {
    margin-left: 5px !important;
  }

  .u-ml-10-sp {
    margin-left: 10px !important;
  }

  .u-ml-15-sp {
    margin-left: 15px !important;
  }

  .u-ml-20-sp {
    margin-left: 20px !important;
  }

  .u-ml-25-sp {
    margin-left: 25px !important;
  }

  .u-ml-30-sp {
    margin-left: 30px !important;
  }

  .u-ml-40-sp {
    margin-left: 40px !important;
  }

  .u-ml-50-sp {
    margin-left: 50px !important;
  }

  .u-ml-60-sp {
    margin-left: 60px !important;
  }

  .u-ml-70-sp {
    margin-left: 70px !important;
  }

  .u-ml-80-sp {
    margin-left: 80px !important;
  }

  .u-ml-90-sp {
    margin-left: 90px !important;
  }

  .u-ml-100-sp {
    margin-left: 100px !important;
  }

  .u-ml-auto-sp {
    margin-left: auto !important;
  }

  .u-ml-1em-sp {
    margin-left: 1em !important;
  }

  .u-ml-2em-sp {
    margin-left: 2em !important;
  }
}

@media (min-width: 0px) {
  .u-mr-0 {
    margin-right: 0px !important;
  }

  .u-mr-5 {
    margin-right: 5px !important;
  }

  .u-mr-10 {
    margin-right: 10px !important;
  }

  .u-mr-15 {
    margin-right: 15px !important;
  }

  .u-mr-16 {
    margin-right: 16px !important;
  }

  .u-mr-20 {
    margin-right: 20px !important;
  }

  .u-mr-25 {
    margin-right: 25px !important;
  }

  .u-mr-30 {
    margin-right: 30px !important;
  }

  .u-mr-40 {
    margin-right: 40px !important;
  }

  .u-mr-50 {
    margin-right: 50px !important;
  }

  .u-mr-60 {
    margin-right: 60px !important;
  }

  .u-mr-70 {
    margin-right: 70px !important;
  }

  .u-mr-80 {
    margin-right: 80px !important;
  }

  .u-mr-90 {
    margin-right: 90px !important;
  }

  .u-mr-100 {
    margin-right: 100px !important;
  }

  .u-mr-auto {
    margin-right: auto !important;
  }

  .u-mr-1em {
    margin-right: 1em !important;
  }

  .u-mr-2em {
    margin-right: 2em !important;
  }
}

@media (min-width: 1201px) {
  .u-mr-0-pc {
    margin-right: 0px !important;
  }

  .u-mr-5-pc {
    margin-right: 5px !important;
  }

  .u-mr-10-pc {
    margin-right: 10px !important;
  }

  .u-mr-15-pc {
    margin-right: 15px !important;
  }

  .u-mr-20-pc {
    margin-right: 20px !important;
  }

  .u-mr-25-pc {
    margin-right: 25px !important;
  }

  .u-mr-30-pc {
    margin-right: 30px !important;
  }

  .u-mr-40-pc {
    margin-right: 40px !important;
  }

  .u-mr-50-pc {
    margin-right: 50px !important;
  }

  .u-mr-60-pc {
    margin-right: 60px !important;
  }

  .u-mr-70-pc {
    margin-right: 70px !important;
  }

  .u-mr-80-pc {
    margin-right: 80px !important;
  }

  .u-mr-90-pc {
    margin-right: 90px !important;
  }

  .u-mr-100-pc {
    margin-right: 100px !important;
  }

  .u-mr-auto-pc {
    margin-right: auto !important;
  }

  .u-mr-1em-pc {
    margin-right: 1em !important;
  }

  .u-mr-2em-pc {
    margin-right: 2em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mr-0-tab {
    margin-right: 0px !important;
  }

  .u-mr-5-tab {
    margin-right: 5px !important;
  }

  .u-mr-10-tab {
    margin-right: 10px !important;
  }

  .u-mr-15-tab {
    margin-right: 15px !important;
  }

  .u-mr-20-tab {
    margin-right: 20px !important;
  }

  .u-mr-25-tab {
    margin-right: 25px !important;
  }

  .u-mr-30-tab {
    margin-right: 30px !important;
  }

  .u-mr-40-tab {
    margin-right: 40px !important;
  }

  .u-mr-50-tab {
    margin-right: 50px !important;
  }

  .u-mr-60-tab {
    margin-right: 60px !important;
  }

  .u-mr-70-tab {
    margin-right: 70px !important;
  }

  .u-mr-80-tab {
    margin-right: 80px !important;
  }

  .u-mr-90-tab {
    margin-right: 90px !important;
  }

  .u-mr-100-tab {
    margin-right: 100px !important;
  }

  .u-mr-auto-tab {
    margin-right: auto !important;
  }

  .u-mr-1em-tab {
    margin-right: 1em !important;
  }

  .u-mr-2em-tab {
    margin-right: 2em !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-mr-0-sp {
    margin-right: 0px !important;
  }

  .u-mr-5-sp {
    margin-right: 5px !important;
  }

  .u-mr-10-sp {
    margin-right: 10px !important;
  }

  .u-mr-15-sp {
    margin-right: 15px !important;
  }

  .u-mr-20-sp {
    margin-right: 20px !important;
  }

  .u-mr-25-sp {
    margin-right: 25px !important;
  }

  .u-mr-30-sp {
    margin-right: 30px !important;
  }

  .u-mr-40-sp {
    margin-right: 40px !important;
  }

  .u-mr-50-sp {
    margin-right: 50px !important;
  }

  .u-mr-60-sp {
    margin-right: 60px !important;
  }

  .u-mr-70-sp {
    margin-right: 70px !important;
  }

  .u-mr-80-sp {
    margin-right: 80px !important;
  }

  .u-mr-90-sp {
    margin-right: 90px !important;
  }

  .u-mr-100-sp {
    margin-right: 100px !important;
  }

  .u-mr-auto-sp {
    margin-right: auto !important;
  }

  .u-mr-1em-sp {
    margin-right: 1em !important;
  }

  .u-mr-2em-sp {
    margin-right: 2em !important;
  }
}

@media (min-width: 0px) {
  .u-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .u-mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .u-mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .u-mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u-mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u-mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1201px) {
  .u-mx-0-pc {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .u-mx-2-pc {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .u-mx-5-pc {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .u-mx-10-pc {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-mx-15-pc {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u-mx-20-pc {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-mx-25-pc {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u-mx-30-pc {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-mx-40-pc {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-50-pc {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-mx-60-pc {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-mx-70-pc {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-mx-80-pc {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-90-pc {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-mx-100-pc {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-mx-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mx-0-tab {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .u-mx-2-tab {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .u-mx-5-tab {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .u-mx-10-tab {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-mx-15-tab {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u-mx-20-tab {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-mx-25-tab {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u-mx-30-tab {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-mx-40-tab {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-50-tab {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-mx-60-tab {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-mx-70-tab {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-mx-80-tab {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-90-tab {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-mx-100-tab {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-mx-auto-tab {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-mx--20-sp {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .u-mx-0-sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .u-mx-2-sp {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .u-mx-5-sp {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .u-mx-10-sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-mx-15-sp {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u-mx-20-sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-mx-25-sp {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u-mx-30-sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-mx-40-sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-50-sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-mx-60-sp {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-mx-70-sp {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-mx-80-sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-90-sp {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-mx-100-sp {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* パディング
-----------------------*/
@media (min-width: 0px) {
  .u-pt-0 {
    padding-top: 0px !important;
  }

  .u-pt-5 {
    padding-top: 5px !important;
  }

  .u-pt-10 {
    padding-top: 10px !important;
  }

  .u-pt-15 {
    padding-top: 15px !important;
  }

  .u-pt-20 {
    padding-top: 20px !important;
  }

  .u-pt-25 {
    padding-top: 25px !important;
  }

  .u-pt-30 {
    padding-top: 30px !important;
  }

  .u-pt-40 {
    padding-top: 40px !important;
  }

  .u-pt-50 {
    padding-top: 50px !important;
  }

  .u-pt-60 {
    padding-top: 60px !important;
  }

  .u-pt-64 {
    padding-top: 64px !important;
  }

  .u-pt-70 {
    padding-top: 70px !important;
  }

  .u-pt-80 {
    padding-top: 80px !important;
  }

  .u-pt-90 {
    padding-top: 90px !important;
  }

  .u-pt-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 1201px) {
  .u-pt-0-pc {
    padding-top: 0px !important;
  }

  .u-pt-5-pc {
    padding-top: 5px !important;
  }

  .u-pt-10-pc {
    padding-top: 10px !important;
  }

  .u-pt-15-pc {
    padding-top: 15px !important;
  }

  .u-pt-20-pc {
    padding-top: 20px !important;
  }

  .u-pt-25-pc {
    padding-top: 25px !important;
  }

  .u-pt-30-pc {
    padding-top: 30px !important;
  }

  .u-pt-40-pc {
    padding-top: 40px !important;
  }

  .u-pt-50-pc {
    padding-top: 50px !important;
  }

  .u-pt-60-pc {
    padding-top: 60px !important;
  }

  .u-pt-64-pc {
    padding-top: 64px !important;
  }

  .u-pt-70-pc {
    padding-top: 70px !important;
  }

  .u-pt-80-pc {
    padding-top: 80px !important;
  }

  .u-pt-90-pc {
    padding-top: 90px !important;
  }

  .u-pt-100-pc {
    padding-top: 100px !important;
  }

  .u-pt-150-pc {
    padding-top: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt-0-tab {
    padding-top: 0px !important;
  }

  .u-pt-5-tab {
    padding-top: 5px !important;
  }

  .u-pt-10-tab {
    padding-top: 10px !important;
  }

  .u-pt-15-tab {
    padding-top: 15px !important;
  }

  .u-pt-20-tab {
    padding-top: 20px !important;
  }

  .u-pt-25-tab {
    padding-top: 25px !important;
  }

  .u-pt-30-tab {
    padding-top: 30px !important;
  }

  .u-pt-40-tab {
    padding-top: 40px !important;
  }

  .u-pt-50-tab {
    padding-top: 50px !important;
  }


  .u-pt-60-tab {
    padding-top: 60px !important;
  }

  .u-pt-70-tab {
    padding-top: 70px !important;
  }

  .u-pt-80-tab {
    padding-top: 80px !important;
  }

  .u-pt-90-tab {
    padding-top: 90px !important;
  }

  .u-pt-100-tab {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-pt-0-sp {
    padding-top: 0px !important;
  }

  .u-pt-5-sp {
    padding-top: 5px !important;
  }

  .u-pt-10-sp {
    padding-top: 10px !important;
  }

  .u-pt-15-sp {
    padding-top: 15px !important;
  }

  .u-pt-20-sp {
    padding-top: 20px !important;
  }

  .u-pt-25-sp {
    padding-top: 25px !important;
  }

  .u-pt-30-sp {
    padding-top: 30px !important;
  }

  .u-pt-40-sp {
    padding-top: 40px !important;
  }

  .u-pt-50-sp {
    padding-top: 50px !important;
  }

  .u-pt-60-sp {
    padding-top: 60px !important;
  }

  .u-pt-70-sp {
    padding-top: 70px !important;
  }

  .u-pt-80-sp {
    padding-top: 80px !important;
  }

  .u-pt-90-sp {
    padding-top: 90px !important;
  }

  .u-pt-100-sp {
    padding-top: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-pb-0 {
    padding-bottom: 0px !important;
  }

  .u-pb-5 {
    padding-bottom: 5px !important;
  }

  .u-pb-10 {
    padding-bottom: 10px !important;
  }

  .u-pb-15 {
    padding-bottom: 15px !important;
  }

  .u-pb-16 {
    padding-bottom: 16px !important;
  }

  .u-pb-20 {
    padding-bottom: 20px !important;
  }

  .u-pb-24 {
    padding-bottom: 24px !important;
  }

  .u-pb-25 {
    padding-bottom: 25px !important;
  }

  .u-pb-30 {
    padding-bottom: 30px !important;
  }

  .u-pb-40 {
    padding-bottom: 40px !important;
  }

  .u-pb-50 {
    padding-bottom: 50px !important;
  }

  .u-pb-60 {
    padding-bottom: 60px !important;
  }

  .u-pb-64 {
    padding-bottom: 64px !important;
  }

  .u-pb-70 {
    padding-bottom: 70px !important;
  }

  .u-pb-80 {
    padding-bottom: 80px !important;
  }

  .u-pb-90 {
    padding-bottom: 90px !important;
  }

  .u-pb-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1201px) {
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }

  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }

  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }

  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }

  .u-pb-16-pc {
    padding-bottom: 16px !important;
  }

  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }

  .u-pb-24-pc {
    padding-bottom: 24px !important;
  }

  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }

  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }

  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }

  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }

  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }

  .u-pb-64-pc {
    padding-bottom: 64px !important;
  }

  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }

  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }

  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }

  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb-0-tab {
    padding-bottom: 0px !important;
  }

  .u-pb-5-tab {
    padding-bottom: 5px !important;
  }

  .u-pb-10-tab {
    padding-bottom: 10px !important;
  }

  .u-pb-15-tab {
    padding-bottom: 15px !important;
  }

  .u-pb-20-tab {
    padding-bottom: 20px !important;
  }

  .u-pb-25-tab {
    padding-bottom: 25px !important;
  }

  .u-pb-30-tab {
    padding-bottom: 30px !important;
  }

  .u-pb-40-tab {
    padding-bottom: 40px !important;
  }

  .u-pb-50-tab {
    padding-bottom: 50px !important;
  }

  .u-pb-60-tab {
    padding-bottom: 60px !important;
  }

  .u-pb-70-tab {
    padding-bottom: 70px !important;
  }

  .u-pb-80-tab {
    padding-bottom: 80px !important;

  }

  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }

  .u-pb-100-tab {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }

  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }

  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }

  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }

  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }

  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }

  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }

  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }

  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }

  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }

  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }

  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }

  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }

  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .u-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u-py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .u-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .u-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .u-py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1201px) {
  .u-py-0-pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .u-py-5-pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u-py-10-pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-py-15-pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u-py-16-pc {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .u-py-20-pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-py-24-pc {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .u-py-25-pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u-py-30-pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-py-40-pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-50-pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-py-60-pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-py-64-pc {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .u-py-70-pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-py-80-pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-90-pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-py-100-pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-py-0-tab {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .u-py-5-tab {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u-py-10-tab {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-py-15-tab {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u-py-20-tab {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-py-25-tab {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u-py-30-tab {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-py-40-tab {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-50-tab {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-py-60-tab {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-py-70-tab {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-py-80-tab {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-90-tab {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-py-100-tab {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-py-0-sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .u-py-5-sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u-py-10-sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-py-15-sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u-py-20-sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-py-25-sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u-py-30-sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-py-40-sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-50-sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-py-60-sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-py-70-sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-py-80-sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-90-sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-py-100-sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-pl-0 {
    padding-left: 0px !important;
  }

  .u-pl-5 {
    padding-left: 5px !important;
  }

  .u-pl-10 {
    padding-left: 10px !important;
  }

  .u-pl-15 {
    padding-left: 15px !important;
  }

  .u-pl-20 {
    padding-left: 20px !important;
  }

  .u-pl-22 {
    padding-left: 22px !important;
  }

  .u-pl-25 {
    padding-left: 25px !important;
  }

  .u-pl-30 {
    padding-left: 30px !important;
  }

  .u-pl-40 {
    padding-left: 40px !important;
  }

  .u-pl-50 {
    padding-left: 50px !important;
  }

  .u-pl-60 {
    padding-left: 60px !important;
  }

  .u-pl-70 {
    padding-left: 70px !important;
  }

  .u-pl-80 {
    padding-left: 80px !important;
  }

  .u-pl-90 {
    padding-left: 90px !important;
  }

  .u-pl-100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 1201px) {
  .u-pl-0-pc {
    padding-left: 0px !important;
  }

  .u-pl-5-pc {
    padding-left: 5px !important;
  }

  .u-pl-10-pc {
    padding-left: 10px !important;
  }

  .u-pl-15-pc {
    padding-left: 15px !important;
  }

  .u-pl-20-pc {
    padding-left: 20px !important;
  }

  .u-pl-22-pc {
    padding-left: 22px !important;
  }

  .u-pl-25-pc {
    padding-left: 25px !important;
  }

  .u-pl-30-pc {
    padding-left: 30px !important;
  }

  .u-pl-40-pc {
    padding-left: 40px !important;
  }

  .u-pl-50-pc {
    padding-left: 50px !important;
  }

  .u-pl-60-pc {
    padding-left: 60px !important;
  }

  .u-pl-70-pc {
    padding-left: 70px !important;
  }

  .u-pl-80-pc {
    padding-left: 80px !important;
  }

  .u-pl-90-pc {
    padding-left: 90px !important;
  }

  .u-pl-100-pc {
    padding-left: 100px !important;
  }

  .u-pl-540-pc {
    padding-left: 540px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pl-0-tab {
    padding-left: 0px !important;
  }

  .u-pl-5-tab {
    padding-left: 5px !important;
  }

  .u-pl-10-tab {
    padding-left: 10px !important;
  }

  .u-pl-15-tab {
    padding-left: 15px !important;
  }

  .u-pl-20-tab {
    padding-left: 20px !important;
  }

  .u-pl-22-tab {
    padding-left: 22px !important;
  }

  .u-pl-25-tab {
    padding-left: 25px !important;
  }

  .u-pl-30-tab {
    padding-left: 30px !important;
  }

  .u-pl-40-tab {
    padding-left: 40px !important;
  }

  .u-pl-50-tab {
    padding-left: 50px !important;
  }

  .u-pl-60-tab {
    padding-left: 60px !important;
  }

  .u-pl-70-tab {
    padding-left: 70px !important;
  }

  .u-pl-80-tab {
    padding-left: 80px !important;
  }

  .u-pl-90-tab {
    padding-left: 90px !important;
  }

  .u-pl-100-tab {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-pl-0-sp {
    padding-left: 0px !important;
  }

  .u-pl-5-sp {
    padding-left: 5px !important;
  }

  .u-pl-10-sp {
    padding-left: 10px !important;
  }

  .u-pl-15-sp {
    padding-left: 15px !important;
  }

  .u-pl-20-sp {
    padding-left: 20px !important;
  }

  .u-pl-22-sp {
    padding-left: 22px !important;
  }

  .u-pl-25-sp {
    padding-left: 25px !important;
  }

  .u-pl-30-sp {
    padding-left: 30px !important;
  }

  .u-pl-40-sp {
    padding-left: 40px !important;
  }

  .u-pl-50-sp {
    padding-left: 50px !important;
  }

  .u-pl-60-sp {
    padding-left: 60px !important;
  }

  .u-pl-70-sp {
    padding-left: 70px !important;
  }

  .u-pl-80-sp {
    padding-left: 80px !important;
  }

  .u-pl-90-sp {
    padding-left: 90px !important;
  }

  .u-pl-100-sp {
    padding-left: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-pr-0 {
    padding-right: 0px !important;
  }

  .u-pr-5 {
    padding-right: 5px !important;
  }

  .u-pr-10 {
    padding-right: 10px !important;
  }

  .u-pr-15 {
    padding-right: 15px !important;
  }

  .u-pr-20 {
    padding-right: 20px !important;
  }

  .u-pr-22 {
    padding-right: 22px !important;
  }

  .u-pr-25 {
    padding-right: 25px !important;
  }

  .u-pr-30 {
    padding-right: 30px !important;
  }

  .u-pr-40 {
    padding-right: 40px !important;
  }

  .u-pr-50 {
    padding-right: 50px !important;
  }

  .u-pr-60 {
    padding-right: 60px !important;
  }

  .u-pr-70 {
    padding-right: 70px !important;
  }

  .u-pr-80 {
    padding-right: 80px !important;
  }

  .u-pr-90 {
    padding-right: 90px !important;
  }

  .u-pr-100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 1201px) {
  .u-pr-0-pc {
    padding-right: 0px !important;
  }

  .u-pr-5-pc {
    padding-right: 5px !important;
  }

  .u-pr-10-pc {
    padding-right: 10px !important;
  }

  .u-pr-15-pc {
    padding-right: 15px !important;
  }

  .u-pr-20-pc {
    padding-right: 20px !important;
  }

  .u-pr-22-pc {
    padding-right: 22px !important;
  }

  .u-pr-25-pc {
    padding-right: 25px !important;
  }

  .u-pr-30-pc {
    padding-right: 30px !important;
  }

  .u-pr-40-pc {
    padding-right: 40px !important;
  }

  .u-pr-50-pc {
    padding-right: 50px !important;
  }

  .u-pr-60-pc {
    padding-right: 60px !important;
  }

  .u-pr-70-pc {
    padding-right: 70px !important;
  }

  .u-pr-80-pc {
    padding-right: 80px !important;
  }

  .u-pr-90-pc {
    padding-right: 90px !important;
  }

  .u-pr-100-pc {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pr-0-tab {
    padding-right: 0px !important;
  }

  .u-pr-5-tab {
    padding-right: 5px !important;
  }

  .u-pr-10-tab {
    padding-right: 10px !important;
  }

  .u-pr-15-tab {
    padding-right: 15px !important;
  }

  .u-pr-20-tab {
    padding-right: 20px !important;
  }

  .u-pr-22-tab {
    padding-right: 22px !important;
  }

  .u-pr-25-tab {
    padding-right: 25px !important;
  }

  .u-pr-30-tab {
    padding-right: 30px !important;
  }

  .u-pr-40-tab {
    padding-right: 40px !important;
  }

  .u-pr-50-tab {
    padding-right: 50px !important;
  }

  .u-pr-60-tab {
    padding-right: 60px !important;
  }

  .u-pr-70-tab {
    padding-right: 70px !important;
  }

  .u-pr-80-tab {
    padding-right: 80px !important;
  }

  .u-pr-90-tab {
    padding-right: 90px !important;
  }

  .u-pr-100-tab {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-pr-0-sp {
    padding-right: 0px !important;
  }

  .u-pr-5-sp {
    padding-right: 5px !important;
  }

  .u-pr-10-sp {
    padding-right: 10px !important;
  }

  .u-pr-15-sp {
    padding-right: 15px !important;
  }

  .u-pr-20-sp {
    padding-right: 20px !important;
  }

  .u-pr-22-sp {
    padding-right: 22px !important;
  }

  .u-pr-25-sp {
    padding-right: 25px !important;
  }

  .u-pr-30-sp {
    padding-right: 30px !important;
  }

  .u-pr-40-sp {
    padding-right: 40px !important;
  }

  .u-pr-50-sp {
    padding-right: 50px !important;
  }

  .u-pr-60-sp {
    padding-right: 60px !important;
  }

  .u-pr-70-sp {
    padding-right: 70px !important;
  }

  .u-pr-80-sp {
    padding-right: 80px !important;
  }

  .u-pr-90-sp {
    padding-right: 90px !important;
  }

  .u-pr-100-sp {
    padding-right: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .u-px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u-px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media (min-width: 1201px) {
  .u-px-0-pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .u-px-5-pc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u-px-10-pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-px-15-pc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u-px-20-pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-px-25-pc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u-px-30-pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-px-40-pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-50-pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-px-60-pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-px-70-pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-px-80-pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-90-pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-px-100-pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-px-0-tab {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .u-px-5-tab {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u-px-10-tab {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-px-15-tab {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u-px-20-tab {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-px-25-tab {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u-px-30-tab {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-px-40-tab {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-50-tab {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-px-60-tab {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-px-70-tab {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-px-80-tab {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-90-tab {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-px-100-tab {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-px-0-sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .u-px-5-sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u-px-10-sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-px-15-sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u-px-20-sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-px-25-sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u-px-30-sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-px-40-sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-50-sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-px-60-sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-px-70-sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-px-80-sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-90-sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-px-100-sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

/* ボーダー
-----------------------*/
.u-br-50p {
  border-radius: 50% !important;
}

/* 横幅
-----------------------*/
@media (min-width: 0px) {
  .u-w-auto {
    width: auto !important;
  }

  .u-w-5p {
    width: 5% !important;
  }

  .u-w-10p {
    width: 10% !important;
  }

  .u-w-15p {
    width: 15% !important;
  }

  .u-w-20p {
    width: 20% !important;
  }

  .u-w-25p {
    width: 25% !important;
  }

  .u-w-30p {
    width: 30% !important;
  }

  .u-w-35p {
    width: 35% !important;
  }

  .u-w-40p {
    width: 40% !important;
  }

  .u-w-45p {
    width: 45% !important;
  }

  .u-w-50p {
    width: 50% !important;
  }

  .u-w-55p {
    width: 55% !important;
  }

  .u-w-60p {
    width: 60% !important;
  }

  .u-w-65p {
    width: 65% !important;
  }

  .u-w-70p {
    width: 70% !important;
  }

  .u-w-75p {
    width: 75% !important;
  }

  .u-w-80p {
    width: 80% !important;
  }

  .u-w-85p {
    width: 85% !important;
  }

  .u-w-90p {
    width: 90% !important;
  }

  .u-w-95p {
    width: 95% !important;
  }

  .u-w-100p {
    width: 100% !important;
  }

  .u-w-1 {
    width: 1px !important;
  }

  .u-w-5 {
    width: 5px !important;
  }

  .u-w-10 {
    width: 10px !important;
  }

  .u-w-15 {
    width: 15px !important;
  }

  .u-w-20 {
    width: 20px !important;
  }

  .u-w-25 {
    width: 25px !important;
  }

  .u-w-30 {
    width: 30px !important;
  }

  .u-w-35 {
    width: 35px !important;
  }

  .u-w-40 {
    width: 40px !important;
  }

  .u-w-45 {
    width: 45px !important;
  }

  .u-w-50 {
    width: 50px !important;
  }

  .u-w-55 {
    width: 55px !important;
  }

  .u-w-60 {
    width: 60px !important;
  }

  .u-w-65 {
    width: 65px !important;
  }

  .u-w-70 {
    width: 70px !important;
  }

  .u-w-75 {
    width: 75px !important;
  }

  .u-w-80 {
    width: 80px !important;
  }

  .u-w-85 {
    width: 85px !important;
  }

  .u-w-90 {
    width: 90px !important;
  }

  .u-w-95 {
    width: 95px !important;
  }

  .u-w-96 {
    width: 96px !important;
  }

  .u-w-100 {
    width: 100px !important;
  }

  .u-w-110 {
    width: 110px !important;
  }

  .u-w-120 {
    width: 120px !important;
  }

  .u-w-130 {
    width: 130px !important;
  }

  .u-w-140 {
    width: 140px !important;
  }

  .u-w-150 {
    width: 150px !important;
  }

  .u-w-160 {
    width: 160px !important;
  }

  .u-w-170 {
    width: 170px !important;
  }

  .u-w-180 {
    width: 180px !important;
  }

  .u-w-190 {
    width: 190px !important;
  }

  .u-w-200 {
    width: 200px !important;
  }

  .u-w-210 {
    width: 210px !important;
  }

  .u-w-220 {
    width: 220px !important;
  }

  .u-w-230 {
    width: 230px !important;
  }

  .u-w-240 {
    width: 240px !important;
  }

  .u-w-250 {
    width: 250px !important;
  }

  .u-w-260 {
    width: 260px !important;
  }

  .u-w-270 {
    width: 270px !important;
  }

  .u-w-280 {
    width: 280px !important;
  }

  .u-w-290 {
    width: 290px !important;
  }

  .u-w-300 {
    width: 300px !important;
  }

  .u-w-350 {
    width: 350px !important;
  }

  .u-w-400 {
    width: 400px !important;
  }

  .u-w-450 {
    width: 450px !important;
  }

  .u-w-500 {
    width: 500px !important;
  }

  .u-w-550 {
    width: 550px !important;
  }

  .u-w-600 {
    width: 600px !important;
  }

  .u-w-650 {
    width: 650px !important;
  }

  .u-w-700 {
    width: 700px !important;
  }

  .u-w-750 {
    width: 750px !important;
  }

  .u-w-800 {
    width: 800px !important;
  }

  .u-w-850 {
    width: 850px !important;
  }

  .u-w-900 {
    width: 900px !important;
  }

  .u-w-950 {
    width: 950px !important;
  }

  .u-w-980 {
    width: 980px !important;
  }

  .u-w-1000 {
    width: 1000px !important;
  }
}

@media (min-width: 1201px) {
  .u-w-auto-pc {
    width: auto !important;
  }

  .u-w-5p-pc {
    width: 5% !important;
  }

  .u-w-10p-pc {
    width: 10% !important;
  }

  .u-w-15p-pc {
    width: 15% !important;
  }

  .u-w-20p-pc {
    width: 20% !important;
  }

  .u-w-25p-pc {
    width: 25% !important;
  }

  .u-w-30p-pc {
    width: 30% !important;
  }

  .u-w-35p-pc {
    width: 35% !important;
  }

  .u-w-40p-pc {
    width: 40% !important;
  }

  .u-w-45p-pc {
    width: 45% !important;
  }

  .u-w-50p-pc {
    width: 50% !important;
  }

  .u-w-55p-pc {
    width: 55% !important;
  }

  .u-w-60p-pc {
    width: 60% !important;
  }

  .u-w-65p-pc {
    width: 65% !important;
  }

  .u-w-70p-pc {
    width: 70% !important;
  }

  .u-w-75p-pc {
    width: 75% !important;
  }

  .u-w-80p-pc {
    width: 80% !important;
  }

  .u-w-85p-pc {
    width: 85% !important;
  }

  .u-w-90p-pc {
    width: 90% !important;
  }

  .u-w-95p-pc {
    width: 95% !important;
  }

  .u-w-100p-pc {
    width: 100% !important;
  }

  .u-w-1-pc {
    width: 1px !important;
  }

  .u-w-10-pc {
    width: 10px !important;
  }

  .u-w-20-pc {
    width: 20px !important;
  }

  .u-w-30-pc {
    width: 30px !important;
  }

  .u-w-40-pc {
    width: 40px !important;
  }

  .u-w-50-pc {
    width: 50px !important;
  }

  .u-w-60-pc {
    width: 60px !important;
  }

  .u-w-70-pc {
    width: 70px !important;
  }

  .u-w-80-pc {
    width: 80px !important;
  }

  .u-w-90-pc {
    width: 90px !important;
  }

  .u-w-100-pc {
    width: 100px !important;
  }

  .u-w-110-pc {
    width: 110px !important;
  }

  .u-w-120-pc {
    width: 120px !important;
  }

  .u-w-130-pc {
    width: 130px !important;
  }

  .u-w-140-pc {
    width: 140px !important;
  }

  .u-w-150-pc {
    width: 150px !important;
  }

  .u-w-160-pc {
    width: 160px !important;
  }

  .u-w-170-pc {
    width: 170px !important;
  }

  .u-w-180-pc {
    width: 180px !important;
  }

  .u-w-190-pc {
    width: 190px !important;
  }

  .u-w-200-pc {
    width: 200px !important;
  }

  .u-w-210-pc {
    width: 210px !important;
  }

  .u-w-220-pc {
    width: 220px !important;
  }

  .u-w-230-pc {
    width: 230px !important;
  }

  .u-w-240-pc {
    width: 240px !important;
  }

  .u-w-250-pc {
    width: 250px !important;
  }

  .u-w-260-pc {
    width: 260px !important;
  }

  .u-w-270-pc {
    width: 270px !important;
  }

  .u-w-280-pc {
    width: 280px !important;
  }

  .u-w-290-pc {
    width: 290px !important;
  }

  .u-w-300-pc {
    width: 300px !important;
  }

  .u-w-350-pc {
    width: 350px !important;
  }

  .u-w-400-pc {
    width: 400px !important;
  }

  .u-w-450-pc {
    width: 450px !important;
  }

  .u-w-500-pc {
    width: 500px !important;
  }

  .u-w-550-pc {
    width: 550px !important;
  }

  .u-w-600-pc {
    width: 600px !important;
  }

  .u-w-650-pc {
    width: 650px !important;
  }

  .u-w-700-pc {
    width: 700px !important;
  }

  .u-w-750-pc {
    width: 750px !important;
  }

  .u-w-800-pc {
    width: 800px !important;
  }

  .u-w-850-pc {
    width: 850px !important;
  }

  .u-w-900-pc {
    width: 900px !important;
  }

  .u-w-950-pc {
    width: 950px !important;
  }

  .u-w-980-pc {
    width: 980px !important;
  }

  .u-w-1000-pc {
    width: 1000px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-w-auto-tab {
    width: auto !important;
  }

  .u-w-5p-tab {
    width: 5% !important;
  }

  .u-w-10p-tab {
    width: 10% !important;
  }

  .u-w-15p-tab {
    width: 15% !important;
  }

  .u-w-20p-tab {
    width: 20% !important;
  }

  .u-w-25p-tab {
    width: 25% !important;
  }

  .u-w-30p-tab {
    width: 30% !important;
  }

  .u-w-35p-tab {
    width: 35% !important;
  }

  .u-w-40p-tab {
    width: 40% !important;
  }

  .u-w-45p-tab {
    width: 45% !important;
  }

  .u-w-50p-tab {
    width: 50% !important;
  }

  .u-w-55p-tab {
    width: 55% !important;
  }

  .u-w-60p-tab {
    width: 60% !important;
  }

  .u-w-65p-tab {
    width: 65% !important;
  }

  .u-w-70p-tab {
    width: 70% !important;
  }

  .u-w-75p-tab {
    width: 75% !important;
  }

  .u-w-80p-tab {
    width: 80% !important;
  }

  .u-w-85p-tab {
    width: 85% !important;
  }

  .u-w-90p-tab {
    width: 90% !important;
  }

  .u-w-95p-tab {
    width: 95% !important;
  }

  .u-w-100p-tab {
    width: 100% !important;
  }

  .u-w-1-tab {
    width: 1px !important;
  }

  .u-w-10-tab {
    width: 10px !important;
  }

  .u-w-20-tab {
    width: 20px !important;
  }

  .u-w-30-tab {
    width: 30px !important;
  }

  .u-w-40-tab {
    width: 40px !important;
  }

  .u-w-50-tab {
    width: 50px !important;
  }

  .u-w-60-tab {
    width: 60px !important;
  }

  .u-w-70-tab {
    width: 70px !important;
  }

  .u-w-80-tab {
    width: 80px !important;
  }

  .u-w-90-tab {
    width: 90px !important;
  }

  .u-w-100-tab {
    width: 100px !important;
  }

  .u-w-110-tab {
    width: 110px !important;
  }

  .u-w-120-tab {
    width: 120px !important;
  }

  .u-w-130-tab {
    width: 130px !important;
  }

  .u-w-140-tab {
    width: 140px !important;
  }

  .u-w-150-tab {
    width: 150px !important;
  }

  .u-w-160-tab {
    width: 160px !important;
  }

  .u-w-170-tab {
    width: 170px !important;
  }

  .u-w-180-tab {
    width: 180px !important;
  }

  .u-w-190-tab {
    width: 190px !important;
  }

  .u-w-200-tab {
    width: 200px !important;
  }

  .u-w-210-tab {
    width: 210px !important;
  }

  .u-w-220-tab {
    width: 220px !important;
  }

  .u-w-230-tab {
    width: 230px !important;
  }

  .u-w-240-tab {
    width: 240px !important;
  }

  .u-w-250-tab {
    width: 250px !important;
  }

  .u-w-260-tab {
    width: 260px !important;
  }

  .u-w-270-tab {
    width: 270px !important;
  }

  .u-w-280-tab {
    width: 280px !important;
  }

  .u-w-290-tab {
    width: 290px !important;
  }

  .u-w-300-tab {
    width: 300px !important;
  }

  .u-w-350-tab {
    width: 350px !important;
  }

  .u-w-400-tab {
    width: 400px !important;
  }

  .u-w-450-tab {
    width: 450px !important;
  }

  .u-w-500-tab {
    width: 500px !important;
  }

  .u-w-550-tab {
    width: 550px !important;
  }

  .u-w-600-tab {
    width: 600px !important;
  }

  .u-w-650-tab {
    width: 650px !important;
  }

  .u-w-700-tab {
    width: 700px !important;
  }

  .u-w-750-tab {
    width: 750px !important;
  }

  .u-w-800-tab {
    width: 800px !important;
  }

  .u-w-850-tab {
    width: 850px !important;
  }

  .u-w-900-tab {
    width: 900px !important;
  }

  .u-w-950-tab {
    width: 950px !important;
  }

  .u-w-980-tab {
    width: 980px !important;
  }

  .u-w-1000-tab {
    width: 1000px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-w-auto-sp {
    width: auto !important;
  }

  .u-w-5p-sp {
    width: 5% !important;
  }

  .u-w-10p-sp {
    width: 10% !important;
  }

  .u-w-15p-sp {
    width: 15% !important;
  }

  .u-w-20p-sp {
    width: 20% !important;
  }

  .u-w-25p-sp {
    width: 25% !important;
  }

  .u-w-30p-sp {
    width: 30% !important;
  }

  .u-w-35p-sp {
    width: 35% !important;
  }

  .u-w-40p-sp {
    width: 40% !important;
  }

  .u-w-45p-sp {
    width: 45% !important;
  }

  .u-w-50p-sp {
    width: 50% !important;
  }

  .u-w-55p-sp {
    width: 55% !important;
  }

  .u-w-60p-sp {
    width: 60% !important;
  }

  .u-w-65p-sp {
    width: 65% !important;
  }

  .u-w-70p-sp {
    width: 70% !important;
  }

  .u-w-75p-sp {
    width: 75% !important;
  }

  .u-w-80p-sp {
    width: 80% !important;
  }

  .u-w-85p-sp {
    width: 85% !important;
  }

  .u-w-90p-sp {
    width: 90% !important;
  }

  .u-w-95p-sp {
    width: 95% !important;
  }

  .u-w-100p-sp {
    width: 100% !important;
  }

  .u-w-1-sp {
    width: 1px !important;
  }

  .u-w-10-sp {
    width: 10px !important;
  }

  .u-w-20-sp {
    width: 20px !important;
  }

  .u-w-30-sp {
    width: 30px !important;
  }

  .u-w-40-sp {
    width: 40px !important;
  }

  .u-w-50-sp {
    width: 50px !important;
  }

  .u-w-60-sp {
    width: 60px !important;
  }

  .u-w-70-sp {
    width: 70px !important;
  }

  .u-w-80-sp {
    width: 80px !important;
  }

  .u-w-90-sp {
    width: 90px !important;
  }

  .u-w-100-sp {
    width: 100px !important;
  }

  .u-w-110-sp {
    width: 110px !important;
  }

  .u-w-120-sp {
    width: 120px !important;
  }

  .u-w-130-sp {
    width: 130px !important;
  }

  .u-w-140-sp {
    width: 140px !important;
  }

  .u-w-150-sp {
    width: 150px !important;
  }

  .u-w-160-sp {
    width: 160px !important;
  }

  .u-w-170-sp {
    width: 170px !important;
  }

  .u-w-180-sp {
    width: 180px !important;
  }

  .u-w-190-sp {
    width: 190px !important;
  }

  .u-w-200-sp {
    width: 200px !important;
  }

  .u-w-210-sp {
    width: 210px !important;
  }

  .u-w-220-sp {
    width: 220px !important;
  }

  .u-w-230-sp {
    width: 230px !important;
  }

  .u-w-240-sp {
    width: 240px !important;
  }

  .u-w-250-sp {
    width: 250px !important;
  }

  .u-w-260-sp {
    width: 260px !important;
  }

  .u-w-270-sp {
    width: 270px !important;
  }

  .u-w-280-sp {
    width: 280px !important;
  }

  .u-w-290-sp {
    width: 290px !important;
  }

  .u-w-300-sp {
    width: 300px !important;
  }

  .u-w-350-sp {
    width: 350px !important;
  }

  .u-w-400-sp {
    width: 400px !important;
  }

  .u-w-450-sp {
    width: 450px !important;
  }

  .u-w-500-sp {
    width: 500px !important;
  }

  .u-w-550-sp {
    width: 550px !important;
  }

  .u-w-600-sp {
    width: 600px !important;
  }

  .u-w-650-sp {
    width: 650px !important;
  }

  .u-w-700-sp {
    width: 700px !important;
  }

  .u-w-750-sp {
    width: 750px !important;
  }

  .u-w-800-sp {
    width: 800px !important;
  }

  .u-w-850-sp {
    width: 850px !important;
  }

  .u-w-900-sp {
    width: 900px !important;
  }

  .u-w-950-sp {
    width: 950px !important;
  }

  .u-w-980-sp {
    width: 980px !important;
  }

  .u-w-1000-sp {
    width: 1000px !important;
  }
}

@media (min-width: 0px) {
  .u-min-w-0 {
    min-width: 0 !important;
  }
}

@media (min-width: 1201px) {
  .u-min-w-0-pc {
    min-width: 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-min-w-0-sp {
    min-width: 0 !important;
  }
}

@media (min-width: 0px) {
  .u-max-w-none {
    max-width: none !important;
  }

  .u-max-w-100 {
    max-width: 100px !important;
  }

  .u-max-w-150 {
    max-width: 150px !important;
  }

  .u-max-w-200 {
    max-width: 200px !important;
  }

  .u-max-w-250 {
    max-width: 250px !important;
  }

  .u-max-w-300 {
    max-width: 300px !important;
  }

  .u-max-w-350 {
    max-width: 350px !important;
  }

  .u-max-w-400 {
    max-width: 400px !important;
  }

  .u-max-w-450 {
    max-width: 450px !important;
  }

  .u-max-w-500 {
    max-width: 500px !important;
  }

  .u-max-w-750 {
    max-width: 750px !important;
  }

  .u-max-w-1085 {
    max-width: 1085px !important;
  }
}

@media (min-width: 1201px) {
  .u-max-w-none-pc {
    max-width: none !important;
  }

  .u-max-w-100-pc {
    max-width: 100px !important;
  }

  .u-max-w-150-pc {
    max-width: 150px !important;
  }

  .u-max-w-200-pc {
    max-width: 200px !important;
  }

  .u-max-w-250-pc {
    max-width: 250px !important;
  }

  .u-max-w-300-pc {
    max-width: 300px !important;
  }

  .u-max-w-350-pc {
    max-width: 350px !important;
  }

  .u-max-w-400-pc {
    max-width: 400px !important;
  }

  .u-max-w-450-pc {
    max-width: 450px !important;
  }

  .u-max-w-500-pc {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-max-w-none-sp {
    max-width: none !important;
  }

  .u-max-w-100-sp {
    max-width: 100px !important;
  }

  .u-max-w-150-sp {
    max-width: 150px !important;
  }

  .u-max-w-200-sp {
    max-width: 200px !important;
  }

  .u-max-w-250-sp {
    max-width: 250px !important;
  }

  .u-max-w-300-sp {
    max-width: 300px !important;
  }

  .u-max-w-350-sp {
    max-width: 350px !important;
  }

  .u-max-w-400-sp {
    max-width: 400px !important;
  }

  .u-max-w-450-sp {
    max-width: 450px !important;
  }

  .u-max-w-500-sp {
    max-width: 500px !important;
  }
}

/* 高さ
-----------------------*/
@media (min-width: 0px) {
  .u-h-auto {
    height: auto !important;
  }

  .u-h-100p {
    height: 100% !important;
  }

  .u-h-100vh {
    height: 100vh !important;
  }

  .u-h-0 {
    height: 0px !important;
  }

  .u-h-50 {
    height: 50px !important;
  }

  .u-h-100 {
    height: 100px !important;
  }

  .u-h-150 {
    height: 150px !important;
  }

  .u-h-200 {
    height: 200px !important;
  }

  .u-h-250 {
    height: 250px !important;
  }

  .u-h-300 {
    height: 300px !important;
  }

  .u-h-350 {
    height: 350px !important;
  }

  .u-h-400 {
    height: 400px !important;
  }

  .u-h-450 {
    height: 450px !important;
  }

  .u-h-500 {
    height: 500px !important;
  }

  .u-h-1100 {
    height: 1100px !important;
  }
}

@media (min-width: 1201px) {
  .u-h-auto-pc {
    height: auto !important;
  }

  .u-h-100p-pc {
    height: 100% !important;
  }

  .u-h-100vh-pc {
    height: 100vh !important;
  }

  .u-h-0-pc {
    height: 0px !important;
  }

  .u-h-50-pc {
    height: 50px !important;
  }

  .u-h-100-pc {
    height: 100px !important;
  }

  .u-h-150-pc {
    height: 150px !important;
  }

  .u-h-200-pc {
    height: 200px !important;
  }

  .u-h-250-pc {
    height: 250px !important;
  }

  .u-h-300-pc {
    height: 300px !important;
  }

  .u-h-350-pc {
    height: 350px !important;
  }

  .u-h-400-pc {
    height: 400px !important;
  }

  .u-h-450-pc {
    height: 450px !important;
  }

  .u-h-500-pc {
    height: 500px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-h-auto-sp {
    height: auto !important;
  }

  .u-h-100p-sp {
    height: 100% !important;
  }

  .u-h-100vh-sp {
    height: 100vh !important;
  }

  .u-h-0-sp {
    height: 0px !important;
  }

  .u-h-50-sp {
    height: 50px !important;
  }

  .u-h-100-sp {
    height: 100px !important;
  }

  .u-h-150-sp {
    height: 150px !important;
  }

  .u-h-200-sp {
    height: 200px !important;
  }

  .u-h-250-sp {
    height: 250px !important;
  }

  .u-h-300-sp {
    height: 300px !important;
  }

  .u-h-350-sp {
    height: 350px !important;
  }

  .u-h-400-sp {
    height: 400px !important;
  }

  .u-h-450-sp {
    height: 450px !important;
  }

  .u-h-500-sp {
    height: 500px !important;
  }
}

@media (min-width: 0px) {
  .u-min-h-0 {
    min-height: 0 !important;
  }

  .u-min-h-50 {
    min-height: 50px !important;
  }

  .u-min-h-100 {
    min-height: 100px !important;
  }

  .u-min-h-150 {
    min-height: 150px !important;
  }

  .u-min-h-200 {
    min-height: 200px !important;
  }

  .u-min-h-250 {
    min-height: 250px !important;
  }

  .u-min-h-300 {
    min-height: 300px !important;
  }

  .u-min-h-350 {
    min-height: 350px !important;
  }

  .u-min-h-400 {
    min-height: 400px !important;
  }

  .u-min-h-450 {
    min-height: 450px !important;
  }

  .u-min-h-500 {
    min-height: 500px !important;
  }
}

@media (min-width: 1201px) {
  .u-min-h-0-pc {
    min-height: 0 !important;
  }

  .u-min-h-50-pc {
    min-height: 50px !important;
  }

  .u-min-h-100-pc {
    min-height: 100px !important;
  }

  .u-min-h-150-pc {
    min-height: 150px !important;
  }

  .u-min-h-200-pc {
    min-height: 200px !important;
  }

  .u-min-h-250-pc {
    min-height: 250px !important;
  }

  .u-min-h-300-pc {
    min-height: 300px !important;
  }

  .u-min-h-350-pc {
    min-height: 350px !important;
  }

  .u-min-h-400-pc {
    min-height: 400px !important;
  }

  .u-min-h-450-pc {
    min-height: 450px !important;
  }

  .u-min-h-500-pc {
    min-height: 500px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-min-h-0-sp {
    min-height: 0 !important;
  }

  .u-min-h-50-sp {
    min-height: 50px !important;
  }

  .u-min-h-100-sp {
    min-height: 100px !important;
  }

  .u-min-h-150-sp {
    min-height: 150px !important;
  }

  .u-min-h-200-sp {
    min-height: 200px !important;
  }

  .u-min-h-250-sp {
    min-height: 250px !important;
  }

  .u-min-h-300-sp {
    min-height: 300px !important;
  }

  .u-min-h-350-sp {
    min-height: 350px !important;
  }

  .u-min-h-400-sp {
    min-height: 400px !important;
  }

  .u-min-h-450-sp {
    min-height: 450px !important;
  }

  .u-min-h-500-sp {
    min-height: 500px !important;
  }
}

@media (min-width: 0px) {
  .u-max-h-none {
    max-height: none !important;
  }

  .u-max-h-3em {
    max-height: 6em !important;
  }

  .u-max-h-50 {
    max-height: 50px !important;
  }

  .u-max-h-100 {
    max-height: 100px !important;
  }

  .u-max-h-150 {
    max-height: 150px !important;
  }

  .u-max-h-200 {
    max-height: 200px !important;
  }

  .u-max-h-202 {
    max-height: 202px !important;
  }

  .u-max-h-250 {
    max-height: 250px !important;
  }

  .u-max-h-300 {
    max-height: 300px !important;
  }

  .u-max-h-350 {
    max-height: 350px !important;
  }

  .u-max-h-400 {
    max-height: 400px !important;
  }

  .u-max-h-450 {
    max-height: 450px !important;
  }

  .u-max-h-500 {
    max-height: 500px !important;
  }
}

@media (min-width: 1201px) {
  .u-max-h-none-pc {
    max-height: none !important;
  }

  .u-max-h-50-pc {
    max-height: 50px !important;
  }

  .u-max-h-100-pc {
    max-height: 100px !important;
  }

  .u-max-h-150-pc {
    max-height: 150px !important;
  }

  .u-max-h-200-pc {
    max-height: 200px !important;
  }

  .u-max-h-250-pc {
    max-height: 250px !important;
  }

  .u-max-h-300-pc {
    max-height: 300px !important;
  }

  .u-max-h-350-pc {
    max-height: 350px !important;
  }

  .u-max-h-400-pc {
    max-height: 400px !important;
  }

  .u-max-h-450-pc {
    max-height: 450px !important;
  }

  .u-max-h-500-pc {
    max-height: 500px !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-max-h-none-sp {
    max-height: none !important;
  }

  .u-max-h-50-sp {
    max-height: 50px !important;
  }

  .u-max-h-100-sp {
    max-height: 100px !important;
  }

  .u-max-h-150-sp {
    max-height: 150px !important;
  }

  .u-max-h-200-sp {
    max-height: 200px !important;
  }

  .u-max-h-250-sp {
    max-height: 250px !important;
  }

  .u-max-h-300-sp {
    max-height: 300px !important;
  }

  .u-max-h-350-sp {
    max-height: 350px !important;
  }

  .u-max-h-400-sp {
    max-height: 400px !important;
  }

  .u-max-h-450-sp {
    max-height: 450px !important;
  }

  .u-max-h-500-sp {
    max-height: 500px !important;
  }
}

/* フォントファミリー
-----------------------*/
.u-ff-noto-sans {
  font-family: 'Noto Sans JP' !important;
}

.u-ff-montserrat {
  font-family: 'Montserrat' !important;
}

.u-ff-lato {
  font-family: 'Lato' !important;
  font-weight: 300;
}

/* フォントサイズ
-----------------------*/
@media (min-width: 0px) {
  .u-fs-0 {
    font-size: 0 !important;
  }

  .u-fs-10 {
    font-size: 1.0rem !important;
  }

  .u-fs-11 {
    font-size: 1.1rem !important;
  }

  .u-fs-12 {
    font-size: 1.2rem !important;
  }

  .u-fs-13 {
    font-size: 1.3rem !important;
  }

  .u-fs-14 {
    font-size: 1.4rem !important;
  }

  .u-fs-16 {
    font-size: 1.6rem !important;
  }

  .u-fs-18 {
    font-size: 1.8rem !important;
  }

  .u-fs-20 {
    font-size: 2.0rem !important;
  }

  .u-fs-22 {
    font-size: 2.2rem !important;
  }

  .u-fs-24 {
    font-size: 2.4rem !important;
  }

  .u-fs-26 {
    font-size: 2.6rem !important;
  }

  .u-fs-28 {
    font-size: 2.8rem !important;
  }

  .u-fs-30 {
    font-size: 3rem !important;
  }

  .u-fs-32 {
    font-size: 3.2rem !important;
  }

  .u-fs-34 {
    font-size: 3.4rem !important;
  }

  .u-fs-36 {
    font-size: 3.6rem !important;
  }

  .u-fs-38 {
    font-size: 3.8rem !important;
  }

  .u-fs-40 {
    font-size: 4rem !important;
  }

  .u-fs-48 {
    font-size: 4.8rem !important;
  }

  .u-fs-56 {
    font-size: 5.6rem !important;
  }

  .u-fs-120 {
    font-size: 12rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-fs-0-sp {
    font-size: 0 !important;
  }

  .u-fs-10-sp {
    font-size: 1.0rem !important;
  }

  .u-fs-11-sp {
    font-size: 1.1rem !important;
  }

  .u-fs-12-sp {
    font-size: 1.2rem !important;
  }

  .u-fs-13-sp {
    font-size: 1.3rem !important;
  }

  .u-fs-14-sp {
    font-size: 1.4rem !important;
  }

  .u-fs-16-sp {
    font-size: 1.6rem !important;
  }

  .u-fs-18-sp {
    font-size: 1.8rem !important;
  }

  .u-fs-20-sp {
    font-size: 2.0rem !important;
  }

  .u-fs-22-sp {
    font-size: 2.2rem !important;
  }

  .u-fs-24-sp {
    font-size: 2.4rem !important;
  }

  .u-fs-26-sp {
    font-size: 2.6rem !important;
  }

  .u-fs-28-sp {
    font-size: 2.8rem !important;
  }

  .u-fs-30-sp {
    font-size: 3rem !important;
  }

  .u-fs-32-sp {
    font-size: 3.2rem !important;
  }

  .u-fs-34-sp {
    font-size: 3.4rem !important;
  }

  .u-fs-36-sp {
    font-size: 3.6rem !important;
  }

  .u-fs-38-sp {
    font-size: 3.8rem !important;
  }

  .u-fs-40-sp {
    font-size: 4rem !important;
  }

  .u-fs-48-sp {
    font-size: 4.8rem !important;
  }

  .u-fs-56-sp {
    font-size: 5.6rem !important;
  }
}

@media (min-width: 1201px) {
  .u-fs-0-pc {
    font-size: 0 !important;
  }

  .u-fs-10-pc {
    font-size: 1.0rem !important;
  }

  .u-fs-11-pc {
    font-size: 1.1rem !important;
  }

  .u-fs-12-pc {
    font-size: 1.2rem !important;
  }

  .u-fs-13-pc {
    font-size: 1.3rem !important;
  }

  .u-fs-14-pc {
    font-size: 1.4rem !important;
  }

  .u-fs-16-pc {
    font-size: 1.6rem !important;
  }

  .u-fs-18-pc {
    font-size: 1.8rem !important;
  }

  .u-fs-20-pc {
    font-size: 2.0rem !important;
  }

  .u-fs-22-pc {
    font-size: 2.2rem !important;
  }

  .u-fs-24-pc {
    font-size: 2.4rem !important;
  }

  .u-fs-26-pc {
    font-size: 2.6rem !important;
  }

  .u-fs-28-pc {
    font-size: 2.8rem !important;
  }

  .u-fs-30-pc {
    font-size: 3rem !important;
  }

  .u-fs-32-pc {
    font-size: 3.2rem !important;
  }

  .u-fs-34-pc {
    font-size: 3.4rem !important;
  }

  .u-fs-36-pc {
    font-size: 3.6rem !important;
  }

  .u-fs-38-pc {
    font-size: 3.8rem !important;
  }

  .u-fs-40-pc {
    font-size: 4rem !important;
  }

  .u-fs-48-pc {
    font-size: 4.8rem !important;
  }

  .u-fs-56-pc {
    font-size: 5.6rem !important;
  }
}

/* フォントウェイト
-----------------------*/
.u-fw-normal {
  font-weight: 400 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

/* ラインハイト
-----------------------*/
.u-lh-10 {
  line-height: 1.0 !important;
}

.u-lh-13 {
  line-height: 1.3 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-17 {
  line-height: 1.7 !important;
}

.u-lh-18 {
  line-height: 1.8 !important;
}

.u-lh-20 {
  line-height: 2.0 !important;
}

@media screen and (max-width: 1200px) {
  .u-lh-10-sp {
    line-height: 1.0 !important;
  }

  .u-lh-13-sp {
    line-height: 1.3 !important;
  }

  .u-lh-15-sp {

    line-height: 1.5 !important;
  }

  .u-lh-17-sp {
    line-height: 1.7 !important;
  }

  .u-lh-18-sp {
    line-height: 1.8 !important;
  }

  .u-lh-20-sp {
    line-height: 2.0 !important;
  }
}

@media (min-width: 1201px) {
  .u-lh-10-pc {
    line-height: 1.0 !important;
  }

  .u-lh-13-pc {
    line-height: 1.3 !important;
  }

  .u-lh-15-pc {
    line-height: 1.5 !important;
  }

  .u-lh-17-pc {
    line-height: 1.7 !important;
  }

  .u-lh-18-pc {
    line-height: 1.8 !important;
  }

  .u-lh-20-pc {
    line-height: 2.0 !important;
  }
}

/* テキストアライン
-----------------------*/
.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

@media (min-width: 1201px) {
  .u-ta-left-pc {
    text-align: left !important;
  }

  .u-ta-center-pc {
    text-align: center !important;
  }

  .u-ta-right-pc {
    text-align: right !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-ta-left-sp {
    text-align: left !important;
  }

  .u-ta-center-sp {
    text-align: center !important;
  }

  .u-ta-right-sp {
    text-align: right !important;
  }
}

/* バーティカルアライン
-----------------------*/
.u-va-middle {
  vertical-align: middle !important;
}

/* テキストデコレーション
-----------------------*/
.u-td-none {
  text-decoration: none !important;
}

.u-td-underline {
  text-decoration: underline !important;
}

/* ホワイトスペース
-----------------------*/
.u-ws-normal {
  white-space: normal !important;
}

.u-ws-nowrap {
  white-space: nowrap !important;
}

/* ワードブレイク
-----------------------*/
.u-wb-all {
  word-break: break-all !important;
}

/* カーソル
-----------------------*/
.u-cursor-pointer {
  cursor: pointer;
}
