@charset "UTF-8";
/*******************************************
 外国語ページ／アクセスガイド
*******************************************/
.lang_access-page {
  overflow: hidden;
  margin-bottom: 70px;
  letter-spacing: 0.09em;
}
.lang_access-page .heading .mv {
  background: url(../images/common/bg-ttl.png) no-repeat;
  background-size: cover;
}
.lang_access-page .heading .mv .inner {
  position: relative;
  padding: 55px 0;
}
.lang_access-page h2 {
  font-size: 36px;
  color: #084396;
  line-height: 1;
  letter-spacing: 0.09em;
}
.lang_access-page h2 i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: -15px;
}
.lang_access-page .heading .mv .pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.lang_access-page .map{
  margin: 40px 0 0 0;
}
.lang_access-page .map .inner{
  position: relative; 
}
.lang_access-page .map .btn {
  position: absolute;
  top:0;
  right:0;

  font-weight: bold;
  border: 1px solid #b1c3d0;
}
.lang_access-page .map .btn a{
  color: #084396;
  padding: 6px 15px;
  font-weight: normal;
}
.lang_access-page #map_canvas{
  width: 100%;
  height: 300px;
  margin: 25px 0 30px 0;
}
.lang_access-page .direction {
  clear: both;
}
.lang_access-page .direction .inner {
  display: flex;
  justify-content: space-between;
}
.lang_access-page .direction .txt {
  padding-right: 20px;
}
.lang_access-page .direction .txt ul {
  margin-bottom: 20px;
}
.lang_access-page .direction .txt li {
  color: #084396;
}
.lang_access-page .direction .txt span {
  font-size: 12px;
}

