@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.company {
  background: #f2f2f2;
}

.company .h1_wrap {
  background: url(../../company/img/h1_bg.jpg) no-repeat center center/cover;
}

.company .main_inner {
  background: #E8E8E5;
  padding: 110px 12.5% 90px;
  letter-spacing: 1.5px;
  margin-bottom: 100px;
}

.company .main_inner a {
  color: #333;
}

.company .company_table {
  margin: 65px 0 110px;
  width: 100%;
  border-collapse: collapse;
}

.company .company_table tr {
  border-bottom: solid 1px #D7D7D7;
}

.company .company_table tr th {
  text-align: left;
  padding: 20px 0 15px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  width: 20%;
}

.company .company_table tr td {
  text-align: left;
  padding: 20px 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.company .map_wrap {
  margin-top: 20px;
}

.company .map_wrap iframe {
  height: 360px;
}

.company .map_tit {
  font-weight: 500;
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.7;
}

.company .map_txt {
  line-height: 1.7;
  font-size: 14px;
  font-weight: 400;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .company .h1_wrap {
    background: url(../../company/img/h1_bg.jpg) no-repeat center center/cover;
  }
  .company .main_inner {
    padding: 55px 15px 45px;
    margin: 50px 0;
  }
  .company .company_table {
    margin: 20px 0 55px;
  }
  .company .company_table tr {
    border-bottom: solid 2px #D7D7D7;
  }
  .company .company_table tr th {
    padding: 10px 0 5px;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  .company .company_table tr td {
    padding: 0 0 10px;
    text-align: left;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  .company .map_wrap {
    margin-top: 20px;
  }
  .company .map_wrap iframe {
    height: 200px;
  }
  .company .map_tit {
    margin-top: 30px;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=company.css.map */