@media screen and (max-width: 767px) {
  .pc-only {display: none !important;}
}
@media screen and (min-width: 768px) {
  .sp-only {display: none !important;}
}
.lity {
  background: rgba(0, 0, 0, 0.9);
}
.lity-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lity-content {
    width: auto !important;
  }
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  display: inline-block;
  width: 100%;
  max-width: 175px;
  height: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -80px;
  left: 50%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  font-family: system-ui, -apple-system, serif;
  padding: 6px 0 10px;
  text-shadow: unset;
  border: 1px solid #ffffff;
  transform: translateX(-50%);
}
.lity-close::after {
  content: "閉じる";
  display: inline-block;
  position: relative;
  font-size: 10px;
  top: -1px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin: 0 0 0 10px;
}
.lity-container {
	width: 90%;
	padding: 0;
	border-radius: unset;
	background-color: transparent;
}
.lity-content:after {
  display: none;
}
#modal-tel .modal_inner {
	height: auto;
	padding: 31px 29px 31px 29px;
	border-radius: 10px;
	background-color: white;
}
@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    min-width: 200px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__col {
    margin: 40px 0 0 0;
  }
}
.p-plan__card {
  overflow: unset;
}
.p-plan__card__thumb {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.p-service__slider__item__text a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-cv__wrapper--change-position {
    flex-wrap: nowrap;
  }
  .c-cv__wrapper--change-position .c-cv__tel__link {
    width: 50%;
    padding: 10px 15px;
  }
  .c-cv__tel__link__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-cv__tel__link__title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translateY(2px);
    transform: translateX(-4px);
    background-image: url(/common/img/machine/cv_tell_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.c-cv__modal__link {}
.c-cv__modal__link__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.c-cv__modal__link__inner {}
.c-cv__modal__link__block {}
a.c-cv__modal__link__number {
  display: inline-block;
  font-family: oswald, sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #E60D17;
  margin: 0 0 10px 0;
}
a.c-cv__modal__link__number::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(2px);
  transform: translateX(-6px);
  color: #E60D17;
  background-image: url(/common/img/katene_add/cv_tell_icon-rd.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-cv__modal__link__time {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
}
.c-cv__modal__link__text {
  font-size: 10px;
  text-align: left;
}
.c-cv__modal__link__notice {
  font-size: 10px;
  padding: 0 0 0 2em;
  text-indent: -2.4em;
}
.c-cv__modal__link__notice a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.l-section__hide {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.company-list--table thead th:nth-child(1) {
  width: 61%;
}
.company-list--table thead th:nth-child(2) {
  width: 21%;
}
.company-list--table thead th:nth-child(3) {
  width: 18%;
}

/* ====== 20230707.add ====== */
.c-movie {
  margin: 84px 0 0 0;
  padding: 0 20px;
}
.c-movie__wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.c-movie__heading {
  position:relative;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 5px 9px 5px;
  background-color: #E60D17;
  border-radius: 10px 10px 0 0;
}
.c-movie__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #E60D17 transparent transparent transparent;
  transform: translate(-50%, 0);
}
.c-movie__headingTitle {
  font-size: 23px;
  font-weight: 600;
}
.c-movie__headingText {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.c-movie__headingText .icon-slash {
  display: inline-block;
}
.c-movie__body {
  padding: 46px;
  background-color: #FCF3F3;
  border-radius: 0 0 10px 10px;
}
.c-movie__bodyInner {}
.c-movie__bodyItem {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 26% 0 0 0;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-movie__bodyItem {
    padding: 56.25% 0 0 0;
  }
}
.c-movie__bodyItem iframe {
  position: absolute;
  top:0;
  left:0;
  width: 100% !important;
  height: 100% !important;
}
.c-movie__bodyCaption {
  width: 100%;
  max-width: 610px;
  margin: 12px auto 0 auto;
}
.c-movie__bodyCaptionText {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0 3em;
}
.c-movie__bodyCaptionText::before {
  content: "（注）";
  display: inline-block;
  text-indent: -3em;
}
.c-price__text {
  width: 100%;
  max-width: 640px;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  margin: 71px auto 0 auto;
}
.p-guarantee__card__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-guarantee__card__head {
    margin-bottom: 10px;
  }
}
.p-price__point__lead sup {
  display: inline-block;
  transform: translateY(-0.3em);
}
.c-downloadPdf {}
.c-downloadPdf__inner {}
.c-downloadPdf__item {
  text-align: center;
  margin: 20px 0 0 0;
}
.c-downloadPdf__btn {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  height: 60px;
  position: relative;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 20px 58px 20px 40px;
  background-color: #6B6B6B;
  border-radius: 5px;
	overflow : hidden;
	outline : none;
}
.c-downloadPdf__btn:hover {
  color: white;
  opacity: 0.8;
}
.c-downloadPdf__btn:focus {
  color: white;
}
.icon-pdf {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
}
.p-katenesolar-select__wrap {
  padding: 40px 0 100px;
}


/* ====== 20240613.add 追従ボタン重要なお知らせボタン
.c-cv__wrapper {
  max-width: 1125px;
}
.c-cv__wrapper--change-position .c-cv__tel__link {
  width: 40%;
}
.c-cv__wrapper--change-position .c-cv__content__wrapper {
  width: 35%;
}
.c-cv__wrapper--change-position .c-cv__info__wrapper {
  width: 25%;
}
.c-cv__wrapper--change-position .c-cv__tel__link,
.c-cv__wrapper--change-position .c-cv__content__wrapper,
.c-cv__info__link {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__link,
  .c-cv__wrapper--change-position .c-cv__content__wrapper,
  .c-cv__info__link {
    padding: 15px 10px;
  }
  .c-cv__wrapper--change-position .c-cv__tel__link {
    width: calc(125 / 750 * 100%);
  }
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    min-width: unset;
    width: calc(250 / 750 * 100%);
  }
  .c-cv__wrapper--change-position .c-cv__info__wrapper {
    width: calc(375 / 750 * 100%);
  }
  .c-cv__wrapper--change-position .c-cv__tel__link a {
    height: 100%;
  }
}
.c-cv__wrapper--change-position .c-cv__content__wrapper {
  border-radius: 0;
}
.c-cv__content {
  height: 100%;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .c-cv__content::before {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__tel__link__title::before {
    transform: translateX(0);
  }
}
.c-cv__info__link__title01 {
  line-height: 1.3;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-cv__info__link__title01 {
    font-size: 12px;
  }
}
.c-cv__info__wrapper .c-cv__content::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  background-image: url(/common/img/icon/icon_businessservice22.png);
  width: 50px;
  height: 40px;
  margin-right: -5px;
  transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .c-cv__info__wrapper .c-cv__content::before {
    width: 30px;
    height: 20px;
    transform: translateX(-5px);
  }
}
.c-cv__info__link__title01 {
  color: #e60012;
}
.c-cv__info__link__title01:focus {
  color: #7d1015;
}
.c-cv__info__link__title01 span {
  vertical-align: middle;
}
.c-cv__info__link__title02 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .c-cv__info__link__title02 {
    font-size: 15px;
  }
}
.c-cv__info__link {
  position: relative;
  background-color: #fff;
  border-top-right-radius: 20px;
  border: 5px solid #e60012;
  transition: 0.15s;
}
.c-cv__info__link:hover {
  border: 5px solid #7d1015;
}
@media (max-width: 767px) {
  .c-cv__info__link,
  .c-cv__info__link:hover {
    border-width: 3px;
  }
}
.c-cv__info__link:hover .c-cv__info__link__title01 {
  color: #7d1015;
  transition: 0.15s;
}
.c-cv__info__link__title {
  display: block;
  width: 100%;
  height: 100%;
}
#modal-info .modal_inner {
  padding: 40px;
  height: auto;
}
@media (max-width: 767px) {
  #modal-info .modal_inner {
    padding: 30px 15px;
    height: auto;
  }
}
====== */

/* ====== 20240617.add  coming soonボタン====== */
.coming-soon::before {
  background: rgba(0, 0, 0, .9);
  color: #fff;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}
.coming-soon {
  pointer-events: none;
}
.coming-soon__text {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin: auto;
  right: 0;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 0;
  font-weight: 600;
  z-index: 5;
  letter-spacing: .1em;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .coming-soon__text {
    font-size: 1em;
  }
}

.u-text--notice02 {
  font-weight: normal;
  line-height: 1.5;
  text-indent: -2em;
  padding-left: 2em;
  vertical-align: text-top;
  margin-top: 20px;
  text-align: left;
}

/* ====== 20250814.add  .p-faq__sectionの余白====== */
.p-faq__section {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .p-faq__section {
    padding-bottom: 100px;
  }
}