.c-page-header {
  background: url("../img/common/page-header.png") left/874px 100% no-repeat, url("../img/access/page-header.jpg") center/ cover no-repeat;
}

@media screen and (max-width: 896px) {
  .c-page-header {
    background: url("../img/common/page-header_sp.png") left/60% 100% no-repeat, url("../img/access/page-header_sp.jpg") center/ cover no-repeat;
  }
}

#access .c-scroll>li {
  width: 33.33%;
}

#access .c-scroll>li:nth-of-type(4),
#access .c-scroll>li:nth-of-type(5) {
  width: 50%;
}

@media screen and (max-width: 896px) {
  .c-scroll {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-scroll>li {
    width: 50%;
  }

  .c-scroll>li a {
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }

  .c-scroll>li a::after {
    transform: translateY(0px) rotate(45deg);
  }
}

iframe {
  margin-top: 120px;
  margin-bottom: 103px;
  width: 100%;
}

@media screen and (max-width: 896px) {
  iframe {
    margin-top: 60px;
    height: 35vh;
    margin-bottom: 50px;
  }
}

.tb-01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 896px) {
  .tb-01 {
    margin-bottom: 40px;
  }
}

.ahead {
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  border-left: 9px solid #324A5B;
  padding-left: 7px;
  margin-bottom: 60px;
}

.abox {
  background: #fff;
  border: 1px solid #989E74;
  border-radius: 20px;
  padding: 80px 0 50px;
  text-align: center;
  width: 100%;
}

.abox p {
  margin-bottom: 48px;
}

.abox__mod {
  margin-bottom: 104px;
}

@media screen and (max-width: 896px) {
  .ahead {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .abox {
    padding: 40px 10px 30px;
    margin-bottom: 30px;
  }

  .abox__mod {
    margin-bottom: 55px;
  }
}

.ahead+table {
  margin-bottom: 50px;
}

.ahead+table tr {
  display: flex;
  justify-content: flex-start;
}

.ahead+table tr th {
  font-weight: 500;
  width: 74px;
}

@media screen and (max-width: 896px) {
  .ahead+table tr{
    flex-direction: column;
  }

  .ahead+table {
    margin-bottom: 25px;
  }
}


#link03 p:nth-of-type(3) {
  margin-bottom: 1em;
}

@media screen and (max-width: 896px) {
  #link03 p span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #link03 p:nth-of-type(2) {
    margin-bottom: 20px;
  }

  #link03 .c-btn {
    width: 90%;
    font-size: 14px;
  }
}

#link05 p {
  margin-bottom: 70px;
  text-align: center;
}

.ahead02 {
  font-weight: 500;
  font-size: 24px;
  color: #243749;
  padding-bottom: 20px;
}

.acctab {
  width: 100%;
  margin-bottom: 80px;
}

.acctab td {
  background: #fff;
  border: 1px solid #989E74;
  width: 33.33%;
  padding: 11px 13.5px;
}

.acctab:last-of-type {
  margin-bottom: unset;
}

@media screen and (max-width: 896px) {
  .acctab {
    margin-bottom: 40px;
    display: block;
  }

  .acctab tbody {
    overflow: scroll;
    display: block;
    margin-right: -15px;
    padding-right: 15px;
  }

  .acctab td {
    padding: 10px;
    white-space: nowrap;
  }
}

#link01,
#link02 {
  padding-top: 100px;
}

#link03,
#link04 {
  padding-top: 80px;
}

#link05 {
  padding-top: 242px;
}

#link05 p {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 896px) {

  #link01,
  #link02 {
    padding-top: 50px;
  }

  #link03,
  #link04 {
    padding-top: 40px;
  }

  #link05 {
    padding-top: 100px;
  }

  #link05 p {
    margin-bottom: 70px;
    text-align: start;
  }
}