@charset "UTF-8";
/* CSS Document */



.entry h5{
  padding: 150px 0 120px 0;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 35px;
  border-bottom: 1px solid #707070;
}
.under{
  padding: 65px 0 210px 0;
  text-align: center;
  color: #707070;
  font-size: 3.5rem;
}
.section-entry{
  max-width: 1025px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.section-entry ul li dl{
  display: flex;
  font-size: 20px;
  padding: 20px 0;
}
.section-entry ul li{
  border-bottom: 1px solid #707070;
}
.section-entry dt{
  font-weight: 600;
  width: 30%;
}
.section-entry dd{
  width: 70%;
  font-weight: 300;
}
@media(max-width:768px){
  .re-picture{
    height: auto;
  }
 .entry h5{
    padding: 50px 0 60px 0;
    font-size: 20px;
  }
  .under{
    padding: 40px 0 20px 0;
    font-size: 2.0rem;
  }
  .section-entry{
    padding-bottom: 50px;
     width: 80%;
  }
  .section-entry ul li dl{
  font-size: 12px;
  padding: 15px 0;
 
  }
  
}



