h2.h2 {
    font-size: 48px;
    font-weight: 700;
    color: #242424;
    line-height: 120%;
    word-break: keep-all;
}
.h2_desc {
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    word-break: keep-all;
}
h3.h3 {
    font-size: 40px;
    font-weight: 600;
    color: #242424;
    line-height: 120%;
    word-break: keep-all;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-align: center;
}
h3.h3 span {white-space: nowrap;}
.h3_desc {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 160%;
    color: #606060;
    margin-bottom: 40px;
    text-align: center;
}
.h3_desc span {white-space: nowrap;}
.desc16px {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    word-break: keep-all;
}
.btn_a {
    padding: 16px 42px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    display: inline-block;
}
.btn_a.blue {
    background: #0094FF;
    color: #FFFFFF;
}
.btn_a.white {
    background: #FFFFFF;
    border: 1.5px solid #EFEFEF;
    color: #383838;
}
.tit_badge {
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    color: #0094FF;
    letter-spacing: -1px;
    padding: 8px 14px 8px 42px;
    background: #FFFFFF;
    border: 1px solid #0094FF;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
}
article .tit_badge::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}
input:focus,
input:active,
input:focus-visible,
input:target,
textarea:focus,
textarea:active,
textarea:focus-visible,
textarea:target {
    outline-color: #0094FF;
}
@media (max-width: 767px) {
    h3.h3 {font-size: 28px;}
}