@charset "UTF-8";


.catch01 {
    font-size:1.4rem;
    font-weight:600;
}
.catch01 span {
    font-size:.8rem;
}
.caset-ph {
    height: 140px;
}
.caset-day {
    font-size: .8rem;
    color:#999;
}
.caset-cap {
    font-size: .8rem;
}
.caset-text {
    font-size: .8rem;
    height: 46px;
    overflow: hidden;
/*    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.btn-view {
    position: relative;
    background-color: #06064e;
    color: #fff;
    font-size: x-small;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 100%;
    border: none;
}
.btn-insta {
    width: 450px;
}
.btn-insta img:hover{
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.6s ease 0s;
}
@media (max-width: 576px) {
    .caset-ph {
        height: auto;
    }
    .btn-insta {
        width: 100%;
    }
}