@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: 17px;
  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;
}
.info_table:not(:last-child) {
  margin-bottom: 49px;
}
.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 dt {
  display: table-cell;
  vertical-align: middle;
  width: 23%;
  text-align: center;
  font-weight: 500;
  padding: 13px 10px;
  background-color: #eeeeee;
}
.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;
}
.info_table dl:nth-child(2) dd {
  padding: 13px 40px 13px 20px;
}
.info_table dl dd .text_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map_button {
  width: 136px;
  border: 1px solid #656565;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  border-radius: 20px;
  margin-left: 20px;
}
.map_button a {
  display: block;
  padding: 4px 10px;
}
.business_block {
  background-color: #fafafa;
  padding: 17px 0;
}
.business_list {
	width: 500px;
	margin: 0 auto;
}
.business_list li {
  font-size: 1.5rem;
  color: #414141;
  text-align: left;
}
.business_list li:not(:first-child) {
  margin-top: 6px;
}
.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,
.button_list ul li.profile a.current {
  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 {
  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;
  padding: 18px 11px 13px 94px;
  background-size:70px auto;
}
.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) {
.info_table dl dd .text_area p {
  width: 58%;
}
.map_button {
  margin-left: 10px;
}
}