@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*@function vw($size, $viewport:1920) {
  $rate: 100 / $viewport;
  @return $rate * $size * 1vw;
}*/
.common_package_tbl {
  overflow-x: scroll;
}
.common_package_tbl table {
  table-layout: fixed;
  min-width: 700px;
}
.common_package_tbl table thead .left_top {
  border-radius: 10px 0 0 0;
}
.common_package_tbl table thead .right_top {
  border-radius: 0 10px 0 0;
}
.common_package_tbl table thead th {
  text-align: center;
  background: #004ea2;
  color: #fff;
  padding: 0.75rem;
  text-align: center;
  box-sizing: border-box;
  width: calc((100% - 130px) / 4);
  width: 100%;
}
.common_package_tbl table thead th:nth-child(1) {
  width: 130px;
}
.common_package_tbl table thead th:not(:last-child) {
  border-right: 1px solid #e6e8ed;
}
.common_package_tbl table thead th:first-child {
  border-bottom: 1px solid #fff;
}
.common_package_tbl table thead td {
  padding: 0.5rem 0.5rem;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #e6e8ed;
}
.common_package_tbl table thead td .comment01 {
  color: #354362;
  font-size: 1.4rem;
  position: absolute;
  bottom: 5px;
  right: 0.5rem;
}
.common_package_tbl table thead td .img {
  text-align: center;
}
.common_package_tbl table thead td:not(:last-child) {
  border-right: 1px solid #e6e8ed;
}
.common_package_tbl table tbody th {
  padding: 1rem 1rem;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  background-color: #004ea2;
  color: #fff;
  border-right: 1px solid #e6e8ed;
  text-align: center;
}
.common_package_tbl table tbody th .vertical {
  writing-mode: vertical-rl;
  width: 100%;
  align-content: center;
  display: block;
}
.common_package_tbl table tbody .p_lr0 {
  padding-left: 0;
  padding-right: 0;
}
.common_package_tbl table tbody td {
  padding: 0.5rem 0.5rem;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
.common_package_tbl table tbody td .txt {
  text-align: left;
  margin-bottom: 10px;
}
.common_package_tbl table tbody td.sub {
  background-color: #4788cf;
  color: #fff;
}
.common_package_tbl table tbody td .pd_sml {
  padding: 0.5rem 1rem;
}
.common_package_tbl table tbody td .flex {
  display: flex;
  align-items: center;
}
.common_package_tbl table tbody td .flex .text {
  width: 5rem;
}
.common_package_tbl table tbody td .flex .img {
  width: calc(100% - 5rem);
}
.common_package_tbl table tbody td .name {
  width: 50%;
  font-weight: 700;
}
.common_package_tbl table tbody td .img {
  width: 100%;
  position: relative;
}
.common_package_tbl table tbody td .img a {
  border: none;
  display: inline-block;
  text-align: left;
  position: relative;
}
.common_package_tbl table tbody td .img a::after {
  content: inherit;
}
.common_package_tbl table tbody td .img a .btn_zoom {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  cursor: pointer;
}
.common_package_tbl table tbody td .img a .btn_zoom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/icon_zoom.svg) no-repeat left top;
  background-size: contain;
}
.common_package_tbl table tbody td .img a:hover {
  opacity: 0.7;
}
.common_package_tbl table tbody td:not(:last-child) {
  border-right: 1px solid #e6e8ed;
}
.common_package_tbl table tbody td .bold_txt {
  font-weight: 700;
}
.common_package_tbl table tbody tr .left_low {
  border-radius: 0 0 0 10px;
}
.common_package_tbl table tbody tr .right_low {
  border-radius: 0 0 10px 0;
}
.common_package_tbl table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.common_package_tbl table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #e6e8ed;
}

/*mass_production - package*/
.sub_mass_production_container03_bg .common_package_tbl thead th:nth-child(1) {
  width: 10.83%;
}
.sub_mass_production_container03_bg .common_package_tbl thead th:nth-child(2) {
  width: 37.8%;
}
.sub_mass_production_container03_bg .common_package_tbl thead th:nth-child(3) {
  width: 37.8%;
}
.sub_mass_production_container03_bg .common_package_tbl thead th:nth-child(4) {
  width: 15%;
}
.sub_mass_production_container03_bg .common_package_tbl thead th .small {
  font-size: 1.2rem;
}

/*mass_production - process*/
.sub_mass_production_container04_bg .sub_flap_container06_tbl {
  overflow-x: scroll;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table {
  width: 100%;
  table-layout: fixed;
  min-width: 800px;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead th {
  background-color: #004ea2;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  border-right: 1px solid #e6e8ed;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead th:last-of-type {
  border-right: none;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead th:nth-child(1) {
  width: 5%;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead th:nth-child(2) {
  width: 35%;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead th:nth-child(3) {
  width: 30%;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead th:nth-child(4) {
  width: 13.33%;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead th:nth-child(5) {
  width: 16.575%;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead .left_top {
  border-top-left-radius: 20px;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table thead .right_top {
  border-top-right-radius: 20px;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table tbody th {
  background-color: #f9f9f9;
  padding: 1rem;
  border-bottom: 1px solid #e6e8ed;
  border-right: 1px solid #e6e8ed;
  text-align: center;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table tbody th:last-of-type {
  border-right: none;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table tbody td {
  background-color: #f9f9f9;
  padding: 1rem;
  border-bottom: 1px solid #e6e8ed;
  border-right: 1px solid #e6e8ed;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table tbody td:last-of-type {
  border-right: none;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table tbody td .flex {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table tbody td .flex .img {
  display: flex;
  align-items: center;
  width: 45.2%;
  position: relative;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table tbody td .flex .img .btn_zoom {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  cursor: pointer;
}
.sub_mass_production_container04_bg .sub_flap_container06_tbl table tbody td .flex .img .btn_zoom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/icon_zoom.svg) no-repeat left top;
  background-size: contain;
}

/*mass_production - test*/
.sub_mass_production_container05_bg .mass_production_test_tbl {
  overflow-x: scroll;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table {
  width: 100%;
  table-layout: fixed;
  min-width: 800px;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table thead th {
  background-color: #004ea2;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  border-right: 1px solid #e6e8ed;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table thead th:last-of-type {
  border-right: none;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table thead th:nth-child(1) {
  width: 25%;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table thead th:nth-child(2) {
  width: 46.66%;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table thead th:nth-child(3) {
  width: 28.34%;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table thead .left_top {
  border-top-left-radius: 10px;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table thead .right_top {
  border-top-right-radius: 10px;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody .flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody .flex.end {
  align-items: stretch;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody .flex.end .table_li {
  margin-bottom: 1rem;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody td {
  background-color: #fff;
  padding: 2rem;
  border-bottom: 1px solid #e6e8ed;
  border-right: 1px solid #e6e8ed;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody td:last-of-type {
  border-right: none;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody td:nth-child(2) {
  vertical-align: top;
  white-space: normal;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody td:nth-child(3) {
  vertical-align: top;
  white-space: normal;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody td ul .table_li {
  padding-left: 2rem;
  position: relative;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody td ul .table_li::before {
  position: absolute;
  content: "";
  background-color: #004ea2;
  width: 10px;
  height: 10px;
  border-radius: 45px;
  top: 0.5em;
  left: 0;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody td ul .flex01 {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub_mass_production_container05_bg .mass_production_test_tbl table tbody td ul .flex02 {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.document_detail .document_detail_flex .document_detail_wrap .detail_list_block {
  border-radius: 10px;
  padding: 20px;
}/*# sourceMappingURL=table_sp.css.map */