@charset "UTF-8";
/* ==================================================
	スペック
================================================== */
/*---------------------------------
  テーブル
---------------------------------*/
@media screen and (min-width: 768px), print {
  #wrapper .page_body section {
    margin-bottom: 100px;
  }
  #wrapper .page_body section:last-of-type {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .page_body section {
    margin-bottom: 25px;
  }
  #wrapper .page_body section:last-of-type {
    margin-bottom: 30px;
  }
}
#wrapper .page_body .page_layout_inner:has(+ .page_title_lv4) {
  margin-bottom: 60px;
}
#wrapper .page_body .thumb {
  margin-bottom: 15px;
}
#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 .cellFlx {
  display: flex;
}
#wrapper .page_body .spec_table .cellFlx > span {
  flex: 1 0 0%;
}
#wrapper .page_body .spec_table .cellFlx .unit {
  flex: 0 0 auto;
  margin-left: 1em;
}
#wrapper .page_body .spec_table .cellFlx:has(.tags) {
  flex-grow: 1;
}
#wrapper .page_body .spec_table .bgGreen {
  background-color: #e0f0eb;
}
#wrapper .page_body .spec_table .bgBlue {
  background-color: #dee2f2;
}
#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;
}
#wrapper .page_body .tags {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
#wrapper .page_body .tags span {
  flex: 0 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #595757;
  line-height: 1.1;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
#wrapper .page_body .tags span img {
  max-width: 100%;
  height: auto;
}
#wrapper .page_body .tags .lightGray {
  background-color: #898989;
}
#wrapper .page_body .tags .green {
  background-color: rgba(0, 105, 121, 0.8);
}
#wrapper .page_body .tags .lightGreen {
  background-color: rgba(0, 153, 68, 0.6);
}
#wrapper .page_body .tags .lightGreen02 {
  background-color: rgba(144, 184, 33, 0.7);
}
#wrapper .page_body .tags .purple {
  background-color: rgba(101, 18, 126, 0.75);
}
#wrapper .page_body .tags .blue {
  background-color: rgba(0, 71, 157, 0.7);
}
@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;
}
#wrapper .page_title_lv3 + .list-notes {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  #wrapper .list-notes li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #wrapper .page_title_lv3:has(+ .list-notes) {
    margin-bottom: 15px;
  }
  #wrapper .page_title_lv3 + .list-notes {
    margin-bottom: 40px;
  }
  #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 .page_title_lv3:has(+ .list-notes) {
    margin-bottom: 5px;
  }
  #wrapper .page_title_lv3 + .list-notes {
    margin-bottom: 20px;
  }
  #wrapper .text-notes {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/*---------------------------------
  主な仕様
---------------------------------*/
@media screen and (max-width: 767px) {
  #main .table_wrap .spec_table {
    width: 960px !important;
  }
}

/*---------------------------------
  外形寸法（本体+メインブーム）
---------------------------------*/
@media screen and (max-width: 767px) {
  .page_body #dimensions01 .table_wrap .slide_icon {
    display: none;
  }
  #dimensions01 .spec_table {
    width: 100%;
  }
  #dimensions01 .spec_table td:last-child {
    width: 80px;
  }
}

/*---------------------------------
  完成機寸法
---------------------------------*/
#dimensions02 .ta-right {
  text-align: right;
}
#dimensions02 .w70p {
  width: 70%;
}
#dimensions02 .page_layout_column2 {
  gap: 0 44px;
  align-items: flex-end;
}
#dimensions02 .page_layout_column2 .page_layout_inner:first-child {
  width: calc(70% - 44px);
}
#dimensions02 .page_layout_column2 .page_layout_inner:last-child {
  width: 30%;
}
@media screen and (min-width: 768px), print {
  .page_body #dimensions02 .page_title_lv3 {
    margin-bottom: 15px;
  }
  .page_body #dimensions02 .page_title_lv3 + .ta-right {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_body #dimensions02 .page_title_lv3 {
    margin-bottom: 5px;
  }
  .page_body #dimensions02 .page_title_lv3 + .ta-right {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 20px;
  }
  #dimensions02 .table_wrap .spec_table {
    width: 500px;
  }
  #dimensions02 .table_wrap .spec_table th {
    white-space: nowrap;
  }
  #dimensions02 .table_wrap .spec_table td span {
    display: inline-block;
  }
  #dimensions02 .page_layout_column2 .page_layout_inner:first-child {
    width: 100%;
  }
  #dimensions02 .page_layout_column2 .page_layout_inner:last-child {
    width: 100%;
  }
  #dimensions02 .page_layout_column2 .page_layout_inner:last-child .table_wrap .spec_table {
    width: 100%;
  }
  #dimensions02 .page_layout_column2 .page_layout_inner:last-child .table_wrap .slide_icon {
    display: none;
  }
}

/*---------------------------------
  分解時の寸法および質量
---------------------------------*/
#dimensions03 h4 {
  background-color: #ccd9e1;
  padding: 2px 5px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #dimensions03 .spec_table {
    width: 980px;
  }
}

/*---------------------------------
  アタッチメントのブロック構成と共用
---------------------------------*/
.page_body #attachment .spec_table .cellFlx > span:first-child {
  flex: 0 0 400px;
}
.page_body #attachment .spec_table .tags {
  justify-content: flex-start;
}
#attachment .tags_text span {
  display: inline-block;
  color: #231815;
  font-size: 12px;
  font-size: 0.75rem;
}
#attachment .tags_text .green {
  color: #006979;
}
#attachment .tags_text .lightGreen {
  color: #009944;
}
#attachment .tags_text .lightGreen02 {
  color: #90b821;
}
#attachment .tags_text .purple {
  color: #6b1685;
}
#attachment .tags_text .blue {
  color: #00479d;
}
@media screen and (max-width: 767px) {
  .page_body #attachment .spec_table {
    width: 980px;
  }
  .page_body #attachment .spec_table img {
    width: auto;
    max-width: 100%;
  }
}

/*---------------------------------
  分解搬送図
---------------------------------*/
#diagram .diagramGrid {
  display: grid;
  border-top: 1px solid #00a7ab;
}
#diagram .diagramGrid .item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #00a7ab;
  border-right: 1px solid #00a7ab;
  padding: 15px;
}
#diagram .diagramGrid .item h4 {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.33;
  font-weight: normal;
}
#diagram .diagramGrid .item h4::before {
  content: "■";
  display: inline;
}
#diagram .diagramGrid .item .tags {
  margin-left: 16px;
  margin-top: 8px;
  justify-content: flex-start;
}
#diagram .diagramGrid .item .img {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 16px;
  margin-top: 15px;
}
#diagram .diagramGrid .item .img img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #diagram .diagramGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  #diagram .diagramGrid .item:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #diagram .diagramGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
  }
  #diagram .diagramGrid .item:nth-child(2n) {
    border-right: none;
  }
  #diagram .diagramGrid .item h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #diagram .diagramGrid .item .img {
    padding: 0;
  }
}

/*---------------------------------
  作動範囲
---------------------------------*/
#range .page_title_lv4:nth-of-type(n+2) {
  margin-top: 30px;
}
#range .range_caption {
  margin-bottom: 10px;
}
#range .range_grid {
  margin-bottom: 15px;
}
#range .range_grid .item {
  border-right: 1px solid #00a7ab;
  border-top: 1px solid #00a7ab;
  padding: 15px;
}
@media screen and (min-width: 768px), print {
  #range .range_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  #range .range_grid .item:nth-child(-n+2) {
    border-top: none;
  }
  #range .range_grid .item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #range .range_caption {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #range .range_grid .item {
    border-right: none;
  }
  #range .range_grid .item:first-child {
    border-top: none;
  }
  #range .range_grid + .table_wrap .spec_table {
    width: 580px;
  }
  #range .page_layout_inner .table_wrap .slide_icon {
    display: none;
  }
  #range .page_layout_inner .spec_table {
    width: 100%;
  }
}

/*---------------------------------
  装備品
---------------------------------*/
#equipment .page_title_layout {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#equipment .page_title_layout .page_title_lv4 + p {
  margin-left: auto;
  text-align: right;
}
#equipment .spec_table tr:nth-child(-n+2) td {
  white-space: nowrap;
}
#equipment .spec_table td span {
  display: inline-block;
}
#equipment .equip_list_text {
  list-style: none;
}
#equipment .equip_list_thumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
#equipment .equip_list_thumbs > li {
  flex: 0 0 auto;
}
#equipment .equip_list_thumbs > li > div {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px), print {
  #equipment .equip_list_text {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
  }
  #equipment .equip_list_text > li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #equipment .equip_list_thumbs {
    margin-top: 60px;
    gap: 30px 35px;
  }
  #equipment .equip_list_thumbs > li {
    width: calc((100% - 105px) / 4);
  }
  #equipment .equip_list_thumbs > li .equip_title {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  #equipment .equip_list_thumbs > li p {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page_body #equipment .page_title_layout {
    margin-bottom: 15px;
  }
  .page_body #equipment .page_title_layout .page_title_lv4 {
    margin-bottom: 0;
  }
  .page_body #equipment .page_title_layout .page_title_lv4 + p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #equipment .spec_table {
    width: 580px;
  }
  #equipment .spec_table tr:first-child td:first-child {
    width: 324px;
  }
  #equipment .equip_list_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #equipment .equip_list_text > li {
    display: inline;
    margin-right: 1em;
  }
  #equipment .equip_list_thumbs {
    margin-top: 20px;
    gap: 20px 5px;
  }
  #equipment .equip_list_thumbs > li {
    width: calc((100% - 5px) / 2);
  }
  #equipment .equip_list_thumbs > li .equip_title {
    margin-top: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #equipment .equip_list_thumbs > li p {
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}