/* =========================================================
access
========================================================= */
.access .secTitle02.lead {
  margin-bottom: 40px;
  color: #4D4D4D;
  text-align: center;
}

@media (max-width: 1024px) {
  .access .secTitle02.lead {
    margin-top: 25px;
  }
}

.access iframe {
  height: 572px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .access iframe {
    height: 287px;
    margin-bottom: 15px;
  }
}

.access .mapInfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .access .mapInfo {
    flex-direction: column;
  }
}

.access .mapInfo .secTitle02 {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .access .mapInfo .secTitle02 {
    margin-bottom: 5px;
  }
}

.access .mapInfo .address a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .access .mapInfo .address a {
    text-decoration: underline;
  }
}

@media (max-width: 1024px) {
  .access .mapInfo .btnWrap {
    width: 100%;
    margin-top: 30px;
  }
}

.access .mapInfo .btnWrap .white a {
  border: 1px solid #142335;
}

.access .mapInfo .btnWrap .btn {
  margin-bottom: 10px;
  margin-top: 0;
}

.access .mapInfo .btnWrap .btn a {
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .access .mapInfo .btnWrap .btn a {
    width: 100%;
  }
}

.access table {
  margin-top: 70px;
  width: 100%;
}

@media (max-width: 1024px) {
  .access table {
    margin-top: 35px;
  }
}

.access table th,
.access table td {
  padding: 25px 30px;
  text-align: left;
}

@media (max-width: 1024px) {

  .access table th,
  .access table td {
    display: block;
    padding: 12px 0;
  }
}

.access table th {
  border-top: 1px solid #142335;
  border-bottom: 1px solid #142335;
  width: 30%;
  color: #142335;
}

@media (max-width: 1024px) {
  .access table th {
    width: 100%;
    background: #F7F7F5;
    text-align: center;
    border-bottom: none;
  }
}

.access table td {
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  width: 70%;
}

@media (max-width: 1024px) {
  .access table td {
    width: 100%;
  }
}

/* =========================================================
.attention
========================================================= */
.attention {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 30px 40px 30px 30px;
  margin-bottom: -20px;
  margin-top: 40px;
}

.attention h3 {
  border: 1px solid #ab8d4b;
  color: #ab8d4b;
  width: 21.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  min-height: 60px;
}

.attention h3 img {
  margin-bottom: 2px;
  margin-right: 12px;
}

.attention p {
  width: 75.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  .attention {
    flex-direction: column;
    padding: 25px 20px;
    margin: 30px 0;
  }

  .attention h3 {
    width: 100%;
    padding: 9px 5px;
    margin-bottom: 15px;
    min-height: initial;
  }

  .attention p {
    width: 100%;
  }
}