@charset "UTF-8";


@media screen and (max-width:1023px){

    
    
       
        
        
         body{
            background-color: rgb(240, 211, 172) ;
            color: #432f2f;
        }
        
        .title{
            text-align: center;
            font-size: 60px;
            margin: 10px;
            padding: 10px;
            font-family: dnp-shuei-nmincho-std, sans-serif ;
            font-style: normal;
            text-shadow: 
  0.3px 0.3px 0, 
  0.3px -0.3px 0px,
  -0.3px 0.3px 0,
  -0.3px -0.3px 0px,
  0.3px 0px 0px,
  0px 0.3px 0px,
  -0.3px 0px 0px,
  0px -0.3px 0px;
        }
        
        .qa-list{
            font-size: 20px;
            border-radius: 10px;
            margin: 20px;
            padding: 20px;
            border: 5px solid #432f2f;
        }
        
        .question{
            padding-bottom: 10px;
        }
        
        .return{
            text-align: center;
            width: 40%;
            display: block;
            padding: 10px;
            margin: 20px auto 40px;
            border-radius: 40px;
            transition: 1s all;
            text-align: center;
            border: 2px solid #432f2f;
            border-radius: 40px;
            background:rgb(240, 211, 172) ;
         }
        
        .return:hover  {
           background:#432f2f ;
           
         }
        .return a{
           color: #432f2f;
        }
        .return:hover a{
           color: white;
        }
        
        
    }  
        
        
    
    
    
    
    
      
    
    
    
    





