/* 260623 cta add */
.cta-termite-line-add {
	font-family: "NotoSansJp";
  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-line-add {
    background-size: 130px;
    padding: 15px 10px 20px;
  }
}
.cta-termite-line-add 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-line-add h2 {
    font-size: 17px !important;
  }
}

.cta-termite-line-add h2::before {
	display: none;
}

.cta-termite-line-add .tel {
  box-sizing: border-box;
  margin-bottom: 17px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel {
    margin-bottom: 10px;
  }
}
.cta-termite-line-add .tel a {
  display: block;
  pointer-events: none;
  text-decoration: none !important;
}
.cta-termite-line-add .tel a:hover {
  color: #000 !important;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel a {
    pointer-events: inherit;
  }
}
.cta-termite-line-add .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-block: 5px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel a .ttl {
    font-size: 11px;
    line-height: 40px;
  }
}
.cta-termite-line-add .tel a .ttl span {
  display: inline-block;
  position: relative;
}
.cta-termite-line-add .tel a .ttl span::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: -22px;
  position: absolute;
  top: 20px;
  transform: rotate(60deg);
  width: 22px;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel a .ttl span::before {
    display: none;
  }
}
.cta-termite-line-add .tel a .ttl span::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  right: -22px;
  position: absolute;
  top: 20px;
  transform: rotate(-60deg);
  width: 22px;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel a .ttl span::after {
    display: none;
  }
}
.cta-termite-line-add .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: 14px 0;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel a .cnt {
    padding: 10px 0 0;
  }
}
.cta-termite-line-add .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-line-add .tel a .cnt .num {
    font-size: 22px;
    /* margin-bottom: 5px; */
  }
}
.cta-termite-line-add .tel a .cnt .num img {
  margin-right: 12px;
  height: 37px;
  vertical-align: baseline;
  width: 52px;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel a .cnt .num img {
    margin-right: 10px;
    height: auto !important;
    width: 30px !important;
  }
}
.cta-termite-line-add .tel a .cnt .text {
  color: #222;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel a .cnt .text {
    font-size: 12px;
  }
}
.cta-termite-line-add .tel a .cnt .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .tel a .cnt .sp {
    align-items: center;
    background-color: #ffefea;
    border-radius: 0 0 12px 12px;
    display: flex;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    margin-top: 10px;
  }
  .cta-termite-line-add .tel a .cnt .sp img {
    height: auto !important;
    margin-left: 8px;
    width: 18px !important;
  }
}
.cta-termite-line-add .form {
  box-sizing: border-box;
  margin-bottom: 16px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .form {
    margin-bottom: 10px;
  }
}
.cta-termite-line-add .form a {
  display: block;
  text-decoration: none !important;
}
.cta-termite-line-add .form a:hover {
  color: #000 !important;
  opacity: 0.7;
  transition: 0.2s;
}
.cta-termite-line-add .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-block: 5px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .form a .ttl {
    font-size: 11px;
    line-height: 40px;
  }
}
.cta-termite-line-add .form a .ttl span {
  display: inline-block;
  position: relative;
}
.cta-termite-line-add .form a .ttl span::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: -22px;
  position: absolute;
  top: 20px;
  transform: rotate(60deg);
  width: 22px;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .form a .ttl span::before {
    display: none;
  }
}
.cta-termite-line-add .form a .ttl span::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  right: -22px;
  position: absolute;
  top: 20px;
  transform: rotate(-60deg);
  width: 22px;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .form a .ttl span::after {
    display: none;
  }
}
.cta-termite-line-add .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: 14px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .form a .cnt {
    padding: 10px 0;
  }
}
.cta-termite-line-add .form a .cnt::after {
  background-image: url(/termite/column/img/cta/icn_arrow01.png);
  background-size: contain;
  content: "";
  display: block;
  height: 37px;
  position: absolute;
  right: 30px;
  top: 53px;
  width: 37px;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .form a .cnt::after {
    height: 18px;
    right: 10px;
    top: 32px;
    width: 18px;
  }
}
.cta-termite-line-add .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-line-add .form a .cnt .text01 {
    font-size: 12px;
    /* margin: 0 0 8px; */
  }
}
.cta-termite-line-add .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-line-add .form a .cnt .text02 {
    font-size: 11px;
    /* margin: 0 0 8px; */
    padding-right: 20px;
  }
}
.cta-termite-line-add .form a .cnt .text03 {
  color: #222;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .form a .cnt .text03 {
    font-size: 10px;
  }
}
.cta-termite-line-add .note {
  margin: 0;
  padding: 0;
}
.cta-termite-line-add .note li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .cta-termite-line-add .note li {
    font-size: 11px;
  }
}

.matome_box .cta-termite-line-add p {
	padding-bottom: 0;
}

/* ----- line-cta ----- */
.line-cta {
	margin-top: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	.line-cta {
		margin-top: 10px;
		margin-bottom: 0;
	}	
}

.line-cta-title {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #06c755;
}
@media screen and (max-width: 640px) {
	.line-cta-title {
		font-size: 1.4rem;
	}
}

.line-cta-link {
	display: block;
	text-decoration: none !important;
}

.line-cta-link:hover {
	opacity: 0.7;
	transition: 0.2s;
}

.line-cta-button {
	display: flex;
	align-items: center;
	background: #06c755;
	border-radius: 10px;
	justify-content: center;
	max-width: 500px;
	margin-inline: auto;
	padding-block: 9px;
	margin-top: 5px;
}
@media screen and (max-width: 640px) {
	.line-cta-button {
		margin-top: 0;
	}
}

.line-cta-icon {
	width: 64px;
	margin-right: 14px;
}
@media screen and (max-width: 640px) {
	.line-cta-icon {
		width: 32px !important;
		margin-right: 6px;
	}
}

.line-cta-text {
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.line-cta-text {
	font-size: 1.6rem;
	}
}

.sp-hide {
	display: block;
}
@media screen and (max-width: 640px) {
	.sp-hide {
		display: none;
	}	
}

.sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.sp {
		display: block;
	}	
}