/*　導入事例 */
.casestudy .casestudy-topList li {
	margin-bottom:30px;
    background: #F7F7F7;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

.casestudy .ImgUnderTxtBox ul li:nth-child(n + 4) {
    margin-top: 0;
}

.casestudy .ImgUnderTxtBox ul li.empty{
    background: transparent;
    margin: 0;
    padding: 0;
}

.casestudy .casestudy-topList li h4{
    margin-bottom: 10px;
	font-size: 16px;
    text-align: center;
}
.casestudy .casestudy-topList li h3{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.casestudy .casestudy-top{
    margin-bottom: 150px;
}

.casestudy .casestudy-topList li p{
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    flex-grow: 1;
}
.casestudy .ImgUnderTxtBox .linkBtn01 {
    margin-top: 20px;
}

.casestudy .casestudy-top .linkBtn01 a{
	font-size:14px;
}
