@charset "utf-8";
.list_custom{
    margin: 95px 120px 300px;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}
.list_custom li{
    display: inline-block;
    width: 27.7%;
    margin: 0 0 50px 8.45%;
    box-sizing: border-box;
}
.list_custom li:nth-child(3n+1){
    margin-left: 0;
}
.list_custom li a{
    display: block;
    overflow: hidden;
    background-color: #E0DFE0;
    border: 1px solid #E0DFE0;
    border-radius: 12px;
}
.list_custom li a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.list_custom .txt{
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 1.9rem;
    background-color: #fff;
    color: #4D4D4D;
}
.list_custom .img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}
.list_custom .img img{
    display: block;
    width: 200px;
    height: auto;
    margin: auto;
}
.list_custom .nav02 img{
    width: 164px;
}
.ie11 .list_custom .nav02 .img{
	padding: 15px 24px;
}
.ie11 .list_custom .img img{
    display: block;
    width: 200px;
    height: auto;
    margin: auto;
}
.ie11 .list_custom .nav02 img{
    width: 164px;
}
.ie11 .list_custom .img{
	display: block;
	height: auto;
	padding: 24px;
}

@media screen and (max-width: 767px) {
    .list_custom{
        margin: 12% 0 20%;
    }
    .list_custom li{
        width: 47%;
        margin: 0 0 8% 6%;
		vertical-align: top;
    }
    .list_custom li:nth-child(3n+1){
        margin-left: 6%;
    }
    .list_custom li:nth-child(odd){
        margin-left: 0;
    }
    .list_custom .txt{
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
    }
    .list_custom .img{
        height: 150px;
    }
    .list_custom .img img, .list_custom .nav02 img{
        width: 90%;
    }
}
