@charset "utf-8";

.content-inner {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .content-inner {
    padding: 0 20px;
  }
}
.txt-cmn-02{
  font-size: 18px;
  margin:0 0 40px;
}
p {
  font-size: 16px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-60 {
  margin-top: 60px;
}
.link-arrow a {
  font-size: 16px;
  text-decoration: underline;
}
.link-arrow span {
  padding-left: 13px;
  background: url(/gspte/common/img/ico_arrow_09.png) left center no-repeat;
}
