.post-cta-sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .post-cta-sp {
    display: block;
    margin: 0 20px 60px;
    border: 1px solid #e3e3e3;
    border-top: 4px solid #0075a9;
  }
}
.post-cta-sp .cta-post-title {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 550px) {
  .post-cta-sp .cta-post-title {
    padding: 20px 13px !important;
  }
}
.post-cta-sp .cta-post-title .ctattl {
  font-weight: bold;
  font-size: 19px;
}
@media screen and (max-width: 480px) {
  .post-cta-sp .cta-post-title .ctattl {
    font-size: 15px;
  }
}
.post-cta-sp .cta-post-title .ctattl .ctaf18 {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .post-cta-sp .cta-post-title .ctattl .ctaf18 {
    font-size: 13px;
  }
}
.post-cta-sp .cta-post-title .ctattl .ctaf22 {
  font-size: 19px;
}
@media screen and (max-width: 480px) {
  .post-cta-sp .cta-post-title .ctattl .ctaf22 {
    font-size: 15px;
  }
}
.post-cta-sp .cta-post-title .ctattl .ctaf28 {
  font-size: 26px;
  color: #cc0000;
}
@media screen and (max-width: 480px) {
  .post-cta-sp .cta-post-title .ctattl .ctaf28 {
    font-size: 20px;
  }
}
.post-cta-sp .blue {
  color: #00b7ef;
}
.post-cta-sp .red {
  color: #cc0000;
}
.post-cta-sp .post-cta-inner {
  background: #fbfbfb;
}
.post-cta-sp .post-cta-inner .post-cta-cont p {
  margin-bottom: 24px;
  line-height: 28px;
}
@media screen and (max-width: 550px) {
  .post-cta-sp .post-cta-inner .post-cta-cont p {
    font-size: 14px;
  }
}
.post-cta-sp .post-cta-inner .post-cta-cont .post-cta-img {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .post-cta-sp .post-cta-inner .post-cta-cont .post-cta-img {
    text-align: center;
  }
}
.post-cta-sp .post-cta-inner .post-cta-cont .cta-headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}
.post-cta-sp .post-cta-btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 60%;
  background: #cb0003;
  border-bottom: 5px solid #b40704;
  border-radius: 5px;
  padding: 15px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-cta-sp .post-cta-btn a {
    width: 100%;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 550px) {
  .post-cta-sp .post-cta-btn a {
    width: 100%;
  }
}
.post-cta-sp .post-cta-btn a:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 5%;
  background: url(../images/arrow.png) no-repeat;
  background-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-cta-sp .post-cta-btn a:hover {
  opacity: .7;
}

.post-cta {
  display: block;
}
@media screen and (max-width: 550px) {
  .post-cta {
    display: none;
  }
}

/*# sourceMappingURL=cta-sp.css.map */
