/* --------------------------------
 * box_3
 * -------------------------------- */
.h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 0 0 3%;
}

@media screen and (max-width: 769px) {
  .h3 {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 0 0 5%;
  }
}

.box_3 {
  width: 1200px;
  margin: 0 auto;
  padding: 8% 8% 0.5%;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .box_3 {
    width: 100%;
    padding: 10% 3%;
  }
}

.box_3 #mapField {
  width: 100%;
  margin: 0;
  height: 400px;
}

@media screen and (max-width: 769px) {
  .box_3 #mapField {
    height: 300px;
  }
}

.box_3 #mapField_2 {
  width: 100%;
  margin: 0;
  height: 400px;
}

@media screen and (max-width: 769px) {
  .box_3 #mapField_2 {
    height: 300px;
  }
}

.box_3 .inner {
  width: 100%;
  margin: 5% 0 15%;
  padding: 0;
}

.box_3 .inner .text {
  font-weight: 600;
  text-align: left;
}

.box_3 .inner .inner_1 {
  width: 40%;
  float: left;
  padding: 2% 0 0;
}

@media screen and (max-width: 769px) {
  .box_3 .inner .inner_1 {
    width: 100%;
    padding: 3%;
  }
}

.box_3 .inner .inner_1 .text_1 {
  text-align: left;
  line-height: 1.8;
}

.box_3 .inner .pho {
  width: auto;
  float: right;
}

@media screen and (max-width: 769px) {
  .box_3 .inner .pho {
    float: none;
  }
}

.morebtn {
  display: inline-block;
  width: 30%;
  text-decoration: none;
  margin: 8% 2%;
  padding: 2% 3%;
  color: #002447;
  background-color: #fff;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  border: 1px solid #002447;
  transition: 0.3s;
}

@media screen and (max-width: 769px) {
  .morebtn {
    width: 60%;
    padding: 4%;
    margin: 3% 0;
  }
}

.morebtn:before, .morebtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.morebtn:before {
  width: 18px;
  height: 1px;
  background-color: #002447;
}

.morebtn:before {
  right: 3rem;
  width: 15px;
}

.morebtn:after {
  width: 8px;
  height: 8px;
  background-color: transparent;
  right: 5rem;
  border-top: 1px solid #002447;
  border-right: 1px solid #002447;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  margin-top: -4px;
}

.morebtn:after {
  right: 3rem;
}

.morebtn:hover {
  background-color: #002447;
  color: #fff;
  opacity: 1;
}

.morebtn:hover:before, .morebtn:hover:after {
  right: 2rem;
}

.morebtn:hover:before {
  background-color: #fff;
}

.morebtn:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.box_sp {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .box_sp {
    padding: 8% 0;
  }
}
