@charset "utf-8";
#main {
  background-color: #fff;
}
.container {
  padding: 0 40px;
}
@media (max-width: 810px) {
  .container {
    padding: 0 40px;
  }
}
h1 {
  line-height: 0;
  text-align: center;
  padding: 65px 0;
}
h1 img {
  width: 333px;
  max-width: 100%;
}
.company_tbl {
  border-collapse: collapse;
  margin: 0 auto 20px;
}
.company_tbl tr th,
.company_tbl tr td {
  font-size: 13px;
  line-height: 23px;
  border-bottom: 1px solid #1e2228;
  padding: 20px 20px 20px 0;
  letter-spacing: 0.05em;
}
.company_tbl tr:last-child th,
.company_tbl tr:last-child td {
  border-bottom: 0;
}
.company_tbl tr th {
  font-weight: normal;
  text-align: left;
}
.company_tbl tr td .map {
  line-height: 0;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.company_tbl tr td .map img {
  height: 13px;
  position: relative;
  top: 1px;
}
.company_tbl tr dl {
  margin-bottom: 20px;
}
.company_tbl tr dl:last-child {
  margin-bottom: 0;
}
.company_tbl .link a {
  text-decoration: underline;
}
.company_tbl .link dl dd {
  padding-left: 1em;
}
.company_tbl .link > ul {
  margin-bottom: 20px;
}
.company_tbl .link > ul li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .company_tbl tr {
    display: block;
  }
  .company_tbl tr th,
  .company_tbl tr td {
    display: block;
  }
  .company_tbl tr th {
    border-bottom: 0;
    padding: 20px 0 0 0;
  }
  .company_tbl tr td {
    padding: 20px 0 20px 20px;
  }
}
.access_content_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.access_content_wrap picture {
  display: block;
  width: 49%;
  line-height: 0;
}
.access_content_wrap picture img {
  width: 100%;
}
.access_content_wrap .map_wrap {
  line-height: 0;
  width: 49%;
  position: relative;
}
.access_content_wrap .map_wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60.9289%;
}
.access_content_wrap .map_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .access_content_wrap {
    flex-direction: column;
  }
  .access_content_wrap picture {
    width: 100%;
    margin-bottom: 20px;
  }
  .access_content_wrap .map_wrap {
    width: 100%;
  }
}
.bnr_wrap {
  line-height: 0;
  margin-bottom: 50px;
}
.bnr_wrap a {
  display: block;
  line-height: 0;
  width: 100%;
}
.bnr_wrap a img {
  width: 100%;
}
.bnr_wrap a img.sp {
  display: none;
}
@media (max-width: 599px) {
  .bnr_wrap a img.pc {
    display: none;
  }
  .bnr_wrap a img.sp {
    display: inline;
  }
}
