@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス
=================================================================== */
/* ----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access .con_info {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.con_access .con_info .btn_info {
  position: absolute;
  right: 27px;
  bottom: 75px;
  margin-top: 20px;
  text-align: left;
}
.con_access .con_info .btn_info a {
  width: 235px;
}
.con_access .con_route {
  margin-top: 100px;
}
.con_access .con_route .st {
  text-align: center;
}
.con_access .con_route .nav_route {
  margin-top: 80px;
  text-align: center;
}
.con_access .con_route .nav_route ul {
  display: inline-block;
}
.con_access .con_route .nav_route ul li {
  position: relative;
  float: left;
  border-left: 1px solid #ececec;
}
.con_access .con_route .nav_route ul li:first-child {
  border-left: none;
}
.con_access .con_route .nav_route ul li a {
  text-decoration: none !important;
  padding: 8px 35px;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_access .con_route .nav_route ul li a:hover {
  background: #4e7da6;
  color: #fff !important;
}
.con_access .con_route .nav_route ul li a:hover i {
  color: #fff;
}
.con_access .con_route .nav_route ul li a i {
  color: #d1cdac;
  margin-right: 0.5em;
}
.con_access .con_route .nav_route ul li a:before {
  content: " ";
  font-size: 90%;
  position: absolute;
  width: 11px;
  height: 5px;
  top: 50%;
  left: 25px;
  background: url(../images/access/ic_yellow.png);
}
.con_access .con_route .nav_route ul li a:hover:before {
  content: " ";
  font-size: 90%;
  position: absolute;
  width: 11px;
  height: 5px;
  top: 50%;
  left: 25px;
  background-image: url(../images/access/ic_white.png);
}
.con_access .con_route .box_route {
  margin-top: 80px;
}
