.h1_area{
	position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#back_color_wrapper{
  width: 100%;
  background-color: #f2f2f2;
}




/* 画像を暗くするオーバーレイ */
/*#area1::before{
  content: '';*/
  /* ↓暗いオーバーレイを半透明で配置 */
/*  background-color: rgba(0, 0, 0, .3);*/
  /* ↓全体を覆うように配置 */
/*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}*/

.company-table{
  display: block;
  width: 95%;
  margin-right: auto;
}

.company-table tr{
	border-bottom: solid 1px #dbdbdb;
}


/* 画像を暗くするオーバーレイ */
/*#map_area::before{
  content: '';*/
  /* ↓暗いオーバーレイを半透明で配置 */
/*  background-color: rgba(0, 0, 0, .1);*/
  /* ↓全体を覆うように配置 */
/*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}*/

.table-th{
  font-weight: bold;
  padding:20px 20px 30px 0;
  vertical-align: baseline;
  line-height: 30px;
  text-align: left;
}

.table-td{
  padding:20px 0 30px 0;
  line-height: 30px;
}


.comp_area2_h2,.comp_area2_h3{
	letter-spacing: 3px;
  font-family: sans-serif;
}



/*ヘッダーで下に80ピクセルずれるので　ページ内アンカー*/
#dummy_target{
  content: '';
  position: absolute;
  bottom: 80px;
}

#comp_area3{
  height: calc(100vh - 80px);
}

#greeting_area{
  width: 70%;
}

#greeting_name{
  padding: 40px 0 100px;
}

#access_map_area{
	margin: 150px 0 100px;
	padding-top: 30px;
}

#access_map_area h3,#access_map_area address,#access_map_area p{
  font-family: sans-serif;
}

#access_map{
  width: 100%;
}




