@charset "UTF-8";
@media screen and (max-width: 768px) {
  .header {
    border-bottom: 2px solid #f0652d;
    border-top: 0;
  }
  .header_wrapper {
    height: 52px;
    padding: 0 16px;
  }
  .header_wrapper .header_logo {
    left: 16px;
    width: 203px;
    transform: translateY(-50%);
  }
  .header_wrapper .header_logo img {
    width: 100%;
    height: auto;
  }
  #back-top {
    width: 50px;
    bottom: 10px;
    right: 5%;
  }
  #back-top:hover {
    bottom: 10px;
  }
  /*▼▼スマホナビ▼▼*/
  .nav-icon-wrap {
    top: 4px;
    right: 4px;
  }
  #sp_navi_wrapper .contents_nav {
    padding: 36px 5%;
    margin: 0 auto;
    border: 4px solid #f1652d;
    border-radius: 12px;
  }
  #sp_navi_wrapper .contents_nav::before {
    width: 42px;
    height: 35px;
    top: -2px;
    left: -2px;
  }
  #sp_navi_wrapper .nav_title {
    width: 138px;
    height: 38px;
    margin: 0 auto 18px;
  }
  #sp_navi_wrapper .title_top {
    width: 200px;
    height: 42px;
    margin: 0 auto 20px;
  }
  #sp_navi_wrapper .nav_title a {
    padding: 10px 0 10px 30px;
  }
  #sp_navi_wrapper .nav_title a::before {
    content: "";
    display: block;
    width: 12px;
    height: 19px;
    top: 10px;
    left: 0;
    transform: translateY(0);
  }
  #sp_navi_wrapper .nav_title::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -14px;
    background-size: 38px;
  }
  #sp_navi_wrapper .back_page_block {
    font-size: 18px;
    padding: 14px 6% 24px;
    border-radius: 8px;
  }
  #sp_navi_wrapper .back_page_block .back_btn_01 {
    margin-top: 6px;
  }
  /*▲▲スマホナビ▲▲*/
  #businesscard .contents_wrapper {
    padding-top: 54px;
  }
  #businesscard .inner_nav {
    display: none;
  }
  #businesscard .inner_main {
    max-width: 100%;
    width: 100%;
    padding-bottom: 366px;
  }
  #businesscard .back_page_block.sp_main {
    font-size: max(3.9vw, 16px);
  }
  #businesscard .text_pagelink {
    font-size: max(3.3vw, 15px);
    font-weight: 700;
    text-align: center;
    padding-right: 4%;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
}