@charset "UTF-8";
header h1 {
  width: 100%;
  height: 300px;
  background: url("../img/company-info/headbg.jpg") no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  header h1 {
    height: 200px;
    background: url("../img/company-info/headbg-sp.jpg") no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 40px;
  }
}

main section h2 {
  font-size: 2.0rem;
  line-height: 1.3;
  min-height: 50px;
  background-color: #E8D5CD;
  padding: 13px 20px 11px;
}
.content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 20px 100px;
}
.content .img {
  width: 375px;
}
.content .img img {
  width: 100%;
  height: auto;
}
.content .text {
  width: calc(100% - 410px);
}
.content .text li {
  line-height: 1.6;
  padding: 10px;
  border-bottom: 1px solid #D1C3B7;
  display: flex;
  width: 100%;
}
.content .text li em {
  width: 180px;
  color: #666666;
}
.content .text li span {
  width: calc(100% - 180px);
}
#access .content div {
  width: 48%;
  max-width: 500px;
}
#access .content div iframe {
  width: 100%;
  height: 280px;
}
#access .content div p {
  line-height: 1.6;
  margin-top: 10px;
}
#access .content div p em {
  font-size: 1.7rem;
}


@media screen and (max-width:767px) {
  main section h2 {
    padding: 13px 15px 11px;
  }
  .content {
    display: block;
    width: 100%;
    padding: 0 0 80px;
  }
  .content .img {
    width: 100%;
    margin-bottom: 5px;
  }
  .content .text {
    width: calc(100% - 30px);
    margin: auto;
  }
  .content .text li em {
    width: 120px;
  }
  .content .text li span {
    width: calc(100% - 120px);
  }
  #access .content {
    padding-bottom: 0;
  }
  #access .content div {
    width: calc(100% - 30px);
    margin: 20px auto 60px;
  }
  
}
