@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500&display=swap");
/*矢印ボタン用*/
/*flexレイアウト用*/
.ttl {
  color: #00a5a8;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #00a4a8;
  height: auto !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ttl * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ttl-inner {
  display: inline-block;
}
.ttl-right {
  text-align: right;
}
.ttl-en {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #85cdce;
  padding-bottom: 0px;
  text-align: left;
}
.ttl-ja {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.ttl-sub {
  color: #00a5a8;
  font-size: 18px;
  font-weight: 400;
}
.ttl-sub .h3text {
  color: #0a0a0a;
}
.ttl-sub .icon-ico_camera {
  margin-left: 20px;
}
.ttl-gb {
  color: #00afad;
  border-bottom: 3px dashed #9fa0a0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  width: 100%;
  height: auto !important;
}
.ttl-rline {
  font-size: 18px;
  font-weight: 400;
  color: #00afad;
  position: relative;
  width: 100%;
  height: auto !important;
}
.ttl-rline:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #00afad;
}
.ttl-rline span {
  font-size: 17px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  background-color: #faf8f7;
  z-index: 1;
}
.ttl-rline span:before {
  content: "";
  width: 3px;
  height: 100%;
  border: 1px solid #00afad;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.ttl-rline span:after {
  content: "";
  width: 3px;
  height: 100%;
  border: 1px solid #00afad;
  border-left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ttl-small {
  border-bottom: 0;
  margin-bottom: 0;
}
.ttl-small .ttl-en {
  font-size: 24px;
  display: inline-block;
  color: #00a5a8;
  padding-right: 10px;
}
.ttl-small .ttl-ja {
  font-size: 16px;
  display: inline-block;
  color: #85cdce;
}

@media only screen and (max-width: 947px) {
  .ttl {
    color: #00a5a8;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 2px dashed #00a4a8;
    height: auto !important;
    width: 100% !important;
  }
  .ttl-inner {
    display: inline-block;
  }
  .ttl-right {
    text-align: left;
    padding-right: 0;
  }
  .ttl-en {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #85cdce;
    padding-bottom: 0px;
    text-align: left;
  }
  .ttl-ja {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }
  .ttl-sub {
    color: #00a5a8;
    font-size: 18px;
    font-weight: 400;
  }
  .ttl-sub .h3text {
    display: none;
  }
  .ttl-sub .icon-ico_camera {
    display: none;
  }
  .ttl-small {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .ttl-small .ttl-en {
    font-size: 24px;
    display: inline-block;
    color: #00a5a8;
    padding-right: 10px;
  }
  .ttl-small .ttl-ja {
    font-size: 16px;
    display: inline-block;
    color: #85cdce;
  }
}
/*maxL*/
@media only screen and (min-width: 948px) {
  /*section p {
  font-size:14px;
  line-height:1.74;
  margin-bottom:1em;

  font-size:16px !important;
  line-height:1.714 !important;
  }*/
  .read {
    font-size: 16px !important;
    line-height: 1.714 !important;
    margin-bottom: 1em;
  }
}
/*L*/
@media only screen and (max-width: 947px) {
  .main2culumn,
.maincolumn {
    width: 100% !important;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main2culumn > *,
.maincolumn > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .main2culumn strong,
.main2culumn p,
.maincolumn strong,
.maincolumn p {
    font-size: 16px !important;
    line-height: 1.714 !important;
  }
  .main2culumn ul,
.maincolumn ul {
    width: 100% !important;
  }
  .main2culumn ul li,
.maincolumn ul li {
    font-size: 16px !important;
    line-height: 1.714 !important;
  }
  .main2culumn img,
.maincolumn img {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
  }
  .main2culumn div,
.maincolumn div {
    width: 100% !important;
  }
  .main2culumn div img,
.maincolumn div img {
    margin-bottom: 20px !important;
  }
  .main2culumn div img:first-child,
.maincolumn div img:first-child {
    margin-bottom: 20px !important;
  }
  .main2culumn section,
.maincolumn section {
    width: 100% !important;
  }
  .main2culumn table,
.maincolumn table {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .main2culumn table th, .main2culumn table td,
.maincolumn table th,
.maincolumn table td {
    font-size: 16px !important;
    line-height: 1.714 !important;
  }
  .main2culumn iframe,
.maincolumn iframe {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .main2culumn p,
.maincolumn p {
    width: 100% !important;
    padding-top: 30px;
  }
.wp-image-commendation{
  margin: 15px 0 0 0;
  }

  section p {
    font-size: 14px;
    line-height: 1.74;
    margin-bottom: 1em;
    font-size: 16px !important;
    line-height: 1.714 !important;
  }
}
/*maxL*/
html :where(img) {
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 947px) {
  .sp-center {
    text-align: center !important;
  }
}
/*maxL*/
@media only screen and (min-width: 948px) {
  .pc-center {
    text-align: center !important;
  }
}
/*L*/
@media only screen and (max-width: 947px) {
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #faf8f7;
  }

  .drawer-open .drawer-overlay {
    display: block;
  }

  .drawer-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #faf8f7;
  }

  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }

  .drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }

  .drawer-hamburger {
    position: fixed;
    z-index: 1000;
    top: 0;
    display: block;
    width: 68px;
    height: 68px;
    padding: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    right: 0;
    background: #00afad;
  }

  .drawer-hamburger:hover,
.drawer-hamburger:active,
.drawer-hamburger:focus {
    cursor: pointer;
    /*background-color: #93643a;*/
  }

  .drawer-hamburger-icon {
    background: transparent;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: 19px;
  }
  .drawer-hamburger-icon-menu {
    font-size: 10px;
    display: block;
    padding-top: 5px;
    color: #ffffff;
  }
  .drawer-hamburger-icon-menu:after {
    content: "MENU";
    font-size: 10px;
    color: #ffffff;
  }

  .drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    width: 30px;
    height: 4px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #ffffff;
  }

  .drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    position: absolute;
    top: -14px;
    left: 0;
    content: " ";
  }

  .drawer-hamburger-icon:after {
    top: -4px;
  }

  .drawer-open .drawer-hamburger-icon-menu:after,
.drawer-open .drawer-hamburger-menu:after {
    content: "CLOSE";
    font-size: 10px;
    color: #ffffff;
  }

  .drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    top: -14px;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .drawer-open header {
    border-bottom: 1px solid #9fa0a0;
    background-color: #faf8f7;
  }
}
/*maxL*/
@media only screen and (min-width: 948px) {
  header {
    position: relative;
    padding-bottom: 19px;
  }
  header h1 {
    width: 142px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .drawer-hamburger {
    display: none;
  }

  .gnav-sp {
    max-width: 1398px;
    width: 100%;
    margin: 0 auto;
  }
  .gnav-sp-toggle {
    display: none;
  }
  .gnav-sp-inner {
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gnav-sp-inner > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gnav-sp-link {
    width: 16.666%;
  }
  .gnav-sp-link:last-child .gnav-sp-ttl::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #9fa0a0;
    right: 0;
    top: 12px;
    position: absolute;
  }
  .gnav-sp-link:hover {
    cursor: pointer;
  }
  .gnav-sp-link:hover .gnav-sp-ttl-ja,
.gnav-sp-link:hover .gnav-sp-ttl-en {
    color: #00afad;
  }
  .gnav-sp-ttl {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
  }
  .gnav-sp-ttl.current {
    cursor: default;
    text-decoration: none;
  }
  .gnav-sp-ttl.current .gnav-sp-ttl-ja,
.gnav-sp-ttl.current .gnav-sp-ttl-en {
    color: #00afad;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .gnav-sp-ttl:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .gnav-sp-ttl:hover .gnav-sp-ttl-ja,
.gnav-sp-ttl:hover .gnav-sp-ttl-en {
    color: #00afad;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .gnav-sp-ttl:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #9fa0a0;
    left: 0;
    top: 12px;
    position: absolute;
  }
  .gnav-sp-ttl-en {
    font-size: 18px;
    font-weight: 500;
    color: #9fa0a0;
    display: block;
    line-height: 1.5;
  }
  .gnav-sp-ttl-ja {
    font-size: 11px;
    font-weight: 500;
    color: #9fa0a0;
    display: block;
  }
  .gnav-sp-ttl-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .gnav-sp-content {
    width: 100%;
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #faf8f7;
    opacity: 0;
    visibility: hidden;
  }
  .gnav-sp-content:before {
    content: "";
    width: calc(50vw - 50%);
    height: 100%;
    background: #faf8f7;
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
  }
  .gnav-sp-content:after {
    content: "";
    width: calc(50vw - 50%);
    height: 100%;
    background: #faf8f7;
    position: absolute;
    right: calc(50% - 50vw);
    top: 0;
  }
  .gnav-sp-content-ttl {
    display: block;
    width: 100%;
    border-bottom: 2px solid #9fa0a0;
    font-size: 24px;
    font-weight: 500;
    padding: 40px 0 12px 20px;
    margin-bottom: 22px;
    color: #9fa0a0;
  }
  .gnav-sp-content-ttl:hover {
    text-decoration: none;
    color: #00afad;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
    border-bottom: 2px solid #00afad;
  }
  .gnav-sp-content-ttl span {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
  }
  .gnav-sp-content-menu {
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gnav-sp-content-menu > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gnav-sp-content-menu-item {
    font-size: 14px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    min-height: 15px;
    position: relative;
    background-image: url(../img/common/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 15px auto;
    margin-right: 60px;
    margin-bottom: 22px;
    line-height: 1.428;
  }
  .gnav-sp-content-menu-item > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gnav-sp-content-menu-item a {
    color: #9fa0a0;
    font-weight: 500;
  }
  .gnav-sp-content-menu-item a:hover {
    color: #00afad;
    text-decoration: none;
  }
  .gnav-sp .gnav-sp-link:hover .gnav-sp-content {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 30px;
  }
}
/*L*/
@media only screen and (max-width: 947px) {
  .drawer-nav {
    height: 100vh;
    padding-top: 68px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gnav-sp {
    display: block;
    width: 100%;
    position: relative;
  }
  .gnav-sp-ttl {
    display: block;
    padding: 18px 23px 18px;
    position: relative;
    border-top: 1px solid #9fa0a0;
    color: #9fa0a0;
  }
  .gnav-sp-ttl.current {
    cursor: default;
    text-decoration: none;
  }
  .gnav-sp-ttl.current .gnav-sp-ttl-ja,
.gnav-sp-ttl.current .gnav-sp-ttl-en {
    color: #00afad;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .gnav-sp-ttl:hover {
    text-decoration: none;
  }
  .gnav-sp-ttl-en {
    font-size: 24px;
    display: block;
    font-weight: 500;
  }
  .gnav-sp-ttl-ja {
    font-size: 14px;
    display: block;
    padding-top: 10px;
    font-weight: 500;
  }
  .gnav-sp-ttl-icon {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .gnav-sp-ttl-icon:after {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-top: 1px solid #0a0a0a;
    border-right: 1px solid #0a0a0a;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-color: #949495;
    margin-top: -16px;
  }
  .gnav-sp-ttl-link {
    display: block;
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .gnav-sp-toggle {
    display: none;
  }
  .gnav-sp-toggle:checked + .gnav-sp-ttl + .gnav-sp-content {
    max-height: 9999px;
    padding: 0 23px 23px 23px;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .gnav-sp-toggle:checked + .gnav-sp-ttl {
    color: #00afad;
  }
  .gnav-sp-toggle:checked + .gnav-sp-ttl .gnav-sp-ttl-icon::after {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-top: 1px solid #0a0a0a;
    border-right: 1px solid #0a0a0a;
    width: 16px;
    height: 16px;
    border-width: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-color: #00afad;
  }
  .gnav-sp-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0 23px 0 23px;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .gnav-sp-content-menu {
    color: #9fa0a0;
  }
  .gnav-sp-content-menu-item {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    letter-spacing: 0;
    padding: 0 0 0 25px;
    margin-bottom: 20px;
    position: relative;
  }
  .gnav-sp-content-menu-item:last-child {
    margin-bottom: 0;
  }
  .gnav-sp-content-menu-item a {
    color: #9fa0a0;
  }
  .gnav-sp-content-menu-item a:hover {
    text-decoration: none;
  }
  .gnav-sp-content-menu-item:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #9fa0a0;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .gnav-sp-content-menu-item.current a {
    color: #00afad;
  }
  .gnav-sp-content-menu-item.current::before {
    background: #00afad;
  }
}
/*maxL*/
/*L*/
/*maxL*/
/*******************************************

aboutメインイメージ

*******************************************/
@media only screen and (max-width: 947px) {
  body#about3 #head-img,
body#about #head-img,
body#about2 #head-img {
    background-image: url(../img/sp-main/aboutus.png);
    background-position: 100% 50%;
  }
}
/*maxL*/
/*L*/
/*******************************************

about about3

*******************************************/
.about-movie {
  max-width: 948px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 947px) {
  .img-left .about3_2 {
    width: 100% !important;
    float: none;
  }
  .img-left .about3_2 img {
    width: 100%;
    height: auto;
  }

  #api5ctimg img {
    margin-bottom: 0 !important;
  }

  #api5ctimg p {
    text-align: center !important;
    padding-top: 10px !important;
  }

  .about3_2-sptxt {
    display: inline-block !important;
    padding-top: 0 !important;
    margin-top: -15px;
  }

  .about3_2-sptxt2 {
    display: inline-block !important;
    padding-top: 0 !important;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  .about3_2 .linktext {
    margin-top: -15px;
  }
}
/*maxL*/
/*******************************************

about02

*******************************************/
@media only screen and (min-width: 948px) {
  #about-slider {
    display: block;
  }
}
/*L*/
.about_nav2 {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about_nav2 > * {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.about_nav2-col {
  width: calc(33.3% - 9px);
  height: 205px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.about_nav2-col-1 {
  background-image: url(../img/common/about-01-off.jpg);
}
.about_nav2-col-1 .about_nav2-col-inner-bg {
  background-image: url(../img/common/about-01-on.jpg);
}
.about_nav2-col-2 {
  background-image: url(../img/common/about-02-off.jpg);
}
.about_nav2-col-2 .about_nav2-col-inner-bg {
  background-image: url(../img/common/about-02-on.jpg);
}
.about_nav2-col-3 {
  background-image: url(../img/common/about-03-off.jpg);
}
.about_nav2-col-3 .about_nav2-col-inner-bg {
  background-image: url(../img/common/about-03-on.jpg);
}
.about_nav2-col-current .about_nav2-col-inner-bg {
  opacity: 1;
}
.about_nav2-col-current .about_nav2-col-inner-more {
  display: none;
}
.about_nav2-col-current:hover a {
  cursor: default;
}
.about_nav2-col-inner {
  display: block;
  width: 100%;
  height: 205px;
  position: relative;
}
.about_nav2-col-inner-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 205px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  opacity: 0;
}
.about_nav2-col-inner:hover .about_nav2-col-inner-bg {
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  opacity: 1;
}
.about_nav2-col-inner-num {
  font-size: 55px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 1;
}
.about_nav2-col-inner-ttl {
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: 70px;
  color: #ffffff;
  z-index: 1;
}
.about_nav2-col-inner-en {
  font-size: 14px;
  position: absolute;
  left: 22px;
  top: 100px;
  color: #ffffff;
  z-index: 1;
}
.about_nav2-col-inner-more {
  font-size: 11px;
  position: absolute;
  right: 22px;
  bottom: 15px;
  color: #ffffff;
  z-index: 1;
}
.about_nav2-col-inner-more:before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #0a0a0a;
  border-right: 1px solid #0a0a0a;
  right: auto;
  left: -14px;
  border-color: #ffffff;
  margin-top: -3px;
}

@media only screen and (max-width: 947px) {
  .about_nav2 {
    width: 100%;
    max-width: 948px;
    margin: 0 auto;
    display: block;
    margin-bottom: 90px;
  }
  .about_nav2-col {
    width: 100%;
    height: 145px;
    margin-bottom: 30px;
  }
  .about_nav2-col-inner {
    height: 145px;
  }
  .about_nav2-col-inner-bg {
    height: 145px;
  }
  .about_nav2-col-inner-num {
    font-size: 40px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: -0.025em;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
  }
  .about_nav2-col-inner-ttl {
    font-size: 20px;
    position: absolute;
    left: 22px;
    top: 60px;
    color: #ffffff;
    z-index: 1;
  }
  .about_nav2-col-inner-en {
    font-size: 14px;
    position: absolute;
    left: 22px;
    top: 90px;
    color: #ffffff;
    z-index: 1;
  }
  .about_nav2-col-inner-more {
    font-size: 11px;
    position: absolute;
    right: 22px;
    bottom: 15px;
    color: #ffffff;
    z-index: 1;
  }
  .about_nav2-col-inner-more:before {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-top: 1px solid #0a0a0a;
    border-right: 1px solid #0a0a0a;
    right: auto;
    left: -14px;
    border-color: #ffffff;
    margin-top: -3px;
  }

  .about01_subnavi {
    display: none;
  }

  #about2_2 #about-slider {
    display: none;
  }
  #about2_2 .table_layout {
    display: none;
  }
}
/*maxL*/
@media only screen and (min-width: 948px) {
  .sp-slider {
    display: none;
  }
}
/*L*/
@media only screen and (max-width: 947px) {
  .about2_2 {
    width: 100% !important;
  }

  .sp-slider {
    display: block;
    position: relative;
    width: 100%;
  }

  .swiper-slide {
    background-color: #faf8f7;
    padding-bottom: 4em;
  }
  .swiper-slide-img {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 947px) and (max-width: 479px) {
  .swiper-slide-img {
    height: 150px;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-slide-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 947px) and (max-width: 479px) {
  .swiper-slide-img img {
    height: 150px;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-slide-ttl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #0a0a0a;
    opacity: 0;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-slide-sub {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    color: #0a0a0a;
    opacity: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-slide-info {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    color: #0a0a0a;
    opacity: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-slide-txt {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0;
    border-top: 1px solid #0a0a0a;
    padding: 10px;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-slide-active .swiper-slide-ttl,
.swiper-slide-active .swiper-slide-sub,
.swiper-slide-active .swiper-slide-info,
.swiper-slide-active .swiper-slide-txt {
    opacity: 1;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    margin-top: 0;
    background-size: 20px auto;
  }
}
@media only screen and (max-width: 947px) and (max-width: 479px) {
  .swiper-button-next,
.swiper-button-prev {
    height: 150px;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-button-prev {
    left: 0;
  }
}
@media only screen and (max-width: 947px) {
  .swiper-button-next {
    right: 0;
  }
}
/*maxL*/
/*設備の表（sp）*/
@media only screen and (min-width: 948px) {
  .sp-equip-toggle {
    display: none;
  }
}
/*L*/
@media only screen and (max-width: 947px) {
  .sp-equip {
    background: #ffffff;
    position: relative;
    z-index: 1;
  }
  .sp-equip-toggle {
    display: none;
  }
  .sp-equip-toggle:checked + .sp-equip-label + .sp-equip-content {
    max-height: 9999px;
    padding: 0 0 0px 0;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .sp-equip-toggle:checked + .sp-equip-label span::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sp-equip-label {
    display: block;
    width: 100%;
    height: 42px;
    background-color: #c5e4e6;
    color: #0a0a0a;
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    color: #0a0a0a;
    font-size: 21px;
    font-weight: 500;
    padding-left: 10px;
  }
  .sp-equip-label > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sp-equip-label span {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 13px;
  }
  .sp-equip-label span:before {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #00a5a8;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .sp-equip-label span:after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #00a5a8;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sp-equip-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #ffffff;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
    margin-bottom: 10px;
  }
  .sp-equip-content dl {
    padding: 10px;
    border-bottom: 1px dashed #cccccc;
  }
  .sp-equip-content dl:last-child {
    border-bottom: 0;
  }
  .sp-equip-content dl dt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    color: #0a0a0a;
  }
  .sp-equip-content dl dd {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #0a0a0a;
  }
  .sp-equip-content dl dd table td, .sp-equip-content dl dd table th {
    font-size: 15px;
    font-weight: 400;
  }
  .sp-equip-content dl dd table th {
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
  }
}
/*maxL*/
@media only screen and (max-width: 947px) {
  .head-img-news {
    background-image: url(../img/sp-main/news.png);
  }

  #contents .news {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  #contents .news-date {
    margin-bottom: 0 !important;
  }
}
/*maxL*/
/*L*/
@media only screen and (max-width: 947px) {
  body#field #head-img {
    background-image: url(../img/sp-main/field.png);
  }
}
/*maxL*/
/*L*/
@media only screen and (max-width: 947px) {
  body#product #head-img {
    background-image: url(../img/sp-main/product.png);
  }
}
/*maxL*/
/*L*/
@media only screen and (max-width: 947px) {
  body#company #head-img {
    background-image: url(../img/sp-main/company.png);
  }

  .company_main#company04 h3 {
    font-size: 16px !important;
  }
}
/*maxL*/
/*L*/
.company-column {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company-column > * {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.company-column-ph {
  width: 370px;
}
.company-column-ph img {
  margin: 0 0 40px !important;
}
.company-column-txt {
  width: calc(100% - 390px);
}
.company-column-txt table {
  width: 100% !important;
}
.company-column-2 {
  margin-top: 30px;
}

@media only screen and (max-width: 947px) {
  #contents #maincontents .company_main#company04 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #contents #maincontents .main2culumn table td.tit {
    width: auto !important;
    padding-left: 0 !important;
    white-space: nowrap;
  }

  .company-column {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-column > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .company-column-ph {
    width: 100%;
  }
  .company-column-ph img {
    margin: 0 0 40px !important;
  }
  .company-column-txt {
    width: 100%;
  }
  .company-column-txt table {
    width: 100% !important;
  }
  .company-column-2 {
    margin-top: 30px;
  }
  .company-column-2 .company-column-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .company-column-2 .company-column-ph {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*maxL*/
@media only screen and (max-width: 947px) {
  body#form #head-img,
body#contact #head-img {
    background-image: url(../img/sp-main/contact.png);
  }

  #contents #maincontents #contact02.contact_main section.contactWrapper div {
    float: none !important;
    height: auto !important;
  }

  .form {
    width: 100% !important;
  }
  .form-read {
    text-align: left !important;
  }
}
/*maxL*/
/*L*/
/*共通部分＆トップニュース部分*/
section.top_news {
  width: 948px;
  margin: 0 auto;
}
section.top_news h2 {
  text-align: center;
  margin: 38px auto 15px auto;
}

.news-index {
  width: 690px;
  margin: 0 auto;
}
.news-index dt {
  font-size: 18px;
  color: #00afad;
  position: relative;
  display: inline-block;
}
.news-index dt:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #00afad;
  position: absolute;
  right: -55px;
  top: 50%;
}
.news-index dd {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 1.714;
  padding-left: 20px;
  letter-spacing: 0.08em;
  background-image: url(../img/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto 13px;
  background-position: 0 0.325em;
}
.news-more {
  width: 820px;
  margin: 0 auto;
  font-size: 11px;
  color: #00afad;
  text-align: right;
}
.news-more a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #00afad;
  letter-spacing: 0.08em;
}
.news-more a:before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #0a0a0a;
  border-right: 1px solid #0a0a0a;
  right: auto;
  left: 0;
  margin-top: -0.3em;
  border-color: #00afad;
}

/*お知らせ一覧*/
#contents .news {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#contents .news-ttl {
  font-size: 22px;
  line-height: 1.714;
  color: #00afad;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 3px dotted #00afad;
  font-weight: normal;
  letter-spacing: 0.08em;
  padding-right: 120px;
}
@media only screen and (max-width: 947px) {
  #contents .news-ttl {
    padding-right: 0;
    padding-bottom: 20px;
    line-height: 1.4;
    font-size: 24px;
  }
}
#contents .news-ttl a, #contents .news-ttl span {
  font-size: 16px;
  color: #00afad;
  letter-spacing: 0.025em;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
#contents .news-ttl a:hover, #contents .news-ttl span:hover {
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  opacity: 0.3;
}
#contents .news-date {
  font-size: 14px;
  color: #00afad;
  opacity: 0.5;
}
#contents .news-content p {
  font-size: 16px;
  line-height: 1.714;
  margin-bottom: 2em;
}
#contents .news-dl {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#contents .news-dl > * {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#contents .news-dl-ttl {
  font-size: 16px;
  color: #00afad;
  min-height: 20px;
  line-height: 1.714;
}
#contents .news-dl-btn {
  height: 22px;
  margin-top: 3px;
  margin-left: 10px;
}
#contents .news-dl-btn img {
  height: auto;
  width: 63px;
}

.wp-pagenavi {
  text-align: center;
  padding-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 0 12px 0;
  font-size: 11px;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  position: relative;
  color: #00afad;
}
.wp-pagenavi a:hover {
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  text-decoration: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page:hover {
  opacity: 0.5;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  position: relative;
  font-weight: bold;
}
.wp-pagenavi .previouspostslink {
  position: relative;
  padding-right: 15px;
  font-weight: bold;
}
.wp-pagenavi .previouspostslink:after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #0a0a0a;
  border-left: 1px solid #0a0a0a;
  right: 0;
  left: auto;
  margin-top: -0.25em;
  border-color: #00afad;
}
.wp-pagenavi .previouspostslink:hover {
  opacity: 0.5;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.wp-pagenavi .nextpostslink {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
.wp-pagenavi .nextpostslink:after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #0a0a0a;
  border-right: 1px solid #0a0a0a;
  right: auto;
  left: 0;
  margin-top: -0.25em;
  border-color: #00afad;
}
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.5;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/*お問い合わせ*/
.contact-btn {
  display: block;
  width: 249px;
  margin: 0 auto 40px;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.contact-btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.contact-btn img {
  width: 100%;
  height: auto;
}

.form {
  width: 718px;
  margin: 0 auto;
}
.form-ttl {
  font-size: 22px;
  text-align: center;
  color: #00afad;
  padding-bottom: 10px;
  border-bottom: 3px dotted #00afad;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.form-read {
  font-size: 16px;
  line-height: 1.714;
  text-align: center;
  margin-bottom: 25px;
}
.form-label {
  display: inline-block;
  font-size: 20px;
  color: #00afad;
  line-height: 50px;
  position: relative;
}
.form-label-must:after {
  content: "必須";
  height: 18px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00afad;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  padding: 0 7px;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -7px;
}
.form-label-must:after > * {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-block {
  margin-bottom: 50px;
}
.form-block dt {
  height: 45px;
}
.form-block dd {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.714;
}
.form-block .error {
  color: #ff0000 !important;
  font-size: 14px;
  display: block;
  padding-top: 10px;
}
.form_inp {
  width: 100%;
  padding: 0.5em;
  border: 2px solid #00afad;
  border-radius: 3px;
  font-size: 16px;
  color: #595757;
}
.form_inp-textarea {
  min-height: 6em;
}
.form_inp:focus {
  outline: none;
  background: #eefdfd;
}
.form-btns {
  text-align: center;
}
.form-btn {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00afad;
  border-radius: 10px;
  height: 50px;
  padding: 0 20px;
  font-size: 28px;
  color: #ffffff;
  border: 0;
  letter-spacing: 0.08em;
  margin: 0 10px;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  vertical-align: baseline;
}
.form-btn > * {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-btn:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.form-btn-back {
  background: #595757;
}

.mw_wp_form_input .inp-hide {
  display: none;
}

.mw_wp_form_confirm .conf-hide {
  display: none;
}

/************************

20220704　レスポンシブ対応

************************/
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* -------------------------------- 

汎用クラス

-------------------------------- */
/*テキスト配置*/
.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

/*要素マージン*/
@media only screen and (min-width: 948px) {
  /*margin-bottom.  1px刻みで150pxまで*/
  .pcmb-0 {
    margin-bottom: 0px !important;
  }

  .pcmb-1 {
    margin-bottom: 1px !important;
  }

  .pcmb-2 {
    margin-bottom: 2px !important;
  }

  .pcmb-3 {
    margin-bottom: 3px !important;
  }

  .pcmb-4 {
    margin-bottom: 4px !important;
  }

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

  .pcmb-6 {
    margin-bottom: 6px !important;
  }

  .pcmb-7 {
    margin-bottom: 7px !important;
  }

  .pcmb-8 {
    margin-bottom: 8px !important;
  }

  .pcmb-9 {
    margin-bottom: 9px !important;
  }

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

  .pcmb-11 {
    margin-bottom: 11px !important;
  }

  .pcmb-12 {
    margin-bottom: 12px !important;
  }

  .pcmb-13 {
    margin-bottom: 13px !important;
  }

  .pcmb-14 {
    margin-bottom: 14px !important;
  }

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

  .pcmb-16 {
    margin-bottom: 16px !important;
  }

  .pcmb-17 {
    margin-bottom: 17px !important;
  }

  .pcmb-18 {
    margin-bottom: 18px !important;
  }

  .pcmb-19 {
    margin-bottom: 19px !important;
  }

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

  .pcmb-21 {
    margin-bottom: 21px !important;
  }

  .pcmb-22 {
    margin-bottom: 22px !important;
  }

  .pcmb-23 {
    margin-bottom: 23px !important;
  }

  .pcmb-24 {
    margin-bottom: 24px !important;
  }

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

  .pcmb-26 {
    margin-bottom: 26px !important;
  }

  .pcmb-27 {
    margin-bottom: 27px !important;
  }

  .pcmb-28 {
    margin-bottom: 28px !important;
  }

  .pcmb-29 {
    margin-bottom: 29px !important;
  }

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

  .pcmb-31 {
    margin-bottom: 31px !important;
  }

  .pcmb-32 {
    margin-bottom: 32px !important;
  }

  .pcmb-33 {
    margin-bottom: 33px !important;
  }

  .pcmb-34 {
    margin-bottom: 34px !important;
  }

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

  .pcmb-36 {
    margin-bottom: 36px !important;
  }

  .pcmb-37 {
    margin-bottom: 37px !important;
  }

  .pcmb-38 {
    margin-bottom: 38px !important;
  }

  .pcmb-39 {
    margin-bottom: 39px !important;
  }

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

  .pcmb-41 {
    margin-bottom: 41px !important;
  }

  .pcmb-42 {
    margin-bottom: 42px !important;
  }

  .pcmb-43 {
    margin-bottom: 43px !important;
  }

  .pcmb-44 {
    margin-bottom: 44px !important;
  }

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

  .pcmb-46 {
    margin-bottom: 46px !important;
  }

  .pcmb-47 {
    margin-bottom: 47px !important;
  }

  .pcmb-48 {
    margin-bottom: 48px !important;
  }

  .pcmb-49 {
    margin-bottom: 49px !important;
  }

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

  .pcmb-51 {
    margin-bottom: 51px !important;
  }

  .pcmb-52 {
    margin-bottom: 52px !important;
  }

  .pcmb-53 {
    margin-bottom: 53px !important;
  }

  .pcmb-54 {
    margin-bottom: 54px !important;
  }

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

  .pcmb-56 {
    margin-bottom: 56px !important;
  }

  .pcmb-57 {
    margin-bottom: 57px !important;
  }

  .pcmb-58 {
    margin-bottom: 58px !important;
  }

  .pcmb-59 {
    margin-bottom: 59px !important;
  }

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

  .pcmb-61 {
    margin-bottom: 61px !important;
  }

  .pcmb-62 {
    margin-bottom: 62px !important;
  }

  .pcmb-63 {
    margin-bottom: 63px !important;
  }

  .pcmb-64 {
    margin-bottom: 64px !important;
  }

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

  .pcmb-66 {
    margin-bottom: 66px !important;
  }

  .pcmb-67 {
    margin-bottom: 67px !important;
  }

  .pcmb-68 {
    margin-bottom: 68px !important;
  }

  .pcmb-69 {
    margin-bottom: 69px !important;
  }

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

  .pcmb-71 {
    margin-bottom: 71px !important;
  }

  .pcmb-72 {
    margin-bottom: 72px !important;
  }

  .pcmb-73 {
    margin-bottom: 73px !important;
  }

  .pcmb-74 {
    margin-bottom: 74px !important;
  }

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

  .pcmb-76 {
    margin-bottom: 76px !important;
  }

  .pcmb-77 {
    margin-bottom: 77px !important;
  }

  .pcmb-78 {
    margin-bottom: 78px !important;
  }

  .pcmb-79 {
    margin-bottom: 79px !important;
  }

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

  .pcmb-81 {
    margin-bottom: 81px !important;
  }

  .pcmb-82 {
    margin-bottom: 82px !important;
  }

  .pcmb-83 {
    margin-bottom: 83px !important;
  }

  .pcmb-84 {
    margin-bottom: 84px !important;
  }

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

  .pcmb-86 {
    margin-bottom: 86px !important;
  }

  .pcmb-87 {
    margin-bottom: 87px !important;
  }

  .pcmb-88 {
    margin-bottom: 88px !important;
  }

  .pcmb-89 {
    margin-bottom: 89px !important;
  }

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

  .pcmb-91 {
    margin-bottom: 91px !important;
  }

  .pcmb-92 {
    margin-bottom: 92px !important;
  }

  .pcmb-93 {
    margin-bottom: 93px !important;
  }

  .pcmb-94 {
    margin-bottom: 94px !important;
  }

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

  .pcmb-96 {
    margin-bottom: 96px !important;
  }

  .pcmb-97 {
    margin-bottom: 97px !important;
  }

  .pcmb-98 {
    margin-bottom: 98px !important;
  }

  .pcmb-99 {
    margin-bottom: 99px !important;
  }

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

  .pcmb-101 {
    margin-bottom: 101px !important;
  }

  .pcmb-102 {
    margin-bottom: 102px !important;
  }

  .pcmb-103 {
    margin-bottom: 103px !important;
  }

  .pcmb-104 {
    margin-bottom: 104px !important;
  }

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

  .pcmb-106 {
    margin-bottom: 106px !important;
  }

  .pcmb-107 {
    margin-bottom: 107px !important;
  }

  .pcmb-108 {
    margin-bottom: 108px !important;
  }

  .pcmb-109 {
    margin-bottom: 109px !important;
  }

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

  .pcmb-111 {
    margin-bottom: 111px !important;
  }

  .pcmb-112 {
    margin-bottom: 112px !important;
  }

  .pcmb-113 {
    margin-bottom: 113px !important;
  }

  .pcmb-114 {
    margin-bottom: 114px !important;
  }

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

  .pcmb-116 {
    margin-bottom: 116px !important;
  }

  .pcmb-117 {
    margin-bottom: 117px !important;
  }

  .pcmb-118 {
    margin-bottom: 118px !important;
  }

  .pcmb-119 {
    margin-bottom: 119px !important;
  }

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

  .pcmb-121 {
    margin-bottom: 121px !important;
  }

  .pcmb-122 {
    margin-bottom: 122px !important;
  }

  .pcmb-123 {
    margin-bottom: 123px !important;
  }

  .pcmb-124 {
    margin-bottom: 124px !important;
  }

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

  .pcmb-126 {
    margin-bottom: 126px !important;
  }

  .pcmb-127 {
    margin-bottom: 127px !important;
  }

  .pcmb-128 {
    margin-bottom: 128px !important;
  }

  .pcmb-129 {
    margin-bottom: 129px !important;
  }

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

  .pcmb-131 {
    margin-bottom: 131px !important;
  }

  .pcmb-132 {
    margin-bottom: 132px !important;
  }

  .pcmb-133 {
    margin-bottom: 133px !important;
  }

  .pcmb-134 {
    margin-bottom: 134px !important;
  }

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

  .pcmb-136 {
    margin-bottom: 136px !important;
  }

  .pcmb-137 {
    margin-bottom: 137px !important;
  }

  .pcmb-138 {
    margin-bottom: 138px !important;
  }

  .pcmb-139 {
    margin-bottom: 139px !important;
  }

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

  .pcmb-141 {
    margin-bottom: 141px !important;
  }

  .pcmb-142 {
    margin-bottom: 142px !important;
  }

  .pcmb-143 {
    margin-bottom: 143px !important;
  }

  .pcmb-144 {
    margin-bottom: 144px !important;
  }

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

  .pcmb-146 {
    margin-bottom: 146px !important;
  }

  .pcmb-147 {
    margin-bottom: 147px !important;
  }

  .pcmb-148 {
    margin-bottom: 148px !important;
  }

  .pcmb-149 {
    margin-bottom: 149px !important;
  }

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

  /*padding-bottom.  1px刻みで150pxまで*/
  .pcpb-0 {
    padding-bottom: 0px !important;
  }

  .pcpb-1 {
    padding-bottom: 1px !important;
  }

  .pcpb-2 {
    padding-bottom: 2px !important;
  }

  .pcpb-3 {
    padding-bottom: 3px !important;
  }

  .pcpb-4 {
    padding-bottom: 4px !important;
  }

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

  .pcpb-6 {
    padding-bottom: 6px !important;
  }

  .pcpb-7 {
    padding-bottom: 7px !important;
  }

  .pcpb-8 {
    padding-bottom: 8px !important;
  }

  .pcpb-9 {
    padding-bottom: 9px !important;
  }

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

  .pcpb-11 {
    padding-bottom: 11px !important;
  }

  .pcpb-12 {
    padding-bottom: 12px !important;
  }

  .pcpb-13 {
    padding-bottom: 13px !important;
  }

  .pcpb-14 {
    padding-bottom: 14px !important;
  }

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

  .pcpb-16 {
    padding-bottom: 16px !important;
  }

  .pcpb-17 {
    padding-bottom: 17px !important;
  }

  .pcpb-18 {
    padding-bottom: 18px !important;
  }

  .pcpb-19 {
    padding-bottom: 19px !important;
  }

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

  .pcpb-21 {
    padding-bottom: 21px !important;
  }

  .pcpb-22 {
    padding-bottom: 22px !important;
  }

  .pcpb-23 {
    padding-bottom: 23px !important;
  }

  .pcpb-24 {
    padding-bottom: 24px !important;
  }

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

  .pcpb-26 {
    padding-bottom: 26px !important;
  }

  .pcpb-27 {
    padding-bottom: 27px !important;
  }

  .pcpb-28 {
    padding-bottom: 28px !important;
  }

  .pcpb-29 {
    padding-bottom: 29px !important;
  }

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

  .pcpb-31 {
    padding-bottom: 31px !important;
  }

  .pcpb-32 {
    padding-bottom: 32px !important;
  }

  .pcpb-33 {
    padding-bottom: 33px !important;
  }

  .pcpb-34 {
    padding-bottom: 34px !important;
  }

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

  .pcpb-36 {
    padding-bottom: 36px !important;
  }

  .pcpb-37 {
    padding-bottom: 37px !important;
  }

  .pcpb-38 {
    padding-bottom: 38px !important;
  }

  .pcpb-39 {
    padding-bottom: 39px !important;
  }

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

  .pcpb-41 {
    padding-bottom: 41px !important;
  }

  .pcpb-42 {
    padding-bottom: 42px !important;
  }

  .pcpb-43 {
    padding-bottom: 43px !important;
  }

  .pcpb-44 {
    padding-bottom: 44px !important;
  }

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

  .pcpb-46 {
    padding-bottom: 46px !important;
  }

  .pcpb-47 {
    padding-bottom: 47px !important;
  }

  .pcpb-48 {
    padding-bottom: 48px !important;
  }

  .pcpb-49 {
    padding-bottom: 49px !important;
  }

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

  .pcpb-51 {
    padding-bottom: 51px !important;
  }

  .pcpb-52 {
    padding-bottom: 52px !important;
  }

  .pcpb-53 {
    padding-bottom: 53px !important;
  }

  .pcpb-54 {
    padding-bottom: 54px !important;
  }

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

  .pcpb-56 {
    padding-bottom: 56px !important;
  }

  .pcpb-57 {
    padding-bottom: 57px !important;
  }

  .pcpb-58 {
    padding-bottom: 58px !important;
  }

  .pcpb-59 {
    padding-bottom: 59px !important;
  }

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

  .pcpb-61 {
    padding-bottom: 61px !important;
  }

  .pcpb-62 {
    padding-bottom: 62px !important;
  }

  .pcpb-63 {
    padding-bottom: 63px !important;
  }

  .pcpb-64 {
    padding-bottom: 64px !important;
  }

  .pcpb-65 {
    padding-bottom: 65px !important;
  }

  .pcpb-66 {
    padding-bottom: 66px !important;
  }

  .pcpb-67 {
    padding-bottom: 67px !important;
  }

  .pcpb-68 {
    padding-bottom: 68px !important;
  }

  .pcpb-69 {
    padding-bottom: 69px !important;
  }

  .pcpb-70 {
    padding-bottom: 70px !important;
  }

  .pcpb-71 {
    padding-bottom: 71px !important;
  }

  .pcpb-72 {
    padding-bottom: 72px !important;
  }

  .pcpb-73 {
    padding-bottom: 73px !important;
  }

  .pcpb-74 {
    padding-bottom: 74px !important;
  }

  .pcpb-75 {
    padding-bottom: 75px !important;
  }

  .pcpb-76 {
    padding-bottom: 76px !important;
  }

  .pcpb-77 {
    padding-bottom: 77px !important;
  }

  .pcpb-78 {
    padding-bottom: 78px !important;
  }

  .pcpb-79 {
    padding-bottom: 79px !important;
  }

  .pcpb-80 {
    padding-bottom: 80px !important;
  }

  .pcpb-81 {
    padding-bottom: 81px !important;
  }

  .pcpb-82 {
    padding-bottom: 82px !important;
  }

  .pcpb-83 {
    padding-bottom: 83px !important;
  }

  .pcpb-84 {
    padding-bottom: 84px !important;
  }

  .pcpb-85 {
    padding-bottom: 85px !important;
  }

  .pcpb-86 {
    padding-bottom: 86px !important;
  }

  .pcpb-87 {
    padding-bottom: 87px !important;
  }

  .pcpb-88 {
    padding-bottom: 88px !important;
  }

  .pcpb-89 {
    padding-bottom: 89px !important;
  }

  .pcpb-90 {
    padding-bottom: 90px !important;
  }

  .pcpb-91 {
    padding-bottom: 91px !important;
  }

  .pcpb-92 {
    padding-bottom: 92px !important;
  }

  .pcpb-93 {
    padding-bottom: 93px !important;
  }

  .pcpb-94 {
    padding-bottom: 94px !important;
  }

  .pcpb-95 {
    padding-bottom: 95px !important;
  }

  .pcpb-96 {
    padding-bottom: 96px !important;
  }

  .pcpb-97 {
    padding-bottom: 97px !important;
  }

  .pcpb-98 {
    padding-bottom: 98px !important;
  }

  .pcpb-99 {
    padding-bottom: 99px !important;
  }

  .pcpb-100 {
    padding-bottom: 100px !important;
  }

  .pcpb-101 {
    padding-bottom: 101px !important;
  }

  .pcpb-102 {
    padding-bottom: 102px !important;
  }

  .pcpb-103 {
    padding-bottom: 103px !important;
  }

  .pcpb-104 {
    padding-bottom: 104px !important;
  }

  .pcpb-105 {
    padding-bottom: 105px !important;
  }

  .pcpb-106 {
    padding-bottom: 106px !important;
  }

  .pcpb-107 {
    padding-bottom: 107px !important;
  }

  .pcpb-108 {
    padding-bottom: 108px !important;
  }

  .pcpb-109 {
    padding-bottom: 109px !important;
  }

  .pcpb-110 {
    padding-bottom: 110px !important;
  }

  .pcpb-111 {
    padding-bottom: 111px !important;
  }

  .pcpb-112 {
    padding-bottom: 112px !important;
  }

  .pcpb-113 {
    padding-bottom: 113px !important;
  }

  .pcpb-114 {
    padding-bottom: 114px !important;
  }

  .pcpb-115 {
    padding-bottom: 115px !important;
  }

  .pcpb-116 {
    padding-bottom: 116px !important;
  }

  .pcpb-117 {
    padding-bottom: 117px !important;
  }

  .pcpb-118 {
    padding-bottom: 118px !important;
  }

  .pcpb-119 {
    padding-bottom: 119px !important;
  }

  .pcpb-120 {
    padding-bottom: 120px !important;
  }

  .pcpb-121 {
    padding-bottom: 121px !important;
  }

  .pcpb-122 {
    padding-bottom: 122px !important;
  }

  .pcpb-123 {
    padding-bottom: 123px !important;
  }

  .pcpb-124 {
    padding-bottom: 124px !important;
  }

  .pcpb-125 {
    padding-bottom: 125px !important;
  }

  .pcpb-126 {
    padding-bottom: 126px !important;
  }

  .pcpb-127 {
    padding-bottom: 127px !important;
  }

  .pcpb-128 {
    padding-bottom: 128px !important;
  }

  .pcpb-129 {
    padding-bottom: 129px !important;
  }

  .pcpb-130 {
    padding-bottom: 130px !important;
  }

  .pcpb-131 {
    padding-bottom: 131px !important;
  }

  .pcpb-132 {
    padding-bottom: 132px !important;
  }

  .pcpb-133 {
    padding-bottom: 133px !important;
  }

  .pcpb-134 {
    padding-bottom: 134px !important;
  }

  .pcpb-135 {
    padding-bottom: 135px !important;
  }

  .pcpb-136 {
    padding-bottom: 136px !important;
  }

  .pcpb-137 {
    padding-bottom: 137px !important;
  }

  .pcpb-138 {
    padding-bottom: 138px !important;
  }

  .pcpb-139 {
    padding-bottom: 139px !important;
  }

  .pcpb-140 {
    padding-bottom: 140px !important;
  }

  .pcpb-141 {
    padding-bottom: 141px !important;
  }

  .pcpb-142 {
    padding-bottom: 142px !important;
  }

  .pcpb-143 {
    padding-bottom: 143px !important;
  }

  .pcpb-144 {
    padding-bottom: 144px !important;
  }

  .pcpb-145 {
    padding-bottom: 145px !important;
  }

  .pcpb-146 {
    padding-bottom: 146px !important;
  }

  .pcpb-147 {
    padding-bottom: 147px !important;
  }

  .pcpb-148 {
    padding-bottom: 148px !important;
  }

  .pcpb-149 {
    padding-bottom: 149px !important;
  }

  .pcpb-150 {
    padding-bottom: 150px !important;
  }

  /*margin-top.  1px刻みで150pxまで*/
  .pcmt-0 {
    margin-top: 0px !important;
  }

  .pcmt-1 {
    margin-top: 1px !important;
  }

  .pcmt-2 {
    margin-top: 2px !important;
  }

  .pcmt-3 {
    margin-top: 3px !important;
  }

  .pcmt-4 {
    margin-top: 4px !important;
  }

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

  .pcmt-6 {
    margin-top: 6px !important;
  }

  .pcmt-7 {
    margin-top: 7px !important;
  }

  .pcmt-8 {
    margin-top: 8px !important;
  }

  .pcmt-9 {
    margin-top: 9px !important;
  }

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

  .pcmt-11 {
    margin-top: 11px !important;
  }

  .pcmt-12 {
    margin-top: 12px !important;
  }

  .pcmt-13 {
    margin-top: 13px !important;
  }

  .pcmt-14 {
    margin-top: 14px !important;
  }

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

  .pcmt-16 {
    margin-top: 16px !important;
  }

  .pcmt-17 {
    margin-top: 17px !important;
  }

  .pcmt-18 {
    margin-top: 18px !important;
  }

  .pcmt-19 {
    margin-top: 19px !important;
  }

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

  .pcmt-21 {
    margin-top: 21px !important;
  }

  .pcmt-22 {
    margin-top: 22px !important;
  }

  .pcmt-23 {
    margin-top: 23px !important;
  }

  .pcmt-24 {
    margin-top: 24px !important;
  }

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

  .pcmt-26 {
    margin-top: 26px !important;
  }

  .pcmt-27 {
    margin-top: 27px !important;
  }

  .pcmt-28 {
    margin-top: 28px !important;
  }

  .pcmt-29 {
    margin-top: 29px !important;
  }

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

  .pcmt-31 {
    margin-top: 31px !important;
  }

  .pcmt-32 {
    margin-top: 32px !important;
  }

  .pcmt-33 {
    margin-top: 33px !important;
  }

  .pcmt-34 {
    margin-top: 34px !important;
  }

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

  .pcmt-36 {
    margin-top: 36px !important;
  }

  .pcmt-37 {
    margin-top: 37px !important;
  }

  .pcmt-38 {
    margin-top: 38px !important;
  }

  .pcmt-39 {
    margin-top: 39px !important;
  }

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

  .pcmt-41 {
    margin-top: 41px !important;
  }

  .pcmt-42 {
    margin-top: 42px !important;
  }

  .pcmt-43 {
    margin-top: 43px !important;
  }

  .pcmt-44 {
    margin-top: 44px !important;
  }

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

  .pcmt-46 {
    margin-top: 46px !important;
  }

  .pcmt-47 {
    margin-top: 47px !important;
  }

  .pcmt-48 {
    margin-top: 48px !important;
  }

  .pcmt-49 {
    margin-top: 49px !important;
  }

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

  .pcmt-51 {
    margin-top: 51px !important;
  }

  .pcmt-52 {
    margin-top: 52px !important;
  }

  .pcmt-53 {
    margin-top: 53px !important;
  }

  .pcmt-54 {
    margin-top: 54px !important;
  }

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

  .pcmt-56 {
    margin-top: 56px !important;
  }

  .pcmt-57 {
    margin-top: 57px !important;
  }

  .pcmt-58 {
    margin-top: 58px !important;
  }

  .pcmt-59 {
    margin-top: 59px !important;
  }

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

  .pcmt-61 {
    margin-top: 61px !important;
  }

  .pcmt-62 {
    margin-top: 62px !important;
  }

  .pcmt-63 {
    margin-top: 63px !important;
  }

  .pcmt-64 {
    margin-top: 64px !important;
  }

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

  .pcmt-66 {
    margin-top: 66px !important;
  }

  .pcmt-67 {
    margin-top: 67px !important;
  }

  .pcmt-68 {
    margin-top: 68px !important;
  }

  .pcmt-69 {
    margin-top: 69px !important;
  }

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

  .pcmt-71 {
    margin-top: 71px !important;
  }

  .pcmt-72 {
    margin-top: 72px !important;
  }

  .pcmt-73 {
    margin-top: 73px !important;
  }

  .pcmt-74 {
    margin-top: 74px !important;
  }

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

  .pcmt-76 {
    margin-top: 76px !important;
  }

  .pcmt-77 {
    margin-top: 77px !important;
  }

  .pcmt-78 {
    margin-top: 78px !important;
  }

  .pcmt-79 {
    margin-top: 79px !important;
  }

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

  .pcmt-81 {
    margin-top: 81px !important;
  }

  .pcmt-82 {
    margin-top: 82px !important;
  }

  .pcmt-83 {
    margin-top: 83px !important;
  }

  .pcmt-84 {
    margin-top: 84px !important;
  }

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

  .pcmt-86 {
    margin-top: 86px !important;
  }

  .pcmt-87 {
    margin-top: 87px !important;
  }

  .pcmt-88 {
    margin-top: 88px !important;
  }

  .pcmt-89 {
    margin-top: 89px !important;
  }

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

  .pcmt-91 {
    margin-top: 91px !important;
  }

  .pcmt-92 {
    margin-top: 92px !important;
  }

  .pcmt-93 {
    margin-top: 93px !important;
  }

  .pcmt-94 {
    margin-top: 94px !important;
  }

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

  .pcmt-96 {
    margin-top: 96px !important;
  }

  .pcmt-97 {
    margin-top: 97px !important;
  }

  .pcmt-98 {
    margin-top: 98px !important;
  }

  .pcmt-99 {
    margin-top: 99px !important;
  }

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

  .pcmt-101 {
    margin-top: 101px !important;
  }

  .pcmt-102 {
    margin-top: 102px !important;
  }

  .pcmt-103 {
    margin-top: 103px !important;
  }

  .pcmt-104 {
    margin-top: 104px !important;
  }

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

  .pcmt-106 {
    margin-top: 106px !important;
  }

  .pcmt-107 {
    margin-top: 107px !important;
  }

  .pcmt-108 {
    margin-top: 108px !important;
  }

  .pcmt-109 {
    margin-top: 109px !important;
  }

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

  .pcmt-111 {
    margin-top: 111px !important;
  }

  .pcmt-112 {
    margin-top: 112px !important;
  }

  .pcmt-113 {
    margin-top: 113px !important;
  }

  .pcmt-114 {
    margin-top: 114px !important;
  }

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

  .pcmt-116 {
    margin-top: 116px !important;
  }

  .pcmt-117 {
    margin-top: 117px !important;
  }

  .pcmt-118 {
    margin-top: 118px !important;
  }

  .pcmt-119 {
    margin-top: 119px !important;
  }

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

  .pcmt-121 {
    margin-top: 121px !important;
  }

  .pcmt-122 {
    margin-top: 122px !important;
  }

  .pcmt-123 {
    margin-top: 123px !important;
  }

  .pcmt-124 {
    margin-top: 124px !important;
  }

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

  .pcmt-126 {
    margin-top: 126px !important;
  }

  .pcmt-127 {
    margin-top: 127px !important;
  }

  .pcmt-128 {
    margin-top: 128px !important;
  }

  .pcmt-129 {
    margin-top: 129px !important;
  }

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

  .pcmt-131 {
    margin-top: 131px !important;
  }

  .pcmt-132 {
    margin-top: 132px !important;
  }

  .pcmt-133 {
    margin-top: 133px !important;
  }

  .pcmt-134 {
    margin-top: 134px !important;
  }

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

  .pcmt-136 {
    margin-top: 136px !important;
  }

  .pcmt-137 {
    margin-top: 137px !important;
  }

  .pcmt-138 {
    margin-top: 138px !important;
  }

  .pcmt-139 {
    margin-top: 139px !important;
  }

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

  .pcmt-141 {
    margin-top: 141px !important;
  }

  .pcmt-142 {
    margin-top: 142px !important;
  }

  .pcmt-143 {
    margin-top: 143px !important;
  }

  .pcmt-144 {
    margin-top: 144px !important;
  }

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

  .pcmt-146 {
    margin-top: 146px !important;
  }

  .pcmt-147 {
    margin-top: 147px !important;
  }

  .pcmt-148 {
    margin-top: 148px !important;
  }

  .pcmt-149 {
    margin-top: 149px !important;
  }

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

  /*padding-top.  1px刻みで150pxまで*/
  .pcpt-0 {
    padding-top: 0px !important;
  }

  .pcpt-1 {
    padding-top: 1px !important;
  }

  .pcpt-2 {
    padding-top: 2px !important;
  }

  .pcpt-3 {
    padding-top: 3px !important;
  }

  .pcpt-4 {
    padding-top: 4px !important;
  }

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

  .pcpt-6 {
    padding-top: 6px !important;
  }

  .pcpt-7 {
    padding-top: 7px !important;
  }

  .pcpt-8 {
    padding-top: 8px !important;
  }

  .pcpt-9 {
    padding-top: 9px !important;
  }

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

  .pcpt-11 {
    padding-top: 11px !important;
  }

  .pcpt-12 {
    padding-top: 12px !important;
  }

  .pcpt-13 {
    padding-top: 13px !important;
  }

  .pcpt-14 {
    padding-top: 14px !important;
  }

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

  .pcpt-16 {
    padding-top: 16px !important;
  }

  .pcpt-17 {
    padding-top: 17px !important;
  }

  .pcpt-18 {
    padding-top: 18px !important;
  }

  .pcpt-19 {
    padding-top: 19px !important;
  }

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

  .pcpt-21 {
    padding-top: 21px !important;
  }

  .pcpt-22 {
    padding-top: 22px !important;
  }

  .pcpt-23 {
    padding-top: 23px !important;
  }

  .pcpt-24 {
    padding-top: 24px !important;
  }

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

  .pcpt-26 {
    padding-top: 26px !important;
  }

  .pcpt-27 {
    padding-top: 27px !important;
  }

  .pcpt-28 {
    padding-top: 28px !important;
  }

  .pcpt-29 {
    padding-top: 29px !important;
  }

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

  .pcpt-31 {
    padding-top: 31px !important;
  }

  .pcpt-32 {
    padding-top: 32px !important;
  }

  .pcpt-33 {
    padding-top: 33px !important;
  }

  .pcpt-34 {
    padding-top: 34px !important;
  }

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

  .pcpt-36 {
    padding-top: 36px !important;
  }

  .pcpt-37 {
    padding-top: 37px !important;
  }

  .pcpt-38 {
    padding-top: 38px !important;
  }

  .pcpt-39 {
    padding-top: 39px !important;
  }

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

  .pcpt-41 {
    padding-top: 41px !important;
  }

  .pcpt-42 {
    padding-top: 42px !important;
  }

  .pcpt-43 {
    padding-top: 43px !important;
  }

  .pcpt-44 {
    padding-top: 44px !important;
  }

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

  .pcpt-46 {
    padding-top: 46px !important;
  }

  .pcpt-47 {
    padding-top: 47px !important;
  }

  .pcpt-48 {
    padding-top: 48px !important;
  }

  .pcpt-49 {
    padding-top: 49px !important;
  }

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

  .pcpt-51 {
    padding-top: 51px !important;
  }

  .pcpt-52 {
    padding-top: 52px !important;
  }

  .pcpt-53 {
    padding-top: 53px !important;
  }

  .pcpt-54 {
    padding-top: 54px !important;
  }

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

  .pcpt-56 {
    padding-top: 56px !important;
  }

  .pcpt-57 {
    padding-top: 57px !important;
  }

  .pcpt-58 {
    padding-top: 58px !important;
  }

  .pcpt-59 {
    padding-top: 59px !important;
  }

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

  .pcpt-61 {
    padding-top: 61px !important;
  }

  .pcpt-62 {
    padding-top: 62px !important;
  }

  .pcpt-63 {
    padding-top: 63px !important;
  }

  .pcpt-64 {
    padding-top: 64px !important;
  }

  .pcpt-65 {
    padding-top: 65px !important;
  }

  .pcpt-66 {
    padding-top: 66px !important;
  }

  .pcpt-67 {
    padding-top: 67px !important;
  }

  .pcpt-68 {
    padding-top: 68px !important;
  }

  .pcpt-69 {
    padding-top: 69px !important;
  }

  .pcpt-70 {
    padding-top: 70px !important;
  }

  .pcpt-71 {
    padding-top: 71px !important;
  }

  .pcpt-72 {
    padding-top: 72px !important;
  }

  .pcpt-73 {
    padding-top: 73px !important;
  }

  .pcpt-74 {
    padding-top: 74px !important;
  }

  .pcpt-75 {
    padding-top: 75px !important;
  }

  .pcpt-76 {
    padding-top: 76px !important;
  }

  .pcpt-77 {
    padding-top: 77px !important;
  }

  .pcpt-78 {
    padding-top: 78px !important;
  }

  .pcpt-79 {
    padding-top: 79px !important;
  }

  .pcpt-80 {
    padding-top: 80px !important;
  }

  .pcpt-81 {
    padding-top: 81px !important;
  }

  .pcpt-82 {
    padding-top: 82px !important;
  }

  .pcpt-83 {
    padding-top: 83px !important;
  }

  .pcpt-84 {
    padding-top: 84px !important;
  }

  .pcpt-85 {
    padding-top: 85px !important;
  }

  .pcpt-86 {
    padding-top: 86px !important;
  }

  .pcpt-87 {
    padding-top: 87px !important;
  }

  .pcpt-88 {
    padding-top: 88px !important;
  }

  .pcpt-89 {
    padding-top: 89px !important;
  }

  .pcpt-90 {
    padding-top: 90px !important;
  }

  .pcpt-91 {
    padding-top: 91px !important;
  }

  .pcpt-92 {
    padding-top: 92px !important;
  }

  .pcpt-93 {
    padding-top: 93px !important;
  }

  .pcpt-94 {
    padding-top: 94px !important;
  }

  .pcpt-95 {
    padding-top: 95px !important;
  }

  .pcpt-96 {
    padding-top: 96px !important;
  }

  .pcpt-97 {
    padding-top: 97px !important;
  }

  .pcpt-98 {
    padding-top: 98px !important;
  }

  .pcpt-99 {
    padding-top: 99px !important;
  }

  .pcpt-100 {
    padding-top: 100px !important;
  }

  .pcpt-101 {
    padding-top: 101px !important;
  }

  .pcpt-102 {
    padding-top: 102px !important;
  }

  .pcpt-103 {
    padding-top: 103px !important;
  }

  .pcpt-104 {
    padding-top: 104px !important;
  }

  .pcpt-105 {
    padding-top: 105px !important;
  }

  .pcpt-106 {
    padding-top: 106px !important;
  }

  .pcpt-107 {
    padding-top: 107px !important;
  }

  .pcpt-108 {
    padding-top: 108px !important;
  }

  .pcpt-109 {
    padding-top: 109px !important;
  }

  .pcpt-110 {
    padding-top: 110px !important;
  }

  .pcpt-111 {
    padding-top: 111px !important;
  }

  .pcpt-112 {
    padding-top: 112px !important;
  }

  .pcpt-113 {
    padding-top: 113px !important;
  }

  .pcpt-114 {
    padding-top: 114px !important;
  }

  .pcpt-115 {
    padding-top: 115px !important;
  }

  .pcpt-116 {
    padding-top: 116px !important;
  }

  .pcpt-117 {
    padding-top: 117px !important;
  }

  .pcpt-118 {
    padding-top: 118px !important;
  }

  .pcpt-119 {
    padding-top: 119px !important;
  }

  .pcpt-120 {
    padding-top: 120px !important;
  }

  .pcpt-121 {
    padding-top: 121px !important;
  }

  .pcpt-122 {
    padding-top: 122px !important;
  }

  .pcpt-123 {
    padding-top: 123px !important;
  }

  .pcpt-124 {
    padding-top: 124px !important;
  }

  .pcpt-125 {
    padding-top: 125px !important;
  }

  .pcpt-126 {
    padding-top: 126px !important;
  }

  .pcpt-127 {
    padding-top: 127px !important;
  }

  .pcpt-128 {
    padding-top: 128px !important;
  }

  .pcpt-129 {
    padding-top: 129px !important;
  }

  .pcpt-130 {
    padding-top: 130px !important;
  }

  .pcpt-131 {
    padding-top: 131px !important;
  }

  .pcpt-132 {
    padding-top: 132px !important;
  }

  .pcpt-133 {
    padding-top: 133px !important;
  }

  .pcpt-134 {
    padding-top: 134px !important;
  }

  .pcpt-135 {
    padding-top: 135px !important;
  }

  .pcpt-136 {
    padding-top: 136px !important;
  }

  .pcpt-137 {
    padding-top: 137px !important;
  }

  .pcpt-138 {
    padding-top: 138px !important;
  }

  .pcpt-139 {
    padding-top: 139px !important;
  }

  .pcpt-140 {
    padding-top: 140px !important;
  }

  .pcpt-141 {
    padding-top: 141px !important;
  }

  .pcpt-142 {
    padding-top: 142px !important;
  }

  .pcpt-143 {
    padding-top: 143px !important;
  }

  .pcpt-144 {
    padding-top: 144px !important;
  }

  .pcpt-145 {
    padding-top: 145px !important;
  }

  .pcpt-146 {
    padding-top: 146px !important;
  }

  .pcpt-147 {
    padding-top: 147px !important;
  }

  .pcpt-148 {
    padding-top: 148px !important;
  }

  .pcpt-149 {
    padding-top: 149px !important;
  }

  .pcpt-150 {
    padding-top: 150px !important;
  }

  /*margin-right.  1px刻みで150pxまで*/
  .pcmr-0 {
    margin-right: 0px !important;
  }

  .pcmr-1 {
    margin-right: 1px !important;
  }

  .pcmr-2 {
    margin-right: 2px !important;
  }

  .pcmr-3 {
    margin-right: 3px !important;
  }

  .pcmr-4 {
    margin-right: 4px !important;
  }

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

  .pcmr-6 {
    margin-right: 6px !important;
  }

  .pcmr-7 {
    margin-right: 7px !important;
  }

  .pcmr-8 {
    margin-right: 8px !important;
  }

  .pcmr-9 {
    margin-right: 9px !important;
  }

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

  .pcmr-11 {
    margin-right: 11px !important;
  }

  .pcmr-12 {
    margin-right: 12px !important;
  }

  .pcmr-13 {
    margin-right: 13px !important;
  }

  .pcmr-14 {
    margin-right: 14px !important;
  }

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

  .pcmr-16 {
    margin-right: 16px !important;
  }

  .pcmr-17 {
    margin-right: 17px !important;
  }

  .pcmr-18 {
    margin-right: 18px !important;
  }

  .pcmr-19 {
    margin-right: 19px !important;
  }

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

  .pcmr-21 {
    margin-right: 21px !important;
  }

  .pcmr-22 {
    margin-right: 22px !important;
  }

  .pcmr-23 {
    margin-right: 23px !important;
  }

  .pcmr-24 {
    margin-right: 24px !important;
  }

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

  .pcmr-26 {
    margin-right: 26px !important;
  }

  .pcmr-27 {
    margin-right: 27px !important;
  }

  .pcmr-28 {
    margin-right: 28px !important;
  }

  .pcmr-29 {
    margin-right: 29px !important;
  }

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

  .pcmr-31 {
    margin-right: 31px !important;
  }

  .pcmr-32 {
    margin-right: 32px !important;
  }

  .pcmr-33 {
    margin-right: 33px !important;
  }

  .pcmr-34 {
    margin-right: 34px !important;
  }

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

  .pcmr-36 {
    margin-right: 36px !important;
  }

  .pcmr-37 {
    margin-right: 37px !important;
  }

  .pcmr-38 {
    margin-right: 38px !important;
  }

  .pcmr-39 {
    margin-right: 39px !important;
  }

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

  .pcmr-41 {
    margin-right: 41px !important;
  }

  .pcmr-42 {
    margin-right: 42px !important;
  }

  .pcmr-43 {
    margin-right: 43px !important;
  }

  .pcmr-44 {
    margin-right: 44px !important;
  }

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

  .pcmr-46 {
    margin-right: 46px !important;
  }

  .pcmr-47 {
    margin-right: 47px !important;
  }

  .pcmr-48 {
    margin-right: 48px !important;
  }

  .pcmr-49 {
    margin-right: 49px !important;
  }

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

  .pcmr-51 {
    margin-right: 51px !important;
  }

  .pcmr-52 {
    margin-right: 52px !important;
  }

  .pcmr-53 {
    margin-right: 53px !important;
  }

  .pcmr-54 {
    margin-right: 54px !important;
  }

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

  .pcmr-56 {
    margin-right: 56px !important;
  }

  .pcmr-57 {
    margin-right: 57px !important;
  }

  .pcmr-58 {
    margin-right: 58px !important;
  }

  .pcmr-59 {
    margin-right: 59px !important;
  }

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

  .pcmr-61 {
    margin-right: 61px !important;
  }

  .pcmr-62 {
    margin-right: 62px !important;
  }

  .pcmr-63 {
    margin-right: 63px !important;
  }

  .pcmr-64 {
    margin-right: 64px !important;
  }

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

  .pcmr-66 {
    margin-right: 66px !important;
  }

  .pcmr-67 {
    margin-right: 67px !important;
  }

  .pcmr-68 {
    margin-right: 68px !important;
  }

  .pcmr-69 {
    margin-right: 69px !important;
  }

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

  .pcmr-71 {
    margin-right: 71px !important;
  }

  .pcmr-72 {
    margin-right: 72px !important;
  }

  .pcmr-73 {
    margin-right: 73px !important;
  }

  .pcmr-74 {
    margin-right: 74px !important;
  }

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

  .pcmr-76 {
    margin-right: 76px !important;
  }

  .pcmr-77 {
    margin-right: 77px !important;
  }

  .pcmr-78 {
    margin-right: 78px !important;
  }

  .pcmr-79 {
    margin-right: 79px !important;
  }

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

  .pcmr-81 {
    margin-right: 81px !important;
  }

  .pcmr-82 {
    margin-right: 82px !important;
  }

  .pcmr-83 {
    margin-right: 83px !important;
  }

  .pcmr-84 {
    margin-right: 84px !important;
  }

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

  .pcmr-86 {
    margin-right: 86px !important;
  }

  .pcmr-87 {
    margin-right: 87px !important;
  }

  .pcmr-88 {
    margin-right: 88px !important;
  }

  .pcmr-89 {
    margin-right: 89px !important;
  }

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

  .pcmr-91 {
    margin-right: 91px !important;
  }

  .pcmr-92 {
    margin-right: 92px !important;
  }

  .pcmr-93 {
    margin-right: 93px !important;
  }

  .pcmr-94 {
    margin-right: 94px !important;
  }

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

  .pcmr-96 {
    margin-right: 96px !important;
  }

  .pcmr-97 {
    margin-right: 97px !important;
  }

  .pcmr-98 {
    margin-right: 98px !important;
  }

  .pcmr-99 {
    margin-right: 99px !important;
  }

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

  .pcmr-101 {
    margin-right: 101px !important;
  }

  .pcmr-102 {
    margin-right: 102px !important;
  }

  .pcmr-103 {
    margin-right: 103px !important;
  }

  .pcmr-104 {
    margin-right: 104px !important;
  }

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

  .pcmr-106 {
    margin-right: 106px !important;
  }

  .pcmr-107 {
    margin-right: 107px !important;
  }

  .pcmr-108 {
    margin-right: 108px !important;
  }

  .pcmr-109 {
    margin-right: 109px !important;
  }

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

  .pcmr-111 {
    margin-right: 111px !important;
  }

  .pcmr-112 {
    margin-right: 112px !important;
  }

  .pcmr-113 {
    margin-right: 113px !important;
  }

  .pcmr-114 {
    margin-right: 114px !important;
  }

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

  .pcmr-116 {
    margin-right: 116px !important;
  }

  .pcmr-117 {
    margin-right: 117px !important;
  }

  .pcmr-118 {
    margin-right: 118px !important;
  }

  .pcmr-119 {
    margin-right: 119px !important;
  }

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

  .pcmr-121 {
    margin-right: 121px !important;
  }

  .pcmr-122 {
    margin-right: 122px !important;
  }

  .pcmr-123 {
    margin-right: 123px !important;
  }

  .pcmr-124 {
    margin-right: 124px !important;
  }

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

  .pcmr-126 {
    margin-right: 126px !important;
  }

  .pcmr-127 {
    margin-right: 127px !important;
  }

  .pcmr-128 {
    margin-right: 128px !important;
  }

  .pcmr-129 {
    margin-right: 129px !important;
  }

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

  .pcmr-131 {
    margin-right: 131px !important;
  }

  .pcmr-132 {
    margin-right: 132px !important;
  }

  .pcmr-133 {
    margin-right: 133px !important;
  }

  .pcmr-134 {
    margin-right: 134px !important;
  }

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

  .pcmr-136 {
    margin-right: 136px !important;
  }

  .pcmr-137 {
    margin-right: 137px !important;
  }

  .pcmr-138 {
    margin-right: 138px !important;
  }

  .pcmr-139 {
    margin-right: 139px !important;
  }

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

  .pcmr-141 {
    margin-right: 141px !important;
  }

  .pcmr-142 {
    margin-right: 142px !important;
  }

  .pcmr-143 {
    margin-right: 143px !important;
  }

  .pcmr-144 {
    margin-right: 144px !important;
  }

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

  .pcmr-146 {
    margin-right: 146px !important;
  }

  .pcmr-147 {
    margin-right: 147px !important;
  }

  .pcmr-148 {
    margin-right: 148px !important;
  }

  .pcmr-149 {
    margin-right: 149px !important;
  }

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

  /*padding-right.  1px刻みで150pxまで*/
  .pcpr-0 {
    padding-right: 0px !important;
  }

  .pcpr-1 {
    padding-right: 1px !important;
  }

  .pcpr-2 {
    padding-right: 2px !important;
  }

  .pcpr-3 {
    padding-right: 3px !important;
  }

  .pcpr-4 {
    padding-right: 4px !important;
  }

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

  .pcpr-6 {
    padding-right: 6px !important;
  }

  .pcpr-7 {
    padding-right: 7px !important;
  }

  .pcpr-8 {
    padding-right: 8px !important;
  }

  .pcpr-9 {
    padding-right: 9px !important;
  }

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

  .pcpr-11 {
    padding-right: 11px !important;
  }

  .pcpr-12 {
    padding-right: 12px !important;
  }

  .pcpr-13 {
    padding-right: 13px !important;
  }

  .pcpr-14 {
    padding-right: 14px !important;
  }

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

  .pcpr-16 {
    padding-right: 16px !important;
  }

  .pcpr-17 {
    padding-right: 17px !important;
  }

  .pcpr-18 {
    padding-right: 18px !important;
  }

  .pcpr-19 {
    padding-right: 19px !important;
  }

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

  .pcpr-21 {
    padding-right: 21px !important;
  }

  .pcpr-22 {
    padding-right: 22px !important;
  }

  .pcpr-23 {
    padding-right: 23px !important;
  }

  .pcpr-24 {
    padding-right: 24px !important;
  }

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

  .pcpr-26 {
    padding-right: 26px !important;
  }

  .pcpr-27 {
    padding-right: 27px !important;
  }

  .pcpr-28 {
    padding-right: 28px !important;
  }

  .pcpr-29 {
    padding-right: 29px !important;
  }

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

  .pcpr-31 {
    padding-right: 31px !important;
  }

  .pcpr-32 {
    padding-right: 32px !important;
  }

  .pcpr-33 {
    padding-right: 33px !important;
  }

  .pcpr-34 {
    padding-right: 34px !important;
  }

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

  .pcpr-36 {
    padding-right: 36px !important;
  }

  .pcpr-37 {
    padding-right: 37px !important;
  }

  .pcpr-38 {
    padding-right: 38px !important;
  }

  .pcpr-39 {
    padding-right: 39px !important;
  }

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

  .pcpr-41 {
    padding-right: 41px !important;
  }

  .pcpr-42 {
    padding-right: 42px !important;
  }

  .pcpr-43 {
    padding-right: 43px !important;
  }

  .pcpr-44 {
    padding-right: 44px !important;
  }

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

  .pcpr-46 {
    padding-right: 46px !important;
  }

  .pcpr-47 {
    padding-right: 47px !important;
  }

  .pcpr-48 {
    padding-right: 48px !important;
  }

  .pcpr-49 {
    padding-right: 49px !important;
  }

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

  .pcpr-51 {
    padding-right: 51px !important;
  }

  .pcpr-52 {
    padding-right: 52px !important;
  }

  .pcpr-53 {
    padding-right: 53px !important;
  }

  .pcpr-54 {
    padding-right: 54px !important;
  }

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

  .pcpr-56 {
    padding-right: 56px !important;
  }

  .pcpr-57 {
    padding-right: 57px !important;
  }

  .pcpr-58 {
    padding-right: 58px !important;
  }

  .pcpr-59 {
    padding-right: 59px !important;
  }

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

  .pcpr-61 {
    padding-right: 61px !important;
  }

  .pcpr-62 {
    padding-right: 62px !important;
  }

  .pcpr-63 {
    padding-right: 63px !important;
  }

  .pcpr-64 {
    padding-right: 64px !important;
  }

  .pcpr-65 {
    padding-right: 65px !important;
  }

  .pcpr-66 {
    padding-right: 66px !important;
  }

  .pcpr-67 {
    padding-right: 67px !important;
  }

  .pcpr-68 {
    padding-right: 68px !important;
  }

  .pcpr-69 {
    padding-right: 69px !important;
  }

  .pcpr-70 {
    padding-right: 70px !important;
  }

  .pcpr-71 {
    padding-right: 71px !important;
  }

  .pcpr-72 {
    padding-right: 72px !important;
  }

  .pcpr-73 {
    padding-right: 73px !important;
  }

  .pcpr-74 {
    padding-right: 74px !important;
  }

  .pcpr-75 {
    padding-right: 75px !important;
  }

  .pcpr-76 {
    padding-right: 76px !important;
  }

  .pcpr-77 {
    padding-right: 77px !important;
  }

  .pcpr-78 {
    padding-right: 78px !important;
  }

  .pcpr-79 {
    padding-right: 79px !important;
  }

  .pcpr-80 {
    padding-right: 80px !important;
  }

  .pcpr-81 {
    padding-right: 81px !important;
  }

  .pcpr-82 {
    padding-right: 82px !important;
  }

  .pcpr-83 {
    padding-right: 83px !important;
  }

  .pcpr-84 {
    padding-right: 84px !important;
  }

  .pcpr-85 {
    padding-right: 85px !important;
  }

  .pcpr-86 {
    padding-right: 86px !important;
  }

  .pcpr-87 {
    padding-right: 87px !important;
  }

  .pcpr-88 {
    padding-right: 88px !important;
  }

  .pcpr-89 {
    padding-right: 89px !important;
  }

  .pcpr-90 {
    padding-right: 90px !important;
  }

  .pcpr-91 {
    padding-right: 91px !important;
  }

  .pcpr-92 {
    padding-right: 92px !important;
  }

  .pcpr-93 {
    padding-right: 93px !important;
  }

  .pcpr-94 {
    padding-right: 94px !important;
  }

  .pcpr-95 {
    padding-right: 95px !important;
  }

  .pcpr-96 {
    padding-right: 96px !important;
  }

  .pcpr-97 {
    padding-right: 97px !important;
  }

  .pcpr-98 {
    padding-right: 98px !important;
  }

  .pcpr-99 {
    padding-right: 99px !important;
  }

  .pcpr-100 {
    padding-right: 100px !important;
  }

  .pcpr-101 {
    padding-right: 101px !important;
  }

  .pcpr-102 {
    padding-right: 102px !important;
  }

  .pcpr-103 {
    padding-right: 103px !important;
  }

  .pcpr-104 {
    padding-right: 104px !important;
  }

  .pcpr-105 {
    padding-right: 105px !important;
  }

  .pcpr-106 {
    padding-right: 106px !important;
  }

  .pcpr-107 {
    padding-right: 107px !important;
  }

  .pcpr-108 {
    padding-right: 108px !important;
  }

  .pcpr-109 {
    padding-right: 109px !important;
  }

  .pcpr-110 {
    padding-right: 110px !important;
  }

  .pcpr-111 {
    padding-right: 111px !important;
  }

  .pcpr-112 {
    padding-right: 112px !important;
  }

  .pcpr-113 {
    padding-right: 113px !important;
  }

  .pcpr-114 {
    padding-right: 114px !important;
  }

  .pcpr-115 {
    padding-right: 115px !important;
  }

  .pcpr-116 {
    padding-right: 116px !important;
  }

  .pcpr-117 {
    padding-right: 117px !important;
  }

  .pcpr-118 {
    padding-right: 118px !important;
  }

  .pcpr-119 {
    padding-right: 119px !important;
  }

  .pcpr-120 {
    padding-right: 120px !important;
  }

  .pcpr-121 {
    padding-right: 121px !important;
  }

  .pcpr-122 {
    padding-right: 122px !important;
  }

  .pcpr-123 {
    padding-right: 123px !important;
  }

  .pcpr-124 {
    padding-right: 124px !important;
  }

  .pcpr-125 {
    padding-right: 125px !important;
  }

  .pcpr-126 {
    padding-right: 126px !important;
  }

  .pcpr-127 {
    padding-right: 127px !important;
  }

  .pcpr-128 {
    padding-right: 128px !important;
  }

  .pcpr-129 {
    padding-right: 129px !important;
  }

  .pcpr-130 {
    padding-right: 130px !important;
  }

  .pcpr-131 {
    padding-right: 131px !important;
  }

  .pcpr-132 {
    padding-right: 132px !important;
  }

  .pcpr-133 {
    padding-right: 133px !important;
  }

  .pcpr-134 {
    padding-right: 134px !important;
  }

  .pcpr-135 {
    padding-right: 135px !important;
  }

  .pcpr-136 {
    padding-right: 136px !important;
  }

  .pcpr-137 {
    padding-right: 137px !important;
  }

  .pcpr-138 {
    padding-right: 138px !important;
  }

  .pcpr-139 {
    padding-right: 139px !important;
  }

  .pcpr-140 {
    padding-right: 140px !important;
  }

  .pcpr-141 {
    padding-right: 141px !important;
  }

  .pcpr-142 {
    padding-right: 142px !important;
  }

  .pcpr-143 {
    padding-right: 143px !important;
  }

  .pcpr-144 {
    padding-right: 144px !important;
  }

  .pcpr-145 {
    padding-right: 145px !important;
  }

  .pcpr-146 {
    padding-right: 146px !important;
  }

  .pcpr-147 {
    padding-right: 147px !important;
  }

  .pcpr-148 {
    padding-right: 148px !important;
  }

  .pcpr-149 {
    padding-right: 149px !important;
  }

  .pcpr-150 {
    padding-right: 150px !important;
  }

  /*margin-left.  1px刻みで150pxまで*/
  .pcml-0 {
    margin-left: 0px !important;
  }

  .pcml-1 {
    margin-left: 1px !important;
  }

  .pcml-2 {
    margin-left: 2px !important;
  }

  .pcml-3 {
    margin-left: 3px !important;
  }

  .pcml-4 {
    margin-left: 4px !important;
  }

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

  .pcml-6 {
    margin-left: 6px !important;
  }

  .pcml-7 {
    margin-left: 7px !important;
  }

  .pcml-8 {
    margin-left: 8px !important;
  }

  .pcml-9 {
    margin-left: 9px !important;
  }

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

  .pcml-11 {
    margin-left: 11px !important;
  }

  .pcml-12 {
    margin-left: 12px !important;
  }

  .pcml-13 {
    margin-left: 13px !important;
  }

  .pcml-14 {
    margin-left: 14px !important;
  }

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

  .pcml-16 {
    margin-left: 16px !important;
  }

  .pcml-17 {
    margin-left: 17px !important;
  }

  .pcml-18 {
    margin-left: 18px !important;
  }

  .pcml-19 {
    margin-left: 19px !important;
  }

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

  .pcml-21 {
    margin-left: 21px !important;
  }

  .pcml-22 {
    margin-left: 22px !important;
  }

  .pcml-23 {
    margin-left: 23px !important;
  }

  .pcml-24 {
    margin-left: 24px !important;
  }

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

  .pcml-26 {
    margin-left: 26px !important;
  }

  .pcml-27 {
    margin-left: 27px !important;
  }

  .pcml-28 {
    margin-left: 28px !important;
  }

  .pcml-29 {
    margin-left: 29px !important;
  }

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

  .pcml-31 {
    margin-left: 31px !important;
  }

  .pcml-32 {
    margin-left: 32px !important;
  }

  .pcml-33 {
    margin-left: 33px !important;
  }

  .pcml-34 {
    margin-left: 34px !important;
  }

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

  .pcml-36 {
    margin-left: 36px !important;
  }

  .pcml-37 {
    margin-left: 37px !important;
  }

  .pcml-38 {
    margin-left: 38px !important;
  }

  .pcml-39 {
    margin-left: 39px !important;
  }

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

  .pcml-41 {
    margin-left: 41px !important;
  }

  .pcml-42 {
    margin-left: 42px !important;
  }

  .pcml-43 {
    margin-left: 43px !important;
  }

  .pcml-44 {
    margin-left: 44px !important;
  }

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

  .pcml-46 {
    margin-left: 46px !important;
  }

  .pcml-47 {
    margin-left: 47px !important;
  }

  .pcml-48 {
    margin-left: 48px !important;
  }

  .pcml-49 {
    margin-left: 49px !important;
  }

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

  .pcml-51 {
    margin-left: 51px !important;
  }

  .pcml-52 {
    margin-left: 52px !important;
  }

  .pcml-53 {
    margin-left: 53px !important;
  }

  .pcml-54 {
    margin-left: 54px !important;
  }

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

  .pcml-56 {
    margin-left: 56px !important;
  }

  .pcml-57 {
    margin-left: 57px !important;
  }

  .pcml-58 {
    margin-left: 58px !important;
  }

  .pcml-59 {
    margin-left: 59px !important;
  }

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

  .pcml-61 {
    margin-left: 61px !important;
  }

  .pcml-62 {
    margin-left: 62px !important;
  }

  .pcml-63 {
    margin-left: 63px !important;
  }

  .pcml-64 {
    margin-left: 64px !important;
  }

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

  .pcml-66 {
    margin-left: 66px !important;
  }

  .pcml-67 {
    margin-left: 67px !important;
  }

  .pcml-68 {
    margin-left: 68px !important;
  }

  .pcml-69 {
    margin-left: 69px !important;
  }

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

  .pcml-71 {
    margin-left: 71px !important;
  }

  .pcml-72 {
    margin-left: 72px !important;
  }

  .pcml-73 {
    margin-left: 73px !important;
  }

  .pcml-74 {
    margin-left: 74px !important;
  }

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

  .pcml-76 {
    margin-left: 76px !important;
  }

  .pcml-77 {
    margin-left: 77px !important;
  }

  .pcml-78 {
    margin-left: 78px !important;
  }

  .pcml-79 {
    margin-left: 79px !important;
  }

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

  .pcml-81 {
    margin-left: 81px !important;
  }

  .pcml-82 {
    margin-left: 82px !important;
  }

  .pcml-83 {
    margin-left: 83px !important;
  }

  .pcml-84 {
    margin-left: 84px !important;
  }

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

  .pcml-86 {
    margin-left: 86px !important;
  }

  .pcml-87 {
    margin-left: 87px !important;
  }

  .pcml-88 {
    margin-left: 88px !important;
  }

  .pcml-89 {
    margin-left: 89px !important;
  }

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

  .pcml-91 {
    margin-left: 91px !important;
  }

  .pcml-92 {
    margin-left: 92px !important;
  }

  .pcml-93 {
    margin-left: 93px !important;
  }

  .pcml-94 {
    margin-left: 94px !important;
  }

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

  .pcml-96 {
    margin-left: 96px !important;
  }

  .pcml-97 {
    margin-left: 97px !important;
  }

  .pcml-98 {
    margin-left: 98px !important;
  }

  .pcml-99 {
    margin-left: 99px !important;
  }

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

  .pcml-101 {
    margin-left: 101px !important;
  }

  .pcml-102 {
    margin-left: 102px !important;
  }

  .pcml-103 {
    margin-left: 103px !important;
  }

  .pcml-104 {
    margin-left: 104px !important;
  }

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

  .pcml-106 {
    margin-left: 106px !important;
  }

  .pcml-107 {
    margin-left: 107px !important;
  }

  .pcml-108 {
    margin-left: 108px !important;
  }

  .pcml-109 {
    margin-left: 109px !important;
  }

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

  .pcml-111 {
    margin-left: 111px !important;
  }

  .pcml-112 {
    margin-left: 112px !important;
  }

  .pcml-113 {
    margin-left: 113px !important;
  }

  .pcml-114 {
    margin-left: 114px !important;
  }

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

  .pcml-116 {
    margin-left: 116px !important;
  }

  .pcml-117 {
    margin-left: 117px !important;
  }

  .pcml-118 {
    margin-left: 118px !important;
  }

  .pcml-119 {
    margin-left: 119px !important;
  }

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

  .pcml-121 {
    margin-left: 121px !important;
  }

  .pcml-122 {
    margin-left: 122px !important;
  }

  .pcml-123 {
    margin-left: 123px !important;
  }

  .pcml-124 {
    margin-left: 124px !important;
  }

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

  .pcml-126 {
    margin-left: 126px !important;
  }

  .pcml-127 {
    margin-left: 127px !important;
  }

  .pcml-128 {
    margin-left: 128px !important;
  }

  .pcml-129 {
    margin-left: 129px !important;
  }

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

  .pcml-131 {
    margin-left: 131px !important;
  }

  .pcml-132 {
    margin-left: 132px !important;
  }

  .pcml-133 {
    margin-left: 133px !important;
  }

  .pcml-134 {
    margin-left: 134px !important;
  }

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

  .pcml-136 {
    margin-left: 136px !important;
  }

  .pcml-137 {
    margin-left: 137px !important;
  }

  .pcml-138 {
    margin-left: 138px !important;
  }

  .pcml-139 {
    margin-left: 139px !important;
  }

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

  .pcml-141 {
    margin-left: 141px !important;
  }

  .pcml-142 {
    margin-left: 142px !important;
  }

  .pcml-143 {
    margin-left: 143px !important;
  }

  .pcml-144 {
    margin-left: 144px !important;
  }

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

  .pcml-146 {
    margin-left: 146px !important;
  }

  .pcml-147 {
    margin-left: 147px !important;
  }

  .pcml-148 {
    margin-left: 148px !important;
  }

  .pcml-149 {
    margin-left: 149px !important;
  }

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

  /*padding-left.  1px刻みで150pxまで*/
  .pcpl-0 {
    padding-left: 0px !important;
  }

  .pcpl-1 {
    padding-left: 1px !important;
  }

  .pcpl-2 {
    padding-left: 2px !important;
  }

  .pcpl-3 {
    padding-left: 3px !important;
  }

  .pcpl-4 {
    padding-left: 4px !important;
  }

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

  .pcpl-6 {
    padding-left: 6px !important;
  }

  .pcpl-7 {
    padding-left: 7px !important;
  }

  .pcpl-8 {
    padding-left: 8px !important;
  }

  .pcpl-9 {
    padding-left: 9px !important;
  }

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

  .pcpl-11 {
    padding-left: 11px !important;
  }

  .pcpl-12 {
    padding-left: 12px !important;
  }

  .pcpl-13 {
    padding-left: 13px !important;
  }

  .pcpl-14 {
    padding-left: 14px !important;
  }

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

  .pcpl-16 {
    padding-left: 16px !important;
  }

  .pcpl-17 {
    padding-left: 17px !important;
  }

  .pcpl-18 {
    padding-left: 18px !important;
  }

  .pcpl-19 {
    padding-left: 19px !important;
  }

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

  .pcpl-21 {
    padding-left: 21px !important;
  }

  .pcpl-22 {
    padding-left: 22px !important;
  }

  .pcpl-23 {
    padding-left: 23px !important;
  }

  .pcpl-24 {
    padding-left: 24px !important;
  }

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

  .pcpl-26 {
    padding-left: 26px !important;
  }

  .pcpl-27 {
    padding-left: 27px !important;
  }

  .pcpl-28 {
    padding-left: 28px !important;
  }

  .pcpl-29 {
    padding-left: 29px !important;
  }

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

  .pcpl-31 {
    padding-left: 31px !important;
  }

  .pcpl-32 {
    padding-left: 32px !important;
  }

  .pcpl-33 {
    padding-left: 33px !important;
  }

  .pcpl-34 {
    padding-left: 34px !important;
  }

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

  .pcpl-36 {
    padding-left: 36px !important;
  }

  .pcpl-37 {
    padding-left: 37px !important;
  }

  .pcpl-38 {
    padding-left: 38px !important;
  }

  .pcpl-39 {
    padding-left: 39px !important;
  }

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

  .pcpl-41 {
    padding-left: 41px !important;
  }

  .pcpl-42 {
    padding-left: 42px !important;
  }

  .pcpl-43 {
    padding-left: 43px !important;
  }

  .pcpl-44 {
    padding-left: 44px !important;
  }

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

  .pcpl-46 {
    padding-left: 46px !important;
  }

  .pcpl-47 {
    padding-left: 47px !important;
  }

  .pcpl-48 {
    padding-left: 48px !important;
  }

  .pcpl-49 {
    padding-left: 49px !important;
  }

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

  .pcpl-51 {
    padding-left: 51px !important;
  }

  .pcpl-52 {
    padding-left: 52px !important;
  }

  .pcpl-53 {
    padding-left: 53px !important;
  }

  .pcpl-54 {
    padding-left: 54px !important;
  }

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

  .pcpl-56 {
    padding-left: 56px !important;
  }

  .pcpl-57 {
    padding-left: 57px !important;
  }

  .pcpl-58 {
    padding-left: 58px !important;
  }

  .pcpl-59 {
    padding-left: 59px !important;
  }

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

  .pcpl-61 {
    padding-left: 61px !important;
  }

  .pcpl-62 {
    padding-left: 62px !important;
  }

  .pcpl-63 {
    padding-left: 63px !important;
  }

  .pcpl-64 {
    padding-left: 64px !important;
  }

  .pcpl-65 {
    padding-left: 65px !important;
  }

  .pcpl-66 {
    padding-left: 66px !important;
  }

  .pcpl-67 {
    padding-left: 67px !important;
  }

  .pcpl-68 {
    padding-left: 68px !important;
  }

  .pcpl-69 {
    padding-left: 69px !important;
  }

  .pcpl-70 {
    padding-left: 70px !important;
  }

  .pcpl-71 {
    padding-left: 71px !important;
  }

  .pcpl-72 {
    padding-left: 72px !important;
  }

  .pcpl-73 {
    padding-left: 73px !important;
  }

  .pcpl-74 {
    padding-left: 74px !important;
  }

  .pcpl-75 {
    padding-left: 75px !important;
  }

  .pcpl-76 {
    padding-left: 76px !important;
  }

  .pcpl-77 {
    padding-left: 77px !important;
  }

  .pcpl-78 {
    padding-left: 78px !important;
  }

  .pcpl-79 {
    padding-left: 79px !important;
  }

  .pcpl-80 {
    padding-left: 80px !important;
  }

  .pcpl-81 {
    padding-left: 81px !important;
  }

  .pcpl-82 {
    padding-left: 82px !important;
  }

  .pcpl-83 {
    padding-left: 83px !important;
  }

  .pcpl-84 {
    padding-left: 84px !important;
  }

  .pcpl-85 {
    padding-left: 85px !important;
  }

  .pcpl-86 {
    padding-left: 86px !important;
  }

  .pcpl-87 {
    padding-left: 87px !important;
  }

  .pcpl-88 {
    padding-left: 88px !important;
  }

  .pcpl-89 {
    padding-left: 89px !important;
  }

  .pcpl-90 {
    padding-left: 90px !important;
  }

  .pcpl-91 {
    padding-left: 91px !important;
  }

  .pcpl-92 {
    padding-left: 92px !important;
  }

  .pcpl-93 {
    padding-left: 93px !important;
  }

  .pcpl-94 {
    padding-left: 94px !important;
  }

  .pcpl-95 {
    padding-left: 95px !important;
  }

  .pcpl-96 {
    padding-left: 96px !important;
  }

  .pcpl-97 {
    padding-left: 97px !important;
  }

  .pcpl-98 {
    padding-left: 98px !important;
  }

  .pcpl-99 {
    padding-left: 99px !important;
  }

  .pcpl-100 {
    padding-left: 100px !important;
  }

  .pcpl-101 {
    padding-left: 101px !important;
  }

  .pcpl-102 {
    padding-left: 102px !important;
  }

  .pcpl-103 {
    padding-left: 103px !important;
  }

  .pcpl-104 {
    padding-left: 104px !important;
  }

  .pcpl-105 {
    padding-left: 105px !important;
  }

  .pcpl-106 {
    padding-left: 106px !important;
  }

  .pcpl-107 {
    padding-left: 107px !important;
  }

  .pcpl-108 {
    padding-left: 108px !important;
  }

  .pcpl-109 {
    padding-left: 109px !important;
  }

  .pcpl-110 {
    padding-left: 110px !important;
  }

  .pcpl-111 {
    padding-left: 111px !important;
  }

  .pcpl-112 {
    padding-left: 112px !important;
  }

  .pcpl-113 {
    padding-left: 113px !important;
  }

  .pcpl-114 {
    padding-left: 114px !important;
  }

  .pcpl-115 {
    padding-left: 115px !important;
  }

  .pcpl-116 {
    padding-left: 116px !important;
  }

  .pcpl-117 {
    padding-left: 117px !important;
  }

  .pcpl-118 {
    padding-left: 118px !important;
  }

  .pcpl-119 {
    padding-left: 119px !important;
  }

  .pcpl-120 {
    padding-left: 120px !important;
  }

  .pcpl-121 {
    padding-left: 121px !important;
  }

  .pcpl-122 {
    padding-left: 122px !important;
  }

  .pcpl-123 {
    padding-left: 123px !important;
  }

  .pcpl-124 {
    padding-left: 124px !important;
  }

  .pcpl-125 {
    padding-left: 125px !important;
  }

  .pcpl-126 {
    padding-left: 126px !important;
  }

  .pcpl-127 {
    padding-left: 127px !important;
  }

  .pcpl-128 {
    padding-left: 128px !important;
  }

  .pcpl-129 {
    padding-left: 129px !important;
  }

  .pcpl-130 {
    padding-left: 130px !important;
  }

  .pcpl-131 {
    padding-left: 131px !important;
  }

  .pcpl-132 {
    padding-left: 132px !important;
  }

  .pcpl-133 {
    padding-left: 133px !important;
  }

  .pcpl-134 {
    padding-left: 134px !important;
  }

  .pcpl-135 {
    padding-left: 135px !important;
  }

  .pcpl-136 {
    padding-left: 136px !important;
  }

  .pcpl-137 {
    padding-left: 137px !important;
  }

  .pcpl-138 {
    padding-left: 138px !important;
  }

  .pcpl-139 {
    padding-left: 139px !important;
  }

  .pcpl-140 {
    padding-left: 140px !important;
  }

  .pcpl-141 {
    padding-left: 141px !important;
  }

  .pcpl-142 {
    padding-left: 142px !important;
  }

  .pcpl-143 {
    padding-left: 143px !important;
  }

  .pcpl-144 {
    padding-left: 144px !important;
  }

  .pcpl-145 {
    padding-left: 145px !important;
  }

  .pcpl-146 {
    padding-left: 146px !important;
  }

  .pcpl-147 {
    padding-left: 147px !important;
  }

  .pcpl-148 {
    padding-left: 148px !important;
  }

  .pcpl-149 {
    padding-left: 149px !important;
  }

  .pcpl-150 {
    padding-left: 150px !important;
  }

  /*FONT-SIZE.  0.1rem刻みで4remまで*/
  .pcfs-10 {
    font-size: 1rem !important;
  }

  .pcfs-11 {
    font-size: 1.1rem !important;
  }

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

  .pcfs-13 {
    font-size: 1.3rem !important;
  }

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

  .pcfs-15 {
    font-size: 1.5rem !important;
  }

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

  .pcfs-17 {
    font-size: 1.7rem !important;
  }

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

  .pcfs-19 {
    font-size: 1.9rem !important;
  }

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

  .pcfs-21 {
    font-size: 2.1rem !important;
  }

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

  .pcfs-23 {
    font-size: 2.3rem !important;
  }

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

  .pcfs-25 {
    font-size: 2.5rem !important;
  }

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

  .pcfs-27 {
    font-size: 2.7rem !important;
  }

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

  .pcfs-29 {
    font-size: 2.9rem !important;
  }

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

  .pcfs-31 {
    font-size: 3.1rem !important;
  }

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

  .pcfs-33 {
    font-size: 3.3rem !important;
  }

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

  .pcfs-35 {
    font-size: 3.5rem !important;
  }

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

  .pcfs-37 {
    font-size: 3.7rem !important;
  }

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

  .pcfs-39 {
    font-size: 3.9rem !important;
  }

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

  /*line-height.  0.1em刻みで2emまで*/
  .pclh-10 {
    line-height: 1 !important;
  }

  .pclh-11 {
    line-height: 1.1 !important;
  }

  .pclh-12 {
    line-height: 1.2 !important;
  }

  .pclh-13 {
    line-height: 1.3 !important;
  }

  .pclh-14 {
    line-height: 1.4 !important;
  }

  .pclh-15 {
    line-height: 1.5 !important;
  }

  .pclh-16 {
    line-height: 1.6 !important;
  }

  .pclh-17 {
    line-height: 1.7 !important;
  }

  .pclh-18 {
    line-height: 1.8 !important;
  }

  .pclh-19 {
    line-height: 1.9 !important;
  }

  .pclh-20 {
    line-height: 2 !important;
  }
}
/*L*/
@media only screen and (max-width: 947px) {
  /*margin-bottom.  1px刻みで150pxまで*/
  .spmb-0 {
    margin-bottom: 0px !important;
  }

  .spmb-1 {
    margin-bottom: 1px !important;
  }

  .spmb-2 {
    margin-bottom: 2px !important;
  }

  .spmb-3 {
    margin-bottom: 3px !important;
  }

  .spmb-4 {
    margin-bottom: 4px !important;
  }

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

  .spmb-6 {
    margin-bottom: 6px !important;
  }

  .spmb-7 {
    margin-bottom: 7px !important;
  }

  .spmb-8 {
    margin-bottom: 8px !important;
  }

  .spmb-9 {
    margin-bottom: 9px !important;
  }

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

  .spmb-11 {
    margin-bottom: 11px !important;
  }

  .spmb-12 {
    margin-bottom: 12px !important;
  }

  .spmb-13 {
    margin-bottom: 13px !important;
  }

  .spmb-14 {
    margin-bottom: 14px !important;
  }

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

  .spmb-16 {
    margin-bottom: 16px !important;
  }

  .spmb-17 {
    margin-bottom: 17px !important;
  }

  .spmb-18 {
    margin-bottom: 18px !important;
  }

  .spmb-19 {
    margin-bottom: 19px !important;
  }

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

  .spmb-21 {
    margin-bottom: 21px !important;
  }

  .spmb-22 {
    margin-bottom: 22px !important;
  }

  .spmb-23 {
    margin-bottom: 23px !important;
  }

  .spmb-24 {
    margin-bottom: 24px !important;
  }

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

  .spmb-26 {
    margin-bottom: 26px !important;
  }

  .spmb-27 {
    margin-bottom: 27px !important;
  }

  .spmb-28 {
    margin-bottom: 28px !important;
  }

  .spmb-29 {
    margin-bottom: 29px !important;
  }

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

  .spmb-31 {
    margin-bottom: 31px !important;
  }

  .spmb-32 {
    margin-bottom: 32px !important;
  }

  .spmb-33 {
    margin-bottom: 33px !important;
  }

  .spmb-34 {
    margin-bottom: 34px !important;
  }

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

  .spmb-36 {
    margin-bottom: 36px !important;
  }

  .spmb-37 {
    margin-bottom: 37px !important;
  }

  .spmb-38 {
    margin-bottom: 38px !important;
  }

  .spmb-39 {
    margin-bottom: 39px !important;
  }

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

  .spmb-41 {
    margin-bottom: 41px !important;
  }

  .spmb-42 {
    margin-bottom: 42px !important;
  }

  .spmb-43 {
    margin-bottom: 43px !important;
  }

  .spmb-44 {
    margin-bottom: 44px !important;
  }

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

  .spmb-46 {
    margin-bottom: 46px !important;
  }

  .spmb-47 {
    margin-bottom: 47px !important;
  }

  .spmb-48 {
    margin-bottom: 48px !important;
  }

  .spmb-49 {
    margin-bottom: 49px !important;
  }

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

  .spmb-51 {
    margin-bottom: 51px !important;
  }

  .spmb-52 {
    margin-bottom: 52px !important;
  }

  .spmb-53 {
    margin-bottom: 53px !important;
  }

  .spmb-54 {
    margin-bottom: 54px !important;
  }

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

  .spmb-56 {
    margin-bottom: 56px !important;
  }

  .spmb-57 {
    margin-bottom: 57px !important;
  }

  .spmb-58 {
    margin-bottom: 58px !important;
  }

  .spmb-59 {
    margin-bottom: 59px !important;
  }

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

  .spmb-61 {
    margin-bottom: 61px !important;
  }

  .spmb-62 {
    margin-bottom: 62px !important;
  }

  .spmb-63 {
    margin-bottom: 63px !important;
  }

  .spmb-64 {
    margin-bottom: 64px !important;
  }

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

  .spmb-66 {
    margin-bottom: 66px !important;
  }

  .spmb-67 {
    margin-bottom: 67px !important;
  }

  .spmb-68 {
    margin-bottom: 68px !important;
  }

  .spmb-69 {
    margin-bottom: 69px !important;
  }

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

  .spmb-71 {
    margin-bottom: 71px !important;
  }

  .spmb-72 {
    margin-bottom: 72px !important;
  }

  .spmb-73 {
    margin-bottom: 73px !important;
  }

  .spmb-74 {
    margin-bottom: 74px !important;
  }

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

  .spmb-76 {
    margin-bottom: 76px !important;
  }

  .spmb-77 {
    margin-bottom: 77px !important;
  }

  .spmb-78 {
    margin-bottom: 78px !important;
  }

  .spmb-79 {
    margin-bottom: 79px !important;
  }

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

  .spmb-81 {
    margin-bottom: 81px !important;
  }

  .spmb-82 {
    margin-bottom: 82px !important;
  }

  .spmb-83 {
    margin-bottom: 83px !important;
  }

  .spmb-84 {
    margin-bottom: 84px !important;
  }

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

  .spmb-86 {
    margin-bottom: 86px !important;
  }

  .spmb-87 {
    margin-bottom: 87px !important;
  }

  .spmb-88 {
    margin-bottom: 88px !important;
  }

  .spmb-89 {
    margin-bottom: 89px !important;
  }

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

  .spmb-91 {
    margin-bottom: 91px !important;
  }

  .spmb-92 {
    margin-bottom: 92px !important;
  }

  .spmb-93 {
    margin-bottom: 93px !important;
  }

  .spmb-94 {
    margin-bottom: 94px !important;
  }

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

  .spmb-96 {
    margin-bottom: 96px !important;
  }

  .spmb-97 {
    margin-bottom: 97px !important;
  }

  .spmb-98 {
    margin-bottom: 98px !important;
  }

  .spmb-99 {
    margin-bottom: 99px !important;
  }

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

  .spmb-101 {
    margin-bottom: 101px !important;
  }

  .spmb-102 {
    margin-bottom: 102px !important;
  }

  .spmb-103 {
    margin-bottom: 103px !important;
  }

  .spmb-104 {
    margin-bottom: 104px !important;
  }

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

  .spmb-106 {
    margin-bottom: 106px !important;
  }

  .spmb-107 {
    margin-bottom: 107px !important;
  }

  .spmb-108 {
    margin-bottom: 108px !important;
  }

  .spmb-109 {
    margin-bottom: 109px !important;
  }

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

  .spmb-111 {
    margin-bottom: 111px !important;
  }

  .spmb-112 {
    margin-bottom: 112px !important;
  }

  .spmb-113 {
    margin-bottom: 113px !important;
  }

  .spmb-114 {
    margin-bottom: 114px !important;
  }

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

  .spmb-116 {
    margin-bottom: 116px !important;
  }

  .spmb-117 {
    margin-bottom: 117px !important;
  }

  .spmb-118 {
    margin-bottom: 118px !important;
  }

  .spmb-119 {
    margin-bottom: 119px !important;
  }

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

  .spmb-121 {
    margin-bottom: 121px !important;
  }

  .spmb-122 {
    margin-bottom: 122px !important;
  }

  .spmb-123 {
    margin-bottom: 123px !important;
  }

  .spmb-124 {
    margin-bottom: 124px !important;
  }

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

  .spmb-126 {
    margin-bottom: 126px !important;
  }

  .spmb-127 {
    margin-bottom: 127px !important;
  }

  .spmb-128 {
    margin-bottom: 128px !important;
  }

  .spmb-129 {
    margin-bottom: 129px !important;
  }

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

  .spmb-131 {
    margin-bottom: 131px !important;
  }

  .spmb-132 {
    margin-bottom: 132px !important;
  }

  .spmb-133 {
    margin-bottom: 133px !important;
  }

  .spmb-134 {
    margin-bottom: 134px !important;
  }

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

  .spmb-136 {
    margin-bottom: 136px !important;
  }

  .spmb-137 {
    margin-bottom: 137px !important;
  }

  .spmb-138 {
    margin-bottom: 138px !important;
  }

  .spmb-139 {
    margin-bottom: 139px !important;
  }

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

  .spmb-141 {
    margin-bottom: 141px !important;
  }

  .spmb-142 {
    margin-bottom: 142px !important;
  }

  .spmb-143 {
    margin-bottom: 143px !important;
  }

  .spmb-144 {
    margin-bottom: 144px !important;
  }

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

  .spmb-146 {
    margin-bottom: 146px !important;
  }

  .spmb-147 {
    margin-bottom: 147px !important;
  }

  .spmb-148 {
    margin-bottom: 148px !important;
  }

  .spmb-149 {
    margin-bottom: 149px !important;
  }

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

  /*padding-bottom.  1px刻みで150pxまで*/
  .sppb-0 {
    padding-bottom: 0px !important;
  }

  .sppb-1 {
    padding-bottom: 1px !important;
  }

  .sppb-2 {
    padding-bottom: 2px !important;
  }

  .sppb-3 {
    padding-bottom: 3px !important;
  }

  .sppb-4 {
    padding-bottom: 4px !important;
  }

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

  .sppb-6 {
    padding-bottom: 6px !important;
  }

  .sppb-7 {
    padding-bottom: 7px !important;
  }

  .sppb-8 {
    padding-bottom: 8px !important;
  }

  .sppb-9 {
    padding-bottom: 9px !important;
  }

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

  .sppb-11 {
    padding-bottom: 11px !important;
  }

  .sppb-12 {
    padding-bottom: 12px !important;
  }

  .sppb-13 {
    padding-bottom: 13px !important;
  }

  .sppb-14 {
    padding-bottom: 14px !important;
  }

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

  .sppb-16 {
    padding-bottom: 16px !important;
  }

  .sppb-17 {
    padding-bottom: 17px !important;
  }

  .sppb-18 {
    padding-bottom: 18px !important;
  }

  .sppb-19 {
    padding-bottom: 19px !important;
  }

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

  .sppb-21 {
    padding-bottom: 21px !important;
  }

  .sppb-22 {
    padding-bottom: 22px !important;
  }

  .sppb-23 {
    padding-bottom: 23px !important;
  }

  .sppb-24 {
    padding-bottom: 24px !important;
  }

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

  .sppb-26 {
    padding-bottom: 26px !important;
  }

  .sppb-27 {
    padding-bottom: 27px !important;
  }

  .sppb-28 {
    padding-bottom: 28px !important;
  }

  .sppb-29 {
    padding-bottom: 29px !important;
  }

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

  .sppb-31 {
    padding-bottom: 31px !important;
  }

  .sppb-32 {
    padding-bottom: 32px !important;
  }

  .sppb-33 {
    padding-bottom: 33px !important;
  }

  .sppb-34 {
    padding-bottom: 34px !important;
  }

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

  .sppb-36 {
    padding-bottom: 36px !important;
  }

  .sppb-37 {
    padding-bottom: 37px !important;
  }

  .sppb-38 {
    padding-bottom: 38px !important;
  }

  .sppb-39 {
    padding-bottom: 39px !important;
  }

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

  .sppb-41 {
    padding-bottom: 41px !important;
  }

  .sppb-42 {
    padding-bottom: 42px !important;
  }

  .sppb-43 {
    padding-bottom: 43px !important;
  }

  .sppb-44 {
    padding-bottom: 44px !important;
  }

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

  .sppb-46 {
    padding-bottom: 46px !important;
  }

  .sppb-47 {
    padding-bottom: 47px !important;
  }

  .sppb-48 {
    padding-bottom: 48px !important;
  }

  .sppb-49 {
    padding-bottom: 49px !important;
  }

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

  .sppb-51 {
    padding-bottom: 51px !important;
  }

  .sppb-52 {
    padding-bottom: 52px !important;
  }

  .sppb-53 {
    padding-bottom: 53px !important;
  }

  .sppb-54 {
    padding-bottom: 54px !important;
  }

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

  .sppb-56 {
    padding-bottom: 56px !important;
  }

  .sppb-57 {
    padding-bottom: 57px !important;
  }

  .sppb-58 {
    padding-bottom: 58px !important;
  }

  .sppb-59 {
    padding-bottom: 59px !important;
  }

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

  .sppb-61 {
    padding-bottom: 61px !important;
  }

  .sppb-62 {
    padding-bottom: 62px !important;
  }

  .sppb-63 {
    padding-bottom: 63px !important;
  }

  .sppb-64 {
    padding-bottom: 64px !important;
  }

  .sppb-65 {
    padding-bottom: 65px !important;
  }

  .sppb-66 {
    padding-bottom: 66px !important;
  }

  .sppb-67 {
    padding-bottom: 67px !important;
  }

  .sppb-68 {
    padding-bottom: 68px !important;
  }

  .sppb-69 {
    padding-bottom: 69px !important;
  }

  .sppb-70 {
    padding-bottom: 70px !important;
  }

  .sppb-71 {
    padding-bottom: 71px !important;
  }

  .sppb-72 {
    padding-bottom: 72px !important;
  }

  .sppb-73 {
    padding-bottom: 73px !important;
  }

  .sppb-74 {
    padding-bottom: 74px !important;
  }

  .sppb-75 {
    padding-bottom: 75px !important;
  }

  .sppb-76 {
    padding-bottom: 76px !important;
  }

  .sppb-77 {
    padding-bottom: 77px !important;
  }

  .sppb-78 {
    padding-bottom: 78px !important;
  }

  .sppb-79 {
    padding-bottom: 79px !important;
  }

  .sppb-80 {
    padding-bottom: 80px !important;
  }

  .sppb-81 {
    padding-bottom: 81px !important;
  }

  .sppb-82 {
    padding-bottom: 82px !important;
  }

  .sppb-83 {
    padding-bottom: 83px !important;
  }

  .sppb-84 {
    padding-bottom: 84px !important;
  }

  .sppb-85 {
    padding-bottom: 85px !important;
  }

  .sppb-86 {
    padding-bottom: 86px !important;
  }

  .sppb-87 {
    padding-bottom: 87px !important;
  }

  .sppb-88 {
    padding-bottom: 88px !important;
  }

  .sppb-89 {
    padding-bottom: 89px !important;
  }

  .sppb-90 {
    padding-bottom: 90px !important;
  }

  .sppb-91 {
    padding-bottom: 91px !important;
  }

  .sppb-92 {
    padding-bottom: 92px !important;
  }

  .sppb-93 {
    padding-bottom: 93px !important;
  }

  .sppb-94 {
    padding-bottom: 94px !important;
  }

  .sppb-95 {
    padding-bottom: 95px !important;
  }

  .sppb-96 {
    padding-bottom: 96px !important;
  }

  .sppb-97 {
    padding-bottom: 97px !important;
  }

  .sppb-98 {
    padding-bottom: 98px !important;
  }

  .sppb-99 {
    padding-bottom: 99px !important;
  }

  .sppb-100 {
    padding-bottom: 100px !important;
  }

  .sppb-101 {
    padding-bottom: 101px !important;
  }

  .sppb-102 {
    padding-bottom: 102px !important;
  }

  .sppb-103 {
    padding-bottom: 103px !important;
  }

  .sppb-104 {
    padding-bottom: 104px !important;
  }

  .sppb-105 {
    padding-bottom: 105px !important;
  }

  .sppb-106 {
    padding-bottom: 106px !important;
  }

  .sppb-107 {
    padding-bottom: 107px !important;
  }

  .sppb-108 {
    padding-bottom: 108px !important;
  }

  .sppb-109 {
    padding-bottom: 109px !important;
  }

  .sppb-110 {
    padding-bottom: 110px !important;
  }

  .sppb-111 {
    padding-bottom: 111px !important;
  }

  .sppb-112 {
    padding-bottom: 112px !important;
  }

  .sppb-113 {
    padding-bottom: 113px !important;
  }

  .sppb-114 {
    padding-bottom: 114px !important;
  }

  .sppb-115 {
    padding-bottom: 115px !important;
  }

  .sppb-116 {
    padding-bottom: 116px !important;
  }

  .sppb-117 {
    padding-bottom: 117px !important;
  }

  .sppb-118 {
    padding-bottom: 118px !important;
  }

  .sppb-119 {
    padding-bottom: 119px !important;
  }

  .sppb-120 {
    padding-bottom: 120px !important;
  }

  .sppb-121 {
    padding-bottom: 121px !important;
  }

  .sppb-122 {
    padding-bottom: 122px !important;
  }

  .sppb-123 {
    padding-bottom: 123px !important;
  }

  .sppb-124 {
    padding-bottom: 124px !important;
  }

  .sppb-125 {
    padding-bottom: 125px !important;
  }

  .sppb-126 {
    padding-bottom: 126px !important;
  }

  .sppb-127 {
    padding-bottom: 127px !important;
  }

  .sppb-128 {
    padding-bottom: 128px !important;
  }

  .sppb-129 {
    padding-bottom: 129px !important;
  }

  .sppb-130 {
    padding-bottom: 130px !important;
  }

  .sppb-131 {
    padding-bottom: 131px !important;
  }

  .sppb-132 {
    padding-bottom: 132px !important;
  }

  .sppb-133 {
    padding-bottom: 133px !important;
  }

  .sppb-134 {
    padding-bottom: 134px !important;
  }

  .sppb-135 {
    padding-bottom: 135px !important;
  }

  .sppb-136 {
    padding-bottom: 136px !important;
  }

  .sppb-137 {
    padding-bottom: 137px !important;
  }

  .sppb-138 {
    padding-bottom: 138px !important;
  }

  .sppb-139 {
    padding-bottom: 139px !important;
  }

  .sppb-140 {
    padding-bottom: 140px !important;
  }

  .sppb-141 {
    padding-bottom: 141px !important;
  }

  .sppb-142 {
    padding-bottom: 142px !important;
  }

  .sppb-143 {
    padding-bottom: 143px !important;
  }

  .sppb-144 {
    padding-bottom: 144px !important;
  }

  .sppb-145 {
    padding-bottom: 145px !important;
  }

  .sppb-146 {
    padding-bottom: 146px !important;
  }

  .sppb-147 {
    padding-bottom: 147px !important;
  }

  .sppb-148 {
    padding-bottom: 148px !important;
  }

  .sppb-149 {
    padding-bottom: 149px !important;
  }

  .sppb-150 {
    padding-bottom: 150px !important;
  }

  /*margin-top.  1px刻みで150pxまで*/
  .spmt-0 {
    margin-top: 0px !important;
  }

  .spmt-1 {
    margin-top: 1px !important;
  }

  .spmt-2 {
    margin-top: 2px !important;
  }

  .spmt-3 {
    margin-top: 3px !important;
  }

  .spmt-4 {
    margin-top: 4px !important;
  }

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

  .spmt-6 {
    margin-top: 6px !important;
  }

  .spmt-7 {
    margin-top: 7px !important;
  }

  .spmt-8 {
    margin-top: 8px !important;
  }

  .spmt-9 {
    margin-top: 9px !important;
  }

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

  .spmt-11 {
    margin-top: 11px !important;
  }

  .spmt-12 {
    margin-top: 12px !important;
  }

  .spmt-13 {
    margin-top: 13px !important;
  }

  .spmt-14 {
    margin-top: 14px !important;
  }

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

  .spmt-16 {
    margin-top: 16px !important;
  }

  .spmt-17 {
    margin-top: 17px !important;
  }

  .spmt-18 {
    margin-top: 18px !important;
  }

  .spmt-19 {
    margin-top: 19px !important;
  }

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

  .spmt-21 {
    margin-top: 21px !important;
  }

  .spmt-22 {
    margin-top: 22px !important;
  }

  .spmt-23 {
    margin-top: 23px !important;
  }

  .spmt-24 {
    margin-top: 24px !important;
  }

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

  .spmt-26 {
    margin-top: 26px !important;
  }

  .spmt-27 {
    margin-top: 27px !important;
  }

  .spmt-28 {
    margin-top: 28px !important;
  }

  .spmt-29 {
    margin-top: 29px !important;
  }

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

  .spmt-31 {
    margin-top: 31px !important;
  }

  .spmt-32 {
    margin-top: 32px !important;
  }

  .spmt-33 {
    margin-top: 33px !important;
  }

  .spmt-34 {
    margin-top: 34px !important;
  }

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

  .spmt-36 {
    margin-top: 36px !important;
  }

  .spmt-37 {
    margin-top: 37px !important;
  }

  .spmt-38 {
    margin-top: 38px !important;
  }

  .spmt-39 {
    margin-top: 39px !important;
  }

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

  .spmt-41 {
    margin-top: 41px !important;
  }

  .spmt-42 {
    margin-top: 42px !important;
  }

  .spmt-43 {
    margin-top: 43px !important;
  }

  .spmt-44 {
    margin-top: 44px !important;
  }

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

  .spmt-46 {
    margin-top: 46px !important;
  }

  .spmt-47 {
    margin-top: 47px !important;
  }

  .spmt-48 {
    margin-top: 48px !important;
  }

  .spmt-49 {
    margin-top: 49px !important;
  }

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

  .spmt-51 {
    margin-top: 51px !important;
  }

  .spmt-52 {
    margin-top: 52px !important;
  }

  .spmt-53 {
    margin-top: 53px !important;
  }

  .spmt-54 {
    margin-top: 54px !important;
  }

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

  .spmt-56 {
    margin-top: 56px !important;
  }

  .spmt-57 {
    margin-top: 57px !important;
  }

  .spmt-58 {
    margin-top: 58px !important;
  }

  .spmt-59 {
    margin-top: 59px !important;
  }

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

  .spmt-61 {
    margin-top: 61px !important;
  }

  .spmt-62 {
    margin-top: 62px !important;
  }

  .spmt-63 {
    margin-top: 63px !important;
  }

  .spmt-64 {
    margin-top: 64px !important;
  }

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

  .spmt-66 {
    margin-top: 66px !important;
  }

  .spmt-67 {
    margin-top: 67px !important;
  }

  .spmt-68 {
    margin-top: 68px !important;
  }

  .spmt-69 {
    margin-top: 69px !important;
  }

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

  .spmt-71 {
    margin-top: 71px !important;
  }

  .spmt-72 {
    margin-top: 72px !important;
  }

  .spmt-73 {
    margin-top: 73px !important;
  }

  .spmt-74 {
    margin-top: 74px !important;
  }

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

  .spmt-76 {
    margin-top: 76px !important;
  }

  .spmt-77 {
    margin-top: 77px !important;
  }

  .spmt-78 {
    margin-top: 78px !important;
  }

  .spmt-79 {
    margin-top: 79px !important;
  }

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

  .spmt-81 {
    margin-top: 81px !important;
  }

  .spmt-82 {
    margin-top: 82px !important;
  }

  .spmt-83 {
    margin-top: 83px !important;
  }

  .spmt-84 {
    margin-top: 84px !important;
  }

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

  .spmt-86 {
    margin-top: 86px !important;
  }

  .spmt-87 {
    margin-top: 87px !important;
  }

  .spmt-88 {
    margin-top: 88px !important;
  }

  .spmt-89 {
    margin-top: 89px !important;
  }

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

  .spmt-91 {
    margin-top: 91px !important;
  }

  .spmt-92 {
    margin-top: 92px !important;
  }

  .spmt-93 {
    margin-top: 93px !important;
  }

  .spmt-94 {
    margin-top: 94px !important;
  }

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

  .spmt-96 {
    margin-top: 96px !important;
  }

  .spmt-97 {
    margin-top: 97px !important;
  }

  .spmt-98 {
    margin-top: 98px !important;
  }

  .spmt-99 {
    margin-top: 99px !important;
  }

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

  .spmt-101 {
    margin-top: 101px !important;
  }

  .spmt-102 {
    margin-top: 102px !important;
  }

  .spmt-103 {
    margin-top: 103px !important;
  }

  .spmt-104 {
    margin-top: 104px !important;
  }

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

  .spmt-106 {
    margin-top: 106px !important;
  }

  .spmt-107 {
    margin-top: 107px !important;
  }

  .spmt-108 {
    margin-top: 108px !important;
  }

  .spmt-109 {
    margin-top: 109px !important;
  }

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

  .spmt-111 {
    margin-top: 111px !important;
  }

  .spmt-112 {
    margin-top: 112px !important;
  }

  .spmt-113 {
    margin-top: 113px !important;
  }

  .spmt-114 {
    margin-top: 114px !important;
  }

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

  .spmt-116 {
    margin-top: 116px !important;
  }

  .spmt-117 {
    margin-top: 117px !important;
  }

  .spmt-118 {
    margin-top: 118px !important;
  }

  .spmt-119 {
    margin-top: 119px !important;
  }

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

  .spmt-121 {
    margin-top: 121px !important;
  }

  .spmt-122 {
    margin-top: 122px !important;
  }

  .spmt-123 {
    margin-top: 123px !important;
  }

  .spmt-124 {
    margin-top: 124px !important;
  }

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

  .spmt-126 {
    margin-top: 126px !important;
  }

  .spmt-127 {
    margin-top: 127px !important;
  }

  .spmt-128 {
    margin-top: 128px !important;
  }

  .spmt-129 {
    margin-top: 129px !important;
  }

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

  .spmt-131 {
    margin-top: 131px !important;
  }

  .spmt-132 {
    margin-top: 132px !important;
  }

  .spmt-133 {
    margin-top: 133px !important;
  }

  .spmt-134 {
    margin-top: 134px !important;
  }

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

  .spmt-136 {
    margin-top: 136px !important;
  }

  .spmt-137 {
    margin-top: 137px !important;
  }

  .spmt-138 {
    margin-top: 138px !important;
  }

  .spmt-139 {
    margin-top: 139px !important;
  }

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

  .spmt-141 {
    margin-top: 141px !important;
  }

  .spmt-142 {
    margin-top: 142px !important;
  }

  .spmt-143 {
    margin-top: 143px !important;
  }

  .spmt-144 {
    margin-top: 144px !important;
  }

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

  .spmt-146 {
    margin-top: 146px !important;
  }

  .spmt-147 {
    margin-top: 147px !important;
  }

  .spmt-148 {
    margin-top: 148px !important;
  }

  .spmt-149 {
    margin-top: 149px !important;
  }

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

  /*padding-top.  1px刻みで150pxまで*/
  .sppt-0 {
    padding-top: 0px !important;
  }

  .sppt-1 {
    padding-top: 1px !important;
  }

  .sppt-2 {
    padding-top: 2px !important;
  }

  .sppt-3 {
    padding-top: 3px !important;
  }

  .sppt-4 {
    padding-top: 4px !important;
  }

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

  .sppt-6 {
    padding-top: 6px !important;
  }

  .sppt-7 {
    padding-top: 7px !important;
  }

  .sppt-8 {
    padding-top: 8px !important;
  }

  .sppt-9 {
    padding-top: 9px !important;
  }

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

  .sppt-11 {
    padding-top: 11px !important;
  }

  .sppt-12 {
    padding-top: 12px !important;
  }

  .sppt-13 {
    padding-top: 13px !important;
  }

  .sppt-14 {
    padding-top: 14px !important;
  }

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

  .sppt-16 {
    padding-top: 16px !important;
  }

  .sppt-17 {
    padding-top: 17px !important;
  }

  .sppt-18 {
    padding-top: 18px !important;
  }

  .sppt-19 {
    padding-top: 19px !important;
  }

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

  .sppt-21 {
    padding-top: 21px !important;
  }

  .sppt-22 {
    padding-top: 22px !important;
  }

  .sppt-23 {
    padding-top: 23px !important;
  }

  .sppt-24 {
    padding-top: 24px !important;
  }

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

  .sppt-26 {
    padding-top: 26px !important;
  }

  .sppt-27 {
    padding-top: 27px !important;
  }

  .sppt-28 {
    padding-top: 28px !important;
  }

  .sppt-29 {
    padding-top: 29px !important;
  }

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

  .sppt-31 {
    padding-top: 31px !important;
  }

  .sppt-32 {
    padding-top: 32px !important;
  }

  .sppt-33 {
    padding-top: 33px !important;
  }

  .sppt-34 {
    padding-top: 34px !important;
  }

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

  .sppt-36 {
    padding-top: 36px !important;
  }

  .sppt-37 {
    padding-top: 37px !important;
  }

  .sppt-38 {
    padding-top: 38px !important;
  }

  .sppt-39 {
    padding-top: 39px !important;
  }

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

  .sppt-41 {
    padding-top: 41px !important;
  }

  .sppt-42 {
    padding-top: 42px !important;
  }

  .sppt-43 {
    padding-top: 43px !important;
  }

  .sppt-44 {
    padding-top: 44px !important;
  }

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

  .sppt-46 {
    padding-top: 46px !important;
  }

  .sppt-47 {
    padding-top: 47px !important;
  }

  .sppt-48 {
    padding-top: 48px !important;
  }

  .sppt-49 {
    padding-top: 49px !important;
  }

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

  .sppt-51 {
    padding-top: 51px !important;
  }

  .sppt-52 {
    padding-top: 52px !important;
  }

  .sppt-53 {
    padding-top: 53px !important;
  }

  .sppt-54 {
    padding-top: 54px !important;
  }

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

  .sppt-56 {
    padding-top: 56px !important;
  }

  .sppt-57 {
    padding-top: 57px !important;
  }

  .sppt-58 {
    padding-top: 58px !important;
  }

  .sppt-59 {
    padding-top: 59px !important;
  }

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

  .sppt-61 {
    padding-top: 61px !important;
  }

  .sppt-62 {
    padding-top: 62px !important;
  }

  .sppt-63 {
    padding-top: 63px !important;
  }

  .sppt-64 {
    padding-top: 64px !important;
  }

  .sppt-65 {
    padding-top: 65px !important;
  }

  .sppt-66 {
    padding-top: 66px !important;
  }

  .sppt-67 {
    padding-top: 67px !important;
  }

  .sppt-68 {
    padding-top: 68px !important;
  }

  .sppt-69 {
    padding-top: 69px !important;
  }

  .sppt-70 {
    padding-top: 70px !important;
  }

  .sppt-71 {
    padding-top: 71px !important;
  }

  .sppt-72 {
    padding-top: 72px !important;
  }

  .sppt-73 {
    padding-top: 73px !important;
  }

  .sppt-74 {
    padding-top: 74px !important;
  }

  .sppt-75 {
    padding-top: 75px !important;
  }

  .sppt-76 {
    padding-top: 76px !important;
  }

  .sppt-77 {
    padding-top: 77px !important;
  }

  .sppt-78 {
    padding-top: 78px !important;
  }

  .sppt-79 {
    padding-top: 79px !important;
  }

  .sppt-80 {
    padding-top: 80px !important;
  }

  .sppt-81 {
    padding-top: 81px !important;
  }

  .sppt-82 {
    padding-top: 82px !important;
  }

  .sppt-83 {
    padding-top: 83px !important;
  }

  .sppt-84 {
    padding-top: 84px !important;
  }

  .sppt-85 {
    padding-top: 85px !important;
  }

  .sppt-86 {
    padding-top: 86px !important;
  }

  .sppt-87 {
    padding-top: 87px !important;
  }

  .sppt-88 {
    padding-top: 88px !important;
  }

  .sppt-89 {
    padding-top: 89px !important;
  }

  .sppt-90 {
    padding-top: 90px !important;
  }

  .sppt-91 {
    padding-top: 91px !important;
  }

  .sppt-92 {
    padding-top: 92px !important;
  }

  .sppt-93 {
    padding-top: 93px !important;
  }

  .sppt-94 {
    padding-top: 94px !important;
  }

  .sppt-95 {
    padding-top: 95px !important;
  }

  .sppt-96 {
    padding-top: 96px !important;
  }

  .sppt-97 {
    padding-top: 97px !important;
  }

  .sppt-98 {
    padding-top: 98px !important;
  }

  .sppt-99 {
    padding-top: 99px !important;
  }

  .sppt-100 {
    padding-top: 100px !important;
  }

  .sppt-101 {
    padding-top: 101px !important;
  }

  .sppt-102 {
    padding-top: 102px !important;
  }

  .sppt-103 {
    padding-top: 103px !important;
  }

  .sppt-104 {
    padding-top: 104px !important;
  }

  .sppt-105 {
    padding-top: 105px !important;
  }

  .sppt-106 {
    padding-top: 106px !important;
  }

  .sppt-107 {
    padding-top: 107px !important;
  }

  .sppt-108 {
    padding-top: 108px !important;
  }

  .sppt-109 {
    padding-top: 109px !important;
  }

  .sppt-110 {
    padding-top: 110px !important;
  }

  .sppt-111 {
    padding-top: 111px !important;
  }

  .sppt-112 {
    padding-top: 112px !important;
  }

  .sppt-113 {
    padding-top: 113px !important;
  }

  .sppt-114 {
    padding-top: 114px !important;
  }

  .sppt-115 {
    padding-top: 115px !important;
  }

  .sppt-116 {
    padding-top: 116px !important;
  }

  .sppt-117 {
    padding-top: 117px !important;
  }

  .sppt-118 {
    padding-top: 118px !important;
  }

  .sppt-119 {
    padding-top: 119px !important;
  }

  .sppt-120 {
    padding-top: 120px !important;
  }

  .sppt-121 {
    padding-top: 121px !important;
  }

  .sppt-122 {
    padding-top: 122px !important;
  }

  .sppt-123 {
    padding-top: 123px !important;
  }

  .sppt-124 {
    padding-top: 124px !important;
  }

  .sppt-125 {
    padding-top: 125px !important;
  }

  .sppt-126 {
    padding-top: 126px !important;
  }

  .sppt-127 {
    padding-top: 127px !important;
  }

  .sppt-128 {
    padding-top: 128px !important;
  }

  .sppt-129 {
    padding-top: 129px !important;
  }

  .sppt-130 {
    padding-top: 130px !important;
  }

  .sppt-131 {
    padding-top: 131px !important;
  }

  .sppt-132 {
    padding-top: 132px !important;
  }

  .sppt-133 {
    padding-top: 133px !important;
  }

  .sppt-134 {
    padding-top: 134px !important;
  }

  .sppt-135 {
    padding-top: 135px !important;
  }

  .sppt-136 {
    padding-top: 136px !important;
  }

  .sppt-137 {
    padding-top: 137px !important;
  }

  .sppt-138 {
    padding-top: 138px !important;
  }

  .sppt-139 {
    padding-top: 139px !important;
  }

  .sppt-140 {
    padding-top: 140px !important;
  }

  .sppt-141 {
    padding-top: 141px !important;
  }

  .sppt-142 {
    padding-top: 142px !important;
  }

  .sppt-143 {
    padding-top: 143px !important;
  }

  .sppt-144 {
    padding-top: 144px !important;
  }

  .sppt-145 {
    padding-top: 145px !important;
  }

  .sppt-146 {
    padding-top: 146px !important;
  }

  .sppt-147 {
    padding-top: 147px !important;
  }

  .sppt-148 {
    padding-top: 148px !important;
  }

  .sppt-149 {
    padding-top: 149px !important;
  }

  .sppt-150 {
    padding-top: 150px !important;
  }

  /*margin-right.  1px刻みで150pxまで*/
  .spmr-0 {
    margin-right: 0px !important;
  }

  .spmr-1 {
    margin-right: 1px !important;
  }

  .spmr-2 {
    margin-right: 2px !important;
  }

  .spmr-3 {
    margin-right: 3px !important;
  }

  .spmr-4 {
    margin-right: 4px !important;
  }

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

  .spmr-6 {
    margin-right: 6px !important;
  }

  .spmr-7 {
    margin-right: 7px !important;
  }

  .spmr-8 {
    margin-right: 8px !important;
  }

  .spmr-9 {
    margin-right: 9px !important;
  }

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

  .spmr-11 {
    margin-right: 11px !important;
  }

  .spmr-12 {
    margin-right: 12px !important;
  }

  .spmr-13 {
    margin-right: 13px !important;
  }

  .spmr-14 {
    margin-right: 14px !important;
  }

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

  .spmr-16 {
    margin-right: 16px !important;
  }

  .spmr-17 {
    margin-right: 17px !important;
  }

  .spmr-18 {
    margin-right: 18px !important;
  }

  .spmr-19 {
    margin-right: 19px !important;
  }

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

  .spmr-21 {
    margin-right: 21px !important;
  }

  .spmr-22 {
    margin-right: 22px !important;
  }

  .spmr-23 {
    margin-right: 23px !important;
  }

  .spmr-24 {
    margin-right: 24px !important;
  }

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

  .spmr-26 {
    margin-right: 26px !important;
  }

  .spmr-27 {
    margin-right: 27px !important;
  }

  .spmr-28 {
    margin-right: 28px !important;
  }

  .spmr-29 {
    margin-right: 29px !important;
  }

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

  .spmr-31 {
    margin-right: 31px !important;
  }

  .spmr-32 {
    margin-right: 32px !important;
  }

  .spmr-33 {
    margin-right: 33px !important;
  }

  .spmr-34 {
    margin-right: 34px !important;
  }

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

  .spmr-36 {
    margin-right: 36px !important;
  }

  .spmr-37 {
    margin-right: 37px !important;
  }

  .spmr-38 {
    margin-right: 38px !important;
  }

  .spmr-39 {
    margin-right: 39px !important;
  }

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

  .spmr-41 {
    margin-right: 41px !important;
  }

  .spmr-42 {
    margin-right: 42px !important;
  }

  .spmr-43 {
    margin-right: 43px !important;
  }

  .spmr-44 {
    margin-right: 44px !important;
  }

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

  .spmr-46 {
    margin-right: 46px !important;
  }

  .spmr-47 {
    margin-right: 47px !important;
  }

  .spmr-48 {
    margin-right: 48px !important;
  }

  .spmr-49 {
    margin-right: 49px !important;
  }

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

  .spmr-51 {
    margin-right: 51px !important;
  }

  .spmr-52 {
    margin-right: 52px !important;
  }

  .spmr-53 {
    margin-right: 53px !important;
  }

  .spmr-54 {
    margin-right: 54px !important;
  }

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

  .spmr-56 {
    margin-right: 56px !important;
  }

  .spmr-57 {
    margin-right: 57px !important;
  }

  .spmr-58 {
    margin-right: 58px !important;
  }

  .spmr-59 {
    margin-right: 59px !important;
  }

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

  .spmr-61 {
    margin-right: 61px !important;
  }

  .spmr-62 {
    margin-right: 62px !important;
  }

  .spmr-63 {
    margin-right: 63px !important;
  }

  .spmr-64 {
    margin-right: 64px !important;
  }

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

  .spmr-66 {
    margin-right: 66px !important;
  }

  .spmr-67 {
    margin-right: 67px !important;
  }

  .spmr-68 {
    margin-right: 68px !important;
  }

  .spmr-69 {
    margin-right: 69px !important;
  }

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

  .spmr-71 {
    margin-right: 71px !important;
  }

  .spmr-72 {
    margin-right: 72px !important;
  }

  .spmr-73 {
    margin-right: 73px !important;
  }

  .spmr-74 {
    margin-right: 74px !important;
  }

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

  .spmr-76 {
    margin-right: 76px !important;
  }

  .spmr-77 {
    margin-right: 77px !important;
  }

  .spmr-78 {
    margin-right: 78px !important;
  }

  .spmr-79 {
    margin-right: 79px !important;
  }

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

  .spmr-81 {
    margin-right: 81px !important;
  }

  .spmr-82 {
    margin-right: 82px !important;
  }

  .spmr-83 {
    margin-right: 83px !important;
  }

  .spmr-84 {
    margin-right: 84px !important;
  }

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

  .spmr-86 {
    margin-right: 86px !important;
  }

  .spmr-87 {
    margin-right: 87px !important;
  }

  .spmr-88 {
    margin-right: 88px !important;
  }

  .spmr-89 {
    margin-right: 89px !important;
  }

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

  .spmr-91 {
    margin-right: 91px !important;
  }

  .spmr-92 {
    margin-right: 92px !important;
  }

  .spmr-93 {
    margin-right: 93px !important;
  }

  .spmr-94 {
    margin-right: 94px !important;
  }

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

  .spmr-96 {
    margin-right: 96px !important;
  }

  .spmr-97 {
    margin-right: 97px !important;
  }

  .spmr-98 {
    margin-right: 98px !important;
  }

  .spmr-99 {
    margin-right: 99px !important;
  }

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

  .spmr-101 {
    margin-right: 101px !important;
  }

  .spmr-102 {
    margin-right: 102px !important;
  }

  .spmr-103 {
    margin-right: 103px !important;
  }

  .spmr-104 {
    margin-right: 104px !important;
  }

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

  .spmr-106 {
    margin-right: 106px !important;
  }

  .spmr-107 {
    margin-right: 107px !important;
  }

  .spmr-108 {
    margin-right: 108px !important;
  }

  .spmr-109 {
    margin-right: 109px !important;
  }

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

  .spmr-111 {
    margin-right: 111px !important;
  }

  .spmr-112 {
    margin-right: 112px !important;
  }

  .spmr-113 {
    margin-right: 113px !important;
  }

  .spmr-114 {
    margin-right: 114px !important;
  }

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

  .spmr-116 {
    margin-right: 116px !important;
  }

  .spmr-117 {
    margin-right: 117px !important;
  }

  .spmr-118 {
    margin-right: 118px !important;
  }

  .spmr-119 {
    margin-right: 119px !important;
  }

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

  .spmr-121 {
    margin-right: 121px !important;
  }

  .spmr-122 {
    margin-right: 122px !important;
  }

  .spmr-123 {
    margin-right: 123px !important;
  }

  .spmr-124 {
    margin-right: 124px !important;
  }

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

  .spmr-126 {
    margin-right: 126px !important;
  }

  .spmr-127 {
    margin-right: 127px !important;
  }

  .spmr-128 {
    margin-right: 128px !important;
  }

  .spmr-129 {
    margin-right: 129px !important;
  }

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

  .spmr-131 {
    margin-right: 131px !important;
  }

  .spmr-132 {
    margin-right: 132px !important;
  }

  .spmr-133 {
    margin-right: 133px !important;
  }

  .spmr-134 {
    margin-right: 134px !important;
  }

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

  .spmr-136 {
    margin-right: 136px !important;
  }

  .spmr-137 {
    margin-right: 137px !important;
  }

  .spmr-138 {
    margin-right: 138px !important;
  }

  .spmr-139 {
    margin-right: 139px !important;
  }

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

  .spmr-141 {
    margin-right: 141px !important;
  }

  .spmr-142 {
    margin-right: 142px !important;
  }

  .spmr-143 {
    margin-right: 143px !important;
  }

  .spmr-144 {
    margin-right: 144px !important;
  }

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

  .spmr-146 {
    margin-right: 146px !important;
  }

  .spmr-147 {
    margin-right: 147px !important;
  }

  .spmr-148 {
    margin-right: 148px !important;
  }

  .spmr-149 {
    margin-right: 149px !important;
  }

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

  /*padding-right.  1px刻みで150pxまで*/
  .sppr-0 {
    padding-right: 0px !important;
  }

  .sppr-1 {
    padding-right: 1px !important;
  }

  .sppr-2 {
    padding-right: 2px !important;
  }

  .sppr-3 {
    padding-right: 3px !important;
  }

  .sppr-4 {
    padding-right: 4px !important;
  }

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

  .sppr-6 {
    padding-right: 6px !important;
  }

  .sppr-7 {
    padding-right: 7px !important;
  }

  .sppr-8 {
    padding-right: 8px !important;
  }

  .sppr-9 {
    padding-right: 9px !important;
  }

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

  .sppr-11 {
    padding-right: 11px !important;
  }

  .sppr-12 {
    padding-right: 12px !important;
  }

  .sppr-13 {
    padding-right: 13px !important;
  }

  .sppr-14 {
    padding-right: 14px !important;
  }

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

  .sppr-16 {
    padding-right: 16px !important;
  }

  .sppr-17 {
    padding-right: 17px !important;
  }

  .sppr-18 {
    padding-right: 18px !important;
  }

  .sppr-19 {
    padding-right: 19px !important;
  }

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

  .sppr-21 {
    padding-right: 21px !important;
  }

  .sppr-22 {
    padding-right: 22px !important;
  }

  .sppr-23 {
    padding-right: 23px !important;
  }

  .sppr-24 {
    padding-right: 24px !important;
  }

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

  .sppr-26 {
    padding-right: 26px !important;
  }

  .sppr-27 {
    padding-right: 27px !important;
  }

  .sppr-28 {
    padding-right: 28px !important;
  }

  .sppr-29 {
    padding-right: 29px !important;
  }

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

  .sppr-31 {
    padding-right: 31px !important;
  }

  .sppr-32 {
    padding-right: 32px !important;
  }

  .sppr-33 {
    padding-right: 33px !important;
  }

  .sppr-34 {
    padding-right: 34px !important;
  }

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

  .sppr-36 {
    padding-right: 36px !important;
  }

  .sppr-37 {
    padding-right: 37px !important;
  }

  .sppr-38 {
    padding-right: 38px !important;
  }

  .sppr-39 {
    padding-right: 39px !important;
  }

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

  .sppr-41 {
    padding-right: 41px !important;
  }

  .sppr-42 {
    padding-right: 42px !important;
  }

  .sppr-43 {
    padding-right: 43px !important;
  }

  .sppr-44 {
    padding-right: 44px !important;
  }

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

  .sppr-46 {
    padding-right: 46px !important;
  }

  .sppr-47 {
    padding-right: 47px !important;
  }

  .sppr-48 {
    padding-right: 48px !important;
  }

  .sppr-49 {
    padding-right: 49px !important;
  }

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

  .sppr-51 {
    padding-right: 51px !important;
  }

  .sppr-52 {
    padding-right: 52px !important;
  }

  .sppr-53 {
    padding-right: 53px !important;
  }

  .sppr-54 {
    padding-right: 54px !important;
  }

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

  .sppr-56 {
    padding-right: 56px !important;
  }

  .sppr-57 {
    padding-right: 57px !important;
  }

  .sppr-58 {
    padding-right: 58px !important;
  }

  .sppr-59 {
    padding-right: 59px !important;
  }

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

  .sppr-61 {
    padding-right: 61px !important;
  }

  .sppr-62 {
    padding-right: 62px !important;
  }

  .sppr-63 {
    padding-right: 63px !important;
  }

  .sppr-64 {
    padding-right: 64px !important;
  }

  .sppr-65 {
    padding-right: 65px !important;
  }

  .sppr-66 {
    padding-right: 66px !important;
  }

  .sppr-67 {
    padding-right: 67px !important;
  }

  .sppr-68 {
    padding-right: 68px !important;
  }

  .sppr-69 {
    padding-right: 69px !important;
  }

  .sppr-70 {
    padding-right: 70px !important;
  }

  .sppr-71 {
    padding-right: 71px !important;
  }

  .sppr-72 {
    padding-right: 72px !important;
  }

  .sppr-73 {
    padding-right: 73px !important;
  }

  .sppr-74 {
    padding-right: 74px !important;
  }

  .sppr-75 {
    padding-right: 75px !important;
  }

  .sppr-76 {
    padding-right: 76px !important;
  }

  .sppr-77 {
    padding-right: 77px !important;
  }

  .sppr-78 {
    padding-right: 78px !important;
  }

  .sppr-79 {
    padding-right: 79px !important;
  }

  .sppr-80 {
    padding-right: 80px !important;
  }

  .sppr-81 {
    padding-right: 81px !important;
  }

  .sppr-82 {
    padding-right: 82px !important;
  }

  .sppr-83 {
    padding-right: 83px !important;
  }

  .sppr-84 {
    padding-right: 84px !important;
  }

  .sppr-85 {
    padding-right: 85px !important;
  }

  .sppr-86 {
    padding-right: 86px !important;
  }

  .sppr-87 {
    padding-right: 87px !important;
  }

  .sppr-88 {
    padding-right: 88px !important;
  }

  .sppr-89 {
    padding-right: 89px !important;
  }

  .sppr-90 {
    padding-right: 90px !important;
  }

  .sppr-91 {
    padding-right: 91px !important;
  }

  .sppr-92 {
    padding-right: 92px !important;
  }

  .sppr-93 {
    padding-right: 93px !important;
  }

  .sppr-94 {
    padding-right: 94px !important;
  }

  .sppr-95 {
    padding-right: 95px !important;
  }

  .sppr-96 {
    padding-right: 96px !important;
  }

  .sppr-97 {
    padding-right: 97px !important;
  }

  .sppr-98 {
    padding-right: 98px !important;
  }

  .sppr-99 {
    padding-right: 99px !important;
  }

  .sppr-100 {
    padding-right: 100px !important;
  }

  .sppr-101 {
    padding-right: 101px !important;
  }

  .sppr-102 {
    padding-right: 102px !important;
  }

  .sppr-103 {
    padding-right: 103px !important;
  }

  .sppr-104 {
    padding-right: 104px !important;
  }

  .sppr-105 {
    padding-right: 105px !important;
  }

  .sppr-106 {
    padding-right: 106px !important;
  }

  .sppr-107 {
    padding-right: 107px !important;
  }

  .sppr-108 {
    padding-right: 108px !important;
  }

  .sppr-109 {
    padding-right: 109px !important;
  }

  .sppr-110 {
    padding-right: 110px !important;
  }

  .sppr-111 {
    padding-right: 111px !important;
  }

  .sppr-112 {
    padding-right: 112px !important;
  }

  .sppr-113 {
    padding-right: 113px !important;
  }

  .sppr-114 {
    padding-right: 114px !important;
  }

  .sppr-115 {
    padding-right: 115px !important;
  }

  .sppr-116 {
    padding-right: 116px !important;
  }

  .sppr-117 {
    padding-right: 117px !important;
  }

  .sppr-118 {
    padding-right: 118px !important;
  }

  .sppr-119 {
    padding-right: 119px !important;
  }

  .sppr-120 {
    padding-right: 120px !important;
  }

  .sppr-121 {
    padding-right: 121px !important;
  }

  .sppr-122 {
    padding-right: 122px !important;
  }

  .sppr-123 {
    padding-right: 123px !important;
  }

  .sppr-124 {
    padding-right: 124px !important;
  }

  .sppr-125 {
    padding-right: 125px !important;
  }

  .sppr-126 {
    padding-right: 126px !important;
  }

  .sppr-127 {
    padding-right: 127px !important;
  }

  .sppr-128 {
    padding-right: 128px !important;
  }

  .sppr-129 {
    padding-right: 129px !important;
  }

  .sppr-130 {
    padding-right: 130px !important;
  }

  .sppr-131 {
    padding-right: 131px !important;
  }

  .sppr-132 {
    padding-right: 132px !important;
  }

  .sppr-133 {
    padding-right: 133px !important;
  }

  .sppr-134 {
    padding-right: 134px !important;
  }

  .sppr-135 {
    padding-right: 135px !important;
  }

  .sppr-136 {
    padding-right: 136px !important;
  }

  .sppr-137 {
    padding-right: 137px !important;
  }

  .sppr-138 {
    padding-right: 138px !important;
  }

  .sppr-139 {
    padding-right: 139px !important;
  }

  .sppr-140 {
    padding-right: 140px !important;
  }

  .sppr-141 {
    padding-right: 141px !important;
  }

  .sppr-142 {
    padding-right: 142px !important;
  }

  .sppr-143 {
    padding-right: 143px !important;
  }

  .sppr-144 {
    padding-right: 144px !important;
  }

  .sppr-145 {
    padding-right: 145px !important;
  }

  .sppr-146 {
    padding-right: 146px !important;
  }

  .sppr-147 {
    padding-right: 147px !important;
  }

  .sppr-148 {
    padding-right: 148px !important;
  }

  .sppr-149 {
    padding-right: 149px !important;
  }

  .sppr-150 {
    padding-right: 150px !important;
  }

  /*margin-left.  1px刻みで150pxまで*/
  .spml-0 {
    margin-left: 0px !important;
  }

  .spml-1 {
    margin-left: 1px !important;
  }

  .spml-2 {
    margin-left: 2px !important;
  }

  .spml-3 {
    margin-left: 3px !important;
  }

  .spml-4 {
    margin-left: 4px !important;
  }

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

  .spml-6 {
    margin-left: 6px !important;
  }

  .spml-7 {
    margin-left: 7px !important;
  }

  .spml-8 {
    margin-left: 8px !important;
  }

  .spml-9 {
    margin-left: 9px !important;
  }

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

  .spml-11 {
    margin-left: 11px !important;
  }

  .spml-12 {
    margin-left: 12px !important;
  }

  .spml-13 {
    margin-left: 13px !important;
  }

  .spml-14 {
    margin-left: 14px !important;
  }

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

  .spml-16 {
    margin-left: 16px !important;
  }

  .spml-17 {
    margin-left: 17px !important;
  }

  .spml-18 {
    margin-left: 18px !important;
  }

  .spml-19 {
    margin-left: 19px !important;
  }

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

  .spml-21 {
    margin-left: 21px !important;
  }

  .spml-22 {
    margin-left: 22px !important;
  }

  .spml-23 {
    margin-left: 23px !important;
  }

  .spml-24 {
    margin-left: 24px !important;
  }

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

  .spml-26 {
    margin-left: 26px !important;
  }

  .spml-27 {
    margin-left: 27px !important;
  }

  .spml-28 {
    margin-left: 28px !important;
  }

  .spml-29 {
    margin-left: 29px !important;
  }

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

  .spml-31 {
    margin-left: 31px !important;
  }

  .spml-32 {
    margin-left: 32px !important;
  }

  .spml-33 {
    margin-left: 33px !important;
  }

  .spml-34 {
    margin-left: 34px !important;
  }

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

  .spml-36 {
    margin-left: 36px !important;
  }

  .spml-37 {
    margin-left: 37px !important;
  }

  .spml-38 {
    margin-left: 38px !important;
  }

  .spml-39 {
    margin-left: 39px !important;
  }

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

  .spml-41 {
    margin-left: 41px !important;
  }

  .spml-42 {
    margin-left: 42px !important;
  }

  .spml-43 {
    margin-left: 43px !important;
  }

  .spml-44 {
    margin-left: 44px !important;
  }

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

  .spml-46 {
    margin-left: 46px !important;
  }

  .spml-47 {
    margin-left: 47px !important;
  }

  .spml-48 {
    margin-left: 48px !important;
  }

  .spml-49 {
    margin-left: 49px !important;
  }

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

  .spml-51 {
    margin-left: 51px !important;
  }

  .spml-52 {
    margin-left: 52px !important;
  }

  .spml-53 {
    margin-left: 53px !important;
  }

  .spml-54 {
    margin-left: 54px !important;
  }

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

  .spml-56 {
    margin-left: 56px !important;
  }

  .spml-57 {
    margin-left: 57px !important;
  }

  .spml-58 {
    margin-left: 58px !important;
  }

  .spml-59 {
    margin-left: 59px !important;
  }

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

  .spml-61 {
    margin-left: 61px !important;
  }

  .spml-62 {
    margin-left: 62px !important;
  }

  .spml-63 {
    margin-left: 63px !important;
  }

  .spml-64 {
    margin-left: 64px !important;
  }

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

  .spml-66 {
    margin-left: 66px !important;
  }

  .spml-67 {
    margin-left: 67px !important;
  }

  .spml-68 {
    margin-left: 68px !important;
  }

  .spml-69 {
    margin-left: 69px !important;
  }

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

  .spml-71 {
    margin-left: 71px !important;
  }

  .spml-72 {
    margin-left: 72px !important;
  }

  .spml-73 {
    margin-left: 73px !important;
  }

  .spml-74 {
    margin-left: 74px !important;
  }

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

  .spml-76 {
    margin-left: 76px !important;
  }

  .spml-77 {
    margin-left: 77px !important;
  }

  .spml-78 {
    margin-left: 78px !important;
  }

  .spml-79 {
    margin-left: 79px !important;
  }

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

  .spml-81 {
    margin-left: 81px !important;
  }

  .spml-82 {
    margin-left: 82px !important;
  }

  .spml-83 {
    margin-left: 83px !important;
  }

  .spml-84 {
    margin-left: 84px !important;
  }

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

  .spml-86 {
    margin-left: 86px !important;
  }

  .spml-87 {
    margin-left: 87px !important;
  }

  .spml-88 {
    margin-left: 88px !important;
  }

  .spml-89 {
    margin-left: 89px !important;
  }

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

  .spml-91 {
    margin-left: 91px !important;
  }

  .spml-92 {
    margin-left: 92px !important;
  }

  .spml-93 {
    margin-left: 93px !important;
  }

  .spml-94 {
    margin-left: 94px !important;
  }

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

  .spml-96 {
    margin-left: 96px !important;
  }

  .spml-97 {
    margin-left: 97px !important;
  }

  .spml-98 {
    margin-left: 98px !important;
  }

  .spml-99 {
    margin-left: 99px !important;
  }

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

  .spml-101 {
    margin-left: 101px !important;
  }

  .spml-102 {
    margin-left: 102px !important;
  }

  .spml-103 {
    margin-left: 103px !important;
  }

  .spml-104 {
    margin-left: 104px !important;
  }

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

  .spml-106 {
    margin-left: 106px !important;
  }

  .spml-107 {
    margin-left: 107px !important;
  }

  .spml-108 {
    margin-left: 108px !important;
  }

  .spml-109 {
    margin-left: 109px !important;
  }

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

  .spml-111 {
    margin-left: 111px !important;
  }

  .spml-112 {
    margin-left: 112px !important;
  }

  .spml-113 {
    margin-left: 113px !important;
  }

  .spml-114 {
    margin-left: 114px !important;
  }

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

  .spml-116 {
    margin-left: 116px !important;
  }

  .spml-117 {
    margin-left: 117px !important;
  }

  .spml-118 {
    margin-left: 118px !important;
  }

  .spml-119 {
    margin-left: 119px !important;
  }

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

  .spml-121 {
    margin-left: 121px !important;
  }

  .spml-122 {
    margin-left: 122px !important;
  }

  .spml-123 {
    margin-left: 123px !important;
  }

  .spml-124 {
    margin-left: 124px !important;
  }

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

  .spml-126 {
    margin-left: 126px !important;
  }

  .spml-127 {
    margin-left: 127px !important;
  }

  .spml-128 {
    margin-left: 128px !important;
  }

  .spml-129 {
    margin-left: 129px !important;
  }

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

  .spml-131 {
    margin-left: 131px !important;
  }

  .spml-132 {
    margin-left: 132px !important;
  }

  .spml-133 {
    margin-left: 133px !important;
  }

  .spml-134 {
    margin-left: 134px !important;
  }

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

  .spml-136 {
    margin-left: 136px !important;
  }

  .spml-137 {
    margin-left: 137px !important;
  }

  .spml-138 {
    margin-left: 138px !important;
  }

  .spml-139 {
    margin-left: 139px !important;
  }

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

  .spml-141 {
    margin-left: 141px !important;
  }

  .spml-142 {
    margin-left: 142px !important;
  }

  .spml-143 {
    margin-left: 143px !important;
  }

  .spml-144 {
    margin-left: 144px !important;
  }

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

  .spml-146 {
    margin-left: 146px !important;
  }

  .spml-147 {
    margin-left: 147px !important;
  }

  .spml-148 {
    margin-left: 148px !important;
  }

  .spml-149 {
    margin-left: 149px !important;
  }

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

  /*padding-left.  1px刻みで150pxまで*/
  .sppl-0 {
    padding-left: 0px !important;
  }

  .sppl-1 {
    padding-left: 1px !important;
  }

  .sppl-2 {
    padding-left: 2px !important;
  }

  .sppl-3 {
    padding-left: 3px !important;
  }

  .sppl-4 {
    padding-left: 4px !important;
  }

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

  .sppl-6 {
    padding-left: 6px !important;
  }

  .sppl-7 {
    padding-left: 7px !important;
  }

  .sppl-8 {
    padding-left: 8px !important;
  }

  .sppl-9 {
    padding-left: 9px !important;
  }

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

  .sppl-11 {
    padding-left: 11px !important;
  }

  .sppl-12 {
    padding-left: 12px !important;
  }

  .sppl-13 {
    padding-left: 13px !important;
  }

  .sppl-14 {
    padding-left: 14px !important;
  }

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

  .sppl-16 {
    padding-left: 16px !important;
  }

  .sppl-17 {
    padding-left: 17px !important;
  }

  .sppl-18 {
    padding-left: 18px !important;
  }

  .sppl-19 {
    padding-left: 19px !important;
  }

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

  .sppl-21 {
    padding-left: 21px !important;
  }

  .sppl-22 {
    padding-left: 22px !important;
  }

  .sppl-23 {
    padding-left: 23px !important;
  }

  .sppl-24 {
    padding-left: 24px !important;
  }

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

  .sppl-26 {
    padding-left: 26px !important;
  }

  .sppl-27 {
    padding-left: 27px !important;
  }

  .sppl-28 {
    padding-left: 28px !important;
  }

  .sppl-29 {
    padding-left: 29px !important;
  }

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

  .sppl-31 {
    padding-left: 31px !important;
  }

  .sppl-32 {
    padding-left: 32px !important;
  }

  .sppl-33 {
    padding-left: 33px !important;
  }

  .sppl-34 {
    padding-left: 34px !important;
  }

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

  .sppl-36 {
    padding-left: 36px !important;
  }

  .sppl-37 {
    padding-left: 37px !important;
  }

  .sppl-38 {
    padding-left: 38px !important;
  }

  .sppl-39 {
    padding-left: 39px !important;
  }

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

  .sppl-41 {
    padding-left: 41px !important;
  }

  .sppl-42 {
    padding-left: 42px !important;
  }

  .sppl-43 {
    padding-left: 43px !important;
  }

  .sppl-44 {
    padding-left: 44px !important;
  }

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

  .sppl-46 {
    padding-left: 46px !important;
  }

  .sppl-47 {
    padding-left: 47px !important;
  }

  .sppl-48 {
    padding-left: 48px !important;
  }

  .sppl-49 {
    padding-left: 49px !important;
  }

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

  .sppl-51 {
    padding-left: 51px !important;
  }

  .sppl-52 {
    padding-left: 52px !important;
  }

  .sppl-53 {
    padding-left: 53px !important;
  }

  .sppl-54 {
    padding-left: 54px !important;
  }

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

  .sppl-56 {
    padding-left: 56px !important;
  }

  .sppl-57 {
    padding-left: 57px !important;
  }

  .sppl-58 {
    padding-left: 58px !important;
  }

  .sppl-59 {
    padding-left: 59px !important;
  }

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

  .sppl-61 {
    padding-left: 61px !important;
  }

  .sppl-62 {
    padding-left: 62px !important;
  }

  .sppl-63 {
    padding-left: 63px !important;
  }

  .sppl-64 {
    padding-left: 64px !important;
  }

  .sppl-65 {
    padding-left: 65px !important;
  }

  .sppl-66 {
    padding-left: 66px !important;
  }

  .sppl-67 {
    padding-left: 67px !important;
  }

  .sppl-68 {
    padding-left: 68px !important;
  }

  .sppl-69 {
    padding-left: 69px !important;
  }

  .sppl-70 {
    padding-left: 70px !important;
  }

  .sppl-71 {
    padding-left: 71px !important;
  }

  .sppl-72 {
    padding-left: 72px !important;
  }

  .sppl-73 {
    padding-left: 73px !important;
  }

  .sppl-74 {
    padding-left: 74px !important;
  }

  .sppl-75 {
    padding-left: 75px !important;
  }

  .sppl-76 {
    padding-left: 76px !important;
  }

  .sppl-77 {
    padding-left: 77px !important;
  }

  .sppl-78 {
    padding-left: 78px !important;
  }

  .sppl-79 {
    padding-left: 79px !important;
  }

  .sppl-80 {
    padding-left: 80px !important;
  }

  .sppl-81 {
    padding-left: 81px !important;
  }

  .sppl-82 {
    padding-left: 82px !important;
  }

  .sppl-83 {
    padding-left: 83px !important;
  }

  .sppl-84 {
    padding-left: 84px !important;
  }

  .sppl-85 {
    padding-left: 85px !important;
  }

  .sppl-86 {
    padding-left: 86px !important;
  }

  .sppl-87 {
    padding-left: 87px !important;
  }

  .sppl-88 {
    padding-left: 88px !important;
  }

  .sppl-89 {
    padding-left: 89px !important;
  }

  .sppl-90 {
    padding-left: 90px !important;
  }

  .sppl-91 {
    padding-left: 91px !important;
  }

  .sppl-92 {
    padding-left: 92px !important;
  }

  .sppl-93 {
    padding-left: 93px !important;
  }

  .sppl-94 {
    padding-left: 94px !important;
  }

  .sppl-95 {
    padding-left: 95px !important;
  }

  .sppl-96 {
    padding-left: 96px !important;
  }

  .sppl-97 {
    padding-left: 97px !important;
  }

  .sppl-98 {
    padding-left: 98px !important;
  }

  .sppl-99 {
    padding-left: 99px !important;
  }

  .sppl-100 {
    padding-left: 100px !important;
  }

  .sppl-101 {
    padding-left: 101px !important;
  }

  .sppl-102 {
    padding-left: 102px !important;
  }

  .sppl-103 {
    padding-left: 103px !important;
  }

  .sppl-104 {
    padding-left: 104px !important;
  }

  .sppl-105 {
    padding-left: 105px !important;
  }

  .sppl-106 {
    padding-left: 106px !important;
  }

  .sppl-107 {
    padding-left: 107px !important;
  }

  .sppl-108 {
    padding-left: 108px !important;
  }

  .sppl-109 {
    padding-left: 109px !important;
  }

  .sppl-110 {
    padding-left: 110px !important;
  }

  .sppl-111 {
    padding-left: 111px !important;
  }

  .sppl-112 {
    padding-left: 112px !important;
  }

  .sppl-113 {
    padding-left: 113px !important;
  }

  .sppl-114 {
    padding-left: 114px !important;
  }

  .sppl-115 {
    padding-left: 115px !important;
  }

  .sppl-116 {
    padding-left: 116px !important;
  }

  .sppl-117 {
    padding-left: 117px !important;
  }

  .sppl-118 {
    padding-left: 118px !important;
  }

  .sppl-119 {
    padding-left: 119px !important;
  }

  .sppl-120 {
    padding-left: 120px !important;
  }

  .sppl-121 {
    padding-left: 121px !important;
  }

  .sppl-122 {
    padding-left: 122px !important;
  }

  .sppl-123 {
    padding-left: 123px !important;
  }

  .sppl-124 {
    padding-left: 124px !important;
  }

  .sppl-125 {
    padding-left: 125px !important;
  }

  .sppl-126 {
    padding-left: 126px !important;
  }

  .sppl-127 {
    padding-left: 127px !important;
  }

  .sppl-128 {
    padding-left: 128px !important;
  }

  .sppl-129 {
    padding-left: 129px !important;
  }

  .sppl-130 {
    padding-left: 130px !important;
  }

  .sppl-131 {
    padding-left: 131px !important;
  }

  .sppl-132 {
    padding-left: 132px !important;
  }

  .sppl-133 {
    padding-left: 133px !important;
  }

  .sppl-134 {
    padding-left: 134px !important;
  }

  .sppl-135 {
    padding-left: 135px !important;
  }

  .sppl-136 {
    padding-left: 136px !important;
  }

  .sppl-137 {
    padding-left: 137px !important;
  }

  .sppl-138 {
    padding-left: 138px !important;
  }

  .sppl-139 {
    padding-left: 139px !important;
  }

  .sppl-140 {
    padding-left: 140px !important;
  }

  .sppl-141 {
    padding-left: 141px !important;
  }

  .sppl-142 {
    padding-left: 142px !important;
  }

  .sppl-143 {
    padding-left: 143px !important;
  }

  .sppl-144 {
    padding-left: 144px !important;
  }

  .sppl-145 {
    padding-left: 145px !important;
  }

  .sppl-146 {
    padding-left: 146px !important;
  }

  .sppl-147 {
    padding-left: 147px !important;
  }

  .sppl-148 {
    padding-left: 148px !important;
  }

  .sppl-149 {
    padding-left: 149px !important;
  }

  .sppl-150 {
    padding-left: 150px !important;
  }

  /*FONT-SIZE.  0.1rem刻みで4remまで*/
  .spfs-10 {
    font-size: 1rem !important;
  }

  .spfs-11 {
    font-size: 1.1rem !important;
  }

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

  .spfs-13 {
    font-size: 1.3rem !important;
  }

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

  .spfs-15 {
    font-size: 1.5rem !important;
  }

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

  .spfs-17 {
    font-size: 1.7rem !important;
  }

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

  .spfs-19 {
    font-size: 1.9rem !important;
  }

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

  .spfs-21 {
    font-size: 2.1rem !important;
  }

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

  .spfs-23 {
    font-size: 2.3rem !important;
  }

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

  .spfs-25 {
    font-size: 2.5rem !important;
  }

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

  .spfs-27 {
    font-size: 2.7rem !important;
  }

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

  .spfs-29 {
    font-size: 2.9rem !important;
  }

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

  .spfs-31 {
    font-size: 3.1rem !important;
  }

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

  .spfs-33 {
    font-size: 3.3rem !important;
  }

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

  .spfs-35 {
    font-size: 3.5rem !important;
  }

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

  .spfs-37 {
    font-size: 3.7rem !important;
  }

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

  .spfs-39 {
    font-size: 3.9rem !important;
  }

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

  /*line-height.  0.1em刻みで2emまで*/
  .splh-10 {
    line-height: 1 !important;
  }

  .splh-11 {
    line-height: 1.1 !important;
  }

  .splh-12 {
    line-height: 1.2 !important;
  }

  .splh-13 {
    line-height: 1.3 !important;
  }

  .splh-14 {
    line-height: 1.4 !important;
  }

  .splh-15 {
    line-height: 1.5 !important;
  }

  .splh-16 {
    line-height: 1.6 !important;
  }

  .splh-17 {
    line-height: 1.7 !important;
  }

  .splh-18 {
    line-height: 1.8 !important;
  }

  .splh-19 {
    line-height: 1.9 !important;
  }

  .splh-20 {
    line-height: 2 !important;
  }
}
/*maxL*/
/* -------------------------------- 

汎用クラス

-------------------------------- */
.alpha {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.alpha:hover {
  opacity: 0.7;
}

/* -------------------------------- 

汎用クラス

-------------------------------- */
.pc-flexbox {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.pc-flexbox > * {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pc-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pc-inline-flex > * {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pc-block {
  display: block;
}
.pc-inline {
  display: inline;
}
.pc-inline-block {
  display: inline-block;
}

.sp-flexbox {
  display: none;
}
.sp-inline-flex {
  display: none;
}
.sp-block {
  display: none;
}
.sp-inline {
  display: none;
}
.sp-inline-block {
  display: none;
}

.tab-flexbox {
  display: none;
}
.tab-inline-flex {
  display: none;
}
.tab-block {
  display: none;
}
.tab-inline {
  display: none;
}
.tab-inline-block {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .tab-flexbox {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-flexbox > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .tab-inline-flex > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-block {
    display: block;
  }
  .tab-inline {
    display: inline;
  }
  .tab-inline-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 947px) {
  .pc-flexbox {
    display: none;
  }
  .pc-inline-flex {
    display: none;
  }
  .pc-block {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .pc-inline-block {
    display: none;
  }

  .sp-flexbox {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-flexbox > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sp-inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .sp-inline-flex > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .sp-inline-block {
    display: inline-block;
  }
}
/*******************************************

basic structure

*******************************************/
@media only screen and (min-width: 948px) {
  .pc-nav {
    display: block;
  }
}
/*L*/
header {
  z-index: 1000;
}

@media only screen and (max-width: 947px) {
  html, body {
    width: 100%;
  }
  html *, body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #contentsWrapper {
    width: 100% !important;
    padding: 0 30px;
  }

  .pc-nav {
    display: none;
  }

  header {
    width: 100%;
    height: 68px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    background-color: #faf8f7;
  }
  header h1 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 68px;
    background-color: #faf8f7;
    position: relative;
    z-index: 1000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header h1 a {
    display: block;
    width: 70px;
    height: 68px;
    background-image: url(../img/common/logo.svg);
    background-size: 70px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header h1 a img {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  #head-img {
    margin-bottom: 50px;
  }

  #pagetop {
    width: 100% !important;
  }

  footer {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .footerWrapper {
    width: auto !important;
  }
  .footerWrapper a {
    display: block;
    width: 247px;
  }

  .footer_right {
    display: none !important;
  }

  .footer_left {
    float: none !important;
    border: 0 !important;
    width: auto !important;
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_left > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer_left-en {
    margin-left: 0 !important;
    margin-top: -2px;
    display: block;
  }

  footer section.footerWrapper p.credit {
    text-align: center;
    padding-top: 32px;
  }
}
/*maxL*/
/*******************************************

home

*******************************************/
.home-ttl {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
}
.home-ttl:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #00afad;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.home-ttl-en {
  font-size: 24px;
  letter-spacing: 0.035em;
  font-weight: 500;
  color: #00afad;
  display: block;
}
.home-ttl-ja {
  font-size: 15px;
  font-weight: 500;
  color: #00afad;
  display: block;
  opacity: 0.4;
  padding: 10px 0 15px;
  position: relative;
}
.home-about {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
}
.home-about .about_nav2 {
  margin-bottom: 50px;
}
.home-movie {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
}
.home-news {
  width: 100%;
  max-width: 948px;
  margin: 0 auto 50px;
}
.home-news .news-index {
  max-width: 690px;
  width: 100% !important;
}
.home-news .news-more {
  max-width: 820px;
  width: 100% !important;
}
.home-bnr {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-bnr > * {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.home-bnr li {
  width: calc(33.333% - 10px);
}
@media only screen and (max-width: 767px) {
  .home-bnr li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .home-bnr li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .home-bnr li {
    width: 100%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 948px) {
  .sp-homeslide {
    display: none;
  }
}
/*L*/
@media only screen and (max-width: 947px) {
  section#slide {
    width: 100% !important;
    margin-top: 68px !important;
    height: auto !important;
    display: none;
  }

  #contentsWrapper .slidemask {
    width: 100% !important;
  }

  .slidemask {
    display: none;
  }

  /*sp表示ではswiperに変更*/
  .sp-homeslide {
    width: 100%;
    height: calc(100vh - 68px);
    margin-top: 68px;
    position: relative;
  }
  .sp-homeslide .swiper-slide {
    background-size: cover;
    background-position: 50% 50%;
    height: calc(100vh - 68px);
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .sp-homeslide .swiper-slide > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sp-homeslide-1 {
    background-image: url(../img/sp-main/top.png);
  }
  .sp-homeslide-2 {
    background-image: url(../img/sp-main/top_side02.png);
  }
  .sp-homeslide-3 {
    background-image: url(../img/sp-main/top_side03.png);
  }
  .sp-homeslide-4 {
    background-image: url(../img/sp-main/top_side04.png);
  }
  .sp-homeslide-inner {
    font-size: 40px;
    color: #ffffff;
    line-height: 1.4;
    padding-right: 23px;
  }
  .sp-homeslide .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
    margin: 0 10px 20px !important;
  }
  .sp-homeslide .swiper-pagination-bullet-active {
    background: #00afad;
  }
}
/*maxL*/
/*******************************************

第二階層メインイメージ共通設定 + コンテンツ共通

*******************************************/
@media only screen and (max-width: 947px) {
  #head-img {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height: 100vh;
    background-size: cover;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  #head-img img {
    display: none;
  }
  #head-img > * {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #head-img .head-img-txt {
    color: #ffffff;
  }
  #head-img .head-img-txt-en {
    display: block;
    font-size: 52px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  }
  #head-img .head-img-txt-ja {
    display: block;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  }

  #sideWrapper {
    display: none;
  }

  #contents {
    width: 100% !important;
  }
  #contents #maincontents {
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*maxL*/
@media only screen and (min-width: 948px) {
  body {
    overflow-y: auto !important;
  }
}
/*L*/
/*maxL*/
/*# sourceMappingURL=add.css.map */