@charset "utf-8";

.info {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.info a {  
  font-weight: bold;
}

a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  margin: auto;
  margin-top: 10px;
  position: relative;
  background: #ffffff;
  border: 1px solid #da6a29;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #da6a29;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #da6a29;
  border-right: 2px solid #da6a29;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #da6a29;
  color: #ffffff;
}
a.btn_03:hover:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}


.iine {
  margin-top: 10px;
  margin-bottom: 10px;
}

.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-top: 30px;
  justify-content: center; 
}

.log-area {
  padding-top: 30px;
  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;
}

}