@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */

  #container #contents .box {
    width: 100%;
  }
  #container #contents .flow {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  #container #contents .flow .box_flow {
    width: 100%;
    margin-top: 20px;
  }
  .left_flow {
    width: 100%;
  }
  .cus_nav {
    background-color: #f6f6f6;
    padding: 30px 0px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    width: 100%;
  }
  .cus_nav li a {
    color: inherit;
    padding-left: 15px;
  }
  #contents h2 {
    background-size: 5px 23px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  #container #contents .box h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: normal;
  }
  .customer .left {
    width: 100%;
  }
  .right,
  .left {
    float: none;
    margin: 0 auto;
  }
  .right_img,
  .left_img,
  .left_img2,
  .right_img3 {
    margin: 20px auto 30px;
    float: none;
    text-align: center;
  }

  .left {
    float: none;
  }
  .five_blocks_wrapper .left,
  .five_blocks_wrapper .right {
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    padding: 15px;
  }
  .underline {
    text-align: center;
    margin-bottom: 15px;
    text-decoration-color: #707070;
    text-underline-offset: 9px;
  }
  .customer .link_btn {
    text-align: right;
    font-size: 1.4rem;
    background-position: 185px 8px;
  }
  p {
    line-height: 2.72rem;
  }
  .txt_12 {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 5px;
  }
  #cus02 {
    margin-bottom: 0 !important;
  }
  .scroll_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll_wrapper img {
    width: auto;
    max-width: 170%;
    display: block;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mt-10 {
    margin-top: -10px;
  }
  .link_btn2 a {
    font-size: 1.4rem;
  }
  .link_btn2 {
    background-position: 0px 10px;
  }
  .btn_green {
    background-position: 145px 8px !important;
  }
  .img_p {
    padding: 0;
  }
  #container #contents .ing_pw {
    height: 150px;
    box-sizing: border-box;
    padding: 15px 55px;
  }
}
