@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300&display=swap");
@import url(base.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&display=swap&subset=japanese");
.page-ttl .page-ttl-image {
  background-image: url("../img/base/page-ttl2.jpg"); }

.products-top {
  margin: 45px 0 54px;
  min-height: 338px; }
  .products-top .inner .top-image {
    width: 49%;
    float: left;
    position: relative; }
    .products-top .inner .top-image .image {
      max-width: 100%; }
    .products-top .inner .top-image .conditions {
      line-height: 28px;
      margin-top: 28px;
      letter-spacing: .3px;
      text-align: justify; }
    .products-top .inner .top-image:before {
      content: "";
      background: #ffffff;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: .6s .5s ease; }
    .products-top .inner .top-image.is-show:before {
      width: 0; }
  .products-top .inner .top-ttl-box, .products-top .inner .top-text-box {
    width: 47.6%;
    float: right; }
  .products-top .inner .top-ttl-box .num {
    background: #000;
    color: #ffffff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 8px;
    padding: 6px 18px 6px 10px;
    margin-bottom: 20px;
    display: inline-block; }
  .products-top .inner .top-ttl-box .product-name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #b1b1b1;
    margin-bottom: 14px; }
  .products-top .inner .top-ttl-box .top-text {
    font-size: 20px;
    line-height: 33px;
    margin: 0 -16px 20px 0;
    letter-spacing: .5px; }
  .products-top .inner .top-text-box .place-ttl {
    font-size: 18px;
    border: solid 1px #0081d5;
    border-left: solid 5px #0081d5;
    padding: 10px 15px;
    margin-bottom: 15px;
    letter-spacing: .3px; }
  .products-top .inner .top-text-box .place-list {
    line-height: 28px;
    letter-spacing: .3px;
    margin-right: -16px; }
    .products-top .inner .top-text-box .place-list li {
      display: flex;
      align-items: stretch;
      justify-content: flex-start; }
      .products-top .inner .top-text-box .place-list li:before {
        content: "";
        display: inline-block;
        background: #0081d5;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        margin-right: 2px;
        text-align: justify;
        flex-shrink: 0;
        margin-top: 6px; }

.feature {
  padding: 49px 0 67px;
  background: rgba(0, 129, 213, 0.05); }
  .feature .inner {
    display: flex;
    flex-wrap: wrap; }
    .feature .inner .ttl-ev {
      margin-bottom: 35px; }
    .feature .inner .feature-list {
      width: calc(100% - 330px);
      margin-top: -7px; }
    .feature .inner .feature-image {
      margin: 0 0 0 auto;
      width: 310px; }
      .feature .inner .feature-image img {
        width: 100%;
        margin-bottom: 14px; }
        .feature .inner .feature-image img:last-child {
          margin-bottom: 0; }
    .feature .inner .feature-text {
      width: calc(100% - 330px);
      line-height: 1.75;
      letter-spacing: .025em; }

.safety {
  padding: 56px 0 42px; }
  .safety .inner {
    display: flex;
    flex-wrap: wrap; }
    .safety .inner .ttl-ev {
      margin-bottom: 31px; }
  .safety .safety-box {
    width: 403px;
    max-width: 50%;
    padding-right: 20px;
    margin-bottom: 33px; }
    .safety .safety-box .ttl {
      display: flex;
      align-items: center;
      margin-bottom: 18px; }
      .safety .safety-box .ttl .num {
        color: #0081d5;
        border: solid 1px #0081d5;
        min-width: 36px;
        height: 36px;
        text-align: center;
        padding-top: 8px;
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        margin-right: 18px; }
      .safety .safety-box .ttl .box-ttl {
        color: #0081d5;
        font-size: 20px;
        letter-spacing: .5px; }
    .safety .safety-box .safety-list {
      line-height: 28px;
      letter-spacing: .3px; }
      .safety .safety-box .safety-list li:before {
        content: "";
        display: inline-block;
        background: #000;
        width: 3px;
        height: 3px;
        margin: 0 .5em 0 2px;
        vertical-align: 5px;
        border-radius: 50%; }

.option {
  padding: 72px 0 94px;
  background: #fafafa; }
  .option .inner .ttl-ev {
    margin-bottom: 45px; }
  .option .inner .option-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: -35px; }
    .option .inner .option-box .option-item {
      width: calc(100% / 3);
      padding-right: 34px;
      margin-bottom: 33px; }
      .option .inner .option-box .option-item .option-name {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 14px;
        letter-spacing: .3px; }
        .option .inner .option-box .option-item .option-name:before {
          content: "";
          background: #0081d5;
          display: inline-block;
          width: 1em;
          height: 1em;
          margin-right: .7em;
          vertical-align: -2px; }
      .option .inner .option-box .option-item .option-text {
        line-height: 28px;
        height: 74px;
        letter-spacing: .5px;
        text-align: justify; }
    .option .inner .option-box .option-image {
      width: calc(100% / 3);
      padding-right: 35px; }
  .option2 {
    padding: 55px 0 0;
    background: none; }
    .option2 .inner .ttl-ev {
      margin-bottom: 33px; }
    .option2 .inner .option-box {
      margin-bottom: 17px; }
      .option2 .inner .option-box .option-item .option-name {
        margin-bottom: 14px; }
      .option2 .inner .option-box .option-item .option-image {
        width: 100%;
        padding-right: 0;
        margin-bottom: 23px; }

.after-service {
  padding: 39px 0 90px; }
  .after-service .inner .ttl-ev {
    margin-bottom: 49px; }

.spec {
  padding: 52px 0 62px; }
  .spec .inner .ttl-ev {
    margin-bottom: 43px; }
    .spec .inner .ttl-ev-small {
      font-size: 14px;
      margin-left: 19px;
      margin-top: 8px; }
  .spec .inner .dl-item {
    margin-right: 12px;
    color: #0081d5; }
    .spec .inner .dl-item .ext {
      background: #0081d5;
      color: #ffffff;
      font-size: 14px;
      text-align: center;
      padding: 2px 11px;
      margin-left: 7px;
      min-width: 50px; }
    .spec .inner .dl-item:hover {
      opacity: .6; }
  .spec .inner .table-wrapper {
    margin-bottom: 63px; }
  .spec .inner .spec-table {
    background: #ffffff;
    width: 100%; }
    .spec .inner .spec-table thead tr, .spec .inner .spec-table tbody tr {
      height: 44px;
      text-align: center; }
      .spec .inner .spec-table thead tr.tr-left, .spec .inner .spec-table tbody tr.tr-left {
        text-align: left; }
        .spec .inner .spec-table thead tr.tr-left td, .spec .inner .spec-table tbody tr.tr-left td {
          min-width: 200px; }
      .spec .inner .spec-table thead tr.tr-shiryo td, .spec .inner .spec-table tbody tr.tr-shiryo td {
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px; }
      .spec .inner .spec-table thead tr th, .spec .inner .spec-table thead tr td, .spec .inner .spec-table tbody tr th, .spec .inner .spec-table tbody tr td {
        font-size: 14px;
        line-height: 20px;
        border: solid 1px #4d4d4d;
        width: auto;
        vertical-align: middle;
        padding: 10px 21px 9px 21px;
        letter-spacing: .3px; }
        .spec .inner .spec-table thead tr th:first-child, .spec .inner .spec-table thead tr td:first-child, .spec .inner .spec-table tbody tr th:first-child, .spec .inner .spec-table tbody tr td:first-child {
          text-align: left;
          width: 19.5%;
          padding-left: 22px;
          padding-right: 10px; }
        .spec .inner .spec-table thead tr th a, .spec .inner .spec-table thead tr td a, .spec .inner .spec-table tbody tr th a, .spec .inner .spec-table tbody tr td a {
          color: #0081d5; }
          .spec .inner .spec-table thead tr th a:hover, .spec .inner .spec-table thead tr td a:hover, .spec .inner .spec-table tbody tr th a:hover, .spec .inner .spec-table tbody tr td a:hover {
            opacity: .6; }
          .spec .inner .spec-table thead tr th a .dl-item, .spec .inner .spec-table thead tr td a .dl-item, .spec .inner .spec-table tbody tr th a .dl-item, .spec .inner .spec-table tbody tr td a .dl-item {
            margin-right: 12px; }
        .spec .inner .spec-table thead tr th .dl-box, .spec .inner .spec-table thead tr td .dl-box, .spec .inner .spec-table tbody tr th .dl-box, .spec .inner .spec-table tbody tr td .dl-box {
          padding-top: 4px;
          margin-bottom: 12px; }
          .spec .inner .spec-table thead tr th .dl-box .name, .spec .inner .spec-table thead tr td .dl-box .name, .spec .inner .spec-table tbody tr th .dl-box .name, .spec .inner .spec-table tbody tr td .dl-box .name {
            margin-bottom: 3px; }
          .spec .inner .spec-table thead tr th .dl-box .dl-inner, .spec .inner .spec-table thead tr td .dl-box .dl-inner, .spec .inner .spec-table tbody tr th .dl-box .dl-inner, .spec .inner .spec-table tbody tr td .dl-box .dl-inner {
            line-height: 30px; }
      .spec .inner .spec-table thead tr.tsume td, .spec .inner .spec-table tbody tr.tsume td {
        letter-spacing: -.5px; }
    .spec .inner .spec-table thead tr th {
      background: rgba(0, 129, 213, 0.16);
      text-align: center;
      padding: 8px; }
    .spec .inner .spec-table tbody tr th {
      background: #fafafa; }
    .spec .inner .spec-table .nowrap {
      white-space: nowrap;
      display: inline-block; }

.type {
  padding: 36px 0 62px; }
  .type .inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .type .inner .type-item {
      width: 50%;
      padding-right: 35px; }
      .type .inner .type-item .type-name {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 14px;
        letter-spacing: .025em; }
        .type .inner .type-item .type-name:before {
          content: "";
          background: #0081d5;
          display: inline-block;
          width: 1em;
          height: 1em;
          margin-right: .7em;
          vertical-align: -2px; }
      .type .inner .type-item .type-text {
        margin-bottom: 18px;
        line-height: 1.75;
        letter-spacing: .025em;
        text-align: justify; }

.feature-dansa {
  background: none; }
  .feature-dansa .inner .ttl-ev {
    margin-bottom: 26px; }
  .feature-dansa .inner .feature-item {
    position: relative;
    margin-bottom: 57px; }
    .feature-dansa .inner .feature-item .feature-ttl {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 13px;
      letter-spacing: .025em; }
      .feature-dansa .inner .feature-item .feature-ttl:before {
        content: "";
        background: #0081d5;
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-right: .7em;
        vertical-align: -2px; }
    .feature-dansa .inner .feature-item .feature-txt {
      line-height: 1.75;
      letter-spacing: .025em;
      margin-bottom: 30px; }
    .feature-dansa .inner .feature-item img {
      max-width: 100%; }
    .feature-dansa .inner .feature-item:nth-of-type(n+3) .feature-txt {
      width: 74%;
      max-width: calc(100% - 250px); }
    .feature-dansa .inner .feature-item:nth-of-type(n+3) img {
      position: absolute;
      top: 0;
      right: 0; }
    .feature-dansa .inner .feature-item:nth-of-type(2) .feature-txt {
      margin-bottom: 18px; }
    .feature-dansa .inner .feature-item:nth-of-type(3) {
      min-height: 240px;
      margin-bottom: 62px; }
    .feature-dansa .inner .feature-item:nth-of-type(4) {
      margin-bottom: 60px; }
    .feature-dansa .inner .feature-item:nth-of-type(5) {
      margin-bottom: 46px; }

.spec-dansa .inner .spec-dansa-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 51px; }
  .spec-dansa .inner .spec-dansa-info .spec-dansa-txt {
    width: calc(100% - 235px);
    padding-left: 60px; }
    .spec-dansa .inner .spec-dansa-info .spec-dansa-txt .img-detail {
      margin-bottom: 18px;
      letter-spacing: .025em; }
      .spec-dansa .inner .spec-dansa-info .spec-dansa-txt .img-detail .img-detail-ttl {
        font-size: 20px;
        font-weight: inherit;
        margin-bottom: 4px; }
        .spec-dansa .inner .spec-dansa-info .spec-dansa-txt .img-detail .img-detail-ttl .num {
          display: inline-block;
          margin-right: 13px;
          width: 22px;
          height: 22px;
          line-height: 22px;
          text-align: center;
          font-size: 16px;
          color: #ffffff;
          background: #E35800;
          border-radius: 50%; }
      .spec-dansa .inner .spec-dansa-info .spec-dansa-txt .img-detail .img-detail-txt {
        color: #4d4d4d;
        line-height: 1.75; }
.spec-dansa .inner .table-wrapper {
  margin-bottom: 50px; }
.spec-dansa .inner .spec-table {
  max-width: 100%; }
  .spec-dansa .inner .spec-table thead tr th {
    background: none;
    text-align: left; }
  .spec-dansa .inner .spec-table tbody tr th {
    background: rgba(227, 227, 227, 0.5); }
  .spec-dansa .inner .spec-table tbody tr td {
    text-align: left; }
  .spec-dansa .inner .spec-table .corner {
    background: rgba(227, 227, 227, 0.5); }
.spec-dansa .inner .spec-txt {
  margin-bottom: 33px;
  line-height: 1.6;
  letter-spacing: .05em;
  text-align: center; }

.feature-nimotsu .inner {
  position: relative; }
.feature-nimotsu .feature-image {
  position: absolute;
  top: 87px;
  right: 20px; }
.feature-nimotsu .feature-text {
  margin-top: 22px; }

.spec-nimotsu .inner .ttl-ev {
  margin-bottom: 38px; }
.spec-nimotsu .inner .spec-dl {
  margin-bottom: 42px; }
  .spec-nimotsu .inner .spec-dl .dl-item {
    font-size: 14px;
    margin: 0 30px 12px 0;
    display: inline-block;
    white-space: nowrap; }
    .spec-nimotsu .inner .spec-dl .dl-item .ext {
      margin-left: 15px; }
.spec-nimotsu .inner .table-wrapper {
  margin-bottom: 43px; }
.spec-nimotsu .inner .spec-table .table-ttl-blue {
  background: rgba(0, 129, 213, 0.16); }
.spec-nimotsu .inner .spec-table .tate {
  width: 9.75% !important;
  padding: 0 !important;
  text-align: center !important;
  vertical-align: middle; }
  .spec-nimotsu .inner .spec-table .tate span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
.spec-nimotsu .inner .contact-btn {
  margin-top: 50px; }

.spec-konimotsu {
  padding-bottom: 0; }
  .spec-konimotsu .inner .ttl-ev {
    margin-bottom: 45px; }
  .spec-konimotsu .inner .table-wrapper {
    margin-bottom: 0; }
  .spec-konimotsu .inner .konimotsu-table {
    min-width: 725px;
    background: #ffffff;
    width: 100%; }
    .spec-konimotsu .inner .konimotsu-table thead th, .spec-konimotsu .inner .konimotsu-table thead td, .spec-konimotsu .inner .konimotsu-table tbody th, .spec-konimotsu .inner .konimotsu-table tbody td {
      font-size: 14px;
      line-height: 1.4;
      border: solid 1px #4d4d4d;
      vertical-align: middle;
      text-align: center;
      padding: 12px 0;
      letter-spacing: .3px; }
    .spec-konimotsu .inner .konimotsu-table thead {
      background: rgba(0, 129, 213, 0.16); }
      .spec-konimotsu .inner .konimotsu-table thead th {
        width: 77px;
        font-feature-settings: "palt"; }
    .spec-konimotsu .inner .konimotsu-table tbody th {
      min-width: 155px; }
    .spec-konimotsu .inner .konimotsu-table tbody td {
      padding: 12px 8px; }
    .spec-konimotsu .inner .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(1) {
      width: 200px;
      text-align: left;
      padding-left: 1.7em; }
    .spec-konimotsu .inner .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(2), .spec-konimotsu .inner .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(3), .spec-konimotsu .inner .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(4) {
      width: 68px; }
    .spec-konimotsu .inner .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(5) {
      width: 220px; }
    .spec-konimotsu .inner .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(5) {
      width: 220px; }
    .spec-konimotsu .inner .konimotsu-table.konimotsu-table-spec thead tr:first-child th:nth-of-type(1) {
      width: 400px; }
    .spec-konimotsu .inner .konimotsu-table.konimotsu-table-spec thead tr:first-child th:nth-of-type(2) {
      width: 215px; }
    .spec-konimotsu .inner .konimotsu-table.konimotsu-table-spec thead tr:first-child th:nth-of-type(3) {
      width: 385px; }
    .spec-konimotsu .inner .konimotsu-table.konimotsu-table-spec tbody td:last-child {
      padding-left: 2.1em;
      text-align: left; }
  .spec-konimotsu .inner .konimotsu-table-ttl {
    font-size: 18px;
    margin-bottom: 21px;
    letter-spacing: .025em; }
  .spec-konimotsu .inner .konimotsu-table-text {
    margin: 16px 0 36px;
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 1.82; }
    .spec-konimotsu .inner .konimotsu-table-text:last-child {
      margin-bottom: 0; }
  .spec-konimotsu .inner .konimotsu-spec-floor {
    margin-bottom: 70px; }
  .spec-konimotsu .inner .konimotsu-spec-table {
    margin-bottom: 50px; }

.feature2 .inner .feature-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1.7%; }
  .feature2 .inner .feature-box .feature-item {
    height: 370px;
    width: 29.85%;
    margin: 0 1.7% 28px;
    padding: 0;
    position: relative; }
    .feature2 .inner .feature-box .feature-item .feature-num {
      font-size: 22px;
      font-family: "Montserrat", sans-serif;
      color: #0081d5;
      font-weight: 600;
      background: rgba(255, 255, 255, 0.9);
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -12px;
      left: 8px;
      width: 36px;
      height: 36px; }
    .feature2 .inner .feature-box .feature-item img {
      width: 100%;
      margin-bottom: 21px; }
    .feature2 .inner .feature-box .feature-item .feature-text {
      width: 100%;
      text-align: justify; }
    .feature2 .inner .feature-box .feature-item2 {
      width: 46.5%; }

.function-kurumaisu .inner .function-box, .option-kurumaisu .inner .option-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1.7%; }
  .function-kurumaisu .inner .function-box .function-item, .function-kurumaisu .inner .function-box .option-item, .option-kurumaisu .inner .option-box .function-item, .option-kurumaisu .inner .option-box .option-item {
    height: 370px;
    width: 29.85%;
    margin: 0 1.7% 28px;
    padding: 0; }
    .function-kurumaisu .inner .function-box .function-item img, .function-kurumaisu .inner .function-box .option-item img, .option-kurumaisu .inner .option-box .function-item img, .option-kurumaisu .inner .option-box .option-item img {
      width: 100%;
      margin-bottom: 23px; }
    .function-kurumaisu .inner .function-box .function-item .function-name, .function-kurumaisu .inner .function-box .function-item .option-name, .function-kurumaisu .inner .function-box .option-item .function-name, .function-kurumaisu .inner .function-box .option-item .option-name, .option-kurumaisu .inner .option-box .function-item .function-name, .option-kurumaisu .inner .option-box .function-item .option-name, .option-kurumaisu .inner .option-box .option-item .function-name, .option-kurumaisu .inner .option-box .option-item .option-name {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 14px;
      letter-spacing: .025em; }
      .function-kurumaisu .inner .function-box .function-item .function-name:before, .function-kurumaisu .inner .function-box .function-item .option-name:before, .function-kurumaisu .inner .function-box .option-item .function-name:before, .function-kurumaisu .inner .function-box .option-item .option-name:before, .option-kurumaisu .inner .option-box .function-item .function-name:before, .option-kurumaisu .inner .option-box .function-item .option-name:before, .option-kurumaisu .inner .option-box .option-item .function-name:before, .option-kurumaisu .inner .option-box .option-item .option-name:before {
        content: "";
        background: #0081d5;
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-right: .7em;
        vertical-align: -2px; }
    .function-kurumaisu .inner .function-box .function-item .function-text, .function-kurumaisu .inner .function-box .function-item .option-text, .function-kurumaisu .inner .function-box .option-item .function-text, .function-kurumaisu .inner .function-box .option-item .option-text, .option-kurumaisu .inner .option-box .function-item .function-text, .option-kurumaisu .inner .option-box .function-item .option-text, .option-kurumaisu .inner .option-box .option-item .function-text, .option-kurumaisu .inner .option-box .option-item .option-text {
      line-height: 1.75;
      letter-spacing: .025em;
      text-align: justify; }

.function-kurumaisu {
  padding: 50px 0 55px; }
  .function-kurumaisu .inner .ttl-ev {
    margin-bottom: 35px; }

.option-kurumaisu {
  padding-bottom: 51px; }
  .option-kurumaisu .inner .ttl-ev {
    margin-bottom: 35px; }

.spec-isu {
  padding-top: 17px; }
  .spec-isu .spec-isu-nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: none;
    margin-bottom: 92px; }
    .spec-isu .spec-isu-nav .nav-item {
      margin: 0 24px; }
      .spec-isu .spec-isu-nav .nav-item .nav-link {
        width: 215px;
        padding: 18px 10px 15px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .025em;
        display: block;
        text-align: center;
        border-radius: 0;
        background: #ffffff;
        border: none;
        border-bottom: solid 2px #bdbdbd; }
        .spec-isu .spec-isu-nav .nav-item .nav-link:hover {
          background: rgba(0, 129, 213, 0.05);
          border-color: #0081d5;
          color: #000; }

.prd01 .page-ttl .page-ttl-image {
  background-image: url("../img/home-elevator/page-ttl.jpg"); }
.prd01 .option {
  background: none; }

.prd02 .page-ttl .page-ttl-image {
  background-image: url("../img/kogata-elevator/page-ttl.jpg"); }
.prd02 .products-top .inner .top-ttl-box .top-text {
  letter-spacing: 0; }

.prd03 .page-ttl .page-ttl-image {
  background-image: url("../img/jyoyo-elevator/page-ttl.jpg"); }

.prd04 .page-ttl .page-ttl-image {
  background-image: url("../img/nimotsu-elevator/page-ttl.jpg"); }
.prd04 .spec .inner .spec-table tbody tr:first-child {
  background: rgba(0, 129, 213, 0.16); }
  .prd04 .spec .inner .spec-table tbody tr:first-child th:nth-of-type(n+3) {
    text-align: center;
    width: 24.5%; }
.prd04 .spec .inner .spec-table tbody tr th {
  text-align: left; }
  .prd04 .spec .inner .spec-table tbody tr th:first-child {
    width: 13%;
    padding-left: 15px; }
  .prd04 .spec .inner .spec-table tbody tr th.item-group {
    text-align: center;
    padding: 0;
    width: 13%; }
  .prd04 .spec .inner .spec-table tbody tr th:not(.item-group) {
    background: none; }
  .prd04 .spec .inner .spec-table tbody tr th.corner {
    text-align: left;
    background: #ffffff; }
.prd04 .spec .inner .spec-table tbody tr td {
  padding: 10px 0; }

.prd05 .page-ttl .page-ttl-image {
  background-image: url("../img/konimotsu-elevator/page-ttl.jpg"); }
.prd05 .konimotsu-table-spec {
  margin-top: -1px; }
.prd05 .spec-konimotsu .inner .table-top tbody tr:first-child td {
  background: rgba(0, 129, 213, 0.16);
  width: 196px; }
.prd05 .spec-konimotsu .inner .table-top tbody tr:first-child th {
  background: none;
  text-align: center;
  padding-left: 0; }
.prd05 .spec-konimotsu .inner .table-top tbody th {
  background: rgba(0, 129, 213, 0.16);
  text-align: left;
  padding-left: 22px;
  min-width: 128px; }
  .prd05 .spec-konimotsu .inner .table-top tbody th.th-sml {
    min-width: 48px;
    padding: 0;
    text-align: center; }
.prd05 .spec-konimotsu .inner .table-top tbody td {
  width: 89px; }
.prd05 .after-service {
  padding-top: 0; }

.prd06 .products-top .inner .top-ttl-box .top-text {
  letter-spacing: 0; }
.prd06 .spec .inner .spec-table tbody tr th:not(.th-color) {
  background: #ffffff; }
.prd06 .spec .inner .spec-table tbody tr td {
  text-align: left; }
.prd06 .spec .inner .spec-table tbody tr:nth-child(13) th {
  vertical-align: top;
  padding-top: 33px; }
.prd06 .spec .inner .spec-table tbody tr:nth-child(13) td {
  line-height: 21.5px;
  padding-top: 18px;
  padding-bottom: 19px; }
.prd06 .after-service {
  padding-top: 0; }

.prd07 .products-top .inner .top-ttl-box .top-text {
  letter-spacing: 0; }
.prd07 .spec {
  padding-bottom: 10px; }

.prd08 .about {
  position: relative;
  font-size: 0; }
  .prd08 .about-txt, .prd08 .about-item {
    line-height: 1.75;
    letter-spacing: .025em;
    font-size: 16px; }
  .prd08 .about img {
    max-width: 100%; }
  .prd08 .about-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .prd08 .about-item {
    width: 45.7%; }
    .prd08 .about-item-txt {
      margin-bottom: 15px; }
    .prd08 .about-item-ttl {
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 7px; }
  .prd08 .about-st3 {
    margin-bottom: 26px; }
    .prd08 .about-st3 .about-img1 {
      margin-right: 2%;
      margin-bottom: 19px;
      width: 72%; }
    .prd08 .about-st3 .about-img2 {
      vertical-align: bottom;
      width: 26%;
      margin-bottom: 19px; }
    .prd08 .about-st3 .about-img3 {
      margin-bottom: 34px; }
    .prd08 .about-st3 .about-img4 {
      margin-top: 33px; }
    .prd08 .about-st3 .about-img5 {
      margin: 0 auto;
      display: block; }
    .prd08 .about-st3 .about-flex {
      margin: 14px 0 49px; }
  .prd08 .about-ost2 {
    margin-bottom: 31px; }
    .prd08 .about-ost2 .about-img1 {
      margin-right: 2.6%;
      margin-bottom: 37px;
      width: 72%; }
    .prd08 .about-ost2 .about-img2 {
      vertical-align: bottom;
      width: 19.1%;
      margin-bottom: 37px; }
    .prd08 .about-ost2 .about-img3 {
      width: 51.1%; }
  .prd08 .about-allura {
    margin-bottom: 54px; }
    .prd08 .about-allura .about-img1 {
      margin-right: 2.6%;
      margin-bottom: 37px;
      width: 72%; }
    .prd08 .about-allura .about-img2 {
      vertical-align: bottom;
      width: 19.1%;
      margin-bottom: 37px; }
    .prd08 .about-allura .about-img3 {
      width: 50.7%; }
    .prd08 .about-allura .about-item-txt {
      margin-bottom: 21px; }
.prd08 .spec-isu-block {
  margin-bottom: 53px; }
  .prd08 .spec-isu-block:last-child {
    margin-bottom: 0; }
  .prd08 .spec-isu-block .isu-table-ttl {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 24px; }
  .prd08 .spec-isu-block .isu-table {
    min-width: 0; }
    .prd08 .spec-isu-block .isu-table tbody tr th {
      min-width: 190px; }
    .prd08 .spec-isu-block .isu-table tbody tr .long {
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      padding-right: 2em; }
.prd08 .spec .inner .spec-table tbody tr td {
  text-align: left; }
.prd08 .contact-btn {
  margin-top: 31px; }

@media screen and (max-width: 768px) {
  .products-top {
    margin: 20px 0 50px;
    min-height: 0; }
    .products-top .inner .top-image {
      width: 100%;
      float: none; }
      .products-top .inner .top-image .image {
        max-width: 100%; }
      .products-top .inner .top-image .conditions {
        line-height: 26px;
        margin: 12px 0 0; }
    .products-top .inner .top-ttl-box, .products-top .inner .top-text-box {
      width: 100%;
      float: none; }
    .products-top .inner .top-ttl-box .num {
      margin-bottom: 18px;
      font-size: 14px; }
    .products-top .inner .top-ttl-box .product-name {
      font-size: 22px;
      line-height: 30px;
      padding-bottom: 18px;
      margin-bottom: 16px; }
    .products-top .inner .top-ttl-box .top-text {
      font-size: 17px;
      line-height: 28px;
      margin: 0 0 20px 0; }
    .products-top .inner .top-text-box {
      margin-top: 30px; }
      .products-top .inner .top-text-box .place-ttl {
        font-size: 18px;
        padding: 10px 15px;
        margin-bottom: 15px; }
      .products-top .inner .top-text-box .place-list {
        line-height: 26px;
        margin-right: 0; }

  .feature {
    padding: 40px 0 50px; }
    .feature .inner .ttl-ev {
      margin-bottom: 20px; }
    .feature .inner .feature-list {
      width: 100%;
      margin-top: 0; }
    .feature .inner .feature-image {
      margin: 20px 0 0;
      width: 100%; }
      .feature .inner .feature-image img {
        width: 100%;
        margin-bottom: 10px; }
    .feature .inner .feature-text {
      width: 100%; }

  .safety {
    padding: 40px 0 50px; }
    .safety .inner .ttl-ev {
      margin-bottom: 25px; }
    .safety .safety-box {
      max-width: 100%;
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px; }
      .safety .safety-box .ttl {
        margin-bottom: 12px; }
        .safety .safety-box .ttl .num {
          min-width: 32px;
          height: 32px;
          padding-top: 7px;
          font-size: 18px;
          margin-right: 15px; }
        .safety .safety-box .ttl .box-ttl {
          font-size: 18px; }
      .safety .safety-box .safety-list {
        line-height: 26px; }

  .option {
    padding: 40px 0 50px; }
    .option .inner .ttl-ev {
      margin-bottom: 20px; }
    .option .inner .option-box {
      margin-right: 0; }
      .option .inner .option-box .option-item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px; }
        .option .inner .option-box .option-item .option-name {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 10px; }
        .option .inner .option-box .option-item .option-text {
          line-height: 26px;
          height: auto; }
      .option .inner .option-box .option-image {
        width: 100%;
        padding-right: 0; }

  .after-service {
    padding: 40px 0 50px; }
    .after-service .inner .ttl-ev {
      margin-bottom: 20px; }

  .spec {
    padding: 40px 0 50px; }
    .spec .inner .ttl-ev {
      margin-bottom: 25px;
      flex-wrap: wrap; }
      .spec .inner .ttl-ev-small {
        font-size: 13px;
        margin-left: 0;
        display: block;
        width: 100%; }
    .spec .inner .table-scroll {
      font-size: 12px;
      margin-bottom: 10px; }
    .spec .inner .dl-item .ext {
      padding: 2px 8px; }
    .spec .inner .table-wrapper {
      margin-bottom: 30px;
      overflow: hidden;
      overflow-x: scroll; }
    .spec .inner .spec-table thead tr, .spec .inner .spec-table tbody tr {
      height: 45px; }
      .spec .inner .spec-table thead tr th, .spec .inner .spec-table thead tr td, .spec .inner .spec-table tbody tr th, .spec .inner .spec-table tbody tr td {
        min-width: 100px;
        line-height: 20px;
        padding: 8px 10px; }
        .spec .inner .spec-table thead tr th:first-child, .spec .inner .spec-table thead tr td:first-child, .spec .inner .spec-table tbody tr th:first-child, .spec .inner .spec-table tbody tr td:first-child {
          width: 100px;
          padding-left: 10px;
          padding-right: 10px; }
        .spec .inner .spec-table thead tr th a:hover, .spec .inner .spec-table thead tr td a:hover, .spec .inner .spec-table tbody tr th a:hover, .spec .inner .spec-table tbody tr td a:hover {
          opacity: 1; }
        .spec .inner .spec-table thead tr th .dl-box, .spec .inner .spec-table thead tr td .dl-box, .spec .inner .spec-table tbody tr th .dl-box, .spec .inner .spec-table tbody tr td .dl-box {
          margin-bottom: 8px; }
      .spec .inner .spec-table thead tr.tsume td, .spec .inner .spec-table tbody tr.tsume td {
        letter-spacing: inherit; }
    .spec .inner .spec-table thead tr th {
      padding: 8px; }

  .feature-nimotsu .feature-image {
    position: static; }
  .feature-nimotsu .feature-text {
    margin-top: 15px; }

  .spec-nimotsu .inner .ttl-ev {
    margin-bottom: 25px; }
  .spec-nimotsu .inner .spec-dl {
    margin-bottom: 30px; }
  .spec-nimotsu .inner .table-wrapper {
    margin-bottom: 30px; }
    .spec-nimotsu .inner .table-wrapper .spec-table .tate {
      width: 50px !important;
      min-width: 50px; }
  .spec-nimotsu .inner .contact-btn {
    margin-top: 40px; } }
@media screen and (width: 768px) {
  .feature .inner .feature-image {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 0; }
    .feature .inner .feature-image img {
      width: calc(50% - 10px);
      margin: 0 5px; }

  .option .inner .option-box {
    margin-right: -20px; }
    .option .inner .option-box .option-item {
      width: 50%;
      padding-right: 20px; }
    .option .inner .option-box .option-image {
      width: 50%;
      padding-right: 20px; }

  .option-kurumaisu .inner .option-box .option-item {
    padding: 0;
    width: 29.85%; }

  .prd05 .spec .inner .table-wrapper {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .type {
    padding: 30px 0 40px; }
    .type .inner {
      display: block; }
      .type .inner .type-item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px; }
        .type .inner .type-item img {
          max-width: 100%; }
        .type .inner .type-item .type-name {
          font-size: 17px;
          margin-bottom: 10px; }
        .type .inner .type-item .type-text {
          margin-bottom: 12px; }

  .spec .inner .spec-table .nowrap {
    display: block;
    white-space: initial; }

  .spec-konimotsu {
    padding-bottom: 10px; }
    .spec-konimotsu .inner .ttl-ev {
      margin-bottom: 25px; }
    .spec-konimotsu .inner .table-wrapper {
      margin-bottom: 0; }
      .spec-konimotsu .inner .table-wrapper .konimotsu-table thead th, .spec-konimotsu .inner .table-wrapper .konimotsu-table thead td, .spec-konimotsu .inner .table-wrapper .konimotsu-table tbody th, .spec-konimotsu .inner .table-wrapper .konimotsu-table tbody td {
        font-size: 14px;
        padding: 10px 0; }
      .spec-konimotsu .inner .table-wrapper .konimotsu-table tbody th {
        min-width: 155px; }
      .spec-konimotsu .inner .table-wrapper .konimotsu-table tbody td {
        padding: 12px 8px; }
      .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(1) {
        width: 200px;
        text-align: left;
        padding-left: 1.7em; }
      .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(2), .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(3), .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(4) {
        width: 68px; }
      .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(5) {
        width: 220px; }
      .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-size thead tr:first-child th:nth-of-type(5) {
        width: 220px; }
      .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-spec {
        min-width: 450px; }
        .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-spec thead tr:first-child th:nth-of-type(1) {
          width: 70px; }
        .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-spec thead tr:first-child th:nth-of-type(2) {
          width: 100px; }
        .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-spec thead tr:first-child th:nth-of-type(3) {
          width: auto; }
        .spec-konimotsu .inner .table-wrapper .konimotsu-table.konimotsu-table-spec tbody td:last-child {
          padding-left: 1em; }
    .spec-konimotsu .inner .konimotsu-table-ttl {
      font-size: 17px;
      margin-bottom: 15px; }
    .spec-konimotsu .inner .konimotsu-table-text {
      margin: 11px 0 30px; }
    .spec-konimotsu .inner .konimotsu-spec-floor {
      margin-bottom: 50px; }
    .spec-konimotsu .inner .konimotsu-spec-table {
      margin-bottom: 35px; }

  .feature-dansa .inner .ttl-ev {
    margin-bottom: 20px; }
  .feature-dansa .inner .feature-item {
    margin-bottom: 30px; }
    .feature-dansa .inner .feature-item .feature-ttl {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px; }
      .feature-dansa .inner .feature-item .feature-ttl:before {
        vertical-align: -2px; }
    .feature-dansa .inner .feature-item .feature-txt {
      margin-bottom: 20px; }
    .feature-dansa .inner .feature-item img {
      max-width: 100%; }
    .feature-dansa .inner .feature-item:nth-of-type(n+3) .feature-txt {
      width: 100%;
      max-width: none; }
    .feature-dansa .inner .feature-item:nth-of-type(n+3) img {
      position: static;
      top: 0;
      right: 0; }
    .feature-dansa .inner .feature-item:nth-of-type(2) .feature-txt {
      margin-bottom: 20px; }
    .feature-dansa .inner .feature-item:nth-of-type(3) {
      min-height: 0;
      margin-bottom: 30px; }
    .feature-dansa .inner .feature-item:nth-of-type(4) {
      margin-bottom: 30px; }
    .feature-dansa .inner .feature-item:nth-of-type(5) {
      margin-bottom: 30px; }

  .spec-dansa .inner .spec-dansa-info {
    margin-bottom: 30px;
    display: block; }
    .spec-dansa .inner .spec-dansa-info .spec-dansa-img {
      display: block;
      margin: 0 auto 15px; }
    .spec-dansa .inner .spec-dansa-info .spec-dansa-txt {
      width: 100%;
      padding-left: 0; }
      .spec-dansa .inner .spec-dansa-info .spec-dansa-txt .img-detail {
        margin-bottom: 15px; }
        .spec-dansa .inner .spec-dansa-info .spec-dansa-txt .img-detail .img-detail-ttl {
          font-size: 18px;
          margin-bottom: 4px; }
          .spec-dansa .inner .spec-dansa-info .spec-dansa-txt .img-detail .img-detail-ttl .num {
            margin-right: 10px;
            width: 19px;
            height: 19px;
            line-height: 19px;
            font-size: 15px; }
  .spec-dansa .inner .table-wrapper {
    margin-bottom: 50px; }
  .spec-dansa .inner .spec-table thead tr th:first-child, .spec-dansa .inner .spec-table tbody tr th {
    min-width: 93px; }
  .spec-dansa .inner .spec-table thead tr th {
    background: none;
    text-align: left; }
  .spec-dansa .inner .spec-txt {
    margin-bottom: 33px;
    line-height: 1.6;
    letter-spacing: .05em;
    text-align: center; }

  .feature2 .inner .feature-box {
    margin: 0; }
    .feature2 .inner .feature-box .feature-item {
      height: auto;
      width: 100%;
      margin: 0 0 30px; }
      .feature2 .inner .feature-box .feature-item .feature-num {
        font-size: 20px;
        top: -8px;
        left: 8px;
        width: 34px;
        height: 40px; }
      .feature2 .inner .feature-box .feature-item img {
        margin-bottom: 15px; }

  .function-kurumaisu .inner .function-box, .option-kurumaisu .inner .option-box {
    margin: 0; }
    .function-kurumaisu .inner .function-box .function-item, .function-kurumaisu .inner .function-box .option-item, .option-kurumaisu .inner .option-box .function-item, .option-kurumaisu .inner .option-box .option-item {
      height: auto;
      width: 100%;
      margin: 0 0 25px; }
      .function-kurumaisu .inner .function-box .function-item img, .function-kurumaisu .inner .function-box .option-item img, .option-kurumaisu .inner .option-box .function-item img, .option-kurumaisu .inner .option-box .option-item img {
        margin-bottom: 15px; }
      .function-kurumaisu .inner .function-box .function-item .function-name, .function-kurumaisu .inner .function-box .function-item .option-name, .function-kurumaisu .inner .function-box .option-item .function-name, .function-kurumaisu .inner .function-box .option-item .option-name, .option-kurumaisu .inner .option-box .function-item .function-name, .option-kurumaisu .inner .option-box .function-item .option-name, .option-kurumaisu .inner .option-box .option-item .function-name, .option-kurumaisu .inner .option-box .option-item .option-name {
        font-size: 17px;
        margin-bottom: 10px; }

  .function-kurumaisu {
    padding: 30px 0 40px; }
    .function-kurumaisu .inner .ttl-ev {
      margin-bottom: 25px; }

  .option-kurumaisu {
    padding-bottom: 40px; }
    .option-kurumaisu .inner .ttl-ev {
      margin-bottom: 25px; }

  .prd05 .spec-konimotsu .inner .table-top tbody tr:first-child td {
    width: 150px; }
  .prd05 .spec-konimotsu .inner .table-top tbody th {
    padding-left: 10px;
    min-width: 100px; }
    .prd05 .spec-konimotsu .inner .table-top tbody th.th-sml {
      min-width: 50px; }
  .prd05 .spec-konimotsu .inner .table-top tbody td {
    width: 50px; }

  .prd08 .spec-isu-nav {
    display: block; }
    .prd08 .spec-isu-nav .nav-item {
      width: 100%;
      margin: 0 0 10px; }
      .prd08 .spec-isu-nav .nav-item .nav-link {
        width: 100%;
        border: solid 2px #bdbdbd; }
        .prd08 .spec-isu-nav .nav-item .nav-link:hover {
          background: #fff;
          border-color: #bdbdbd; }
  .prd08 .about-txt, .prd08 .about-item {
    line-height: 1.4;
    font-size: 15px; }
  .prd08 .about-flex {
    display: block; }
  .prd08 .about-item {
    width: 100%; }
    .prd08 .about-item-txt {
      margin-bottom: 15px; }
    .prd08 .about-item-ttl {
      font-size: 17px;
      margin-bottom: 7px; }
  .prd08 .about img {
    display: block; }
  .prd08 .about-st3 {
    margin-bottom: 26px; }
    .prd08 .about-st3 .about-img1 {
      margin: 0 auto 15px;
      width: auto; }
    .prd08 .about-st3 .about-img2 {
      width: 260px;
      margin: 0 auto 15px; }
    .prd08 .about-st3 .about-img3 {
      width: 348px;
      margin-bottom: 20px; }
    .prd08 .about-st3 .about-img4 {
      width: 224px;
      margin: 20px auto 0; }
    .prd08 .about-st3 .about-flex {
      margin: 20px 0 20px; }
  .prd08 .about-ost2 {
    margin-bottom: 31px; }
    .prd08 .about-ost2 .about-img1 {
      margin: 0 0 15px;
      width: auto; }
    .prd08 .about-ost2 .about-img2 {
      width: 191px;
      margin: 0 auto 20px; }
    .prd08 .about-ost2 .about-img3 {
      width: 511px;
      margin: 20px auto; }
  .prd08 .about-allura {
    margin-bottom: 54px; }
    .prd08 .about-allura .about-img1 {
      margin: 0 auto 15px;
      width: auto; }
    .prd08 .about-allura .about-img2 {
      width: 191px;
      margin: 0 auto 20px; }
    .prd08 .about-allura .about-img3 {
      width: 507px;
      margin: 20px auto; }
    .prd08 .about-allura .about-item-txt {
      margin-bottom: 15px; }
  .prd08 .spec .inner .spec-table tbody tr td {
    text-align: left; }
  .prd08 .contact-btn {
    margin-top: 31px; } }

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