﻿#Btn-01 {
    width: 600px;
    max-width: 600px;
}
#Btn-02 {
    width: 180px;
    max-width: 180px;
}
.Btn-01_text{
    display:inline-block;
}
.Btn-01_text::before{
    content: "お取引先の役員または従業員の方・Daigasグループ各社で働いていた方";
}
@media screen and (max-width: 1025px) {
    #Btn-01 {
    width: 300px;
    max-width: 300px;
}
    .Btn-01_text::before{
        content: "お取引先の役員または従業員の方\a
Daigasグループ各社で働いていた方";
        white-space: pre;
    }
}
