@charset "UTF-8";

/*202310お役立ち情報　コンテンツ内2列表示*/
.tips-col:after {
  content: "";
  clear: both;
}
.tips-col > div {
  float: left;
}
.tips-col-02 .tips-col-02-txt{
  float: left;
  width: 60%;
  padding-left: 10%;
}
.tips-col-02 .tips-col-02-img{
  float: right;
  width: 39%;
  padding-right: 20%;
}
.tips-col-02 .tips-col-02-name{
  margin: 40px 0 20px;
}
.tips-col-02 .tips-col-02-post{
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tips-col-02 .tips-col-02-txt{
    width: 65%;
  }
  .tips-col-02 .tips-col-02-img{
    width: 30%;
  }
  .tips-col-02 .tips-col-02-txt,
  .tips-col-02 .tips-col-02-img{
    padding: 0;
  }
  .tips-col-02 .tips-col-02-img img{
    max-width: 120px;
  }
  .tips-col-02 .tips-col-02-name{
    margin-top: 0;
  }
}

/*202402 追従リンクに閉じるボタン追加*/
.top-cv-close {
    display: block;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border: 2px solid #e77a3d;
    border-radius: 50%;
    background: #fff;
    color: #e77a3d;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 15px;
    top: -15px;
    font-size: 17px;
}
/*202404 追従リンク新聞広告用*/
.top-cv-web.top-cv-web-ad > div::after {
    display: none;
}
.top-cv-web-ad > div {
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
}
@media (max-width: 767px) {
  .top-cv-web-ad > div {
    padding-right: 10px;
    font-size: 13px;
    line-height: 16px;
  }
}


/*202404 追従リンク新聞広告用 右下にポップアップを表示*/
.case-ad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 300px;
  font-weight: bold;
  text-align: center;
  border: #fff solid 0;
  background-color: rgba(250, 250, 250, 0.9);
  box-shadow: 5px 5px 15px rgb(0 0 0 / 18%);
  padding: 20px;
}
.case-ad-case {
  display: none;
}



.case-ad-ttl {
  color: #2FA31E;
  font-size: 20px;
  margin-bottom: 10px;
}
.case-ad-ttl-case {
  color: #2FA31E;
  font-size: 24px;
  margin-bottom: 8px;
}
.case-ad-txt {
  font-size: 18px;
  margin-bottom: 10px;
}
.case-ad-img {
  margin: 0 -6px;
}
.case-ad-img-case {
  margin: 0 4px 6px;
}
.case-ad-contact {
  width: 100%;
  display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  background-color: #E77B3C;
  color: #fff;
  padding: 10px 0;
  border-radius: 28px;
  font-size: 20px;
  margin-bottom: 10px;
}
.case-ad-contact:hover {
  opacity: 0.7;
}
.case-ad-contact div {
  padding-left: 46px;
  position: relative;
}
.case-ad-contact div:before {
  position: absolute;
  content: "";
  background-image: url(../img/about/img_icon_pc.png);
  background-size: contain;
  width: 38px;
  height: 24px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-ad-tel {
  width: 100%;
  display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  border: 2px solid #2FA31E;
  background-color: #fff;
  color: #2FA31E;
  padding: 2px 0;
  border-radius: 28px;
}
.case-ad-tel:hover {
  opacity: 0.7;
}
.case-ad-tel-no {
  font-family: "quicksand";
  font-size: 20px;
  padding-left: 28px;
  position: relative;
}
.case-ad-tel-no:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon/img_icon_tel_green.png);
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-ad-tel-time {
  font-size: 13px;
}
.case-ad-close {
  display: block;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border: 2px solid #2FA31E;
  border-radius: 50%;
  background: #fff;
  color: #2FA31E;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .case-ad {
    width: 270px;
    padding: 15px;
  }
  .case-ad-ttl {
    font-size: 18px;
  }
  .case-ad-ttl-case {
    font-size: 22px;
  }
  .case-ad-txt {
    font-size: 16px;
  }
  .case-ad-contact {
    font-size: 18px;
  }
}
/*202404 新聞広告用 資料請求ページ*/
.contact-header {
  height: 140px;
  padding: 0 60px;
}
.contact-header-logo {
  margin-top: 40px;
}
.l-wrap-contact .page-wrap {
  padding-top: 0;
}
.l-wrap-contact .page-content {
  margin-top: 0;
  gap: 60px;
}
.contact-left {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.contact-left h1 {
  font-size: 32px;
  font-weight: bold;
}
.contact-left p {
  font-size: 16px;
}
.contact-left img {
  height: auto;
  margin: 0 0 20px;
  /* box-shadow: 5px 5px 10px rgb(0 0 0 / 15%); */
}
.contact-form {
  width: calc(100% - 500px);
  border-radius: 16px;
  background: #fff;
}
.contact-form iframe {
  height: 2000px;
}
.contact-sp-more {
  display: none;
}
.contact-thanks {
  text-align: center;
  width: 100%;
}
.contact-thanks h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-thanks p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .contact-header {
    height: 90px;
  }
  .contact-header-logo {
    margin-top: 20px;
  }
  .contact-header-logo img {
    width: 180px;
  }
  .l-wrap-contact .page-content {
    gap: 40px;
    display: block;
  }
  .contact-left {
    width: 100%;
    position: relative;
    gap: 15px;
    margin-bottom: 20px;
  }
  .contact-left h1 {
    font-size: 24px;
  }
  .contact-left p {
    font-size: 14px;
  }
  .contact-form {
    width: 100%;
  }
  .contact-sp-more {
    display: inline-block;
    float: right;
    color: #57BA45;
    text-decoration: underline;
  }
  .contact-sp-hidden {
    display: none;
  }
  .contact-thanks h1 {
    font-size: 28px;
  }
  .contact-thanks p {
    font-size: 14px;
  }
}

/*202503 活用事例　KVにキャプション追加*/
.case-article-kvcaption {
  font-size: 14px;
  margin-top: -30px;
  text-align: center;
}

/*202503 header*/
.header {
  background: #f2f2f2;
}

/*20250403 お役立ち情報　商品状態比較表作成*/
.tips-article-content section table.magazine_diff {
  margin: 10px 60px 0;
  width: auto;
}
.tips-article-content section table.magazine_diff td {
  vertical-align: top;
}
.tips-article-content section table.magazine_diff td p {
  margin: 5px 0;
  font-size: 15px;
}
.tips-article-content section table.magazine_diff td img {
  width: 298px;
  margin-top: 8px;
}
.tips-article-content section table.magazine_diff td img.magazine_diff_1row {
  float: left;
  margin: 8px 10px 8px 0;
}
.tips-article-content section .magazine_gray {
  margin: 0 60px;
  width: auto;
  height: 280px;
  background: #ccc;
}
@media screen and (max-width: 782px) {
  .tips-article-content section table.magazine_diff {
    margin: 0;
  }
  .tips-article-content section table.magazine_diff td img {
    width: 100%;
  }
  .tips-article-content section .magazine_gray {
    margin: 0;
  }
}

/*20250411 お役立ち情報　画像横並び*/
.tips-article-content section table.magazine_col2 {
  margin: 10px 36px 0;
  width: auto;
}
.tips-article-content section table.magazine_col2,
.tips-article-content section table.magazine_col2 th,
.tips-article-content section table.magazine_col2 td {
  border: none;
}
.tips-article-content section table.magazine_col2 td {
  vertical-align: top;
  padding: 0 5px;
}
.tips-article-content section table.magazine_col2 td img {
  width: 345px;
}
@media screen and (max-width: 782px) {
  .tips-article-content section table.magazine_col2 {
    margin: 0;
  }
  .tips-article-content section table.magazine_col2 td {
    padding: 0;
  }
  .tips-article-content section table.magazine_col2 td img {
    width: 98%;
  }
}
