
  .o-section>.o-section{
    margin-top: 0;
  }
  .a-speechbubblepanel_bubble{
    background-color: #ffffff;
  }
  .o-grid,.touch_cards{
    margin-top: 30px;
  }
  .m-listitem_thumb_main > p{
    font-size: 16px;
  }
  .touch_cards_sp{
    display: none;
  }
  .inline_content{
    width: 20%;
    height: auto;
    margin-right: 5%;
  }
  .inline_content:last-child{
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .flex_items{
    width: calc(100% + 30px);
    margin-left: -30px;
    padding-left: 30px;
    margin-top: 15px;
  }

  .responsive_items{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .touch_content{
    width: 30%;
    max-width: 30%;
    margin-right: 5%;
    justify-content: space-between;
    padding: 22px 26px 17px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    text-align: center;
  }
  .touch_content:last-child{
    margin-right: 0;
  }

  .touch_content > img{
    max-width: 100%;
    width: 90%;
  }
  .touch_content > p{
    margin-top: 15px;
    text-align: left;
  }

  @media screen and (max-width: 769px) {
    .touch_content{
      width: 47%;
      max-width: 47%;
      margin-right: 4%;
      padding: 10px 13px 9px;
      margin-top: 20px;
    }
    .touch_content:nth-child(2n){
      margin-right: 0;
    }
    .touch_cards{
      display: none;
    }
    .touch_cards_sp{
      display: block;
      width: 80%;
      margin: 0 auto;
      font-size: 0;
    }
    .touch_cards_sp > img{
      display: inline-block;
      width: 47.5%;
      height: auto;
      margin-top: 20px;
      margin-right: 3%;
    }

    .touch_cards_sp > img:nth-child(2n){
      margin-right: 0;
    }
    .m-leadcontainer_wrapimage-1x1{
      max-width: 470px;
    }
  }