@charset "utf-8";

.company_logo {
  text-align: center;
  margin: 0 0 40px;
}

.company_profile {
  background: url(../img/ico_companyprofile.png) no-repeat left center;
  background-size: 41px auto;
}

.map_access {
  background: url(../img/ico_map.png) no-repeat left center;
  background-size: 41px auto;
}

.access_list {
  margin: 0 auto 150px;
  font-size: 1.4rem;
}

.access_list li.kitasandou {
  background: url(../img/ico_hukutoshin.png) no-repeat;
  background-size: 20px auto;
}

.access_list li.sendagaya {
  background: url(../img/ico_chuou.png) no-repeat 0 2px;
  background-size: 15px auto;
}

.access_list li.yoyogi {
  background: url(../img/ico_yamate.png) no-repeat 0 2px;
  background-size: 15px auto;
}

.access_list span {
  padding: 3px 10px;
  border-radius: 1.5em;
  color: #fff;
  font-size: 90%;
}

.access_list span.hibiya {
  background: #b5b5ac;
}

.access_list span.yurakuchou {
  background: #c1a470;
}

.access_list span.ooedo {
  background: #b6007a;
}

.access_list span.ginza {
  background: #ff9500;
}

/* ===============================================
 PC版のみ
=============================================== */

@media screen and (min-width: 768px) {
  .company_logo img {
    width: 456px;
    height: auto;
  }

  .company_profile_box {
    margin: 50px 135px 0;
  }

  .company_profile_box dl {
    background: url(../img/bg_company.png) repeat-x left bottom;
    margin: 0 0 30px;
    padding: 0 40px 30px;
  }

  .company_profile_box dl dt {
    width: 180px;
    float: left;
    font-weight: bold;
  }

  .company_profile_box dl dd {
    width: 600px;
    float: right;
  }

  #map_space {
    width: 100%;
    height: 400px;
    margin: 20px 0 5px;
  }

  .map_link {
    margin: 0 0 0 20px;
    text-align: right;
  }

  .access_list {
    margin: 0 auto 150px;
    font-size: 1.4rem;
    width: 1170px;
  }

  .access_list li {
    float: left;
    min-height: 30px;
    box-sizing: border-box;
    margin: 0 25px 0 0;
  }
}

/* ===============================================
スマホ版のみ
=============================================== */

@media screen and (max-width: 767px) {
  .company_logo img {
    width: 70%;
    height: auto;
  }

  .company_profile_box {
    margin: 50px 0 0;
  }

  .company_profile_box dl {
    background: url(../img/bg_company.png) repeat-x -145px bottom;
    margin: 0 0 15px;
    padding: 0 0 15px 10px;
  }

  .company_profile_box dl dt {
    width: 20%;
    float: left;
    font-weight: bold;
  }

  .company_profile_box dl dd {
    width: 80%;
    float: right;
  }

  #map_space {
    width: 90%;
    height: 350px;
    margin: 20px auto 5px;
  }

  .map_link {
    width: 90%;
    margin: 0 auto 20px;
    text-align: right;
  }

  .access_list {
    width: 90%;
    margin: 40px auto 100px;
  }

  .access_list li {
    margin: 20px auto 0;
  }

  .access_list span {
    display: block;
    width: 12em;
    text-align: center;
    padding: 0;
  }
}
