@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
section{
  position: relative;
}
.topnav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 55px;
}
.topnav_item {
    max-width: 241px;
    width: 100%;
    background: #C5010F;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.profile {
    max-width: 1024px;
    width: 90%;
    margin: 55px auto 0;
}
.prof_table {
    width: 100%;
    margin: 40px auto 0;
  border-top: 1px solid #111868;
}
.prof_table tr{
  
}
.prof_table th{
  background: #E1E2EC;
  color: #111868;
  border-bottom: 1px solid #111868;
  padding: 10px 30px;
  
}
.prof_table td{
  border-bottom: 1px solid #111868;
  padding: 20px 30px;
  line-height: 2;
  
}
.access {
    max-width: 1024px;
    width: 90%;
    margin: 80px auto 0;
}
.acc_inner {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    gap: 20px;
}
.acc_card {
    max-width: 502px;
    width: 100%;
    border: 1px solid #111868;
    display: flex;
    flex-direction: column;
}
.acc_head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #111868;
  background: #C3C5D9;
}
.acc_head:before, .acc_head:after {
  border-top: 1px solid #111868;
  content: "";
  width: 80px; /* 線の長さ */
}
.acc_head:before {
  margin-right: 20px; /* 文字の右隣 */
}
.acc_head:after {
  margin-left: 20px; /* 文字の左隣 */
}
.acc_data {
    max-width: 425px;
    width: 90%;
    margin: auto;
    padding: 25px 0;
    line-height: 2;
    min-height: 210px;
}
.acc_map {
    text-align: center;
    padding: 40px 5% 0;
}
.acc_map iframe {
  max-width: 100%;
}
.acc_row{
  text-indent: -1em;
  padding-left: 1em;
}
.acc_row::before{
  content: '・';
  color: #C5010F;
}
.history {
    max-width: 1024px;
    width: 90%;
    margin: 80px auto 0;
}
.his_table {
    width: 100%;
    margin: 40px auto 0;
  border-top: 1px solid #111868;
}
.his_table tr{
  
}
.his_table th{
  background: #E1E2EC;
  color: #111868;
  border-bottom: 1px solid #111868;
  padding: 10px 30px;
  
}
.his_table td{
  border-bottom: 1px solid #111868;
  padding: 20px 30px;
  line-height: 2;
  
}
@media screen and (max-width: 767px) {
.topnav {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}
.prof_table,
.prof_table tr,
.prof_table th,
.prof_table td{
  display: block;
  width: 100%;
}
.prof_table td {
    padding: 10px 5%;
}
.acc_inner {
    flex-direction: column;
    align-items: center;
}
.acc_head:before, .acc_head:after {
    width: 50px;
}
.his_table,
.his_table tr,
.his_table th,
.his_table td{
  display: block;
  width: 100%;
}
.his_table td {
    padding: 10px 5%;
}
}
@media print {

}