@charset "UTF-8";
/* ==================================================
	スペック
================================================== */
@media screen and (min-width: 768px), print {
  #wrapper .page_body .page_nav .page_nav_list li {
    width: 288px;
    margin-bottom: 16px;
  }
  #wrapper .page_body .page_nav .page_nav_list li:not(:nth-child(4n)) {
    margin-right: 16px;
  }
  #wrapper .page_body .page_nav .page_nav_list li:nth-child(2) a {
    letter-spacing: 0.05em;
    text-indent: -1em;
  }
  #wrapper .page_body .page_nav .page_nav_list li:nth-child(6) a {
    letter-spacing: 0.05em;
    text-indent: -1em;
  }
  #wrapper .page_body .page_nav .page_nav_list li a small {
    font-size: 70%;
  }
}

/*---------------------------------
  テーブル
---------------------------------*/
#wrapper .page_body .table_wrap {
  margin-bottom: 10px;
}
#wrapper .page_body .spec_table {
  border-collapse: collapse;
}
#wrapper .page_body .spec_table caption {
  margin-bottom: 5px;
  font-weight: 400;
  text-align: right;
}
#wrapper .page_body .spec_table .tb-top-normal {
  border-top: 1px solid #000;
}
#wrapper .page_body .spec_table .tb-top-bold {
  border-top: 2px solid #000;
}
#wrapper .page_body .spec_table .tb-left-normal {
  border-left: 1px solid #000;
}
#wrapper .page_body .spec_table .tb-left-bold {
  border-left: 2px solid #000;
}
#wrapper .page_body .spec_table .ta-center {
  text-align: center;
}
#wrapper .page_body .spec_table .ta-right {
  text-align: right;
}
#wrapper .page_body .spec_table th {
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  background-color: #c8e0e5;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
#wrapper .page_body .spec_table td {
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
#wrapper .page_body .spec_table thead {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#wrapper .page_body .spec_table tbody {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#wrapper .page_body .spec_table tbody th {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: left;
}
#wrapper .page_body .spec_table tbody th::before {
  content: "■";
  color: #00a7ab;
}
@media screen and (min-width: 768px), print {
  #wrapper .page_body .spec_table {
    width: 100%;
  }
  #wrapper .page_body .spec_table caption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #wrapper .page_body .spec_table th {
    font-size: 16px;
    font-size: 1rem;
  }
  #wrapper .page_body .spec_table td {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .page_body .spec_table caption {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #wrapper .page_body .spec_table th {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #wrapper .page_body .spec_table td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* ---------- notes ----------*/
#wrapper .list-notes li {
  font-weight: 400;
}
#wrapper .text-notes {
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  #wrapper .list-notes li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #wrapper .text-notes {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list-notes li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #wrapper .text-notes {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/*---------------------------------
  主な仕様
---------------------------------*/
@media screen and (min-width: 768px), print {
  #main {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    margin-bottom: 20px;
  }
  #main .table_wrap .spec_table {
    width: 960px !important;
  }
}

/*---------------------------------
  各種バケットの仕様と組み合わせ
---------------------------------*/
@media screen and (min-width: 768px), print {
  #combine {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #combine {
    margin-bottom: 20px;
  }
  #combine .table_wrap .spec_table {
    width: 960px !important;
  }
}

/*---------------------------------
  各種シュー
---------------------------------*/
@media screen and (min-width: 768px), print {
  #shoe {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #shoe {
    margin-bottom: 20px;
  }
  #shoe .table_wrap .spec_table {
    width: 960px !important;
  }
}

/*---------------------------------
  全体図
---------------------------------*/
@media screen and (min-width: 768px), print {
  #drawing {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #drawing {
    margin-bottom: 20px;
  }
}

/*---------------------------------
  作動範囲図
---------------------------------*/
@media screen and (min-width: 768px), print {
  #range {
    margin-bottom: 60px;
  }
  #range .range_layout_wrap {
    display: flex;
    justify-content: space-between;
  }
  #range .range_layout_wrap .range_layout_img {
    width: 522px;
  }
  #range .range_layout_wrap .range_layout_body {
    width: 622px;
  }
}
@media screen and (max-width: 767px) {
  #range {
    margin-bottom: 20px;
  }
  #range .range_layout_wrap .range_layout_img {
    margin-bottom: 15px;
  }
  #range .table_wrap .spec_table {
    min-width: 540px;
    width: calc( 100% + 100px ) !important;
  }
  #range .table_wrap .slide_icon {
    top: 41px !important;
  }
}

/*---------------------------------
  ハイリーチクレーン
---------------------------------*/
@media screen and (min-width: 768px), print {
  #crane {
    margin-bottom: 60px;
  }
  #crane .page_title_lv3 {
    align-items: center;
    align-content: center;
  }
  #crane .page_title_lv3 small {
    font-size: 50%;
  }
  #crane .crane_layout_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  #crane .crane_layout_wrap .crane_layout_body {
    width: 634px;
  }
  #crane .crane_layout_wrap .crane_layout_img {
    width: 494px;
  }
}
@media screen and (max-width: 767px) {
  #crane {
    margin-bottom: 20px;
  }
  #crane .content_inner > .table_wrap > .spec_table {
    min-width: 640px;
    width: calc( 100% + 100px ) !important;
  }
  #crane .content_inner > .table_wrap > .spec_table thead th:first-child {
    width: 50% !important;
  }
  #crane .content_inner > .table_wrap > .spec_table thead th:nth-child(2) {
    width: 25% !important;
  }
  #crane .content_inner > .table_wrap > .spec_table thead th:nth-child(2) {
    width: 25% !important;
  }
  #crane .crane_layout_wrap {
    margin-top: 20px;
  }
  #crane .crane_layout_wrap .table_wrap .spec_table {
    min-width: 480px;
    width: calc( 100% + 100px ) !important;
  }
  #crane .crane_layout_wrap .table_wrap .slide_icon {
    top: 41px !important;
  }
  #crane .crane_layout_wrap .crane_layout_body {
    margin: 20px 0;
  }
}

/*---------------------------------
  装備品
---------------------------------*/
#equipment .equip_text {
  line-height: 1.5;
}
#equipment .equip_text span:not(:last-child) {
  margin-right: 1em;
}
#equipment .equip_layout_column4 {
  display: flex;
  flex-wrap: wrap;
}
#equipment .equip_layout_column4 .equip_layout_inner h6 {
  font-weight: 500;
  color: #71b8bb;
}
@media screen and (min-width: 768px), print {
  #equipment {
    margin-bottom: 100px;
  }
  #equipment .page_layout_column2 {
    margin-bottom: 30px;
  }
  #equipment .spec_table {
    position: relative;
  }
  #equipment .spec_table caption {
    position: absolute;
    right: 0;
    top: calc( ( ( 1em * 1.5 ) + 5px ) * -1 );
  }
  #equipment .equip_text {
    margin-bottom: 60px;
  }
  #equipment .equip_text span {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
  }
  #equipment .equip_layout_column4 {
    margin-bottom: 10px;
  }
  #equipment .equip_layout_column4 .equip_layout_inner {
    width: 282px;
    margin-right: 24px;
    margin-bottom: 30px;
  }
  #equipment .equip_layout_column4 .equip_layout_inner div {
    margin-bottom: 10px;
  }
  #equipment .equip_layout_column4 .equip_layout_inner h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
  #equipment .equip_layout_column4 .equip_layout_inner p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #equipment .equip_layout_standard .equip_layout_inner:nth-child(2) div:first-of-type {
    margin-bottom: 4px;
  }
  #equipment .equip_layout_standard .equip_layout_inner:nth-child(2) h6:first-of-type {
    margin-bottom: 5px;
  }
  #equipment .equip_layout_standard .equip_layout_inner:nth-child(4) {
    margin-right: 0;
  }
  #equipment .equip_layout_standard .equip_layout_inner:nth-child(8) {
    margin-right: 0;
  }
  #equipment .equip_layout_option .equip_layout_inner:nth-child(4) {
    margin-right: 0;
  }
  #equipment .equip_layout_option .equip_layout_inner:nth-child(8) {
    width: 588px;
  }
  #equipment .equip_layout_option .equip_layout_inner:nth-child(9) {
    width: 588px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #equipment {
    margin-bottom: 20px;
  }
  #equipment .page_layout_column2 .page_layout_inner {
    margin-bottom: 20px;
  }
  #equipment .page_layout_column2 .page_layout_inner:nth-of-type(2) .table_wrap .slide_icon {
    top: 41px !important;
  }
  #equipment .table_wrap .spec_table {
    min-width: 520px;
    width: calc( 100% + 100px ) !important;
  }
  #equipment .equip_text {
    margin-bottom: 20px;
  }
  #equipment .equip_text span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #equipment .equip_layout_column4 {
    justify-content: space-between;
  }
  #equipment .equip_layout_column4 .equip_layout_inner {
    width: calc( ( 100% - 5px ) / 2 );
    margin-bottom: 20px;
  }
  #equipment .equip_layout_column4 .equip_layout_inner div {
    margin-bottom: 8px;
  }
  #equipment .equip_layout_column4 .equip_layout_inner h6 {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #equipment .equip_layout_column4 .equip_layout_inner p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #equipment .equip_layout_option .equip_layout_inner:nth-child(8) {
    width: 100%;
  }
  #equipment .equip_layout_option .equip_layout_inner:nth-child(9) {
    width: 100%;
  }
}
