@charset "utf-8";

/*-------------------------------------------*/
/*	タイトル
/*-------------------------------------------*/
.mdl_class {
  font-size: 2.4rem;
  border-bottom: 3px solid #e5eeff;
  margin-bottom: 1.5rem;
}

.sm_icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.mdl_class .supplement {
  font-size: 1.6rem;
}

table[class^="tbl_corner"] tr:first-of-type th .supplement {
  font-size: 1.2rem;
  line-height: 1.2;
}

/*-------------------------------------------*/
/*	リンクボタン
/*-------------------------------------------*/
.more_btnlink {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}

.more_btnlink a {
  display: inline-block;
  background-color: #2c7bca;
  border: 1px solid #2c7bca;
  border-radius: 1.3em;
  box-shadow: 0 1px 1px #caddee;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: .6rem 2rem .4rem;
  text-align: center;
  text-decoration: none;
}

.more_btnlink a:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

/*-------------------------------------------*/
/*　バナー
/*-------------------------------------------*/
.bnr-box {
  margin: 0 auto;
  width: 80%;
}

.bnr-box a {
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
}

.bnr-more {
  background: #3e8bd4;
  color: #fff;
  display: inline-block;
  padding: .1em 1em;
}

.bnr-comp {
  color: #666;
  display: block;
  font-size: 1.4rem;
  text-align: right;
}

.bnr-box-txt {
  padding: 1em;
}
@media screen and (max-width: 769px) {
  .bnr-box a {
    flex-direction: column;
  }
  .bnr-box-txt {
    order: 2;
  }
  .bnr-oeg img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 770px) {
  .bnr-oeg img {
    aspect-ratio: 15 / 11;
    height: 100%;
    width: auto;
  }
}




/*-------------------------------------------*/
/*	研究開発から市場化までの流れ
/*-------------------------------------------*/
.list-flow {
  display: block;
  margin-bottom: 6rem;
}

.list-flow>li {
  position: relative;
}

.list-flow>li:not(:last-child)::after {
  border: 1em solid transparent;
  content: "";
  position: absolute;
}

.list-flow strong {
  background: #f0f8ff;
  display: block;
  font-size: 2.4rem;
  padding: .25em;
  margin-bottom: 1rem;
}

li[class^="flow"] ul {
  display: flex;
  flex-flow: column;
}

li[class^="flow"] li {
  background-position: 0 .25em;
  background-repeat: no-repeat;
  line-height: 1.4;
  padding: .25em .25em .25em 2.5rem;
}

li[class^="flow"] li:nth-child(even) {
  background-color: #f6f6f6;
}

.flow01 li:first-child {
  background-image: url(../img/c-sb/flow01-1.png);
}

.flow01 li:nth-child(2) {
  background-image: url(../img/c-sb/flow01-2.png);
}

.flow01 li:nth-child(3) {
  background-image: url(../img/c-sb/flow01-3.png);
}

.flow02 li:first-child {
  background-image: url(../img/c-sb/flow02-1.png);
}

.flow02 li:nth-child(2) {
  background-image: url(../img/c-sb/flow02-2.png);
}

.flow02 li:nth-child(3) {
  background-image: url(../img/c-sb/flow02-4.png);
}

.flow02 li:nth-child(4) {
  background-image: url(../img/c-sb/flow02-3.png);
}

.flow04 li:first-child {
  background-image: url(../img/c-sb/flow04-1.png);
}

.flow05 li:first-child {
  background-image: url(../img/c-sb/flow05-1.png);
}


/*-------------------------------------------*/
/*	テーブル
/*-------------------------------------------*/
table[class^="tbl_corner"] {
  margin-bottom: 5rem;
}

table[class^="tbl_corner"] th,
table[class^="tbl_corner"] td:not(.none_bfrstd) {
  line-height: 1.4;
}

table[class$="tbl_corner"] tr td:last-child a:before,
.list_corresponding-company a:before {
  content: "▶︎";
  color: #3e8bd4;
  font-size: 12px;
}

table[class$="tbl_corner"] ul>li:not(:last-child),
.list_corresponding-company li:not(:last-child) {
  margin-bottom: .5em;
}

.list_corresponding-company {
  line-height: 1.4;
}

.tbl_sb td[rowspan] {
  font-weight: bold;
}

.tbl_sb tr.dff-colors:nth-of-type(even) {
  background: #fff;
}

.tbl_sb tr.dff-colors:nth-of-type(odd) {
  background: #f4f4f4;
}

.txt_notes {
  color: #666;
  font-size: small;
  line-height: 1.2;
}

/*-------------------------------------------*/
/*	新着情報
/*-------------------------------------------*/
.sb_news .list_news {
  margin-bottom: 0;
}

/*-------------------------------------------*/
/*	新規企業・ピックアップ
/*-------------------------------------------*/
.list_pickup_cmp {
  display: block;
}

.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 a:hover img {
  opacity: .7;
}

.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: space-around;
  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;
}


.list_pickup_cmp .picBox_new-cmp {
  line-height: 1;
  padding-right: 2rem;
  width: 180px;
}

.txtBox_new-cmp p {
  line-height: 1.4;
}

.txtBox_new-cmp p+p {
  margin-top: .5em;
}

/*-------------------------------------------*/
/*	新たな参加企業
/*-------------------------------------------*/
.list-ncom,
.list-ncom li,
.list-ncom a,
.list-ncom a strong,
.list-ncom a p,
.list-ncom a span {
  display: block;
}

.list-ncom li:nth-child(n + 3) {
  margin-top: 1.5rem;
}

.list-ncom a {
  background: #fff;
  border: 2px solid #3e8bd4;
  border-radius: 5px;
  padding: .5em 1em;
}

.list-ncom a:hover {
  text-decoration: none;
}

.list-ncom a:hover strong {
  text-decoration: underline;
}

.list-ncom a p {
  color: #333;
}

.list-ncom a span {
  color: #666;
  font-size: 1.4rem;
}

.list-ncom a span::after {
  content: "]";
}

.list-ncom a span::before {
  content: "[";
}


/*-------------------------------------------*/
/*	設備
/*-------------------------------------------*/
.list_facility {
  margin-bottom: 5rem;
}

.test_equipment>li {
  box-sizing: border-box;
  padding: .25em .5em;
}

.test_equipment>li:nth-child(odd) {
  background: #fff;
}

.test_equipment>li:nth-child(even) {
  background: #f0f8fe;
}

.test_equipment>li:first-child::before,
.test_equipment>li:first-child::after {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 2em;
  line-height: 2em;
  position: absolute;
  top: 0;
}

.test_equipment>li:first-child {
  overflow: hidden;
  padding-top: 2.5em;
  position: relative;
}

.test_equipment>li:first-child::before {
  background: #3e8bd4;
  content: "試験設備";
  padding: .15em .5em;
  left: 0;
  width: 100%;
}

.test_equipment>li:first-child::after {
  content: "対応企業";
  left: 48%;
  width: 4em;
}

/*-------------------------------------------*/
/*	注目されている試験
/*-------------------------------------------*/
.list_attn-test,
.list_attn-test li {
  display: flex;
}

.list_attn-test {
  flex-wrap: wrap;
  line-height: 1.4;
}

.list_attn-test li {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  flex-direction: column;
  padding: 1em;
  text-align: center;
}

.list_attn-test h3 {
  font-size: 1.8rem;
  margin: 0 auto;
}

.list_attn-test strong {
  color: #555;
  display: block;
  margin: .5em auto;
}

.rt-txt {
  text-align: justify;
}

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

.btn_rt-txt_more a:hover {
  background: #2c7bca;
  color: #fff;
}


.more_btnlink {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}

.more_btnlink a {
  display: inline-block;
  background-color: #2c7bca;
  border: 1px solid #2c7bca;
  border-radius: 1.3em;
  box-shadow: 0 1px 1px #caddee;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: .6rem 2rem .4rem;
  text-align: center;
  text-decoration: none;
}

.more_btnlink a:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

/*-------------------------------------------*/
/*	試験場
/*-------------------------------------------*/
.box_test-center {
  margin-bottom: 6rem;
}

.tc-list {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.tc-list th,
.tc-list td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: .25em .5em;
}

.tc-list th {
  background: #fafafa;
  text-align: left;
}

.tc-list tr td:nth-of-type(1) {
  text-align: left;
}

.tc-list tr td:nth-of-type(n + 2) {
  min-width: 3em;
  text-align: center;
}

/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/

/* スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (max-width: 479px) {}

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

@media screen and (max-width: 769px) {
  .image-map {
    display: none;
  }

  /*地図*/
  .box_map {
    display: block;
  }


}

@media screen and (min-width: 770px) and (max-width: 959px) {}

@media screen and (min-width: 770px) {

  /* 地図 */
  .box_map {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4rem;
  }

  #imagemap_jpn {
    background: transparent url(../img/c-emc/map.png) 0 0 no-repeat;
    display: block;
    height: 27rem;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 30rem;
  }

  #imagemap_jpn li {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
  }

  #imagemap_jpn label {
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px #2c7bca inset, -1px -1px #2c7bca inset,
      1px -1px #2c7bca inset, -1px 1px #2c7bca inset;
    border-radius: 100%;
    display: flex;
    font-size: 1.4rem;
    height: 3.5em;
    justify-content: center;
    padding: .5em;
    width: 3.5em;
  }

  #imagemap_jpn span {
    line-height: 1.2;
    text-align: center;
    z-index: 10;
  }

  #hkkd-thk {
    right: 3rem;
    top: 7rem;
  }

  #kanto {
    bottom: 4rem;
    right: 6rem;
  }

  #chubu {
    left: 6.5rem;
    top: 8rem;
  }

  #kansai {
    bottom: 1rem;
    left: 11rem;
  }

  #ch-shkk {
    left: 0;
    top: 12rem;
  }

  #ky-ok {
    bottom: -2rem;
    left: 4rem;
  }

  /* 紹介 */
  .box_tc_list {
    width: 55rem;
  }

}

@media screen and (max-width: 959px) {
  .list-flow>li:not(:last-child)::after {
    border-top: 1em solid #3e8bd4;
    bottom: .25em;
    right: calc(50% - 1em);
  }

  .list-flow>li:not(:last-child) {
    padding-bottom: 3em;
  }

  .tbl_un td:first-of-type::before {
    content: "項目";
  }

  .tbl_un tr td:nth-of-type(2)::before {
    content: "目的";
  }

  .tbl_un tr td:nth-of-type(3)::before {
    content: "試験内容";
  }

  .tbl_un tr td:nth-of-type(4)::before {
    content: "対応企業";
  }

  .tbl_lithium td:first-of-type::before {
    content: "国連番号";
  }

  .tbl_lithium tr td:nth-of-type(2)::before {
    content: "正しい出荷名と説明";
  }

  .tbl_lithium tr td:nth-of-type(3)::before {
    content: "危険物分類";
  }

  .tbl_lithium tr td:nth-of-type(4)::before {
    content: "航空輸送する場合の包装基準";
  }

  .tbl_sb td[rowspan]::before,
  td.none_bfrstd::before {
    content: "";
    display: none;
  }


  .tbl_sb td:not([rowspan]):first-of-type::before,
  .tbl_sb td[rowspan]+td::before {
    content: "試験";
  }

  .tbl_sb tr td:not(.none_bfrstd):nth-of-type(2)::before {
    content: "国際規格";
  }

  .tbl_sb tr td:not(.none_bfrstd):nth-of-type(3)::before {
    content: "米国規格";
  }

  .tbl_sb tr td:not(.none_bfrstd):nth-of-type(4)::before {
    content: "中国規格";
  }

  .tbl_sb tr td:not(.none_bfrstd):last-of-type::before {
    content: "日本規格";
  }

  .tbl_corner02 tr td:last-child a {
    margin: 0;
  }

  .none_bfrstd,
  br.for_pc {
    display: none !important;
  }

  .list-ncom li:nth-child(2) {
    margin-top: 1.5rem;
  }

  .map-img,
  .tc-list br {
    display: none;
  }

  .list_attn-test {
    flex-direction: column;
  }

  .list_attn-test li:not(:first-child) {
    margin-top: 1em;
  }

}

/*	フルサイズ（BizVektor）
/*-------------------------------------------*/
@media screen and (min-width: 960px) {

  /* 流れ */
  .list-flow {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }

  .list-flow>li {
    display: flex;
    flex-flow: column;
    width: calc(18%);
  }

  .list-flow>li:not(:last-child):after {
    border-left: 1em solid #3e8bd4;
    right: -2.2em;
    top: .5em;
  }

  li[class^="flow"] li:first-child {
    height: calc(2em * 1.4);
  }

  /* テーブル */
  .tbl_un tr td:first-of-type {
    width: 23%;
  }

  .tbl_un tr td:nth-of-type(2) {
    width: 20%;
  }

  .tbl_un tr td:nth-of-type(3) {
    width: 30%;
  }

  .tbl_un tr td:last-of-type {
    width: 27%;
  }

  .tbl_lithium tr td:first-of-type {
    width: 5em;
  }

  .tbl_lithium tr td:nth-of-type(2) {
    width: auto;
  }

  .tbl_lithium tr td:nth-of-type(3) {
    width: calc(1.6rem * 3);
  }

  .tbl_lithium tr td:last-of-type {
    width: 35%;
  }

  /* 新規企業・ピックアップ */
  .list_pickup_cmp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .list_pickup_cmp>li {
    max-width: 470px;
  }


  /* 試験所リスト */
  .box_test-center {
    display: flex;
    justify-content: space-between;
  }

  .map-img {
    max-width: 20vw;
    overflow: hidden;
  }

  .map-img img {
    display: block;
    height: auto;
    width: 100%;
  }

  /* 認定取得、エリア情報等 */
  .tbl_corner03.emc_comp_area tr:first-of-type th:first-of-type {
    width: 17em;
  }

  /* 設備 */
  .test_equipment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .test_equipment>li {
    display: flex;
    width: 47%;
  }

  .test_equipment strong {
    min-width: 11em;
    width: 30%;
  }

  .test_equipment>li:first-child,
  .test_equipment>li:nth-child(2) {
    overflow: hidden;
    padding-top: 2.5em;
    position: relative;
  }

  .test_equipment>li:nth-child(4n+1),
  .test_equipment>li:nth-child(4n+2) {
    background: #fff;
  }

  .test_equipment>li:nth-child(4n+3),
  .test_equipment>li:nth-child(4n+4) {
    background: #f0f8fe;
  }

  .test_equipment>li:first-child::before,
  .test_equipment>li:nth-child(2)::before,
  .test_equipment>li:first-child::after,
  .test_equipment>li:nth-child(2)::after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 2em;
    line-height: 2em;
    position: absolute;
    top: 0;
  }

  .test_equipment>li:first-child::before,
  .test_equipment>li:nth-child(2)::before {
    background: #3e8bd4;
    content: "試験設備";
    padding: .15em .5em;
    left: 0;
    width: 100%;
  }

  .test_equipment>li:first-child::after,
  .test_equipment>li:nth-child(2)::after {
    content: "対応企業";
    left: 48%;
    width: 4em;
  }

  .list-ncom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list-ncom li {
    width: 47%;
  }

  .list_attn-test {
    justify-content: space-around;
  }

  .list_attn-test li {
    width: 30%;
  }

  .list_attn-test li:nth-child(n+4) {
    margin-top: 1em;
  }
}