.bg-image{
  padding: 0 2rem;
  background: url(/the-second/image/bg.jpg),#1b018d;
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top;
  }
  
.container-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
    
    #comment.main .content_inner{
    padding: 6.4rem 0;
    }
    .cx_smartphoneview #comment.main .content_inner {
      padding: 4rem 0;
  }
    #comment.main .content_inner .content__wrap .name{
    color: #fff;
    font-size: 20px;
    border-left: 0.6rem solid #ffffff;
    padding: 0.6rem 0 0.6rem 0.8rem;
    border-bottom: 2px dotted #fff;
    margin: 3.2rem 0 2.4rem;
    font-weight: bold;
    }
    
    #comment.main .content_inner .content__wrap .qr_txt{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    margin-bottom: 1.6rem;
    padding: 1rem;
    }
    .cx_smartphoneview #comment.main .content_inner .content__wrap .qr_txt {padding: 1rem;margin-bottom: 1rem;}
    
    #comment.main .content_inner .content__wrap .comment_txt{color: #fff;font-size: 16px;}
    #comment.main .content_inner .content__wrap .margin_btm{margin-bottom: 1.5rem;}
    .cx_smartphoneview #comment.main .content_inner .content__wrap .margin_btm{margin-bottom: 1.5rem;}
    
    #comment.main .content_inner .btn__top a{
    color: #090030;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: radial-gradient(#eeeeee, #d2d2d2);
    padding: 1.6rem;
    width: 580px;
    margin: 0 auto;
    margin-top: 6.4rem;
    display: block;
    border: 1px solid #fff;
    }
    .cx_smartphoneview #comment.main .content_inner .btn__top a {
      margin-top: 4rem;}
    
    #comment.main .content_inner .btn__top a:hover{
    color: #fff;
    background: #090030;
    transition: .6s;
    -webkit-transition: .6s;
    -ms-transition: .6s;
    }
    .cx_smartphoneview #comment.main .content_inner .content__wrap .name{    margin: 2rem 0 1.5rem 0;}
  
  .cx_smartphoneview #comment.main .content_inner .content__wrap .name
   {font-size: 18px;}
  .cx_smartphoneview #comment.main .content_inner .content__wrap .qr_txt,
  .cx_smartphoneview #comment.main .content_inner .content__wrap .comment_txt
   {font-size: 17px;}
  
  .cx_smartphoneview #comment.main .content_inner .content__wrap .info_btn {width: 95%; padding: 1.1rem 1rem;font-weight: bold;}
  
  .cx_smartphoneview #comment.main .content_inner .btn__top a {width: 95%; padding: 1rem 1rem; font-size: 16px;}
