@charset "UTF-8";
/* CSS Document */
.contents{
  padding: 0 120px;
}
@media(max-width:768px) {
  .contents{
    padding: 0 24px;
  }
}
.achievements{
  width: 100%;
  margin-top: 50px;
}
.achievements img {
  width: 100%;
  border: solid 1px #3333;
  margin: 100px auto 50px;
}
.products_title{
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 1.4rem;
  padding: 6px 0;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}
.products_title a {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 1.4rem;
  padding: 6px 0;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}
.products_title a:hover{
  opacity: 0.5;
  border-bottom: solid 0.8px #333;
}
@media(max-width:768px){
  .products_title a {
    font-size: 1.2rem;
    border-bottom: solid 1px #333;
  }
}
.done {
  margin: 20px auto;
  padding-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  font-family: 'yu-gothic-pr6n';
  text-align: right;
}
@media(max-width:768px){
  .done {
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-align: left;
  }
}
.description{
  margin: 50px auto;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  font-family: 'yu-gothic-pr6n';
  line-height: 2.4rem;
}
@media(max-width:768px){
  .description {
    font-size: 1.2rem;
    letter-spacing: 0.3em;
  }
}