/* manual */
.purchase{
  justify-content: space-between;
  margin-top:75px;
}

.purchase img{
  width:350px;
  height:100%;
}

.purchase div{
  width:480px;
}

.purchase dl{
  border-top:1px solid #ccc;
  padding-top:20px;
}

.purchase dl dt{
  width:35%;
  font-size:1.2rem;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #ccc;
  vertical-align: baseline;

}

.purchase dl dd{
  width:65%;
  margin-bottom:20px;
  padding-bottom:20px;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  text-align:right;
}

.purchase dl dd a{
  background:#ea8d50;
  color:#fff;
  padding:10px 20px;
  text-decoration:none;
  margin-left:20px;

}

.guide h3{
  border-bottom:1px solid #666;
}




@media screen and ( max-width:800px )
{
  .purchase img{
    width:40%;
    height:30%;
    margin:0 auto 30px;
  }

  .purchase div{
    width:100%;
  }

  .purchase dl{
    padding-top:10px;
  }

  .purchase dl dt{
    font-size:1rem;
    margin-bottom:10px;
    padding-bottom:10px;
  }
  
  .purchase dl dd{
    margin-bottom:10px;
    padding-bottom:10px;
    font-weight:bold;
    text-align:right;
  }

  .purchase dl dd a{
    padding:5px 10px;
  }



}