@media(max-width:414px){
  #wrapper{
    width: 100%;
    overflow-x: hidden;
  }
  /* ========================
          top_txt
  ======================== */
  .top_txt{
    width: 100%;
    max-width: 330px;
    margin:50px auto 0;
    padding:25px 0 23px;

    background-image: url('../img/bac/awa_b_1.png'),url('../img/bac/awa_b_2.png');
    background-repeat: no-repeat,no-repeat;
    background-size: 36px auto,36px auto;
    background-position: top left,bottom right;
  }

  /* ========================
          top_img_box
  ======================== */
  .top_img_box{
    position: relative;
    width: 100%;
    max-width: 330px;
    margin:0 auto 0;
    padding-top: 641px;

    background-image: url('../img/bac/awa_w_1.png'),url('../img/bac/awa_w_2.png'),url('../img/bac/awa_c_2.png'),url('../img/bac/awa_c_1.png');
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-size: 36px auto,36px auto,36px auto,36px auto;
    background-position: bottom 45% left 18%,bottom right 27%,top left,bottom 20% right 7%;
  }



  /* ========================
            news
  ======================== */
  .news{
    width: 100%;
    max-width: 330px;
    margin:64px auto 0;
  }

  .news_title{
    margin-left: 10px;
    padding:15px 0 15px 40px;
    font-size: 24px;
  }

  .news_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding:50px 0;
    background-image: url('../img/bac/news_back-sp.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center left;
  }

  .news_list>.left{
    width: 100%;
    max-width: 321px;
  }

  .news_list>.left ul{
    max-width: initial;
    margin:0 0 0 auto;
    padding-left: 50px;
  }

  .news_list>.left ul li{
    margin-bottom: 0.7em;
  }

  .news_list>.left ul li a{
    font-size: 14px;
    white-space: nowrap;
  }

  .news_list>.left ul li>a>br{
    display: block;
  }

  .news_list>.right{
    width: 100%;
    height: auto;
    margin-top: 1em;
    text-align: center;
  }

  .news_list>.right a{
    padding-right: 50px;
    padding: 8px 50px 8px 0;
    font-size: 16px;
  }

}
