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

@media (max-width: 768px) {
  .flow-contents .flow2 .ttl,
  .point-box .ins .ttl{
    font-size: 18px;
  }
  .point-box .ins .txt,
  .flow2 .txt{
    font-size: 13px;
  }
  .col-md-8{
    width: 55%;
  }
}

@media (max-width: 500px){
  .container-fluid{
    margin-top: 25px;
  }
  .row{
    flex-flow: column;
  }
  .img-wrap-left,
  .item-img,
  .col-md-8,
  .ins .col-md-4,
  .flow-contents .col-md-6,
  .col-md-6-wrap{
    width: 100%;
  }

  .item-img,
  .sp-mb-2{
    margin-bottom: 20px;
  }
  .ins .col-md-4{
    margin-bottom: 25px;
  }
  .flow-contents .col-md-6,
  .ins .col-md-4,
  .flow-contents .col-md-12{
    padding: 0;
  }
  .only-pc{
    display: none;
  }
  .flow-contents .flow2 .ttl,
  .point-box .ins .ttl{
    font-size: 20px;
  }

}
