@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  company page style

---------------------------------------------- */
/*

  headerBg override 必要ならページごとに画像変更と背景ポジション調整

*/
.headerBg {
  background-image: url('../images/bg-hello-01.jpg');
  background-position: center;
}

/*

	company

*/
.company_block:not(:last-child) {
  margin-bottom: 40px;
}

.company_block_head {
  margin-bottom: 20px;
}

.company_intro {
  position: relative;
}

.company_intro_thumb {
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.company_intro_thumb .trimThumbnail:before {
  padding-top: 58%;
}

.company_intro_copy {
  margin-bottom: 10px;
}

.company_intro_text {
  line-height: 2;
}

.company_intro_sign {
  line-height: 1.5;
  margin-top: 20px;
  text-align: right;
}

.company_intro_sign_name {
  font-weight: bold;
}

.company_access_foot {
  margin-top: 20px;
}

.company_access_map {
  border-radius: 5px;
  overflow: hidden;
}

.company_access_box {
  background: #fef3e3;
  border-radius: 5px;
  padding: 20px;
}

/*

	dataList

*/
.dataList {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.dataList_item {
  display: flex;
}

.dataList_item:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.dataList_item_title {
  background: #fef3e3;
  border-right: 1px solid #e1e1e1;
  flex: 0 0 80px;
  font-weight: bold;
  padding: 8px 5px;
  text-align: center;
  word-break: break-all;
}

.dataList_item_data {
  flex: 1 0;
  padding: 8px 10px;
}

.dataList_item .spnCall {
  padding-left: 16px;
  position: relative;
}

.dataList_item .spnCall:before {
  content: "\f098";
  display: block;
  font-family: 'FontAwesome';
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dataList_item .gMapLink {
  display: inline-block;
  padding: 0 3px;
}

.dataList_item .gMapLink:before {
  content: "\f041";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 3px;
}

@media (min-width: 48em) {
  .company_block:not(:last-child) {
    margin-bottom: 60px;
  }
  .company_block_head {
    margin-bottom: 40px;
  }
  .company_intro_thumb {
    margin-bottom: 30px;
  }
  .company_intro_copy {
    margin-bottom: 20px;
  }
  .company_access_foot {
    margin-top: 40px;
  }
  .company_access_box {
    padding: 30px;
  }
  .dataList_item_title {
    flex: 0 0 180px;
    padding: 25px 20px;
  }
  .dataList_item_data {
    padding: 25px 20px;
  }
}

/*# sourceMappingURL=sourcemaps/company.css.map */
