@charset "utf-8";

.info {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.main a:hover {
  opacity:100;
	transition:0.3s;
}


.illustlation-area {
  display: grid;
  grid-template-columns: repeat(5, 164px);
  width: 900px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  justify-content: center; 
}

.log-area {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.log-list{
  display: flex;
  justify-content: center;   
  background-color: #da6a29;
}

.log-list li{
margin-left: 15px;
padding-top: 20px;
padding-bottom: 10px;
}

.log-list li:first-child{
  margin-left: 0px;
  }
  
.log-text{
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.other-area { 
  display: flex;
  width: 600px;
  border-radius: 20px;
  padding: 14px;
  margin: 0 auto;
  margin-bottom: 20px;
  align-items: center;
  background-color: #dad8d0;
}

.other-area p{
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #534220;
}



.footer {
  margin-top: 30px;
}

@media (max-width: 800px){

  .info {
    margin-top: 30px;
    margin-bottom: 15px;
     font-size: 10px;
    line-height: 20px;  
  }

  .illustlation-area {
    display: grid;
    grid-template-columns: 102px 102px 102px;
    width: 320px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .illustlation-area img {
    width: 100px;
  }

  .log-area {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

   .log-area img {
    width: 110px;
  }

  .log-list li{
    margin-left: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    }

.log-text{
  margin-top: 8px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}


.other-area { 
  display: block;
  width: 280px;
  margin-bottom: 20px;
}

.other-area p{
  margin: 0 auto;
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  color: #534220;
}

}