@charset "UTF-8";
.cnt03 {
    margin-bottom: 50px!important;
    text-align: center;
}

.cnt03 a {
    display: inline-block;
    line-height: 1;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cnt03 a:hover img {
    opacity: 0.66;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.txt01 {
    color: #383838;
}