@charset "UTF-8";


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

body{
    background-color: #ffffe5;
}
    
.nav {
    text-align: center;
    margin-top: 0.5rem;
}
.nav a{
    width: 30%;
    height: 3%;
    display: inline-block;
    font-size: 0.9em;
    margin-top: 0.5rem;
    padding-top:  1em;
    padding-bottom: 1em;
    text-decoration: none;
    font-weight:800;
    color: #90673e;
    background-color: #ebd3af;
    border: solid 2px #c5956b;
    border-radius: 3px;
    transition: .4s;
}
.nav a:hover{
    color: white;
}
    
.midashi img{
    height: 20vh;
}
    
    
      
.hako {
    position: relative;
    border-radius: 10px;
    margin-top:90px;
    color:#333132;
    text-align:left;
    width: 80%;
    margin: auto 10%;
    background: #90D7EC;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

.question{
    position: absolute;
    top:-65px;
    left:2px;
   font-size: 1em;
   font-weight: 900;
    padding:14px 4px;
    border-radius: 10px;
    text-align: center;
    
   
}

.answer{
    border-radius: 10px;
    font-size: 0.9em;
    font-weight: 700;
    padding: 30px 20px 20px  ;
    text-align: center;
    margin:120px 12px 30px 12px;
}

.answer a{
color: blue;
}

.answer{
color:white;
}

.last{ 
    padding: 5% 5%;
    text-align: center;
    font-size: 0.9em;
    position: relative;
    border-radius: 10px;
    color:#333132;
    font-weight: 600;
    text-align:center;
    width: 80%;
    margin: auto  5%;
    margin-top: 10%;
    background: #90D7EC;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

}