@charset "utf-8";

/*----------------------------------------
    .main_visual
----------------------------------------*/
.mainimg .mainimg_area{
  background: url(/jp/information/img/bg-visual.png) no-repeat left top;
  background-size: cover;
}
#topic_path {
  margin-bottom: 15px;
}

/*----------------------------------------
    .box_section
----------------------------------------*/
.box_section .box_area {
  width: 83.4%;
  max-width: 1000px;
  margin: 0 auto;
}
.box_section .box_title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 39px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  width: 100%;
}
.box_section .box_title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #ff4338;
  bottom: -1px;
  left: 50%;
  margin-left: -30px;
}
.box_section .box_title .eng {
  font-size: 1.8rem;
  display: block;
  line-height: 1.3;
}
.info_table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.info_table dl {
  display: table;
  width: 100%;
  font-size: 1.5rem;
  color: #414141;
}
.info_table dl:not(:first-child) {
  border-top: 2px solid #ffffff;
}
.info_table dl.o-width {
  width: 50%;
}
.info_table dl.o-border {
  border-right: 2px solid #ffffff;
}
.info_table dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 23%;
  text-align: center;
  font-weight: 500;
  padding: 13px 10px;
  background-color: #eeeeee;
}
.info_table dl.o-width dt {
  width: 46.1%;
}
.info_table dl.o-width dd {
  width: 53.9%;
}
.info_table dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 77%;
  font-size: 1.5rem;
  padding: 14px 40px 14px 20px;
  background-color: #fafafa;
  line-height: 2.0;
}
.access_text {
  font-size: 1.5rem;
  color: #414141;
  line-height: 2.0;
  margin-bottom: 53px;
}
.map_area iframe {
  width: 100%;
}
.business_list li:not(:first-child) {
  margin-top: 6px;
}
.baidu_map #dituContent {
  width: 100%;
  height: 600px;
}
.button_list ul li.profile a {
  background: url(/jp/information/img/ico-profile.png) no-repeat 14px center #ffffff;
  background-size:70px auto;
}
.button_list ul li.profile a:hover {
  background: url(/jp/information/img/ico-profile.png) no-repeat 14px center #f6f7f9;
  background-size:70px auto
}
.button_list ul li.access a {
  background: url(/jp/information/img/ico-access.png) no-repeat 14px center #ffffff;
  background-size:70px auto;
}
.button_list ul li.access a:hover,
.button_list ul li.access a.current {
  background: url(/jp/information/img/ico-access.png) no-repeat 14px center #f6f7f9;
  background-size:70px auto;
}
.button_list ul li.history a {
  background: url(/jp/information/img/ico-history.png) no-repeat 14px center #ffffff;
  background-size:70px auto;
  padding: 18px 11px 13px 94px;
}
.button_list ul li.history a:hover {
  background: url(/jp/information/img/ico-history.png) no-repeat 14px center #f6f7f9;
  background-size:70px auto;
}
.button_list ul li.history .eng {
  line-height: 1.1;
  margin-bottom: 4px;
}
.button_list ul li.network a {
  background: url(/jp/information/img/ico-network.png) no-repeat 14px center #ffffff;
  background-size:70px auto;
}
.button_list ul li.network a:hover {
  background: url(/jp/information/img/ico-network.png) no-repeat 14px center #f6f7f9;
  background-size:70px auto;
}

@media screen and (max-width: 979px) {
.map_area iframe {
  height: 450px;
}
}
