/* staff.scss
--------------------------------------------------------------------------------------- */
/* content_map
---------------------------------------------------------------------------------------- */
.content_map .base_width {
  position: relative;
}

.content_map .btn_print_wrap {
  position: absolute;
  right: 0;
  text-align: right;
  top: -4rem;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .content_map .btn_print_wrap {
    display: none;
  }
}

.content_map .btn_print_wrap .btn_print {
  -moz-transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #1d2088;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content_map .btn_print_wrap .btn_print:before {
  background: url(../img/access/icon_print.png) no-repeat left center/contain;
  content: '';
  display: block;
  height: 1.6rem;
  left: -2.2rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  width: 1.8rem;
}

.content_map .btn_print_wrap .btn_print:hover {
  color: #000;
}

.content_map iframe {
  background: #f5f5f5;
  height: 560px;
  margin: 30px 0 10px;
}

@media screen and (max-width: 480px) {
  .content_map iframe {
    height: 400px;
  }
}

.content_map .map_text a {
  color: #000;
}

.content_map a.map_link {
  -moz-transition: all 0.3s 0s ease-out;
  -webkit-transition: all 0.3s 0s ease-out;
  color: #1d2088;
  text-decoration: underline;
  transition: all 0.3s 0s ease-out;
}

.content_map a.map_link:hover {
  color: #000;
}

/* content_access
---------------------------------------------------------------------------------------- */
.content_access .access_list {
  border-collapse: collapse;
  display: table;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .content_access .access_list {
    display: block;
  }
}

.content_access .access_list .access_list_item {
  border: 1px solid #1d2088;
  display: table-cell;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .content_access .access_list .access_list_item {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .content_access .access_list .access_list_item:last-child {
    border-bottom: 1px solid #1d2088;
  }
}

.content_access .access_list .access_list_title {
  background: #f2f5fa;
  border-bottom: 1px solid #1d2088;
  color: #1d2088;
  padding: 20px 0;
  text-align: center;
}

.content_access .access_list .access_list_detail {
  font-size: 1.05rem;
  padding: 25px;
}

@media screen and (max-width: 480px) {
  .content_access .access_list .access_list_detail {
    padding: 25px 20px;
  }
}
