@charset "utf-8";

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

/*-------------------------------------------*/
/*	試験片の製造企業紹介
/*-------------------------------------------*/
.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: 20px auto;
    padding: 1em;
    width: 100%;
  }
  .cm_name {
    font-size: 120%;
    margin-bottom: 0.5rem;
  }
  .list_pickup_cmp .nc_box .txtBox_new-cmp .li_ml{
    margin-left: 2rem;
  }
.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;
    align-content: space-between;
    overflow: hidden;
  }
.pickup_cmp_linkbtn {
    justify-content: space-around;
    line-height: 1.2;
    margin-top: 2rem;
  }
  
.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: 0 2rem 0 1rem;
    width: 300px;
    height: 300px;
    text-align: center;
  }
.txtBox_new-cmp p {
    line-height: 1.4;
  }
.txtBox_new-cmp p + p {
    margin-top: .5em;
  }
.txtBox_new-cmp {
  align-content: space-between;
}

/*-------------------------------------------*/
/*	試験場
/*-------------------------------------------*/
.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) {
  .list_pickup_cmp .nc_box,
  .pickup_cmp_linkbtn {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .pickup_cmp_linkbtn li{
    margin: 10px auto;
  }
  .picBox_new-cmp {
    display: none;
  }

}

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

}

@media screen and (max-width: 769px) {
  .image-map {
    display: none;
  }
    
  /*地図*/
  .box_map {
    display: block;
  }
  .tc-list {
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
  }
}
@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;
  }

}


/*	フルサイズ（BizVektor）
/*-------------------------------------------*/
@media screen and (min-width: 960px) {
  /* 試験所リスト */
  .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%;
  }

  /* 試験片の製造企業紹介 */
  .list_pickup_cmp {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
  }


}
