/* PC
================================================= */

@media only screen and (min-width: 768px){
    .sec_ttl h3{
        font-size: 4.8rem;
        font-weight: 700;
        letter-spacing: 0.2em;
        line-height: 1.3;
    }
    .txt p{
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-bottom: 35px;
    }
    .txt p:last-child{
        margin-bottom: 0;
    }
    .btn{
        width: 230px;
    }
    .btn a{
        justify-content: center;
        gap: 0 10px;
        padding: 20px;
        box-sizing: border-box;
        background: #C4A14E;
        border-radius: 8px;
    }
    .btn a i{
        color: #ffffff;
        font-size: 1.6rem;
    }
    .btn a span{
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
    }
}

/* SP
================================================= */

@media only screen and (max-width: 767px){
    .sec_ttl h3{
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
    .txt p{
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-bottom: 25px;
    }
    .txt p:last-child{
        margin-bottom: 0;
    }
    .btn{
        width: 230px;
    }
    .btn a{
        justify-content: center;
        gap: 0 10px;
        padding: 20px;
        box-sizing: border-box;
        background: #C4A14E;
        border-radius: 8px;
    }
    .btn a i{
        color: #ffffff;
        font-size: 1.6rem;
    }
    .btn a span{
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
    }
}