@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Sawarabi+Gothic&family=Roboto:wght@700&display=swap");
.asahi-template footer ul.cb-btns {
  width: 1258px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 40px;
}
.asahi-template footer ul.cb-btns li.cb-btn {
  display: inline-block;
  width: 400px;
  background-color: #fff;
}
.asahi-template footer ul.cb-btns li.cb-btn:nth-child(-n+2) {
  margin-right: 29px;
}
.asahi-template footer ul.cb-btns li.cb-btn a {
  padding: 0;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(../images/existing_img/arrow.png);
  background-position: right 15px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}
.asahi-template footer ul.cb-btns li.cb-btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
.asahi-template footer ul.cb-btns li.cb-btn a img {
  margin: 0 20px 6px 0;
  width: auto;
  height: 35px;
  display: inline-block;
}
.asahi-template footer ul.cb-btns li.cb-btn a span {
  width: auto;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #003e81;
  line-height: 50px;
  position: static;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .asahi-template footer ul.cb-btns {
    width: auto;
    margin: 0 20px;
    font-size: 0;
    margin-bottom: 20px;
  }
  .asahi-template footer ul.cb-btns li.cb-btn {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  .asahi-template footer ul.cb-btns li.cb-btn:first-child,
  .asahi-template footer ul.cb-btns li.cb-btn:nth-child(-n+2) {
    margin-right: 0;
  }
  .asahi-template footer ul.cb-btns li.cb-btn a {
    padding: 4vw 0;
    height: auto;
    text-align: center;
    display: block;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    background-image: url(/contents/feature/gooddesign/images/existing_img/arrow.png);
    background-position: right 5% center;
    background-size: 2.7vw auto;
    background-repeat: no-repeat;
  }
  .asahi-template footer ul.cb-btns li.cb-btn a img {
    margin: auto;
    width: 5vw;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.3%;
  }

  .asahi-template footer ul.cb-btns li.cb-btn a img.b02{
    width: 8vw;
    left: 7%;
  }
  .asahi-template footer ul.cb-btns li.cb-btn a span {
    margin: 0vw;
    font-size: 4.5vw;
    color: #003e81;
    line-height: 100%;
    text-align: left;
    position: static;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
}