/* CSS Document */
#makeeylash .tit{
	margin-top: 5%;
	font-size: 16px;
}
#makeeylash .flexbox{
	-webkit-justify-content: center;
	justify-content: center;
}
#makeeylash .flexbox li{
	margin-bottom: 40px;
}
#makeeylash .flexbox li:nth-child(2){
	margin-left: 4%;
}

.attention{
    padding: 20px;
    background-color: #999;
}
.attention .text{
    color: #fff;
}
@media screen and (max-width:480px){
    #makeeylash .flexbox li:nth-child(3){
        width: 100%;
    }
}
