@charset "UTF-8";
/* =========================================
   Unified Color Scheme (HEX Only)
   Fix: Removed oklch to prevent SCSS compilation errors
   ========================================= */
/* ------------------------------------------------------------------------------------------------------------------------------------------- */
.blogCont {
  line-height: 2em;
}
.blogCont sup {
  vertical-align: super;
  font-size: smaller;
}

/* ワンポイント画像　Rは準　Lは逆順 */
.onepimgR,
.onepimgL {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 50px 0;
}
.onepimgR__img,
.onepimgL__img {
  width: 43%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.onepimgR__img img,
.onepimgL__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.onepimgR__cont,
.onepimgL__cont {
  width: 55%;
  display: flex;
  align-items: center;
}
.onepimgR__cont--center,
.onepimgL__cont--center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* 画像1枚並べ */
.imgBox {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}

/* 画像2枚並べ */
.referImg {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.referImg img {
  width: 49%;
  height: 100%;
}

/* 2BOX */
.blog2box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  list-style: none !important;
  margin-left: 0 !important;
}

/* 3BOX */
.blog3box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none !important;
  margin-left: 0 !important;
}

/* ハイライトBOX */
.highlightBox {
  background-color: #fffbf7;
  border-left: 4px solid #e8a02b;
  padding: 25px;
  margin: 20px 0;
  border-radius: 4px;
}
.highlightBox h6 {
  color: #ef4444;
}

/* セクション分け */
.blogSection {
  background-color: #f5f7fa;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fullImage {
  width: 100%;
}

.centerImage {
  display: block;
  margin: 0 auto;
}

/* リフォーム資材の価格改定のお知らせ 9タイル並べ */
.flowDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none !important;
  margin-top: 50px;
  margin-left: 0px !important;
}
.flowDetail__cont {
  width: 32%;
  text-align: center;
}

/* 注釈表示 */
.cmt {
  font-size: 80%;
  background: #f5f5f5;
  padding: 20px;
}
.cmt p {
  margin: 0;
}

/* ---------------------------------------------- 見出し ------------------------------------------------ */
.blogTtl01 {
  color: #0284c7;
  border-bottom: dashed 2px #0284c7;
  margin-bottom: 30px !important;
}

/* 今年も梅雨の季節がやってきました */
.blogTtl02 {
  position: relative;
  text-align: center;
  margin-bottom: 30px !important;
}
.blogTtl02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #8a8a8a;
}
.blogTtl02 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/* 今年の冬から床暖房で快適生活 */
.blogTtl03 {
  color: #444;
  font-size: 24px;
  position: relative;
  padding: 10px 0 2px 35px !important;
  border-bottom: 2px solid #0284c7;
  margin-bottom: 30px !important;
}
.blogTtl03:before, .blogTtl03:after {
  content: "";
  position: absolute;
  margin: auto;
}
.blogTtl03:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 14px;
  background: #0ea5e9;
  transform: rotate(50deg);
}
.blogTtl03:after {
  width: 8px;
  height: 8px;
  top: 18px;
  left: 6px;
  background: #0ea5e9;
  transform: rotate(20deg);
}

/* 今年も梅雨の季節がやってきました */
.blogTtl04 {
  padding: 0.5em 0.75em !important;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* 雨漏りは大丈夫ですか？まずはセルフチェックを！ */
.blogTtl05 {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  padding: 0.5rem 2rem 0.5rem 3rem;
  color: #fff;
  background: #0ea5e9;
}
.blogTtl05:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  border-width: 22px 20px 22px 0;
  border-style: solid;
  border-color: transparent #0284c7 transparent transparent;
}
.blogTtl05:after {
  position: absolute;
  top: calc(50% - 7px);
  left: 0px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

/* ポストイット風 */
.blogTtl06 {
  margin: 0 !important; /* デフォルトCSS打ち消し */
  position: relative; /* 位置調整 */
  font-family: "M PLUS 1 Code", sans-serif;
  font-weight: 700 !important; /* 文字の太さ調整 */
  display: inline-block; /* インラインブロックにする */
  background-color: #a9fce9; /* 背景色指定 */
  padding: 10px !important; /* 余白指定 */
  margin-bottom: 15px !important; /* 周りの余白指定 */
  border-radius: 2px; /* 角丸指定 */
}
.blogTtl06:before {
  content: ""; /* 空白の要素を作る */
  background-color: #b3b3b3; /* 背景色指定 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 位置調整 */
  left: 50%; /* 位置調整 */
  height: 40%; /* 高さ指定 */
  top: 40%; /* 位置調整 */
  z-index: -1; /* 重なり調整 */
  width: 46%; /* 幅指定 */
  box-shadow: 0 0 8px 8px #b3b3b3; /* 影指定 */
  transform: rotate(3deg); /* 回転 */
}

/* コロナ渦で人気のタッチレス水栓のご紹介 */
.blogTtl07 {
  position: relative; /*相対位置*/
  padding-left: 1.4em !important; /*アイコン分のスペース*/
  line-height: 1.4 !important; /*行高*/
  font-size: inherit !important;
}
.blogTtl07:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015"; /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  left: 0; /*アイコンの位置*/
  color: #0284c7; /*アイコン色*/
}

/* アイキャッチひし形 */
.blogTtl08 {
  padding: 0.7em 0.5em 0.7em 85px !important;
  position: relative;
  margin: 30px 30px 30px 0 !important;
  color: #333;
}
.blogTtl08::before, .blogTtl08::after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  width: calc(100% - 40px);
  height: 4px;
  background: #0ea5e9;
  box-sizing: border-box;
}
.blogTtl08::before {
  bottom: 0;
}
.blogTtl08::after {
  top: 0;
}
.blogTtl08 span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #ffffff;
  z-index: 1;
}
.blogTtl08 span::before, .blogTtl08 span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.blogTtl08 span::before {
  width: 100%;
  height: 100%;
  background: #0ea5e9;
  z-index: -2;
}
.blogTtl08 span::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  z-index: -1;
}

/* 数字付き見出し */
.blogTtl09 {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
}
.blogTtl09::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #c2f1f1;
  font-size: 3em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}

/* 確定申告！２０２２リフォーム減税制度特集 */
.head_sub {
  margin: 0;
  font-size: 24px;
  position: relative;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 50px;
  padding-left: 40px;
}
.head_sub p {
  margin: 0;
  line-height: 2;
  padding-left: 40px;
}
.head_sub:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 110px 80px;
  border-color: transparent transparent #fbfdca transparent;
  position: absolute;
  z-index: -1;
  transform: rotate(30deg);
  top: -20px;
  left: 30px;
}

/* 吹き出し見出し */
.arrow_box {
  position: relative;
  padding: 20px !important;
  margin-bottom: 40px !important;
  border: none;
  border-bottom: 3px solid #0284c7 !important;
  padding: 10px 0 !important;
  background-color: transparent;
  background: none;
  color: #0284c7;
  font-size: 1.6em !important;
  font-weight: bold !important;
}
.arrow_box:after {
  left: 53px;
  bottom: -21px;
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  border-top-width: 11px;
  border-right-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
}
.arrow_box:before {
  left: 50px;
  bottom: -28px;
  border-top-color: #0284c7 !important;
  border-left-color: #0284c7 !important;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  border-top-width: 13px;
  border-right-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
}

/* 円 + 線（隙間あり）のフキダシ */
.blogTtl10 {
  position: relative;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border: 2px solid #999999;
  border-radius: 50%;
  text-align: center;
  padding: 16px !important;
  line-height: 1.4 !important;
}
.blogTtl10::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 58%;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
}
.blogTtl10::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 54%;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #999999;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}

.blogTtl11 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px !important;
}
.blogTtl11::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #333333;
  border-top: none;
  border-bottom-right-radius: 50px; /* 左下の角丸 */
  border-bottom-left-radius: 50px; /* 右下の角丸 */
  translate: -50%;
}
.blogTtl11::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px); /* フキダシのサイズに応じて調整してください */
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: 50deg;
  translate: -50%;
}

.blogTtl12 {
  position: relative;
  padding: 8px 16px !important;
  outline: 1px solid #333;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  max-width: 500px;
  text-align: center;
  margin: 24px;
  margin-inline: auto;
}
.blogTtl12::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 98%;
  height: 82%;
  background: #eee9e6;
  z-index: -999;
}
.blogTtl12::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  width: 98%;
  height: 98%;
}

/* ---------------------------------------------- 　テーブル　 ------------------------------------------------ */
.blogTable01 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}
@media (max-width: 770px) {
  .blogTable01 {
    border: 0;
    width: 100%;
  }
}
.blogTable01 tr {
  background-color: #e6f2f5;
  padding: 0.35em;
  border-bottom: 2px solid #fff;
}
@media (max-width: 770px) {
  .blogTable01 tr {
    display: block;
    margin-bottom: 0.625em;
  }
}
.blogTable01 th,
.blogTable01 td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
  border-color: #ffffff;
}
.blogTable01 th {
  font-size: 0.85em;
}
@media (max-width: 770px) {
  .blogTable01 th {
    background-color: #167f92;
    display: block;
    border-right: none;
  }
}
@media (max-width: 770px) {
  .blogTable01 td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none;
  }
}
@media (max-width: 770px) {
  .blogTable01 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167f92;
  }
}
@media (max-width: 770px) {
  .blogTable01 td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 770px) {
  .blogTable01 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.blogTable01 thead tr {
  background-color: #167f92 !important;
  color: #fff;
}
.blogTable01 thead tr th {
  background-color: inherit;
}
.blogTable01 tbody th {
  background: #78bbc7;
  color: #fff;
}
@media (max-width: 770px) {
  .blogTable01 tbody th {
    color: #fff;
  }
}
.blogTable01 .txt {
  text-align: left;
  font-size: 0.85em;
}
.blogTable01 .price {
  text-align: right;
  color: #167f92;
  font-weight: bold;
}
.blogTable01 .non {
  background: #fff;
}

.blogTable02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 770px) {
  .blogTable02 {
    border: 0;
  }
}
@media (max-width: 770px) {
  .blogTable02 .tdCenter {
    text-align: center;
  }
}
@media (max-width: 770px) {
  .blogTable02 thead {
    display: none;
  }
}
.blogTable02 tr {
  border: 1px solid #ddd;
  padding: 5px;
}
.blogTable02 tr:nth-child(even) {
  background-color: #f0f0f0;
}
@media (max-width: 770px) {
  .blogTable02 tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
}
.blogTable02 th,
.blogTable02 td {
  text-align: center;
  padding: 8px 5px;
}
.blogTable02 th {
  letter-spacing: 1px;
  background-color: #4aaca8 !important;
  color: white;
  padding: 10px;
  font-weight: bold;
}
.blogTable02 td {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 770px) {
  .blogTable02 td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
}
@media (max-width: 770px) {
  .blogTable02 td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 770px) {
  .blogTable02 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

/* ---------------------------------------------- リスト表示 ------------------------------------------------ */
.blogUl01 {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;
  border: dashed 2px #ffb03f;
  border-radius: 9px;
  margin: 0 !important;
  padding: 0.5em 0.5em 0.5em 2em;
}
.blogUl01 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/* 今日は３月１１日。 １１年前の今日は東日本大震災がありました。 */
.blogUl02 {
  counter-reset: li;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font: 14px/1.6 "arial narrow", sans-serif;
  list-style: none !important;
  margin: initial;
}
.blogUl02__li {
  position: relative;
  padding: 13px 4px 50px 20px;
  /*border-bottom: 1px dashed #ccc;*/
}
.blogUl02__li img {
  width: 250px;
}
.blogUl02__li__blk {
  display: flex;
}
.blogUl02__li__blk__right {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.blogUl02__li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  z-index: -1;
  left: -5px;
  top: -3px;
  background: #f5f5f5;
  height: 1.5em;
  width: 1.5em;
  border: 0.1em solid rgba(0, 0, 0, 0.05);
  text-align: center;
  font: italic bold 1em/0.9em Georgia, Serif;
  color: #ccc;
  border-radius: 1.5em;
  transition: all 0.2s ease-out;
}
.blogUl02__li:hover:before {
  background-color: #cafdf0;
  border-color: rgba(0, 0, 0, 0.08);
  border-width: 0.2em;
  color: #444;
  transform: scale(3);
}

/* 「こどもみらい住宅支援事業」のご紹介 */
.blogUl03 {
  padding: 0;
  font: 14px/1.6 "arial narrow", sans-serif;
  list-style: none;
}
.blogUl03 li {
  position: relative;
  padding: 0.1em 1em 0.1em 2.3em;
  margin-bottom: 5px;
  color: #4aaca8;
  font-weight: bold;
  border-bottom: 1px solid rgba(88, 205, 200, 0.5);
  list-style: none;
}
.blogUl03 li:after, .blogUl03 li:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
}
.blogUl03 li:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(88, 205, 200, 0.5);
}
.blogUl03 li:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(88, 205, 200, 0.3);
  transform: rotate(60deg);
}

/* 今日は３月１１日。 １１年前の今日は東日本大震災がありました。 */
.blogUl04 {
  padding: 0 0 0 1em;
  margin-left: 0px !important;
}
.blogUl04__li {
  list-style-type: none;
  padding: 0.1em 0.8em;
  position: relative;
}
.blogUl04__li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "\f14a";
  position: absolute;
  top: 0.3em; /* アイコンの上側位置調整 */
  left: -0.8em; /* アイコンの左側位置調整 */
  color: #ff9dac; /* 奇数のアイコンの色 */
}

/* ------------------- */
.blogUl05 {
  padding: 0.3em 0;
  list-style-type: none !important;
  border: none;
}
.blogUl05 li {
  position: relative;
  padding: 0.3em 0 0.3em 1.4em;
  line-height: 1.5;
}
.blogUl05 li::after, .blogUl05 li::before {
  content: "";
  position: absolute;
}
.blogUl05 li::after {
  left: -0.2em;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: #0284c7;
  border-radius: 50%;
}
.blogUl05 li::before {
  z-index: 2;
  left: 3px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

/* 雨漏りは大丈夫ですか？まずはセルフチェックを！ */
.blogUl06 {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.blogUl06 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important; /*ポチ消す*/
}
.blogUl06 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  position: absolute;
  left: 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.blogUl07 {
  list-style: none !important;
  width: 100%;
  margin-left: 0 !important;
  border: 1px solid #666666;
  padding: 3%;
  background-color: #fafafa;
}
.blogUl07 li {
  border-top: 1px dashed #666666;
  padding: 2% 0;
}
.blogUl07 li:first-child {
  border-top: none;
}

.blogUl08 {
  counter-reset: list;
  list-style-type: none !important;
  font: 14px/1.6 "arial narrow", sans-serif;
  padding: 0;
}
.blogUl08 li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border-bottom: dashed 1px #000000;
}
.blogUl08 li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  transform: translateY(-50%);
}

/* リフォーム資材の価格改定のお知らせ */
.ulLine {
  position: relative;
  list-style: none;
  margin-left: 2.3em;
}
.ulLine::after {
  display: block;
  content: "";
  position: absolute;
  top: 1em;
  left: -1em;
  width: 8px;
  height: 1px;
  background-color: #666;
}

/* お風呂のリフォームをお考えの皆様に朗報です！ */
.blogOl01 {
  counter-reset: list;
  list-style-type: none !important;
  font: 14px/1.6 "arial narrow", sans-serif;
  padding: 0;
}
.blogOl01 li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  border: dashed 1px transparent;
  transition: 0.3s;
}
.blogOl01 li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #84ccc9;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.blogOl01 li:hover {
  border-bottom-color: #0284c7;
}

/* このゴミどうすればいいの */
.blogOl02 {
  margin: 0;
  padding: 0;
  list-style: none !important;
  counter-reset: item;
}
.blogOl02 ul,
.blogOl02 ol {
  counter-reset: item;
}
.blogOl02__li {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  line-height: 1.5;
}
.blogOl02__li:not(:first-child) {
  margin-top: 0.5em;
}
.blogOl02__li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 6px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0284c7;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

/* 屋内でも熱中症対策が必要なんです */
.blogDl01 {
  margin: 50px 0px !important;
  padding: 0.5em;
}
.blogDl01 dt {
  margin: 0 0 10px 0;
  padding: 0.5em;
  font-weight: initial;
  background-color: #e0e0e0;
}
.blogDl01 dd {
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 2em;
}
.blogDl01__cont {
  padding-left: 2em;
  border-left: 1px solid #333;
  font-size: 0.9em;
  clear: both;
  margin-bottom: 50px;
}

/* 屋根のリフォーム */
.blogDl02 {
  width: 90%;
  border: 1px solid #666666;
  padding: 3%;
  box-sizing: border-box;
  background-color: #fafafa;
  margin-top: 20px;
}
.blogDl02 dt {
  border-top: 1px dashed #666666;
  float: left;
  width: 25%;
  padding: 2% 0;
}
.blogDl02 dt:first-child {
  border-top: none;
}
.blogDl02 dt:first-child + dd {
  border-top: none !important;
}
.blogDl02 dd {
  border-top: 1px dashed #666666 !important;
  padding: 2% 0;
  margin-left: 26%;
}

/* お家の外壁、塗装がはがれていませんか？ */
.blogDl03 {
  display: grid;
  grid-template-columns: 30% 1fr;
}
.blogDl03 dt {
  font-weight: bold;
  color: #0284c7;
}
.blogDl03 dd {
  margin: 0 0 0 8px;
}
.blogDl03 dd::before {
  content: "……　";
}

/* 外壁のメンテナンスでお住まいの寿命を伸ばしませんか？ */
.blogDl04 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.blogDl04__block {
  display: flex;
  flex-direction: column;
  border: 1px #ccc solid;
  padding: 24px;
}
.blogDl04__block > *:nth-child(1) {
  order: 2;
  border-bottom: 1px #ccc solid;
  margin-bottom: 16px;
}
.blogDl04__block > *:nth-child(2) {
  order: 1;
}
.blogDl04__block > *:nth-child(3) {
  order: 3;
}

/* 横並び */
.blogDl05 {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 24px;
}
@media (max-width: 770px) {
  .blogDl05 {
    grid-template-columns: 30% 1fr;
  }
}
.blogDl05 dd {
  display: flex;
  align-items: center;
}

.blogDl06 {
  margin: 0;
  padding: 0.5em;
  width: 100%;
  background-color: #fff;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blogDl06 dt {
  margin: 0;
  padding: 0.5em;
  font-weight: bold;
  background-color: #e0e0e0;
}
.blogDl06 dd {
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.blogDl06 dd .div1 {
  padding-left: 0.5em;
  border-left: 1px solid #333;
  font-size: 0.9em;
  clear: both;
}
.blogDl06 dd .div2 {
  color: #900;
  font-size: 0.76em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  clear: both;
}

.blogDl07 {
  margin: 20px auto; /* 全体の余白を中央寄せ */
  padding: 0;
}
.blogDl07__item {
  border: 2px solid #4d9bc1;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px; /* ボックス間のマージン */
}
.blogDl07__item dt {
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 0;
}
.blogDl07__item dd {
  margin: 0;
  padding: 10px 0 20px;
  border-top: 2px dashed #ccc !important; /* 点線の色と太さを調整 */
  -o-border-image: repeating-linear-gradient(90deg, #ccc, #ccc 2px, transparent 4px, transparent 8px) 1;
     border-image: repeating-linear-gradient(90deg, #ccc, #ccc 2px, transparent 4px, transparent 8px) 1;
}

.blogDl08 {
  margin: 20px auto;
  padding: 0;
  font-family: "Arial", sans-serif;
}
.blogDl08__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
.blogDl08__item:last-child {
  border-bottom: none;
}
.blogDl08__item dt {
  font-weight: bold;
  font-size: 1em;
  width: 20%; /* タイトル部分の固定幅 */
  color: #333;
}
.blogDl08__item dd {
  margin: 0;
  padding-left: 32px;
  color: #666;
  flex: 1; /* 説明部分が可変幅で広がる */
}

/* ---------------------------------------------- 強調表示 ------------------------------------------------ */
/* 下波線 */
.strongPnt {
  color: #000000;
  text-decoration: #ff0000 wavy underline;
  -webkit-text-decoration: #ff0000 wavy underline;
  font-weight: bold;
}

/* テキストバウンド */
.text__bound {
  color: red;
  font-size: 24px;
  font-weight: bold;
  -webkit-animation: key 0.3s ease infinite alternate;
          animation: key 0.3s ease infinite alternate;
}

@-webkit-keyframes key {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes key {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* 黄色大強調マーカー */
.mark {
  background: linear-gradient(transparent 70%, #fff799 70%);
  font-weight: bold;
  font-size: 2em;
}

/* オレンジマーカー */
.markerOrange {
  background: linear-gradient(transparent 60%, #ffce9e 0%);
  font-weight: bold;
}

/* グリーンマーカー */
.markerGreen {
  background: linear-gradient(transparent 60%, #b8ebe3 0%);
  font-weight: bold;
}

.markerYellow {
  background: linear-gradient(transparent 60%, #fff799 0%);
  font-weight: bold;
}

/* 下ドット */
.dot-text {
  position: relative;
}
.dot-text::before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: radial-gradient(circle 10px, orange 50%, transparent 50%);
  background: -moz-radial-gradient(circle 10px, orange 50%, transparent 50%);
}

/* 傾き */
.rotateText {
  transform: rotate(-10deg);
  display: inline-block;
  font-size: 1.5em;
}

/* オレンジ強調 */
.strongOrange {
  color: #f39c12;
  font-weight: bold;
}

/* ---------------------------------------------- テキストリンク ------------------------------------------------ */
.blogTextlink01 {
  padding: 10px;
  background-image: linear-gradient(#4aaca8, #4aaca8);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: color 0.5s, background-size 0.5s;
}
.blogTextlink01:hover {
  color: #fff !important;
  font-weight: bold;
  background-position: bottom left;
  background-size: 100% 100%;
}

/* ---------------------------------------------- 囲み ------------------------------------------------ */
/* リフォーム資材の価格改定のお知らせ */
.blogBox01 {
  position: relative;
  margin: 0 0;
  padding: 0.5em 1em;
  border: solid 2px #0284c7;
  border-radius: 8px;
}
.blogBox01 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #0284c7;
  font-weight: bold;
}
.blogBox01 p {
  margin: 0;
  padding: 0;
}

/* 太陽光発電のすゝめ */
.imgBox01 {
  margin: 3em 0 1.5em;
  padding: 1em 1.5em;
  line-height: 1.8;
  border: dashed 2px #dddddd;
  text-align: center;
}

/* ---------------------------------------------- 区切り線 ------------------------------------------------ */
.hrDiagonal {
  border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}

/* ---------------------------------------------- インフォメーション用 ------------------------------------------------ */
.infoEstate__title {
  margin-bottom: 48px !important;
  font-family: "Noto Serif JP", serif;
}
.infoEstate__text {
  line-height: 1.8;
  font-size: small;
}

.footerEstate {
  text-align: center;
}
.footerEstate__title {
  margin-bottom: 16px !important;
  font-family: "Noto Sans JP", sans-serif;
}
.footerEstate__text {
  line-height: 1.8;
  font-size: small;
}
.footerEstate__text.-strong {
  color: #0284c7;
  font-size: x-large;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  iframe {
    width: 320px;
  }
  .blogUl02__li__blk {
    flex-direction: column;
  }
  .blogUl02__li__blk__right {
    padding-left: initial;
  }
  .flowDetail__cont {
    width: 100%;
  }
  /* 2BOX */
  .blog2box {
    grid-template-columns: 1fr;
  }
  /* 3BOX */
  .blog3box {
    grid-template-columns: 1fr 1fr;
  }
  .onepimgR__img,
.onepimgL__img {
    width: 100% !important;
  }
  .onepimgR__cont,
.onepimgL__cont {
    width: 100% !important;
  }
  .onepimgR {
    flex-direction: column;
  }
  .onepimgL {
    flex-direction: column-reverse;
  }
  .referImg {
    flex-direction: column;
  }
  .referImg img {
    width: 100%;
  }
  .blogOl02 {
    margin-left: 0px !important;
    width: 100%;
  }
  .blogOl02 dt {
    width: 35%;
  }
  .blogOl02 dd {
    margin-left: 35%;
  }
  .blogDl02 {
    width: 100%;
  }
  .blogDl02 dt {
    width: 100%;
    border-top: none;
  }
  .blogDl02 dd {
    margin-left: 0;
  }
  .blogDl03 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .blogDl03 dd {
    margin: 0 0 0 5%;
  }
  .blogDl03 dd::before {
    content: "…";
  }
  .blogDl04 {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=blog.css.map */