.m-defaultBtnGroup {
  margin-bottom: 60px;
}
.m-relatedList {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* margin-top: -36px; */
}
.m-relatedList__item {
  margin-right: calc(36% / 920 * 100);
  margin: 36px auto 0;
  width: calc(442% / 920 * 100);
}
@media only screen and (max-width: 768px) {
  .m-relatedList__item {
    width: 100%;
    margin: auto;
  }
}
.m-linkButton {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.m-linkButton__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 65px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-linkButton--strong .m-linkButton__link {
  background-color: #0196d9;
}
.m-linkButton .a-text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 12px;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.58333;
}
.m-linkButton__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 65px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-linkButton .a-icon--internal {
  background: url(/images/icon/internal-hover.svg) no-repeat;
  background-size: cover;
}
.m-linkButton .a-icon {
  bottom: 1px;
  height: 14px;
  position: absolute;
  right: 1px;
  width: 14px;
}

.m-linkButton--strong .m-linkButton__link .a-text {
  color: #ffffff;
}
