@charset "UTF-8";
/* 会社概要
-------------------------------*/
.company-info {
  padding-top: 50px;
  margin-bottom: 60px;
}
.company-info__title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
.company-info__table {
  width: 100%;
  border-collapse: collapse;
}
.company-info__table th, .company-info__table td {
  background: url("../../../../assets/images/bg_table_border.gif") repeat-x left bottom;
}
.company-info__table th {
  padding: 25px 0;
  width: 112px;
}
.company-info__table td {
  padding: 10px 0;
}

/* アクセス
-------------------------------*/
.access {
  margin-bottom: 80px;
}
.access__title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.access__list {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.access__list li {
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.access__map {
  width: 100%;
  height: 450px;
  background-color: gray;
  margin-bottom: 8px;
}
.access__map__address {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.access__map__link {
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
}
.access__map__link::before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  width: 22px;
  height: 22px;
  vertical-align: -7px;
  background: url("/assets/images/map_link_arrow.gif") no-repeat left center;
  background-size: 22px auto;
}
.access__map__link a:link, .access__map__link a:visited {
  color: #010101;
  text-decoration: none;
}
.access__map__link a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1288px) {
  /* 会社概要
  -------------------------------*/
  .company-info {
    padding-top: 70px;
    overflow: hidden;
    margin-bottom: 136px;
  }
  .company-info__title {
    font-size: 48px;
    font-size: 4.8rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .company-info__table {
    width: 615px;
  }
  .company-info__table th, .company-info__table td {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .company-info__table th {
    width: 140px;
  }
  .company-info__table.left {
    float: left;
  }
  .company-info__table.right {
    float: right;
  }

  /* アクセス
  -------------------------------*/
  .access {
    margin-bottom: 180px;
  }
  .access__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .access__list {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .access__list li {
    margin-bottom: 25px;
  }
  .access__map {
    margin-bottom: 10px;
  }
  .access__map__address {
    float: left;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .access__map__link {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .access__map__link::before {
    width: 24px;
    height: 25px;
    vertical-align: -10px;
    background-size: 24px 25px;
  }
}
