h1 {
  text-align: center;
}

h1 span {
  display: inline-block;
}

h1 .en {
  font-weight: normal;
}

table {
  border-bottom: 1px solid #d2d2d2;
}

table th {
  border-top: 1px solid #d2d2d2;
  background: #f5f5f5;
}

table td {
  border-top: 1px solid #d2d2d2;
}

.footer_contact {
  text-align: center;
  background: #f2f4f9;
}

.footer_contact h2 {
  font-weight: normal;
}

.footer_contact .txt {
  font-weight: bold;
}

.footer_contact_bnr {
  color: #FFFFFF;
}

.footer_contact_bnr ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_contact_bnr ul .tel {
  background: #0085cd;
}

.footer_contact_bnr ul .contact {
  background: #002f82;
}

@media screen and (min-width: 768px) {
  h1 {
    margin-top: 50px;
  }
  h1 .ja {
    margin-top: 8px;
    font-size: 32px;
  }
  .description {
    margin-top: 30px;
    line-height: 1.88;
    padding: 0 110px;
  }
  table {
    margin: 50px auto 0;
    width: 1000px;
  }
  table th {
    padding: 20px 45px 20px 0;
    width: 180px;
    text-align: right;
  }
  table td {
    padding: 20px 0 20px 50px;
    width: 725px;
  }
  table .last td {
    line-height: 1.4;
  }
  .footer_contact {
    margin-top: 70px;
    padding: 45px 0;
  }
  .footer_contact h2 {
    font-size: 16px;
  }
  .footer_contact .txt {
    font-size: 24px;
    margin-top: 8px;
  }
  .footer_contact_bnr ul {
    display: flex;
  }
  .footer_contact_bnr ul li {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    padding: 45px 60px;
  }
  .footer_contact_bnr ul li .bnr_area {
    display: inline-block;
    text-align: center;
  }
  .footer_contact_bnr ul li h3 {
    font-size: 20px;
  }
  .footer_contact_bnr ul li a {
    font-weight: bold;
  }
  .footer_contact_bnr ul .tel {
    justify-content: flex-end;
  }
  .footer_contact_bnr ul .tel .tel_area {
    display: flex;
    margin-top: 15px;
    border-top: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 40px;
    padding: 15px 2px 0;
    font-weight: bold;
  }
  .footer_contact_bnr ul .tel .tel_area .icon {
    margin-right: 30px;
  }
  .footer_contact_bnr ul .contact {
    justify-content: flex-start;
  }
  .footer_contact_bnr ul .contact a {
    margin-top: 15px;
    width: 445px;
    background: #FFFFFF;
    color: #002f82;
    font-size: 28px;
    padding: 12px  0;
    position: relative;
  }
  .footer_contact_bnr ul .contact a .icon {
    margin-right: 15px;
  }
  .footer_contact_bnr ul .contact a::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    right: 0;
  }
}

@media screen and (max-width: 767.999px) {
  h1 {
    margin-top: 35px;
  }
  h1 .en {
    font-size: 10px;
  }
  h1 .ja {
    font-size: 20px;
    margin-top: 4px;
  }
  .description {
    margin-top: 20px;
    line-height: 1.69;
  }
  table {
    margin: 25px auto 0;
    width: 100%;
  }
  table th {
    padding: 10px 13px;
    text-align: left;
    width: 75px;
    line-height: 1.6;
  }
  table td {
    padding: 10px 13px;
    line-height: 1.6;
  }
  table td span {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1.2;
    display: inline-block;
  }
  .footer_contact {
    padding: 17px 0;
    margin-top: 40px;
  }
  .footer_contact h2 {
    font-size: 10px;
  }
  .footer_contact .txt {
    font-size: 15px;
    margin-top: 4px;
  }
  .footer_contact_bnr ul li {
    padding: 18px 0;
  }
  .footer_contact_bnr ul li h3 {
    font-size: 14px;
    text-align: center;
  }
  .footer_contact_bnr ul li a {
    padding: 10px 0;
    width: 66.7%;
    min-width: 250px;
    margin: 10px auto 0;
    background: #FFFFFF;
    position: relative;
    font-weight: bold;
  }
  .footer_contact_bnr ul li a .icon {
    width: 25px;
    margin-right: 10px;
  }
  .footer_contact_bnr ul li a .txt {
    font-size: 16px;
  }
  .footer_contact_bnr ul a::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 15px;
    height: 2px;
    background: #FFFFFF;
    right: 0;
  }
  .footer_contact_bnr ul .tel a {
    color: #0085cd;
  }
  .footer_contact_bnr ul .tel a::after {
    background: #0085cd;
  }
  .footer_contact_bnr ul .contact a {
    color: #002f82;
  }
  .footer_contact_bnr ul .contact a::after {
    background: #002f82;
  }
}
