@media (min-width: 900px){
  #advantage2-section{
    margin-bottom: 62px;
  }

  .sub-advantage{
    height: 600px;
    margin-bottom: 80px;
  }

  .sub-advantage-container{
    display: flex;
    justify-content: center;
    background-image: url("../img/png/2x/advantage2_bg.png");
    background-size: cover;
    height: 363px;
    width: 100%;
  }

  .sub-advantage-img2-1, .sub-advantage-img2-2{
    background-image: url();
  }

  .sub-advantage-content{
    width: 500px;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
  }
  
  .sub-advantage-img{
    background-image: none;
    width: 100%;
    height: 340px;
  }

  .sub-advantage-img img{
    width: 100%;
  }

  .orange-right-arrow{
    display: none;
  }

  .orange-left-arrow{
    display: none;
  }

  .orange-arrow{
    display: block;
    width: 70px;
    height: 70px;
  }

  .orange-arrow img{
    width: 100%;
  }

  .sub-advantage-detail{
    width: 100%;
  }

  .sub-advantage-detail-line p{
    font-size: 22pt;
    line-height: 50px;
  }

  .sub-advantage-detail-sentence{
    border-radius: 4px;
    height: 138px;
    position: relative;
  }

  .sub-advantage-detail-btn{
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 10px;
    font-size: 12pt;
    border-radius: 8px;
  }

  .support-bigger-title{
    margin-bottom: 50px;
  }

  .support-bigger-title p {
    font-size: 35pt;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
  }

  .customer-comment{
    display: none;
    /* display: flex; */
    justify-content: center;
    height: 205px;
    margin-bottom: 75px;
  }

  .comment{
    margin: 0;
    padding: 0 20px;
    max-width: 500px;
    width: 500px;
    height: 205px;
  }

  .comment-sentence{
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 205px;
    padding: 15px 60px 15px 80px;
    border-radius: 5px;
    justify-content: flex-end;
  }

  .comment-text{
    font-size: 17pt;
    font-weight: bold;
    line-height: 40px;
  }

  .comment-from{
    padding-top: 10px;
    font-size: 17pt;
  }

  .comment-tail{
    display: none;
  }

  .customer-list{
    width: 100%;
    max-width: 1300px;
  }

  .customer-list-title{
    font-size: 17pt;
    padding-bottom: 10px;
  }

  .customer-container{
    width: 100%;
    flex-wrap:wrap;
  }

  .customer{
    font-size: 17pt;
    line-height: 30px;
    width: 30%;
    min-width: 390px;
    text-align: center;
  }

  .customer-list-memo{
    font-size: 12pt;
    margin-right: 200px;
  }
}
