@charset "UTF-8";

.img figure img{

 width:100%;
 max-height:100%;
 height:100%; 
 cursor:pointer;
 vertical-align:bottom;

}

.imgex figure{

  max-width:95%;
  
}

.extyobo{

 border:solid 3px #21a35e; 
 border-radius:10px;
 padding-left:10px;
 padding-right:10px;
}

/*===========--===質問=========================*/


.qes,.ans{

 border:solid 3px #21a35e; 
 padding:10px;
 border-radius:10px;

}

.ans{

 margin-top:10px;
 margin-bottom:50px;
 background-color:#e6fcec;

}

.arrow{

 text-align:center;
 margin-right:auto;
 margin-left:auto;
 margin-top:10px;
 margin-bottom:20px; 

}

table{

 width:100%;
 border-collapse:collapse;
 margin-bottom:15px;

}

th{

 background-color:#21a35e;
 color:#ffffff;

}

th,td{

 border:solid 1px black;
 
}

.th1{

 width:20%;

}

.underlineex{

 background:linear-gradient(transparent 70%, yellow 30%);

}


/*=============PC版設定ここまで=============*/