*{
    box-sizing:border-box;
}
a{
    transition:0.3s;
}
a:hover{
    opacity:0.7;
    transition:0.3s;
}
.st-Section td{
    vertical-align: top !important;
}
.st-Section strong{
    font-size: 17px !important;
    font-weight: bold;
}

.post__box ul{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.post__box li{
    width: 31%;
}
.post__box li img{
    width: 100%;
}

@media screen and (max-width:768px){

    .post__box ul{
        display: block;
    }
    .post__box li{
        width: 100%;
    }

}



.post__box__title{
    font-size: 23px !important;
    margin-bottom: 30px;
    font-weight: bold;
}

.post__mainVisual {
    margin-bottom:30px;
}
.post__mainVisual img{
    width: 100%;
    height: auto;
}
.post__content h2{
    margin-top: 50px;
    margin-bottom: 22px;
    font-size: 21px !important;
    font-weight: 600;
}
.post__content h2:after{
    content: "";
    display: block;
    height: 4px;
    border-radius: 5px;
    background: #b2d1fa;
    margin-top: 8px;
}
.post__content h3{
    font-size: 19px !important;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 14px;
}
.post__content h3:before{
    content: "";
    display: inline-block;
    height: 35px;
    border-radius: 5px;
    background: #b2d1fa;
    width: 5px;
    margin-right: 8px;
    padding-right: 0px;
    position: absolute;
    top: -2px;
    left: -2px;
}
.post__content p{
    color:#666;
    margin-bottom:20px;
    font-size:16px !important;
}
.post__content a{
    font-size: 16px !important;
    text-decoration: underline;
}



@media screen and (max-width:768px){
    .post__box__title{
        font-size:19px !important;
    }
    .post__content p{
        font-size:15px !important;
    }
    .post__content a{
        font-size: 15px !important;
    }
    .post__content h2{
        font-size:17px !important;
    }
    .post__content h3{
        font-size:17px !important;
    }
    .post__content tr{
        display: flex;
        flex-direction: column;
    }
    .post__content td{
        width: 100% !important;
    }
    .post__content td p{
        padding-left: 0 !important;
    }
    .st-Section strong{
        font-size: 16px !important;
    }
}