.section-main .section-inner .message .message-inner p:nth-child(3) span>img {
  margin-bottom: -4px;
}

.section-main .section-inner .message .message-inner p:nth-child(3) span>a,
.section-main .section-inner .message .message-inner p:nth-child(3) span>span {
  color: #f08d18;
  font-weight: 700;
  font-size: 32px;
  display: inline-block;

  small {
    font-size: .8em;
  }
}

.cat_bx .cta_tel a,
.cat_bx .cta_tel>div {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.cat_bx .cta_tel a .top,
.cat_bx .cta_tel>div .top {
  display: flex;
  color: #ffb600;
}

.cat_bx .cta_tel a .top .right,
.cat_bx .cta_tel>div .top .right {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #f08d18;
  color: #fff;
  -webkit-box-shadow: 1px 2px 1px 1px rgba(150, 150, 150, 0.5);
  box-shadow: 1px 2px 1px 1px rgba(150, 150, 150, 0.5);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 0;
  margin: 20px auto;
  width: 90%;
  max-width: 620px;
  display: flex;
}

.cat_bx .cta_tel a .top .right img,
.cat_bx .cta_tel>div .top .right img {
  width: 70px;
  margin-right: 20px;
}

.cat_bx .cta_tel a .bottom,
.cat_bx .cta_tel>div .bottom {
  font-size: 14px;
  color: white;
  text-align: center;
}


.cv-banner .cv-banner-inner>div:last-child div:nth-child(2) a,
.cv-banner .cv-banner-inner>div:last-child div:nth-child(2)>span {
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 0;
  background-color: rgba(240, 141, 24, 0.9);
  max-width: 90%;
}

@media screen and (max-width: 800px) {

  .cv-banner .cv-banner-inner>div:last-child div:nth-child(2) a,
  .cv-banner .cv-banner-inner>div:last-child div:nth-child(2)>span {
    max-width: 66%;
    font-size: 19px;
  }
}

@media screen and (min-width: 788px) {
  .--sp {
    display: none !important;
  }
}

@media screen and (max-width: 787px) {
  .--pc {
    display: none !important;
  }

  .cat_bx .cta_btn a {
    width: auto;
    font-size: 20px;
  }

  .cat_bx .cta_tel a .top .right,
  .cat_bx .cta_tel>div .top .right {
    font-size: 24px !important;
  }

  .cat_bx .cta_tel a .top .right img,
  .cat_bx .cta_tel>div .top .right img {
    width: 30px;
    margin-right: 4px;
  }

  .section-main .section-inner .message .message-inner p:nth-child(3) span>img {
    margin-bottom: -2px;
  }

  .section-main .section-inner .message .message-inner p:nth-child(3) span>a,
  .section-main .section-inner .message .message-inner p:nth-child(3) span>span {
    font-size: 24px;
  }

}