@charset "utf-8";

/*-------------------------------------------*/
/*	輸送試験共通
/*-------------------------------------------*/
.mdl_class {
	border-bottom: 3px solid #e5eeff;
  font-size: 2rem;
	margin-bottom: 1.5rem;
}

.mb3 {
  margin-bottom: 3rem;
}
.mb9 {
  margin-bottom: 9rem;
}

/*-------------------------------------------*/
/* 各規格ページ共通 */
/*-------------------------------------------*/
.standard_explain_text {
  margin-bottom: 3rem;
}
.packing_heading {
  border-bottom: 3px solid #e5eeff;
  font-size: 2rem;
  text-align: center;
}
.packing_heading_h4 {
  border-bottom: 3px solid #e5eeff;
  font-size: 1.8rem;
}
.packing_h3_img {
  padding-right: .5rem;
}
.packing_merit_list {
  margin: 1.5rem 0;
  overflow: hidden;
}
.packing_merit_list li {
  display: block;
  margin: 1rem 0 0 0;
}
.packing_merit_list li div:nth-child(odd) {
  padding-right: 2rem;
}
.merit_child_title::before {
  color: #3E8AD5;
  content: "■";
  height: 15px;
  width: 15px;
}
.merit_child_title {
  font-size: 1.8rem;
  font-weight: bold;
}
.merit_child_txt {
  margin: 0;
}
.standard_merit_img {
  margin-bottom: 6rem;
  text-align: center;
}
.standard_merit_img img {
  max-width: 100%;
}

@media screen and (min-width: 770px) {
  .navi_three li {
    border-bottom: solid 1px #2b7bc9;
    border-right: solid 1px #2b7bc9;
    float: left;
    width: calc(100% / 3);
  }
  .navi_three li:nth-child(n+5) {
    border-bottom: none;
  }
  .navi_three li:nth-child(even) {
    border-right: none;
  }
  .packing_merit_list li {
    float: left;
    width: 50%;
  }
  .packing_merit_list li:nth-child(-n + 2) {
    margin-top: 0;
  }
}


/*-------------------------------------------*/
/*	トップ
/*-------------------------------------------*/
.corner_1st_text {
  margin-bottom: 1rem;
}
.corner_1st_text p {
  margin: 0;
}
a:hover .manu-icon {
  color: #2c7bca;
}

/*-------------------------------------------*/
/*	トップ共通
/*-------------------------------------------*/
.contents h2 {
  margin-top: 6rem;
}

.box_dscrpt a.pickup {
  display: block;
  font-weight: bold;
}
.box_dscrpt a::before{
  content: "▶︎";
  color: #3e8bd4;
  font-size: 12px;
}
.mjr_class a {
  display: block;
  text-decoration: none;
  color: #000;
}
.mjr_class a:hover {
  background: #2b7bc9;
  box-shadow: 1px 1px 0 #e5eeff inset,
  1px -1px 0 #e5eeff inset,
  -1px 1px 0 #e5eeff inset,
  -1px -1px 0 #e5eeff inset;
  color: #fff;
}
.mjr_class2 {
  background: #3e8bd4;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
.mjr_class2 span{
  font-size: 2.4rem;
  font-weight: 300;
  background-color: #fff;
  color: #3e8bd4;
  padding: 0 1em;
  margin-right: 1em;
}
/* 特集内メニュー */
.area_nav,
.menu_submenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.area_nav {
  border: 2px solid #2b7bc9;
  margin-bottom: 6rem;
  text-align: center;
}

.area_nav li {
  flex-grow: 1;
  font-weight: bold;
}

.area_nav a {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.area_nav a:hover {
  box-shadow: 1px 1px 0 #e5eeff inset,
  1px -1px 0 #e5eeff inset,
  -1px 1px 0 #e5eeff inset,
  -1px -1px 0 #e5eeff inset;
}

.area_navi_link {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.area_navi_link img {
  padding-right: .75rem;
}

.area_navi_link img:first-child,
.area_navi_link:hover img:nth-child(2) {
  display: inline-block;
}

.area_navi_link img:nth-child(2),
.area_navi_link:hover img:first-child {
  display: none;
}

.area_nav a:hover,
#p_pack_standard_jis .smenu_jis a,
#p_pack_standard_ista .smenu_ista a,
#p_pack_standard_en .smenu_en a,
#p_pack_standard_astm .smenu_astm a,
#p_pack_standard_iec .smenu_iec a,
#p_pack_standard_iso .smenu_iso a,
#p_pack_test_kikaku .smenu_kikaku a,
#p_pack_test_environmental .smenu_environmental a,
#p_pack_test_vibration .smenu_vibration a,
#p_pack_test_drop .smenu_drop a,
#p_pack_test_impact .smenu_impact a,
#p_pack_test_compression .smenu_compression a,
#p_pack_organ .menu_submenu a,
#p_pack_organ .smenu_organ a,
#p_pack_conditions .menu_submenu a,
#p_pack_conditions .smenu_conditions a {
  color: #fff;
  background: #2b7bc9;
}

/* body[id^="p_pack_standard_"] .menu_standard,
body[id^="p_pack_test_"] .menu_test,
#p_pack_organ .menu_transportation,
#p_pack_conditions .menu_conditions,
.area_nav li.menu_submenu {
  background: #f0f8ff;
} */

.area_nav li.menu_submenu {
  width: 100%;
}



@media screen and (min-width: 770px) {
  .main_nav_four li {
    border-right: solid 1px #2b7bc9;
  }
  .main_nav_four li:last-child {
    border-right: none;
  }
  .sub_nav_six li {
    border-right: solid 1px #2b7bc9;
  }
  .sub_nav_six li:last-child {
    border-right: none;
  }
}

/*-------------------------------------------*/
/* 誘導リンク
/*-------------------------------------------*/

.box_dscrpt .sub_menu_pack {
  background: #fff;
  border-left: 1px solid #e5eeff;
  border-top: 1px solid #e5eeff;
  display: grid;
  margin: 40px auto 0;
  max-width: 900px;
}
.box_dscrpt .sub_menu_pack_ip {
  background: #fff;
  border-left: 1px solid #e5eeff;
  border-top: 1px solid #e5eeff;
  display: grid;
  margin: 20px auto;
  max-width: 900px;
}

.sub_menu_pack li {
  border-bottom: 1px solid #e5eeff;
  border-right: 1px solid #e5eeff;
}
.sub_menu_pack_ip li {
  border-bottom: 1px solid #e5eeff;
  border-right: 1px solid #e5eeff;
}
.sub_menu_pack a {
  display: block;
  padding: .5rem 1rem .5rem 4rem;
}
.sub_menu_pack_ip a {
  display: block;
  padding: .5rem 1rem .5rem 4rem;
}
.sm_pick a { background: transparent url(../img/c-packing/sm_icon_pick.png) .5rem 50% no-repeat; }
.sm_news a { background: transparent url(../img/c-packing/sm_icon_news.png) .5rem 50% no-repeat; }
.sm_pack a { background: transparent url(../img/c-packing/sm_icon_packaging.png) .5rem 50% no-repeat; }
.sm_test a { background: transparent url(../img/c-packing/sm_icon_test.png) .5rem 50% no-repeat; }
.sm_ip a { background: transparent url(../img/c-packing/ip_icon.png) .5rem 50% no-repeat; }
.sm_environment a { background: transparent url(../img/c-packing/environment_icon.png) .5rem 50% no-repeat; }

.sub_menu_pack a:hover {
  background-color: #f0f8fe;
  font-weight: 700;
}
.sub_menu_pack_ip a:hover {
  background-color: #f0f8fe;
  font-weight: 700;
}
.sub_menu_pack a::before{
  content: "";
}
.sub_menu_pack_ip a::before{
  content: "";
}

@media screen and (max-width: 769px) {
  .sub_menu_pack{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: repeat(auto,4);
    grid-template-rows: repeat(auto,4);
  }
  .sub_menu_pack_ip{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: repeat(auto,2);
    grid-template-rows: repeat(auto,2);
  }
}
@media screen and (min-width: 770px) {
  .box_dscrpt .sub_menu_pack {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: repeat(auto,2);
    grid-template-rows: repeat(auto,2);
  }
  .box_dscrpt .sub_menu_pack li:nth-child(odd) {
    grid-row: 1/2;
    -ms-grid-row: 1;
  }
  .box_dscrpt .sub_menu_pack li:nth-child(even) {
    grid-row: 2/3;
    -ms-grid-row: 2;
  }
  .box_dscrpt .sub_menu_pack li:nth-child(-n + 2) {
    grid-column: 1/2;
    -ms-grid-column: 1;
  }
  .box_dscrpt .sub_menu_pack li:nth-child(n + 3) {
    grid-column: 2/3;
    -ms-grid-column: 2;
  }
  .box_dscrpt .sub_menu_pack_ip {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}
}
/*-------------------------------------------*/
/* ピックアップ企業
/*-------------------------------------------*/

.list_pickup_cmp {
  display: block;
  margin: auto;
}

.list_pickup_cmp > li {
  background: #fff;
  border: 2px solid #3e8bd4;
  border-radius: 5px;
  box-shadow: 0px 3px 0px rgba(0,0,0,0.15);
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  padding: 1em;
  width: 100%;
}
.list_pickup_cmp a:hover {
  text-decoration: none;
}
.list_pickup_cmp .nc_box,
.pickup_cmp_linkbtn {
  display: flex;
}

.list_pickup_cmp .nc_box {
  justify-content: space-between;
  overflow: hidden;
}
.pickup_cmp_linkbtn {
  justify-content: flex-end;
  line-height: 1.2;
  margin-top: 1rem;
}

.pickup_cmp_linkbtn a {
  background: #f1f5ff;
  border: 1px solid #2c7bca;
  border-radius: 10px;
  box-shadow: 0 0 4px #205992;
  color: #3989d7;
  display: block;
  padding: .5em 1em;
  transition: all .4s;
}
.pickup_cmp_linkbtn a:hover {
  background: #2c7bca;
  color: #fff;
}

.list_pickup_cmp .picBox_new-cmp {
  line-height: 1;
  padding-right: 1rem;
  width: 150px;
  height: auto;
}
.list_pickup_cmp .picBox_new-cmp img{
  max-width: 150px;
}
.txtBox_new-cmp p {
  line-height: 1.4;
}
.txtBox_new-cmp p + p {
  margin-top: .5em;
}
.txtBox_new-cmp .company_name{
  font-weight: bold;
  font-size: 110%;
}
.box_dscrpt .un_company{
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: flex-start;
}
.box_dscrpt a.pickup{
  display: block;
  font-weight: bold;
}

.box_dscrpt .mb2em{
  margin-bottom: 2em;
}

.company_catlist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  justify-content: flex-start;
  margin: 0.3em 0 0.5em 0;
}
.company_catlist li {
  border: 1px solid #666;
  border-radius: .3rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: .2rem .5rem;
}
.com_text_list {
  margin: 0.5em 0;
  list-style-type: disc;
}
.com_text_list li{
  margin-left: 2rem;
}
.list_pickup_cmp .company_name a::before{
  content: "";
}
.pickup_cmp_linkbtn a::before{
  content: "";
}

/*-------------------------------------------*/
/* 新着情報
/*-------------------------------------------*/
.detail {
  color: #808080;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0;
}
.box_listdata .data_title a::before{
  content: "";
}


/*-------------------------------------------*/
/* 一覧表
/*-------------------------------------------*/
[class^="tbl_corner"] {
  font-size: 1.4rem;
}
[class^="tbl_corner"] tr:first-of-type th {
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px;
  font-size: 1.6rem;
}

[class^="tbl_corner"] tr:nth-of-type(2n+1){
  background: #f0f8fe;
}
[class^="tbl_corner"] tr:first-of-type{
  background: #3e8bd4;
}
[class^="tbl_corner"] td{
  text-align: left;
  vertical-align: top;
  padding: 5px;
  border: 2px solid #fff;
}
[class^="tbl_corner"] a {
  display: block;
}
.list_corresponding-company a:before{
  content: "▶︎";
  color: #3e8bd4;
  font-size: 12px;
}

.tbl_corner02 tr td a {
  display: block;
}
.tbl_corner02 tr td a:before{
  content: "▶︎";
  color: #3e8bd4;
  font-size: 12px;
}
.tbl_corner02 tr td.kikaku a:before{
  content: none;
  color: #3e8bd4;
  font-size: 12px;
}
.tbl_corner02 tr th.type{
  width: 11%;
}
.tbl_corner02 tr th.kikaku{
  width: 11%;
}
.tbl_corner02 tr th.naiyou{
  width: 25%;
}
.tbl_corner02 tr th.test{
  width: 11%;
}
.tbl_corner02 tr td.company01{
  width: 21%;
}
.tbl_corner02 tr td.company02{
  width: 21%;
}



/* スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (max-width: 479px) {
  .list_pickup_cmp .nc_box {
    flex-direction: column;
  }
}

@media screen and (min-width: 480px) and (max-width: 769px) {

}

@media screen and (max-width: 769px) {

  /*
  /*-------------------------------------------*/
  .box_rimg {
    margin: 0 auto 2rem auto;
    text-align: center;
  }

  .area_nav {
    flex-flow: column;
    text-align: left;
  }
  .menu_transport_top {
    order: 1;
  }
  .menu_standard {
    order: 2;
  }
  .menu_test {
    order: 3;
  }
  .menu_transportation {
    order: 4;
  }
  .menu_conditions {
    order: 5;
  }
  body[id^="p_pack_standard_"] .menu_submenu {
    order: 3;
  }
  body[id^="p_pack_standard_"] .menu_test {
    order: 4;
  }
  body[id^="p_pack_test_"] .menu_submenu {
    order: 4;
  }
  #p_pack_organ .menu_submenu {
    order: 5;
  }
  #p_pack_conditions .menu_submenu {
    order: 6;
  }
  body[id^="p_pack_standard_"] .menu_transportation,
  body[id^="p_pack_test_"] .menu_transportation {
    order: 5;
  }
  body[id^="p_pack_standard_"] .menu_conditions,
  body[id^="p_pack_test_"] .menu_conditions,
  #p_pack_organ .menu_conditions {
    order: 6;
  }
  .area_nav .menu_submenu a {
    font-weight: normal;
  }

}

/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media screen and (min-width: 770px) {
  .box_rimg {
    float: right;
    line-height: 0;
    margin: 0 0 2rem 3rem;
    max-width: 35rem;
  }

  /*	AEC */
  .standard-class li {
    display: flex;
  }
  .standard-class a {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 959px) {
  [class^="tbl_corner"],
  [class^="tbl_corner"] tbody,
  [class^="tbl_corner"] tr,
  [class^="tbl_corner"] td {
    display: block;
  }
  [class^="tbl_corner"] tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }
  [class^="tbl_corner"] tr:first-of-type {
    display: none;
  }
  [class^="tbl_corner"] td {
    border: none;
  }
  [class^="tbl_corner"] tr td::before {
    display: block;
    font-weight: 700;
  }
  [class^="tbl_corner"] tr td:first-of-type br {
    display: none;
  }
  .tbl_corner02 tr td:first-of-type::before {
    content: "試験";
  }
  .tbl_corner01 tr td:first-of-type::before,
  .tbl_corner02 tr td:nth-of-type(2)::before {
    content: "タイプ";
  }
  .tbl_corner01 tr td:nth-of-type(2)::before,
  .tbl_corner02 tr td:nth-of-type(3)::before,
  .tbl_corner03 tr td:first-of-type::before {
    content: "規格";
  }
  .tbl_corner01 tr td:nth-of-type(3)::before,
  .tbl_corner02 tr td:nth-of-type(4)::before,
  .tbl_corner03 tr td:nth-of-type(2)::before {
    content: "内容";
  }
  [class^="tbl_corner"] tr td:last-child::before {
    content: "対応企業";
  }
}

/*	フルサイズ（BizVektor）
/*-------------------------------------------*/
@media screen and (min-width: 960px) {
  .list_pickup_cmp{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .list_pickup_cmp > li{
    width: 48%;
  }
  .tbl_corner01 tr td:nth-of-type(-n+2),
  .tbl_corner02 tr td:nth-of-type(-n+3) {
    width: 10%;
  }
  .tbl_corner01 tr td:nth-of-type(3) {
    width: 40%;
  }
  .tbl_corner02 tr td:nth-of-type(4) {
    width: 30%;
  }
  .tbl_corner03 tr td:first-of-type {
    width: 15%;
  }
  .tbl_corner03 tr td:nth-of-type(2) {
    width: 45%;
  }
  [class^="tbl_corner"] tr td:last-of-type {
    width: 40%;
  }
}
