/*
許可証一覧
---------------------*/

.attestation_permission{}

.contTitle{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--basegr);  
}

.contTitle.txtcenter{
    text-align: center;
}

.tplMenuWrap{
    margin-top: 250px;
}
.tplMenuBox{
    width: 100%;
    margin-bottom: 30px;
}
.tplMenuBox ul{
    padding-right: 28%;
}
.tplMenuBox ul li.inlineB{
    display: inline-block;
    margin-right: 1em;
}
.tplMenuBox h3{
    font-weight:bold;
    line-height: 1.75;
    padding: 0 20px;
}
.tplMenuBox p{
    font-size:14px;
    padding: 0 20px;
    margin-top: 1em;
}



@media screen and (min-width: 769px) {

    .attestation_permission .lead-text{
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .pcFlex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tplMenuWrap.pcFlex {
        margin-top: 40px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 30px;
    }

    .tplMenuBox {
        width: calc(calc(100% - 60px)/3);
    }

    .tplMenuBox figure{
        margin: 0;
    }


}/* END BREAK POINT */

@media screen and (max-width: 768px) {
    .contTitle{
        font-size:26px;
    }
    .contTitle.txtcenter{
        text-align: left;  
    }

    br.pc{
        display: none;
    }

    .attestation_permission .lead-text{
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
    }

    .tplMenuWrap{
        margin-top: 40px
    }

    .tplMenuBox{
        margin-bottom: 20px;
    }
    .tplMenuBox p{
        font-size:13px;
    }    
}/* END BREAK POINT */