.links {
  margin-top: 1px;
}

.section-title {
  padding: 10px 20px;
  font-size: 2.4rem;
  font-weight: 500;
  border-top: 2px solid #939393;
  border-bottom: 1px solid #d2d2d2;
}

.section-inner {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 5px 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .section-inner {
    padding: 0 2.6666666667vw;
  }
}
/* links
-----------------------*/
#links {
  margin-bottom: 50px;
}

#links .section-title {
  margin-bottom: 10px;
}

#links .section-subtitle {
  margin-top: 40px;
  padding: 10px;
  border: 1px solid #ff9933;
  color: #ff9933;
  font-size: 2rem;
}

#links .section-subtitle.-foreigners {
  border: 1px solid #4474c9;
  color: #4474c9;
}

#links .section-subtitle.-normal {
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
}

#links dl dt {
  margin-top: 30px;
  border-bottom: 1px solid #ff9933;
  color: #ff9933;
  font-size: 1.8rem;
  font-weight: bold;
}

#links dl dt.-foreigners {
  border-bottom: 1px solid #4474c9;
  color: #4474c9;
}

#links dl dt.-normal {
  border-bottom: 1px solid #6f6f6f;
  color: #6f6f6f;
}

#links dl dd {
  margin-top: 20px;
  font-size: 1.6rem;
}

#links dl dd a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #links {
    margin-bottom: 25px;
  }
  #links .section-title {
    margin-bottom: 10px;
  }
  #links .section-subtitle {
    margin-top: 30px;
    font-size: 4vw;
  }
  #links dl dt {
    margin-top: 15px;
    font-size: 3.7333333333vw;
  }
  #links dl dd {
    margin-top: 10px;
    font-size: 3.4666666667vw;
  }
}
/*# sourceMappingURL=links.css.map */
