/* footer05
----------------------------------------------------------*/
.footer05 {
  background: #ffffff;
  font-family: "AxisStd-Light", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #000;
  
}

.footer05-inner {
  box-sizing: border-box;
  max-width: 1060px;
  margin: 0 auto;
  padding: 70px 10px;
}

.footer05-lead {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.footer05-btn-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 1.4rem;
}

.footer05-btn-list li {
  display: table;
  box-sizing: border-box;
  width: 45%;
  height: 110px;
  padding: 6px;
  background: url(../img/bg_diagonal01_black01.png) 0 0;
}

.footer05-btn-list li a {
  display: table-cell;
  padding: 12px 42px 12px 26px;
  background: url(../img/icon_arrow01_right_black01.png) #ffffff 95% 50% no-repeat;
  background-size: 5px 9px;
  vertical-align: middle;
  text-align: center;
}

.footer05-btn-img01 {
  height: 45px;
  margin: 0 auto 10px;
}

.footer05-btn-img01 img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.footer05-btn-img02 {
  height: 35px;
  margin: 0 auto 10px;

}

.footer05-btn-img02 img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.footer05-btn-list li a {
  text-decoration: none;
}

.footer05-btn-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.footer05-btn-list li a .title {
  display: block;
  font-size: 2.5rem;
}

.footer05-btn-list li a .detail {
  display: block;
  font-size: 13px;
  letter-spacing: 0.5pt;
  text-decoration: none;
  color: #000;
}

@media print,
screen and (max-width: 768px) {
  .footer05-inner {
      width: 100%;
      margin: 0 auto;
      padding: 70px 15px 10px;
  }

  .footer05-btn-list {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      margin: 0 0 50px;
      font-size: 1.4rem;
  }

  .footer05-btn-list li {
      display: table;
      width: 100%;
      height: auto;
  }

  .footer05-btn-list li:first-child {
      margin-bottom: 20px;
  }

  .footer05-btn-img01 {
      height: 40px;
      margin: 0 auto 10px;
  }
}
