

#company {
  width: 80%;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
}

.company-wrapper {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.company-tableWrapper {
  width: 60%;
  margin: 0 auto;
}

.company-tableitem {
  width: 100%;
  height: 40px;
  border-bottom: 1.5px solid #707070;
  margin-bottom: 25px;
}

.company-item {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.company-item div:nth-of-type(1) {
  font-size: 1.1rem;
  color: #707070;
  position: absolute;
  left: 0;
  margin-top: 3px;
  white-space: nowrap;
}
.company-item div:nth-of-type(2) {
  background-color: #707070;
  width: 2px;
  height: 15px;
  border-radius: 100vw;
  position: absolute;
  left: 20%;
  margin-top: 12px;
}
.company-item div:nth-of-type(3) {
  font-size: 1.3rem;
  position: absolute;
  left: 40%;
  white-space: nowrap;
}

.yuubin {
  font-size: 1rem;
  width: 80%;
  margin: 0 auto;
  padding-left: 32%;
}

.company-tableWrapper iframe {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  margin-top: 30px;
}




@media (max-width:1500px) {

  #company {
    margin-top: 100px;
  }

  .company-tableWrapper {
    width: 70%;
  }


  .company-item div:nth-of-type(1) {
    font-size: 1rem;
  }

  .company-item div:nth-of-type(2) {
    height: 12px;
  }

  .company-item div:nth-of-type(3) {
    font-size: 1.1rem;
  }

  .yuubin {
    font-size: .9rem;
  }

}


@media (max-width:900px) {

  @media (min-height:1000px) {
    
    .company-item div:nth-of-type(1) {
      font-size: .9rem;

    }

    .company-item div:nth-of-type(2) {
      left: 25%;
      margin-top: 10px;
    }
    .company-item div:nth-of-type(3) {
      font-size: .9rem;
      left: 35%;
      margin-top: 3px;
    }

    .yuubin {
      font-size: .8rem;
      padding-left: 28%;
    }


    .company-tableWrapper iframe {
      height: 300px;
    }


  }
}


@media (max-width: 500px) {

  #company {
    margin-top: 80px;
    width: 85%;
    margin-bottom: 60px;
  }

  .company-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
  }

  .sec-titleWrapper {
    width: 220px;
  }


  .company-tableitem {
    height: 25px;
    border-bottom: 1px solid #707070;
  }

  .company-tableitem2 {
    height: 48px;
  }

  .company-tableWrapper {
    width: 85%;

  }

  .company-item {
    width: 90%;
  }

  .company-item div:nth-of-type(1) {
    font-size: .6rem;
    margin-top: 2px;
  }

  .company-item div:nth-of-type(2) {
    width: 1px;
    height: 10px;
    margin-top: 6px;
    left: 25%;
  }

  .company-item div:nth-of-type(3) {
    font-size: .8rem;
    left: 31%;
    white-space: normal;
  }

  .yuubin {
    font-size: .6rem;
    padding-left: 23%;
  }

  .company-tableWrapper iframe {
    height: 250px;
    margin-top: 10px;
  }

}

