@charset "UTF-8";
#form_area {
    margin-top: 5%!important;
    padding-top: 0%;
}
.trialset{
    position: relative;
    margin-top: 0%;
}
.trialset .trialset-btn {
    bottom: 13.7% !important;
}
.trialset .trialset-btn a{
    width: calc(694/750 * 100%) !important;
    background: url(../images/btn01_260330.png);
    background-size: cover;
    height: 22.5vw;
}
.trialset .trialset-btn a:hover{
    width: calc(694/750 * 100%) !important;
    background: url(../images/btn01_on_260330.png);
    background-size: cover;
    height: 22.5vw;
}
@media only screen and (min-width: 750px) {
    .trialset .trialset-btn a{
        height: 168px;
    }
    .trialset .trialset-btn a:hover{
        height: 168px;
    }
  }