.page-summary {
  background-image: url(../images/drivingrange/bg_page_summary.jpg);
}

.box-2 .image-wrapper,
.box-3 .image-wrapper {
  margin-bottom: 25px;
}
@media screen and (max-width: 414px) {
  .box-2 h2,
.box-3 h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 415px) {
  .box-2 h2,
.box-3 h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.box-2 p,
.box-3 p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  .box-2 .box {
    width: 100%;
    margin-bottom: 45px;
  }
  .box-2 .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  .box-2 .box {
    width: 460px;
    margin-right: 80px;
    margin-bottom: 45px;
  }
  .box-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .box-2 .box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 415px) {
  .box-2 {
    margin-top: 80px;
  }
}

.box-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  .box-3 .box {
    width: 100%;
    margin-bottom: 45px;
  }
  .box-3 .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  .box-3 .box {
    width: 320px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .box-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .box-3 .box:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 415px) {
  .box-3 {
    margin-top: 60px;
  }
}

#TRACKMANRANGE {
  text-align: center;
}
@media screen and (min-width: 415px) {
  #TRACKMANRANGE {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 414px) {
  #TRACKMANRANGE {
    padding: 50px 0;
  }
}
#TRACKMANRANGE .summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  #TRACKMANRANGE .summary {
    flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  #TRACKMANRANGE .logo {
    width: 332px;
    height: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 415px) {
  #TRACKMANRANGE .logo {
    width: 532px;
    height: 82px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  #TRACKMANRANGE .catchphrase {
    width: 332px;
    height: 128px;
  }
}
@media screen and (min-width: 415px) {
  #TRACKMANRANGE .catchphrase {
    width: 442px;
    height: 169px;
  }
}
@media screen and (min-width: 415px) {
  #TRACKMANRANGE .machine {
    width: 454px;
  }
}
@media screen and (max-width: 414px) {
  #TRACKMANRANGE .machine {
    width: 100%;
  }
}
#TRACKMANRANGE .point {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  #TRACKMANRANGE .point {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 415px) {
  #TRACKMANRANGE .point {
    margin-top: 100px;
  }
}
#TRACKMANRANGE .point li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #fc8444;
  border-radius: 50%;
}
@media screen and (min-width: 415px) {
  #TRACKMANRANGE .point li {
    width: 210px;
    height: 210px;
  }
}
@media screen and (max-width: 414px) {
  #TRACKMANRANGE .point li {
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 415px) {
  #TRACKMANRANGE .point h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 414px) {
  #TRACKMANRANGE .point h2 {
    font-size: 16px;
  }
}
#TRACKMANRANGE .link-btn-detail {
  background: #3b3b3b;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 15px 30px;
  margin-top: 40px;
  min-width: 263px;
  position: relative;
}
#TRACKMANRANGE .link-btn-detail::after {
  content: "";
  display: block;
  width: 36px;
  height: 7px;
  background-image: url("../images/common/link_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-16px, -3px);
}