@charset "UTF-8";
.act1 {
  margin: 0;
}
.act1 .ttl_v1 h2 {
  font-size: 2.4rem;
}

.ac1 {
  margin: 0 0 80px 0;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.ac1 .fbb {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.ac1 .info {
  margin-top: 30px;
  padding-right: 50px;
}
.ac1 .line {
  display: grid;
  grid-template-columns: 110px 1fr;
  margin-bottom: 10px;
}
.ac1 .line .ttl {
  font-weight: bold;
}
.ac1 .line .tx {
  font-weight: normal;
}
.ac1 .maps {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67%; /* 比率を4:3に固定 */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.ac1 .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ac1 .map2 {
  display: none;
}
@media all and (max-width: 1600px) {
  .ac1 {
    display: block;
  }
  .ac1 .map1 {
    display: none;
  }
  .ac1 .map2 {
    margin: 30px 0;
    display: block;
    padding-top: 57%;
  }
}
@media all and (max-width: 767px) {
  .ac1 {
    margin: 0 0 40px 0;
  }
  .ac1 .info {
    padding-right: 0;
  }
}

.cpp {
  margin: 90px 0 0 0;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 50px 20px;
  box-sizing: border-box;
  border: 10px solid #EAEAEA;
  background: white;
}
@media all and (max-width: 767px) {
  .cpp {
    margin: 40px 0 0 0;
    font-size: 1.5rem;
    padding: 30px 10px;
    border: 5px solid #EAEAEA;
  }
}

.ac2 {
  margin: 90px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ac2 h2 {
  font-weight: bold;
  font-size: 2.4rem;
}
.ac2 .img {
  margin-top: 100px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.ac2 .bx {
  margin: 40px 0 0 0;
}
.ac2 .bx h3 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ac2 .bx h3 i {
  font-size: 2.2rem;
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "fh", sans-serif;
}
.ac2 .l {
  border-right: 1px solid #D6D6D6;
  box-sizing: border-box;
  padding-right: 5.5vw;
}
.ac2 .r {
  padding-left: 5.5vw;
  position: relative;
}
.ac2 .r .im {
  background: white;
}
.ac2 .r h2 {
  text-align: right;
}
.ac2 .r .lead {
  top: 54px;
  width: 80%;
  right: 0;
  position: absolute;
  text-align: right;
}
.ac2 .ac_tbl {
  margin-top: 30px;
}
.ac2 .ac_tbl table {
  width: 100%;
  border-top: 1px solid #F2F2F2;
}
.ac2 .ac_tbl th {
  width: 135px;
  min-width: 135px;
  font-weight: bold;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.ac2 .ac_tbl td {
  font-weight: normal;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2;
  letter-spacing: 0;
  background: white;
}
.ac2 .ac_tbl .a2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ac2 .ac_tbl .a2 a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.ac2 .ac_tbl .a2 a:hover {
  opacity: 0.6;
}
.ac2 .ac_tbl .a2 .a22 {
  font-weight: bold;
  text-decoration: none;
}
.ac2 .cap {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
}
.ac2 .cap:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ac2 .cap1 {
  margin-top: 10px;
}
@media all and (max-width: 1600px) {
  .ac2 .bx h3 {
    font-size: 1.6rem;
  }
  .ac2 .bx h3 i {
    font-size: 1.8rem;
  }
  .ac2 .ac_tbl {
    margin-top: 30px;
  }
  .ac2 .ac_tbl table {
    width: 100%;
    border-top: 1px solid #F2F2F2;
  }
  .ac2 .ac_tbl th {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 5px 15px;
    font-size: 1.4rem;
  }
  .ac2 .ac_tbl td {
    display: block;
    width: 100%;
  }
  .ac2 .ac_tbl .a2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .ac2 .ac_tbl .a2 a {
    text-decoration: underline;
    transition: all 0.3s ease;
  }
  .ac2 .ac_tbl .a2 a:hover {
    opacity: 0.6;
  }
  .ac2 .ac_tbl .a2 .a22 {
    font-weight: bold;
    text-decoration: none;
  }
  .ac2 .l {
    padding-right: 3vw;
  }
  .ac2 .r {
    padding-left: 3vw;
  }
}
@media all and (max-width: 767px) {
  .ac2 {
    margin: 50px 0 0 0;
    grid-template-columns: 1fr;
  }
  .ac2 h2 {
    font-size: 2rem;
  }
  .ac2 .img {
    margin-top: 30px;
  }
  .ac2 .bx {
    margin: 40px 0 0 0;
  }
  .ac2 .bx h3 {
    font-size: 1.4rem;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .ac2 .bx h3 i {
    font-size: 1.6rem;
    top: 0px;
  }
  .ac2 .l {
    order: 1;
    padding-right: 0;
    border-right: none;
  }
  .ac2 .r {
    margin-top: 40px;
    order: 2;
    padding-left: 0;
  }
  .ac2 .r h2 {
    text-align: left;
  }
  .ac2 .r .lead {
    margin-top: 10px;
    top: 0;
    width: 100%;
    right: 0;
    position: relative;
    text-align: left;
  }
}

.anker1 {
  display: none;
}
@media all and (max-width: 767px) {
  .anker1 {
    display: block;
    margin-bottom: 30px;
  }
  .anker1 a {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=access.css.map */
