@charset "UTF-8";


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

body{
    background-color: #ffffe5;
}

.nav {
    text-align: center;
    margin-top: 0.5rem;
}

.nav a{
    width: 15%;
    height: 4%;
    display: inline-block;
    font-size: 17px;
    margin: 1em 0.5em;
    padding-top:   1em;
    padding-bottom: 1em;
    text-decoration: none;
    font-weight:800;
    color: #90673e;
    background-color: #ebd3af;
    border: solid 7px #c5956b;
    border-radius: 3px;
    transition: .4s;
}

.nav a:hover{
    color: white;
}

.midashi img{
    height: 55vh;
}


  
.hako {
    font-size: 1em;
    color:#333132;
    text-align:left;
    width: 70%;
    background: #90D7EC;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    position: relative;
    border-radius: 10px;
    margin-top:200px;
    margin-left:200px;
    margin-right:120px;   
}
.question{
    position: absolute;
    top:-80px;
    left:-390px;
   font-size: 1.8em;
   font-weight: 500;
    padding:20px;
    margin:0 300px ;
    text-align: center;   
}

.answer{
    border-radius: 10px;
    font-size: 1.3em;
    font-weight: 700;
    padding: 30px;
    text-align: left;
    margin:100px px 50px px;
}

.answer a{
color: blue;
}

.answer a:hover{
color: white;
}

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

}