@charset "UTF-8";

/* font ---------------------------------------
Noto Sans Japanese：font-family: "Noto Sans Japanese";
さわらびゴシック：font-family: "Sawarabi Gothic";
 ---------------------------------------*/
/* TOP画像 ------------------------- */
#wrapper #contents > .img span {
    top: 7%;
    left: 17%;
    line-height: 1.5em;
}
#wrapper #contents > .img span:last-of-type {
    top: 15%;
    left: 64%;
    font-size: 15px;
    color: #000;
    font-family: "Kozuka Mincho Pro";
}
#wrapper #contents > .img:before {
    content: "";
    z-index: 999;
    position: absolute;
    top: 8px;
    left: 16px;
    background: url("../images/top_icon.png") no-repeat;
    width: 122px;
    height: 138px;
}

/* コンテンツ ------------------------- */
#cntWrapper .company #detail .flex {
    flex-wrap: wrap;
}
#cntWrapper .company #detail table {
    width: 90%;
    margin: 40px auto 0px auto;
    letter-spacing: 0.1em;
}
#cntWrapper .company #detail table tr {
    border-bottom: 1px dashed #ddd;
}
#cntWrapper .company #detail table th,#cntWrapper .company #detail table td {
    text-align: left;
    vertical-align: middle;
}
#cntWrapper .company #detail table th {
    width: 130px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 15px;
    line-height: 10px;
    height: 60px;
}
#cntWrapper .company #detail table tr:nth-of-type(5) th {
  vertical-align:top;
  padding-top: 18px;
}
#cntWrapper .company #detail table th:before {
    content:"";
    border-left: 5px solid #00b7dd;
    display: inline-block;
    height: 80%;
    position: absolute;
    top: 5px;
    left: 0;
}
#cntWrapper .company #detail table tr:nth-of-type(5) th:before {
    height: 40px;
}
#cntWrapper .company #detail table ul {
  margin: 10px 0px 20px 0px;  
}
#cntWrapper .company #detail table ul li {
    line-height: 1.8em;
    border-bottom: 1px solid #dedede;
    counter-increment: section;
    padding: 5px 0px 10px 0px;
    margin-bottom: 5px;
}
#cntWrapper .company #detail table ul li:before {
  content: counter(section, decimal-leading-zero)".";
  width: 30px;
  padding-right: 5px;
}


@media screen and (max-width: 1200px) {
  #wrapper #contents > .img:before {
      background-size: 100%;
      width: 110px;
      left: 5%;
  }
  #wrapper #contents > .img span:last-of-type {
      font-size: 14px;
  }
  #wrapper #contents > .img span {
      left: 25%;
  }
  #wrapper #contents > .img span:nth-of-type(2) {
      left: 24%;
  }
  #wrapper #contents > .img span:last-of-type {
      left: 57%;
  }
}
@media screen and (max-width: 900px) {
  #wrapper #contents > .img:before {
      width: 95px;
      left: 2%;
  }
  #wrapper #contents > .img span {
      left: 19%;
  }
  #wrapper #contents > .img span:nth-of-type(2) {
      left: 17%;
  }
  #wrapper #contents > .img span:last-of-type {
      font-size: 13px;
      left: 60%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #contents > .img:before {
      width: 85px;
  }
  #wrapper #contents > .img span {
      left: 19%;
  }
  #wrapper #contents > .img span:nth-of-type(2) {
      left: 17%;
  }
  #wrapper #contents > .img span:last-of-type {
      font-size: 12px;
      left: 58%;
  }
}


@media screen and (max-width: 480px) { /*smartphone*/
  #wrapper #contents > .img:before {
      width: 50px;
  }
  #wrapper #contents > .img span {
      top: 2%;
  }
  #wrapper #contents > .img span:last-of-type {
      font-size: 10px;
      left: initial;
      bottom: 3%;
      top: initial;
      right: 2%;
  }

  #cntWrapper .company #detail table {
      width: 100%;
  }

  #cntWrapper .company #detail table th {
      width: 96px;
  }
}
