@charset "UTF-8";


.catch01 {
    font-size:1.4rem;
    font-weight:600;
}
.catch01 span {
    font-size:.8rem;
}
.caset-ph {
    height: 240px;
}
.caset-day {
    font-size: .8rem;
    color:#999;
}
.caset-cap {
    font-size: .8rem;
}
.caset-text {
    font-size: .8rem;
}
.btn-view {
    position: relative;
    background-color: #06064e;
    color: #fff;
    font-size: x-small;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 50%;
    border: none;
}
.btn-insta {
    position: relative;
    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: 260px;
    }
    .btn-insta {
        width: 100%;
    }
}