@charset "UTF-8";
#access_page .inner_block {
  padding-bottom: 60px;
}

#access_page h3 {
    width: 800px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    background-color: #b9ccec;
    margin-bottom: 20px;
    margin-right: 25px;
}

#access_page h3:not(:first-child) {
  margin-top: 30px;
}

#access_page .left {
  width: 825px;
  /*＋、－切り替え*/
}


#access_page .right {
  width: 255px;
}

#access_page .right .link_btn li {
  margin-left: -5px;
  margin-bottom: 10px;
}

#access_page .right .mobile {
  padding: 5px 0;
  background-color: #eaf4fe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #6dbafe;
}

#access_page .right .mobile h5 {
  text-align: center;
}

#access_page .right .mobile p {
  width: 230px;
  margin: 0 auto;
}

#access_page .right .mobile p:nth-of-type(1) {
  text-align: center;
  padding: 15px 0;
}

#access_page .right .mobile p a {
  color: #fa6487;
  text-decoration: underline;
}
