.u-type__h2--general {
  font-family: Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #5c4f4c;
  letter-spacing: .02em;
  line-height: 1.6
}

@media screen and (max-width:760px) {
  .u-type__h2--general {
    font-size: 24px
  }
}

.u-type__h3--general {
  font-family: Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #5c4f4c;
  letter-spacing: .02em;
  line-height: 1.6
}

@media screen and (max-width:760px) {
  .u-type__h3--general {
    font-size: 18px
  }
}

.u-type__h3--general.is-larger {
  font-size: 26px
}

@media screen and (max-width:760px) {
  .u-type__h3--general.is-larger {
    font-size: 20px
  }
}

.u-type__h4--general {
  font-family: Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 1.6
}

@media screen and (max-width:760px) {
  .u-type__h4--general {
    font-size: 16px
  }
}

.u-type__h5--general {
  font-family: Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.6
}

@media screen and (max-width:760px) {
  .u-type__h5--general {
    font-size: 15px
  }
}

.u-type__text-long--general {
  font-family: Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-size: 16px;
  color: #5c4f4c;
  letter-spacing: .02em;
  line-height: 2
}

@media screen and (max-width:760px) {
  .u-type__text-long--general {
    font-size: 15px
  }
}

.u-type__text-short--general {
  font-family: Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-size: 16px;
  color: #5c4f4c;
  letter-spacing: .02em;
  line-height: 1.6
}

@media screen and (max-width:760px) {
  .u-type__text-short--general {
    font-size: 15px
  }
}

.u-type__subtext--general {
  font-family: Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-size: 12px;
  color: #5c4f4c;
  letter-spacing: .02em;
  line-height: 1.6
}

@media screen and (max-width:760px) {
  .u-type__subtext--general {
    font-size: 12px
  }
}

/*追記*/
.u-icon--external::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.7 22.7'%3E%3Crect fill='none' stroke='%23ff8368' stroke-width='3' x='6.5' y='1.9' width='14.1' height='14.1'/%3E%3Cpolyline fill='none' stroke='%23ff8368' stroke-width='3' points='15.8 21 1.7 21 1.7 6.9'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -0.2em 0.3em 0 0.3em;
}

/* 黒バージョン */
.u-icon--external--gray::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.7 22.7'%3E%3Crect fill='none' stroke='%235c4f4c' stroke-width='3' x='6.5' y='1.9' width='14.1' height='14.1'/%3E%3Cpolyline fill='none' stroke='%235c4f4c' stroke-width='3' points='15.8 21 1.7 21 1.7 6.9'/%3E%3C/svg%3E");
}