@charset "UTF-8";
@media screen and (max-width:769px) {
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  #common_contact {
    width: 90%;
  }
  #main {
    width: 100%;
    height: 280px;
    float: left;
    clear: both;
    background-image: url(../../img/non_scheduled_route/main_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 63% center;
  }
  #main h1 {
    top: 153px;
  }
  #main .auto {
    position: relative;
  }
  #conts_non_scheduled_route #conts_in {
    text-align: center;
    width: 90%;
    clear: both;
    margin: 76px auto 80px;
    padding-bottom: 0;
  }
  #conts_non_scheduled_route .main_title_02 {
    margin-bottom: 50px;
  }
  #conts_non_scheduled_route .title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
  }
  #conts_non_scheduled_route .btn_list {
    max-width: 400px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  #conts_non_scheduled_route .btn_list .btn {
    width: 65%;
    margin: 0;
  }
  #conts_non_scheduled_route .btn_list .btn a {
    display: block;
    padding: 8px 10px 7px;
    font-size: 18px;
    line-height: 1.5;
    transition-duration: .3s;
  }
  #conts_non_scheduled_route .sub_title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  #conts_non_scheduled_route .pdf_box {
    width: 90%;
    height: 100vw;
    background-color: #8f8f8f;
    margin: 0 auto;
    overflow: scroll;
  }
}