.access .mod-headLine__parentTitle {
  display: none;
}
@media screen and (min-width: 768px), print {
  .access .column2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .access .block1 {
    width: 370px;
  }
  .access .mod-asideArea .block1 {
    width: 350px;
  }
  .access--titRight {
    margin: 30px 0;
  }
  .access .asideHead {
    border-bottom: solid 4px #dcdcdc;
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 2.4rem;
    font-weight: normal;
  }
  .access .asideTxtArea .asideTxt {
    margin-bottom: 35px;
  }
  .access .asideTxtArea .mod-uList {
    margin-bottom: 45px;
  }
  .access .access-asideArea--campusInfo {
    min-height: 250px;
    position: relative;
  }
  .access .asideLink {
    position: absolute;
    top: 170px;
    right: 20px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    background-color: #abe04e;
    font-size: 1.6rem;
    text-decoration: none;
    color: #000;
  }
  .access .asideLink::after {
    content: ">";
  }
}
@media screen and (max-width: 767px) {
  .access .subImg {
    width: 63.793103448275865%;
  }
  .access--titRight {
    margin: 4.6875% 0;
  }
  .access .asideHead {
    border-bottom: solid 2px #dcdcdc;
    margin: 0 0 5.172413793103448%;
    padding-bottom: 2.586206896551724%;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .access .asideTxtArea {
    font-size: 1.6rem;
  }
  .access .access-asideArea--campusInfo .mod-uList {
    margin-bottom: 3.448275862068965%;
  }
  .access .asideLink {
    display: block;
    width: 100%;
    padding: 3.448275862068965% 0;
    border-radius: 5px;
    text-align: center;
    background-color: #abe04e;
    font-size: 1.6rem;
    text-decoration: none;
    color: #000;
  }
  .access .asideLink::after {
    content: ">";
  }
}


/* --------------------------------------------------------------------------------- */


@media screen and (min-width: 768px), print {
    /* 2023.02.15 A22-1007 */
    .access .asideLink {
        height: auto;
        line-height: 3rem;
    }
  }

/* 2025.05.22 M25-107 */
.access .asideLink {
  position: relative;
  top: unset;
  right: unset;
  display: block;
  margin-top: 10px;
}
