.st00 {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.st00 .like {
  margin-right: 15px;
}

.st00 .cGrey {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.st01 {
  padding-top: 50px;
}

.st01 .date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.st01 h3 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

.st01 p {
  margin-top: 30px;
}

.btn_feature01 {
  text-align: center;
  margin-top: 50px;
}

.btn_feature01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #CC1522;
  width: 100%;
  max-width: 800px;
  height: 100px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 1px;
  color: #FFF;
}

.btn_feature01 a .arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

/*===============================================
 responsive width-1060
===============================================*/
@media only screen and (max-width: 1060px) {
  .st01 h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*===============================================
 responsive width-768
===============================================*/
@media only screen and (max-width: 768px) {
  .st00 .cGrey {
    font-size: 10px;
    font-size: 1rem;
  }
  .st01 h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*===============================================
 responsive width-480
===============================================*/
@media only screen and (max-width: 480px) {
  .st00 {
    margin-top: 30px;
  }
  .st00 .cGrey {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .st01 h3 {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
