@charset "shift_jis";
/* Updated 2021/06/16.T */
#anc03 .contWrap {
  padding-top: 34px;
  background: url("/kojin/fee/imgs/card_bg_01_pc.png") no-repeat;
  background-size: 680px 314px;
  background-position: right;
}
#anc03 .contWrap .contBox {
  width: 580px;
  height: 280px;
  padding: 31px 29px 10px;
  background: #fff;
  border-radius: 10px 10px 0 10px;
}
#anc03 .contWrap .contBox .boxTtl {
  font-size: 24px;
  font-weight: bold;
}
#anc03 .contWrap .contBox .btmTxt {
  margin-top: 21px;
  font-size: 16px;
}
#anc03 .contWrap .contBox .txtLinkBlk {
  margin-top: 30px;
}
#anc03 .midTxtBlk {
  margin-top: 49px;
}
.fixNavArea {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 200%;
  margin-left: -50%;
  background-color: #fff;
  z-index: 500;
  box-shadow: 0 0 13px 3px rgb(20 29 29 / 10%);
}
.fixNavArea .fixNavInr {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.fixNavArea .txtItem {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.fixNavArea .btnBlk {
  width: 400px;
  margin: 7px auto;
}
.fixNavArea .btnBlk a {
  width: 100%;
  box-shadow: 0 12px 15px 0 rgb(81 127 111 / 30%);
}
@media screen and (max-width: 767px) {
  #anc03 .contWrap {
    width: 112%;
    margin-left: -6%;
    padding-top: 0;
    padding-bottom: 200px;
    background: url("/kojin/fee/imgs/card_bg_01_sp.png") no-repeat;
    background-size: 298px 168px;
    background-position: right -18px bottom;
  }
  #anc03 .contWrap .contBox {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
  }
  .fixNavArea {
    width: 100%;
    margin-left: 0;
  }
  .fixNavArea .fixNavInr {
    width: 100%;
    padding: 20px 25px;
  }
  .fixNavArea .btnBlk {
    width: 100%;
  }
}