@media screen and (max-width:768px) {
    .sp-non{
      display: none;
    }
    .sp-block{
      display: block;
    }
    .howto-Main.interview{
      padding-top:0 ;
    }
    .hero-Main_Container{
        flex-direction: column;
        padding-bottom: 30px;
        width: 90%;
    }
    .hero-Main_Body {
        width: 100%;
    }
    .hero-Main {
        padding-top: 100px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .hero-Main_Heading {
        font-size: 28px;
    }
    .hero-Main_Image {
        width:100%;
        margin-top:0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .ssh-Action-primary,.ssh-Navigation{
        display: none;
    }
    .column{
        flex-direction: column;
    }
    .voice_box,.flex-left, .flex-right,.footer_left, .footer_right,.download-box .right,.download-box .left,.balloon, .balloon2 {
        width: 100%;
    }
    .footer_right{
      margin-top: 20px;
    }
    .table-scroll{
        overflow: scroll;
    }
    .inner{
        padding: 0 10px;
    }
    .section_feature h3 {
        font-size: 1.3rem;
    }
    .order1{
        order:1
    }
    .order2{
        order:2
    }
    .section_banner img{
        margin-bottom: 20px;
    }
    .flow-box-img img{
        width: 80%;
    }
    .manual_title{
        font-size: 1.5rem;
    }
    footer ul{
        padding-left: 0;
    }
    .text_page.mt80{
        margin-top: 0;
    }
    .specified-list dt,.text_page dd{
        font-size: 14px;
    }
    .tab-box{
    width: 48%
    }
    .accordion-title,.accordion-text{
        padding: 10px 0;
    }
    .faq-content dt img{
        width: 50px;
    }

/* Navbar & Navmenu color */
:root {
    --background-navbar: rgba(55, 55, 55, 0.98);
  }

  .header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 52px;
  }

  /* Nav items */
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0px;
    margin-top: 47px;
    padding: 0 0 10px 0;
    clear: both;
    background: #fff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    padding-bottom: 30px;
  }
  .ssh-Primary{
    padding-right: 0;
  }
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .menu-btn,.menu-icon,.menu{
    display: block;
}
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    opacity: 0;
    transition: 0.5s;
  }

  .menu li {
    border-top: 1px solid rgb(75, 75, 75);
    padding: 15px 0;
    margin: 0 48px;
    opacity: 0;
    transition: 0.5s;
    &:first-child{
        border-top: none;
    }
  }

  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }

  .menu-btn {
    display: none;
  }

  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .navicon {
    background: #ddd;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ddd;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before {
    top: 9px;
  }

  .navicon:after {
    bottom: 9px;
  }

  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }

  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */

  /* Navbar Container */
  .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Navbar Text */
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
  }
  .houto-right{
    width: 100%;
  }
  .houto-left{
    display: none;
  }
  .cp_cont{
    display: block;
    position: relative;
    top: 20px;
}
  .cp_offcm04 {
    position: absolute;
    top: 85%;
    right: 20px;
    display: inline-block;
    color: #fff;
  }
  /* menu */
  .cp_offcm04 .cp_menu {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 75%;
    height: 100%;
    z-index: 2;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
            transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
            transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    background-color: #fff;
    color: #000;
    overflow: scroll;
  }
  .cp_offcm04 .cp_menu ul {
    margin: 0;
    padding: 0;
  }
  .cp_offcm04 .cp_menu li {
    list-style: none;
  }
  .cp_offcm04 .cp_menu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  #cp_toggle04 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .cp_toggle04-label{
    background-color: #3986BC;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 12px;
  }
   #cp_toggle04:checked ~ .cp_menu {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  /* menu toggle */
#cp_toggle04 ~ label {
    display: flex;
    padding: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
            transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
            transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  .section_banner .inner .column a{
    margin: 0 auto;
  }
  .cp_menu dl{
    margin-top: 100px;
  }
  .cp_menu dt{
    background-color: #3986BC;
    color: #FFF;
    padding: 7px 20px;
    border-radius: 20px;
    text-align: center;
    margin: 5px 0;
  }
  .cp_menu dd{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .flow-box-img.small img{
    width: 20%;
  }
  .tosub{
    font-size: 13px;
    margin: 10px 0;
  }
  .flow-sec__title{
    padding: 20px 0;
  }
  .table.fas_table_colrowheader td {
  font-size: 14px;
  }
  table.fas_table_colrowheader th {
    font-size: 18px;
  }
  .sp-menu-btn{
    justify-content: space-evenly;
    padding-left: 0;
    width: 78%;
  }
  .sp-menu-btn_item{
    width:136px;
    text-align: center;
    border-radius: 10px;
  }
  .sp-menu-btn a{
    width: 52%;
  }
  .sp-menu-btn_item.ac{
    background-color:#224972;
    color: #fff;
  }
  .sp-menu-btn_item li{
    margin: 0;
  }
  .menu ul .sp-menu-btn_item.logs{
    background-color:#fff;
    border: 1px solid #224972;
    color: #224972;
  }
  table.fas_table_colrowheader td{
    font-size: 15px;
  }
  .balloon2 .chatting {
    width: 80%;
}
.login-area input,.login-area button {
  width: 100%;
}
/* 有料版ページテーブル追加 */
table.fas_table_colrowheader.paid_table th{
  padding: 8px;
}
table.fas_table_colrowheader.paid_table th,table.fas_table_colrowheader.paid_table td{
  font-size: 15px;
}

.accordion-text img.ans_img{
  width:100%;
  margin: 20px auto;
}
  /* ファーストビューに注意書き追加 */
.hero_attention{
  font-size: 10px;
}
}
