ul.locationList {
    position: relative;
    width: 100%;
    max-width: 1150px;
    padding-inline: 25px;
    margin-inline: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-block-start: 12px;
    margin-block-end: 72px;
}
.tenantContactArea1 {
    width: 100%;
    max-width: 1150px;
    padding-inline: 25px;
    margin-inline: auto;
    margin-block-start: 62px;
}
.tenantContactArea2 {
    width: 600px;
    padding-inline: 25px;
    margin-inline: auto;
    margin-block-start: 62px;
    margin: 0 auto;
}
.tenantContactArea3 {
    width: 100%;
    max-width: 1150px;
    padding-inline: 25px;
    margin-inline: auto;
    margin-block-start: 62px;
}
.tenantContactArea1 .tenant_text1{
  line-height: 1.8;
}
.tenantContactArea3 .tenant_text3{
  line-height: 1.8;
}
.tenantContactArea2 .tenant_text_red{
    color: red;
}
ul.locationList:before {
    all:unset;
}
button.BasicButtonTypeC {
    display: block;
    width: 600px;
    padding-block-start: 18px;
    padding-block-end: 20px;
    margin-block-start: 40px;
    margin-inline: auto;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #023E8B;
    background-image: url(/images/rightArrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    border: none;
    transition: background-position 0.2s;
    border-radius: 15px;
    margin: 60px 0px 5px 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.br-sp2{
  display: none;
}
@media screen and (max-width: 860px) {
.tenantContactArea2 {
    width: 450px;
}
button.BasicButtonTypeC {
    width: 450px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3em;
}
}
@media screen and (max-width: 650px) {
.tenantContactArea2 {
    width: 100%;
}
  button.BasicButtonTypeC {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.br-sp2{
  display: block;
}
.tenantContactArea2 .tenant_text_red{
  text-align: center;
}
}

.procedure {
  padding: 80px 25px;
}
.procedure-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.procedure-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.procedure-icon{
  width: 60px !important;
  height: 60px !important;
}
.procedure-header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #0b3d91;
  margin: 0;
  width: calc(100% - 80px);
}
.procedure-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid #ccc;
}
.procedure-table tr {
  border-bottom: 1px solid #ccc;
  height: 70px;
}
.procedure-table th {
  width: 35%;
  text-align: left;
  padding: 0px 40px 0px 0px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}
.procedure-table td {
  width: auto;
  padding: 0 0 0 30px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
}
.br-tab{
  display: none;
}
.procedure-table th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.procedure-table th span {
  font-size: 19px;
  font-weight: bold;
  position: relative;
  top: -1px;
}
.procedure-table th a {
  display: inline-block;
  background: #e26d5c;
  color: #fff;
  padding: 5px 24px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
.procedure-table th a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 970px) {
  .br-tab{
    display: block;
  }
  .procedure-table th {
    width: 31%;
  }
}
@media screen and (max-width: 860px) {
  .procedure-table th div {
    justify-content: start;
  }
  .procedure-header h2 {
    font-size: 25px;
  }
  .procedure-table th {
    padding: 0px 15px 0px 0px;
  }
  .procedure-table th span {
    font-size: 16px;
  }
  .procedure-table td {
    font-size: 14px;
  }
  .procedure-table th a {
    padding: 5px 15px;
    font-size: 14px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 670px) {
  .procedure-header h2 {
    font-size: 20px;
  }
  .br-tab{
    display: none;
  }
  .procedure-table th div{
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  }
  .procedure-table th {
    padding: 7px 10px 9px 0px;
  }
  .procedure-table td {
    padding: 7px 0px 9px 10px;
  }
  .procedure-table th a {
    margin-left: 0px;
    margin-top: 7px;
  }
  .procedure-table tr {
    border-bottom: 1px solid #ccc;
    height: auto;
  }
}
.procedure-mail {
  text-align: center;
  padding: 80px 25px; 
}
.procedure-mail h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b3d91; 
  margin-bottom: 50px;
}
.procedure-mail > div {
  max-width: 520px;
  margin: 0 auto;   
  padding: 25px 50px 40px 50px;
  border: 1px solid #023E8B; 
  background-color: #ffffff;
}
.procedure-mail h3 {
  font-size: 26px;
  font-weight: 700;
  color: #023E8B;
  margin-bottom: 30px;
}
.procedure-mail p {
  font-size: 18px;
  line-height: 1.8;
}
.procedure-mail p:first-of-type{
  margin-bottom: 30px;
}
.mail-address a {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.mail-address a:hover {
  text-decoration: underline;
}
.br-sp{
  display: none;
}
@media screen and (max-width: 670px) {
  .br-sp{
    display: block;
  }
  .procedure-mail h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .procedure-mail > div {
    max-width: 450px;
    padding: 15px 30px 30px 30px;
  }
  .procedure-mail h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .procedure-mail p:first-of-type{
    margin-bottom: 15px;
  }
  .procedure-mail p {
    font-size: 15px;
    line-height: 1.5;
  }
  .mail-address a {
    font-size: 20px;
  }
}