@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/maps/header_bg_01_sec.jpg");
  }
  #global-content .mapArea {
    margin-bottom: 40px;
  }
  #global-content .mapArea #map {
    height: 380px;
    width: 100%;
    position: relative;
  }
  #global-content .mapArea #map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
  #global-content .mapInfo .module-lead02 {
    margin-bottom: 2em;
  }
  #global-content .secStation img,
  #global-content .secAirport img {
    text-align: center;
    max-width: 630px;
  }
  #global-content .secCampus td {
    line-height: 1.4;
  }
  #global-content .secCampus .campusInner {
    padding-left: 1.2em;
  }
  #global-content .secCampus .campusInnerTxt {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
  }
  #global-content .listBlank,
  #global-content .pdfIcon {
    margin-left: 1em;
  }
  #global-content .module-listLayout01 {
    margin-top: 2em;
  }
  #global-content .module-listLayout03 .listItem .listInner:after {
    top: 0.9em;
  }
  #global-content .module-tableLayout04 tr:first-child td,
  #global-content .module-tableLayout04 tr:first-child th {
    font-weight: normal;
    text-align: left;
    color: #000;
    background: #fff;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/maps/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .mapArea {
  margin-bottom: 40px;
}
.device-view-pc #global-content .mapArea #map {
  height: 380px;
  width: 100%;
  position: relative;
}
.device-view-pc #global-content .mapArea #map iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.device-view-pc #global-content .mapInfo .module-lead02 {
  margin-bottom: 2em;
}
.device-view-pc #global-content .secStation img,
.device-view-pc #global-content .secAirport img {
  text-align: center;
  max-width: 630px;
}
.device-view-pc #global-content .secCampus td {
  line-height: 1.4;
}
.device-view-pc #global-content .secCampus .campusInner {
  padding-left: 1.2em;
}
.device-view-pc #global-content .secCampus .campusInnerTxt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
}
.device-view-pc #global-content .listBlank,
.device-view-pc #global-content .pdfIcon {
  margin-left: 1em;
}
.device-view-pc #global-content .module-listLayout01 {
  margin-top: 2em;
}
.device-view-pc #global-content .module-listLayout03 .listItem .listInner:after {
  top: 0.9em;
}
.device-view-pc #global-content .module-tableLayout04 tr:first-child td,
.device-view-pc #global-content .module-tableLayout04 tr:first-child th {
  font-weight: normal;
  text-align: left;
  color: #000;
  background: #fff;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/maps/header_bg_01_sp_sec.jpg");
  }
  .device-js-on .mapInfo {
    padding-top: 1em;
  }
  .device-js-on img {
    text-align: center;
    width: 92%;
  }
  .device-js-on #global-content .mapArea {
    position: relative;
    padding-top: 48.26667%;
    margin: 0 4% 8%;
  }
  .device-js-on #global-content .mapArea #map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .device-js-on #global-content .mapArea #map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
  .device-js-on #global-content .mapInfo .module-lead02 {
    margin-bottom: 2em;
  }
  .device-js-on #global-content .secCampus .campusInner,
  .device-js-on #global-content .secCampus .campusInnerTxt {
    padding-top: 0.5em;
  }
  .device-js-on #global-content .listBlank,
  .device-js-on #global-content .pdfIcon {
    margin-left: 1em;
  }
  .device-js-on #global-content .module-listLayout01 {
    margin-top: 2em;
  }
  .device-js-on #global-content .secAirport .module-lead02 {
    margin-top: 1em;
  }
  .device-js-on #global-content .secLinks .module-listLayout01 {
    margin-top: 0;
  }
  .device-js-on #global-content .module-tableLayout04 tr:first-child td,
  .device-js-on #global-content .module-tableLayout04 tr:first-child th {
    font-weight: normal;
    text-align: left;
    color: #000;
    background: #fff;
  }
}
