/*
 Theme Name:   Mytheme Child
 Author:       onimaru
 Template:     Mytheme
 Version:      1.0.0
*/
/*case-study*/
.single-case_study{
    width: 800px !important;
    margin: auto !important;
    padding: 5% 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media screen and (max-width:768px){
    .single-case_study{
        width: 100% !important;
    }
    }
.case-study-title{
    font-size: 18px;
    text-align: left;
}
.entry-thumbnail{
    margin: 0 0 20px 0;
}
.archive-title{
    text-align: center;
    font-size: 24px;
    padding: 1em 0 1em 0;
}
.case-study-excerpt{
    margin: 8px 0;
}
.case-study-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 900px;
    margin: auto;
}
.case_study{
    margin: 0 20px 60px 0;
    width: 280px;
}
@media screen and (max-width:768px){
    .case-study-list{
        justify-content: space-between;
        width: 100%;
    }
    .case_study{
        margin: 0 0 60px 0;
        width: 46%;
    }
}
.case-study-excerpt p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-study-thumbnail .case-study-img {
    contain-intrinsic-size: 3000px 1500px;
   }