.cta-termite-column {
  background-color: #fff5ef;
  background-image: url(/termite/column/img/cta/bg_search.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 292px;
  border: 5px solid #fe7346;
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 35px 68px 25px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .cta-termite-column {
    background-size: 130px;
    padding: 15px 10px 20px;
  }
}
.cta-termite-column h2 {
  color: #ea5414;
  font-size: 3.2rem !important;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px !important;
  padding: 0 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-column h2 {
    font-size: 20px !important;
  }
}
.cta-termite-column .tel {
  box-sizing: border-box;
  margin-bottom: 17px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel {
    margin-bottom: 10px;
  }
}
.cta-termite-column .tel a {
  display: block;
  pointer-events: none;
  text-decoration: none !important;
}
.cta-termite-column .tel a:hover {
  color: #000 !important;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a {
    pointer-events: inherit;
  }
}
.cta-termite-column .tel a .ttl {
  background-color: #fe7346;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a .ttl {
    font-size: 13px;
    line-height: 40px;
  }
}
.cta-termite-column .tel a .ttl span {
  display: inline-block;
  position: relative;
}
.cta-termite-column .tel a .ttl span::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: -22px;
  position: absolute;
  top: 26px;
  transform: rotate(60deg);
  width: 22px;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a .ttl span::before {
    display: none;
  }
}
.cta-termite-column .tel a .ttl span::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  right: -22px;
  position: absolute;
  top: 26px;
  transform: rotate(-60deg);
  width: 22px;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a .ttl span::after {
    display: none;
  }
}
.cta-termite-column .tel a .cnt {
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 4px solid #fe7346;
  border-left: 4px solid #fe7346;
  border-right: 4px solid #fe7346;
  border-radius: 0 0 12px 12px;
  padding: 24px 0;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a .cnt {
    padding: 10px 0 0;
  }
}
.cta-termite-column .tel a .cnt .num {
  align-items: center;
  color: #000;
  font-size: 3.8rem;
  font-weight: bold;
  display: flex;
  line-height: 1;
  margin-bottom: 14px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a .cnt .num {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.cta-termite-column .tel a .cnt .num img {
  margin-right: 12px;
  height: 37px;
  vertical-align: baseline;
  width: 52px;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a .cnt .num img {
    margin-right: 10px;
    height: auto !important;
    width: 30px !important;
  }
}
.cta-termite-column .tel a .cnt .text {
  color: #222;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a .cnt .text {
    font-size: 12px;
  }
}
.cta-termite-column .tel a .cnt .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .tel a .cnt .sp {
    align-items: center;
    background-color: #ffefea;
    border-radius: 0 0 12px 12px;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    margin-top: 10px;
  }
  .cta-termite-column .tel a .cnt .sp img {
    height: auto !important;
    margin-left: 5px;
    width: 20px !important;
  }
}
.cta-termite-column .form {
  box-sizing: border-box;
  margin-bottom: 16px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form {
    margin-bottom: 10px;
  }
}
.cta-termite-column .form a {
  display: block;
  text-decoration: none !important;
}
.cta-termite-column .form a:hover {
  color: #000 !important;
  opacity: 0.7;
  transition: 0.2s;
}
.cta-termite-column .form a .ttl {
  background-color: #e95477;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form a .ttl {
    font-size: 13px;
    line-height: 40px;
  }
}
.cta-termite-column .form a .ttl span {
  display: inline-block;
  position: relative;
}
.cta-termite-column .form a .ttl span::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: -22px;
  position: absolute;
  top: 26px;
  transform: rotate(60deg);
  width: 22px;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form a .ttl span::before {
    display: none;
  }
}
.cta-termite-column .form a .ttl span::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  right: -22px;
  position: absolute;
  top: 26px;
  transform: rotate(-60deg);
  width: 22px;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form a .ttl span::after {
    display: none;
  }
}
.cta-termite-column .form a .cnt {
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 4px solid #e95477;
  border-left: 4px solid #e95477;
  border-right: 4px solid #e95477;
  border-radius: 0 0 12px 12px;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form a .cnt {
    padding: 10px 0;
  }
}
.cta-termite-column .form a .cnt::after {
  background-image: url(/termite/column/img/cta/icn_arrow01.png);
  background-size: contain;
  content: "";
  display: block;
  height: 42px;
  position: absolute;
  right: 40px;
  top: 44px;
  width: 42px;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form a .cnt::after {
    height: 20px;
    right: 10px;
    top: 28px;
    width: 20px;
  }
}
.cta-termite-column .form a .cnt .text01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 12px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form a .cnt .text01 {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.cta-termite-column .form a .cnt .text02 {
  color: #e95477;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 12px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form a .cnt .text02 {
    font-size: 14px;
    margin: 0 0 8px;
    padding-right: 20px;
  }
}
.cta-termite-column .form a .cnt .text03 {
  color: #222;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .form a .cnt .text03 {
    font-size: 11px;
  }
}
.cta-termite-column .note {
  margin: 0;
  padding: 0;
}
.cta-termite-column .note li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .cta-termite-column .note li {
    font-size: 12px;
  }
}