
    .tax-heading{
    color: #ffffff;background-color:#FA849B ;font-size: 1.5rem;padding: 1rem; border-radius: 10px;position: relative;
    }
    .tax-heading::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FA849B transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    }
    .tax-box{
    width: 100%;
    padding: 0.5rem;
    line-height: 2;
    }
    .fs-30{
    font-size: 2rem;
    }
    .tax-heading-02 {
    border-bottom: solid 3px #fa6c87;
    position: relative;
    }
    .tax-heading-02:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px rgb(41, 41, 41);
    bottom: -3px;
    width: 50%;
    }
    
    
    @media screen and (min-width: 767px) {
    .tax-box{
    padding: 2rem;
    
    }
    .tax-heading{
    font-size: 2.5rem;padding: 1rem;
    }
    
    .fs-22{
    font-size: 1.5rem;
    }
    
    .fs-22{
    font-size: 1.5rem;
    }
    .fs-3{
    font-size: 3rem;
    }
    .fs-2{
    font-size: 2rem;
    }
    .fs-18{
    font-size: 1.3rem;
    }
    .pc-flex{
    display: flex;
    }
    .pc-item-70{
    width: 70%;
    }
    .pc-item-30{
    width: 30%;
    }
    }
    /*************contents追加**************/
    .disp-inb {
        display: inline-block;
    }
    .pc-block {
        display: none;
    }
    .line-solid-2-30 {
        border: 1px solid #333333;
        width: 130px;
        margin: 0 auto;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }
    /*フォント色*/
.c-F18D9E {
    color: #F18D9E;
}

.c-5BC8AC {
    color: #5BC8AC;
}
.fs-19-34 {
    font-size: 1.3rem;
}
@media screen and (min-width: 1001px) {
    .pc-block {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .fs-19-34 {
        font-size: 2.26rem;
    }
}
