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

  お庭通信詳細ページ
  single-notice.php

///////////////////////////////////////////////////////////////////////*/
html {
  scroll-behavior: smooth;
}
/*--------------------------------
  common.css内の設定の上書き
--------------------------------*/
#IntroductionBox {
  margin-bottom: 15px;
  padding-bottom: 0;
  border: none;
}
.ConstructionBox {
  padding-top: 0;
  border: none;
  background: none;
}
#IntroductionBox h1 {
  margin-bottom: 0;
}
.ConstructionBox .staffComment {
  padding: 0 0 0 25px;
}
.ConstructionBox .noticeComment {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: none;
  border-bottom: none;
}
/*--------------------------------
  コンテイナー
--------------------------------*/
.content-container {
  border: 1px solid #eee;
}
.ConstructionBox .staffCommentTxt {
  width: 568px;
  padding: 0 20px 0 0;
  color: #2a522d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.head-moomin-img img {
  width: 120px;
  height: auto;
}
/*--------------------------------
  見出し
--------------------------------*/
.ConstructionBox .closingComment .balloon-comment {
  width: auto;
  padding: 10px;
  font-size: 13px;
}
.closingComment h3 {
  color: #333;
}
/*--------------------------------
  内枠
--------------------------------*/
.descInner {
  width: auto;
  float: none;
  margin-left: 25px;
}
.descInner .moominImg {
  position: static;
  text-align: right;
}
/*--------------------------------
  サブタイトル
--------------------------------*/
.descBox .example_subtitle {
  margin: 0 0 16px 23px;
  padding: 6px 14px;
  background: transparent;
  border-left: solid 5px #2f7300;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

/*--------------------------------
  画像
--------------------------------*/
.descBox .descImg {
  margin-bottom: 20px;
  text-align: center;
}
.descBox .descImg .img_wrap {
  margin:0 auto;
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
}
.descBox img {
  display:block;
  max-width: 688px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border:1px solid #ccc;
  background:#F6F5F1;
}
.descBox .descImg .cap_image {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}
.descBox .descImg .example_movie {
  margin:0 auto 20px;
  border:1px solid #8CC500;
  background:#F6F5F1;
  display: inline-block;
  display: inline-flex;
}
.descBox .descImg .example_movie iframe {
  width: 640px;
  height: 360px;
  border: none;
}
.descInner .moominImg {
  display: flex;
  justify-content: flex-end;
}
.descInner .moominImg img {
  max-width: 270px;
  background: none;
  border: none;
}
/*--------------------------------
  本文
--------------------------------*/
.descBox .descTxt {
  width: auto;
  float: none;
  margin-bottom: 30px;
}
.descTxt > h2 {
  margin: 0 0 16px 0;
  padding: 6px 14px;
  background: transparent;
  border-left: solid 5px #2f7300;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.descTxt > h3 {
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 23px;
  font-weight: bold;
}
.descTxt > h3:before {
  display: inline-block;
  content: "";
  background-color: #8fc31f;
  border-radius: 50%;
  height: 12px;
  margin-right: 0.5rem;
  width: 12px;
}
.descTxt > p {
  margin-bottom: 0;
  margin-left: 0;
}
/*--------------------------------
  関連リンク
--------------------------------*/ 
.list-relevance {
  padding: 0 15px;
  background: url("../images/bg_gradation_top24.jpg") repeat-x left top;
}
.list-relevance_hd {
  padding: 14px 0;
  border-bottom: 1px solid #e1decd;
  color: #345832;
  font-size: 18px;
  font-weight: bold;
}
.IntroductionData {
  position:relative;
  width:722px;
  margin:0 auto;
}
.IntroductionData .moominImg {
  position:absolute;
  bottom:0;
  right:16px;
}
.IntroductionData p {
  margin-bottom:5px;
  color:#2A522C;
  border-bottom:1px dotted #ABA49F;
  font-size: 16.8px;
  font-weight: bold;
}
.introTable {
  margin-bottom:30px;
}
.introTable p {
  padding:3px 0 7px 17px;
  background:url(../images/ti_constructiondata_data.png) no-repeat left 0;
}
.introTable table {
  width:100%;
  font-size:16.8px;
  line-height:1.6;
}
.introTable th {
  width:140px;
  padding-bottom:2px;
  vertical-align:top;
}
.introTable td {
  padding-bottom:2px;
}
.introPoint {
  min-height: 160px;
}
.introPoint p {
  padding:3px 0 7px 26px;
  margin-bottom:10px !important;
  background:url(../images/ti_constructiondata_point.png) no-repeat left 0;
}
.introPoint li {
  font-size:16.8px;
  font-weight: bold;
  line-height:1.4;
  margin-bottom:10px;
  text-decoration: underline;
}
.introPoint li span {
  display:inline-block;
  width:25px;
  height: 25px;
  line-height:25px;
  margin-right:6px;
  border-radius: 50%;
  background-color: #8CC500;
  color:#FFF;
  font-weight: bold;
  text-align:center;
}

.conBar {
  padding:8px 10px;
  background:url(../images/bg_gradation_bottom24.jpg) repeat-x left bottom;
}
.conBar p {
  width:130px;
  float:left;
  margin-right:10px;
  color:#2A522C;
  font-size:16.8px;
  font-weight:bold;
}
.conBar p span {
  display:inline-block;
  width:25px;
  height:25px;
  line-height:25px;
  margin-left:3px;
  border-radius: 50%;
  background-color: #8CC500;
  color:#FFF;
  font-size:16.8px;
  text-align:center;
}
.conBar h2 {
  width:575px;
  float:left;
  color:#000;
  font-size: 16.8px;
  line-height:1.4;
}
.ConstructionBox .staffComment h3 {
  width:655px;
  display:table-cell;
  vertical-align:middle;
  line-height:1.4;
  color:#2A522C;
  font-size:16.8px;
  padding:5px 0 5px 15px;
}
.customerComment {
  margin-bottom:15px;
  background:url(../images/bg_customercomment_top.jpg) repeat-x left top;
}
.customerComment .innerBg {
  padding:10px 8px;
  background:url(../images/bg_customercomment_bottom.jpg) repeat-x left bottom;
}
.customerComment .balloon {
  width:660px;
  display:table-cell;
  vertical-align:middle;
  background:url(../images/bg_baloon_customer.png) no-repeat left center;
  padding-left:14px;
}
.customerComment h3 {
  display:inline-block;
  width:auto;
  padding:10px;
  background:#8CC500;
  border-radius: 5px;
  border-radius: 5px;
  line-height:1.4;
  color:#FFF;
  font-size:16.8px;
}

/* ====================================================
  動画
====================================================*/
.example_movie {
  margin:30px 0;
  display: flex;
  justify-content: center;
}
.example_movie#movie02 {
  margin-bottom: 60px;
}
.example_movie iframe {
  width: 600px;
  height: 338px;
  border: none;
}
/* ====================================================
  ブログお問合せ
====================================================*/
.article-form {
  margin: 30px 0;
}
.article-form_ttl {
  margin-bottom: 3px;
  text-align: center;
}
.article-form_btn {
  text-align: center;
}
/* ====================================================
  関連キーワード
====================================================*/
.tagBox {
  padding: 9px;
  margin: 0;
}
.tagBox div {
  width: 599px;
  float: right;
}
.tagBox .tagBox_ttl,
.tagBox h3 {
  width: 112px;
  float: left;
}
.tagBox a {
  display: inline-block;
  padding:6px 5px;
  margin:0 5px 5px 0;
}
/* ====================================================
  この記事へのご質問はこちら
====================================================*/
.wlc-art-contact {
  margin: 0 40px 10px;
}
/* ====================================================
  文章中サムネイル画像入りリンク
====================================================*/
.gp-guide-tie {
  margin-right: 0;
  margin-left: 0;
}
/* ====================================================
  目次
====================================================*/
#toc_container {
  position: relative;
  box-sizing: border-box;
  width: 642px;
  margin: 32px auto 64px;
  padding: 28px 30px 34px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
}
#toc_container .toc_title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
}
#toc_container .toc_list ul {
  margin-top: 14px;
  margin-left: 1em;
}
#toc_container .toc_list li {
  margin-bottom: 14px;
}
#toc_container .toc_list a {
  display: inline-block;
  padding-left: 14px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-indent: -14px;
}
#toc_container .toc_list a:hover {
  text-decoration: none;
}
#toc_container .toc_list a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #d1d5db;
  border-radius: 50%;
  vertical-align: middle;
}
#toc_container .toc_list_more {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 44px;
  width: 90%;
  height: 30px;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 60%);
  text-align: center;
}
#toc_container .toc_list_more a {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #333;
}
#toc_container .toc_list_more a:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -30px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")top center no-repeat;
}
#toc_container .-is-hide {
  display: none;
}