@charset "utf-8";
/*///////////////////////////////////////////////////////////////////////

外壁塗装コラム

///////////////////////////////////////////////////////////////////////*/
/* ====================================================
  ページトップへ戻るボタン
====================================================*/
.page-top-column {
  position: fixed;
  bottom: -100px;
  right: 56px;
  right: calc((100% - 980px) / 2 - 100px);
  z-index: 998;
}
@media screen and (max-width: 1300px) {
  .page-top-column {
    display: none;
  }
}
.page-top-column a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 34px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color:#fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.10);
  color: #f9595a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
.page-top-column a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 24px;
  margin: 0 auto;
  background: url("/public/img/common/icon_next-lightbrilliantred.svg") left top no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.column_ttl {
  margin: 16px 0 52px;
}
.column_hd {
  display: table;
  height: 38px;
  margin: 0 auto 30px;
  padding: 0 24px;
  border-radius: 19px;
  background-color: #f5f5f5;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
}
/* ====================================================
  人気のコラム
====================================================*/
.column-rank {
  position: relative;
  margin: 60px 0 0;
  counter-reset: number 0;
}
.column-rank_ttl {
  margin-bottom: 29px;
  text-align: center;
}
.column-rank_ttl-txt {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 26px;
  background-color: #ffecec;
  border-radius: 19px;
  color: #ff5c5c;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.column-rank-list li {
  display: none;
  width: 203px;
}
.column-rank-list li:last-of-type {
  margin-right: 0;
}
.column-rank-box {
  position: relative;
  display: block;
}
.column-rank-box::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: -5px;
  left: -8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #fb525e;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.column-rank-list a {
  display: block;
  text-decoration: none;
}
.column-rank-box_img {
  margin-bottom: 10px;
}
.column-rank-box_img img {
  object-fit: contain;
  width: 100%;
  max-height: 161px;
  height: auto;
  border-radius: 6px;
}
.column-rank-box_txt {
  color: #111;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.3;
}
/* ====================================================
  bxslider
====================================================*/
.bx-viewport .column-rank-list li {
  display: block;
  padding: 5px 0 0 8px;
}
.column-rank .bx-prev,
.column-rank .bx-next {
  position: absolute;
  top: 158px;
  display: block;
  width: 13px;
  height: 23px;
  background: url(/public/img/common/icon_next-lightbrilliantred.svg) left top no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
}
.column-rank .bx-prev.disabled,
.column-rank .bx-next.disabled {
  opacity: 0.3;
}
.column-rank .bx-prev {
  left: 0;
  transform: rotate(180deg);
}
.column-rank .bx-next {
  right: 0;
}
/* ====================================================
  bxslider
====================================================*/
.bx-viewport .pop-blog-rank-list li {
  display: block;
  padding: 5px 0 0 8px;
}
.pop-blog-rank .bx-prev,
.pop-blog-rank .bx-next {
  position: absolute;
  top: 158px;
  display: block;
  width: 13px;
  height: 23px;
  background: url(/public/img/common/icon_next-lightbrilliantred.svg) left top no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
}
.pop-blog-rank .bx-prev.disabled,
.pop-blog-rank .bx-next.disabled {
  opacity: 0.3;
}
.pop-blog-rank .bx-prev {
  left: 0;
  transform: rotate(180deg);
}
.pop-blog-rank .bx-next {
  right: 0;
}
/* ====================================================
  タグ
====================================================*/
.related-tag-column {
  margin-bottom: 30px;
}
.related-tag-column_ttl {
  display: flex;
  align-items: center;
  min-height: 37px;
  margin-bottom: 20px;
  padding: 0 12px;
  border-radius: 3px;
  background-color: #eee;
  font-size: 18px;
}
.related-tag-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0 30px;
}
.related-tag-column-list-wrap.is-hide {
  overflow: hidden;
  height: 28px;
}
.related-tag-column-list li {
  margin: 0 10px 10px 0;
}
.related-tag-column-list li:last-of-type {
  margin-right: 0;
}
.related-tag-column-list a {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 11px;
  text-decoration: none;
}
/* ====================================================
  関連する施工例
====================================================*/
.ext-rel-link-construction .ext-rel-link_list {
  display: flex;
  justify-content: space-between;
  padding: 0 0;
}
.ext-rel-link-construction .ext-rel-link_list li {
  width: 229px;
  margin-bottom: 28px;
}
.ext-rel-link-construction .ext-rel-link_list a {
  text-decoration: none;
}
.ext-rel-link-construction .ext-rel-link_list p.const-case-item_customer {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.ext-rel-link-construction .ext-rel-link_list--norm a::before {
  display: none;
}
.ext-rel-link-construction .ext-rel-link_list img {
  width: 229px;
  height: auto;
}
.ext-rel-link-construction .ext-rel-link_more {
  text-align: right;
}
.ext-rel-link-construction .ext-rel-link_more a {
  color: #ff4041;
  font-size: 14px;
  text-decoration: underline;
}
.ext-rel-link-construction .ext-rel-link_more a:hover {
  text-decoration: none;
}
.ext-rel-link-construction .ext-rel-link_more a::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  border: 3px solid transparent;
  border-left: 6px solid #ff4041;
  border-right: none;
  vertical-align: middle;
}
/* ====================================================
  アクセス数の多い記事
====================================================*/
.related-tag-post {
  position: relative;
  margin-bottom: 52px;
}
.related-tag-post .acrosspage-links-box_ttl {
  margin-bottom: 34px;
}
.related-tag-post-list li {
  display: none;
}
.related-tag-post-list a {
  display: block;
  text-decoration: none;
}
.related-tag-post_img {
  margin-bottom: 10px;
  box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.1);
  max-height: 140px;
  overflow: hidden;
  display: flex;
}
.related-tag-post_img img {
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  z-index: -1;
}
.related-tag-post_txt {
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.show_more {
  text-align: right;
  padding-right: 12px;
  background: url(/public/img/common/icon_next-brilliantred.svg) right center no-repeat;
  background-size: 7px auto;
  color: #f9595a;
  font-size: 15px;
  margin-top: 30px;
}
.show_more a{
  color: #f9595a;
}
.show_more br{
  display: none;
}
.show_more a:hover{
  text-decoration: none;
}
/* ====================================================
  bxslider
====================================================*/
.bx-viewport .related-tag-post-list li {
  display: block;
}
.related-tag-post .bx-prev,
.related-tag-post .bx-next {
  position: absolute;
  top: 160px;
  display: block;
  width: 13px;
  height: 23px;
  background: url(/public/img/common/icon_next-lightbrilliantred.svg) left top no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
}
.related-tag-post .bx-prev.disabled,
.related-tag-post .bx-next.disabled {
  opacity: 0.3;
}
.related-tag-post .bx-prev {
  left: 0;
  transform: rotate(180deg);
}
.related-tag-post .bx-next {
  right: 0;
}

/* ====================================================
  よくある質問リンク
====================================================*/
.acrosspage-links-faq-txt .link {
  color: #007fe5;
}
.faq-block_answer-link {
  margin-top: 10px;
  text-align: right;
}
.faq-block_answer-link a {
  color: #007fe5;
  padding-right: 15px;
  background: url(/sp/img/common/icon_next-brilliantcornflowerblue.svg) right center no-repeat;
  background-size: 8px auto;
}