@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
.map_box {
  padding: 2rem;
  margin: 4rem auto 0;
  max-width: 96rem;
  background-color: #2CA6E0;
}
.map_box .title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #FFFBDA;
  letter-spacing: 0;
}
.map_box .text_box {
  padding: 2.5rem 0.8rem 1rem 0.6rem;
  background-color: #fff;
}
.map_box .text_box .text {
  margin: 0 1rem 4.5rem 3rem;
  font-size: 1.8rem;
  color: #231815;
  line-height: 1.44;
  font-weight: 700;
}
.map_box .text_box .photo img {
  width: 100%;
}
.map_box01 .text_box .text {
  margin-bottom: 2rem;
}
.map_box02 {
  background-color: #3F5DA8;
}
.map_box03 {
  background-color: #5476BA;
}
@media only screen and (max-width: 767px) {
  .map_box {
    padding: 1.5rem 1rem 1rem;
    max-width: 100%;
  }
  .map_box .title {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .map_box .text_box {
    padding: 1.5rem 0.8rem;
  }
  .map_box .text_box .text {
    margin: 0 0 1rem !important;
    font-size: 1.4rem;
  }
}