@charset "UTF-8";


@media screen and (min-width:1024px){


 body{
    background-color: rgb(240, 211, 172) ;
    color: #432f2f;
}

.title{
    text-align: center;
    font-size: 5em;
    margin: 30px;
    padding: 30px;
    font-family:  dnp-shuei-nmincho-std, sans-serif;
    font-style: normal;
    font-weight: 400;
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: 30px;
    border-radius: 10px;
    margin: 100px;
    padding: 40px;
    border: 5px solid #432f2f;
}

.question{
    padding-bottom: 10px;
}

.return{
    text-align: center;
    width: 10%;
    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;
}




}