#location .p-locationGraph .l-contents {
  max-width: 1150px;
  width: auto;
}

.locationGraph-head .c-title {
  margin-bottom: 47px;
}
.locationGraph-head .l-section_text {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 40px;
  margin-bottom: 45px;
}

.p-locationGraph_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 800px) {
  .p-locationGraph_flex li {
    width: 46%;
  }
  .p-locationGraph_flex li:nth-child(n+3) {
    margin-top: 45px;
  }
}
.p-locationGraph_flex li span.colorRed {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #DB5102;
  padding-left: 0;
  display: inline;
  font-weight: bold;
}
@media (min-width: 800px) {
  .p-locationGraph_flex li:nth-child(n+2) div {
    width: auto;
  }
}