@charset 'utf-8';

/**
 *
 *  ACCESS アクセス
 *
 */

 /*--------------------------------------------------------------------------
    Page
 ---------------------------------------------------------------------------*/


#map_canvas {
  width: 100%;
  height: 230px;
  margin: 0 auto;
}


.mv_area {
 background: url("../images/access_mv_bg.png") no-repeat;
 height: 215px;
 background-size: cover;
 background-position: center;

}
.greeting .section_title { font-size: 16px !important; }

.greeting .box {
	border: 1px solid #ececec;
}
.greeting .box .text_area {
	padding: 5px 20px;
  padding-bottom: 0;
	background-color: #faf6ee;
	border-bottom: 1px solid #ebe7df;
	position: relative;
  /*font-family : '游明朝','Yu Mincho';*/
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 16px;

}
.greeting .box .logo_area {
  padding: 15px 20px;
	background-color: #fff;
}
.greeting .title {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 15px;
}
.greeting .ceo {
  width: 107px;
  float:right;
}
.greeting .box .logo_area .logo {
	float: left;
  width: 86px;
}
.greeting .box .logo_area .name {
	float: right;
  width: 120px;
}


.company_section .section_title { font-size: 18px !important; }

.company_section dl {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  padding: 15px;
}
.company_section dl:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.company_section dt,
.company_section dd {
  /*padding: 17px;*/
}
.company_section dt {
  font-weight: bold;
  font-size: 16px;
  }
.company_section dd {
  font-size: 16px;
  }



.circumstance li {
  padding: 2px 2px 0 2px;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 49%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ececec;
}
.circumstance li:nth-child(2n) {
  margin-right: 0;
}
.circumstance li:nth-child(3),
.circumstance li:nth-child(4) {
  margin-bottom: 0;
}
.circumstance li .desc {
  line-height: 1;
  padding: 7px 0 7px 9px;
}

