@charset "utf-8";


@media screen and (max-width: 767px) {
 /*-- sp
============================================= --*/
    .buttonType--02 {
        margin-top: 10px;
    }
}
  
@media print, screen and (min-width: 768px) {
 /*-- pc
============================================= --*/
    .h2Type--01 {
        display: flex;
        align-items: center;
    }

    .buttonType--02 {
        margin-bottom: 0 !important;
    }
}

