/**************************************************
	COMPANY
**************************************************/
section {
  padding-top: 157px;
  padding-bottom: 115px;
}
section div.wrapper div.title-box {
  padding-top: 3px;
}
section div.wrapper div.title-box h2 {
  width: 22px;
  height: 124px;
  background: url(../img/company/pc/h2.png) no-repeat center center;
  background-size: contain;
}
section div.wrapper div.body-box ul.info-list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-bottom: 72px;
}
section div.wrapper div.body-box ul.info-list li {
  position: relative;
  *zoom: 1;
  margin-bottom: 16px;
}
section div.wrapper div.body-box ul.info-list li:after {
  content: "";
  display: table;
  clear: both;
}
section div.wrapper div.body-box ul.info-list li div.cell1 {
  float: left;
  width: 70px;
}
section div.wrapper div.body-box ul.info-list li div.cell2 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 70px;
}
section div.wrapper div.body-box div.map-container {
  height: 300px;
  margin-bottom: 10px;
  background-color: #333;
}
section div.wrapper div.body-box div.map-container div#map-canvas {
  width: 100%;
  height: 100%;
}
section div.wrapper div.body-box div.pdf-link {
  *zoom: 1;
  margin-bottom: 74px;
}
section div.wrapper div.body-box div.pdf-link:after {
  content: "";
  display: table;
  clear: both;
}
section div.wrapper div.body-box div.pdf-link a {
  float: right;
  display: block;
  width: 39px;
  height: 13px;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/home/pc/btn_pdf.png) no-repeat center center;
  background-size: contain;
}
section div.wrapper div.body-box p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section {
    background-size: 375px auto;
    padding-top: 83px;
    padding-bottom: 65px;
  }
  section div.wrapper div.title-box {
    padding: 0;
    margin-bottom: 72px;
  }
  section div.wrapper div.title-box h2 {
    width: 143px;
    height: 25px;
    background: url(../img/company/sp/h2.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
  }
  section div.wrapper div.body-box ul.info-list {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    letter-spacing: 0em;
    margin-bottom: 38px;
  }
  section div.wrapper div.body-box ul.info-list li {
    margin-bottom: 15px;
  }
  section div.wrapper div.body-box ul.info-list li div.cell1 {
    width: 68px;
  }
  section div.wrapper div.body-box ul.info-list li div.cell2 {
    padding-left: 68px;
  }
  section div.wrapper div.body-box div.map-container {
    width: 100%;
    height: 300px;
    margin-bottom: 14px;
    background-color: #333;
  }
  section div.wrapper div.body-box div.map-container div#map-canvas {
    width: 100%;
    height: 100%;
  }
  section div.wrapper div.body-box div.pdf-link {
    box-sizing: border-box;
    margin-bottom: 60px;
    padding-right: 1px;
  }
  section div.wrapper div.body-box div.pdf-link a {
    width: 36px;
    height: 11px;
    line-height: 9999px;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/home/sp/btn_pdf.png) no-repeat center center;
    background-size: contain;
  }
  section div.wrapper div.body-box p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
