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

@media only screen and (min-width: 768px){
    .sec_ttl{
        width: 100%;
        height: 550px;
        position: relative;
    }
    .sec_ttl h3{
        width: auto;
        height: 440px;
        color: #ffffff;
        font-size: 4.8rem;
        font-weight: 700;
        letter-spacing: 0.3em;
        line-height: 1.5;
        text-shadow: 4px 4px 4px rgba(73, 51, 51, 0.8);
        writing-mode: vertical-rl;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .list_ttl_wrapper{
        padding-bottom: 20px;
        border-bottom: 2px solid #9BC10E;
        margin-bottom: 20px;
    }
    .list_ttl h4{
        color: #9BC10E;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
    .list_ttl h4 span{
        font-size: 3.2rem;
    }
    .txt p{
        font-size: 1.6rem;
        font-family: 600;
        letter-spacing: 0.1em;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .txt p:last-child{
        margin-bottom: 0;
    }
    .btn{
        width: 235px;
        text-align: center;
    }
    .btn a{
        display: block;
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        background: #9BC10E;
        padding: 20px 25px;
        box-sizing: border-box;
        border-radius: 8px;
    }
}

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

@media only screen and (max-width: 767px){
    .sec_ttl{
        width: 100%;
        height: 265px;
        position: relative;
    }
    .sec_ttl h3{
        width: auto;
        height: 220px;
        color: #ffffff;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.3em;
        line-height: 1.5;
        text-shadow: 4px 4px 4px rgba(73, 51, 51, 0.8);
        writing-mode: vertical-rl;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .list_ttl_wrapper{
        padding-bottom: 15px;
        border-bottom: 2px solid #9BC10E;
        margin-bottom: 15px;
    }
    .list_ttl h4{
        color: #9BC10E;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
    .list_ttl h4 span{
        font-size: 2.4rem;
    }
    .txt p{
        font-size: 1.4rem;
        font-family: 600;
        letter-spacing: 0.1em;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .txt p:last-child{
        margin-bottom: 0;
    }
    .btn{
        width: 235px;
        text-align: center;
    }
    .btn a{
        display: block;
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        background: #9BC10E;
        padding: 20px 25px;
        box-sizing: border-box;
        border-radius: 8px;
    }
}