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

	外構工事の施工解説

/////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* =====================================================================================================

	共通設定

======================================================================================================*/
#mainContents ,
#mainContents {
  border: none !important;
}
div#snippet_foot_form_link::before {
	display: none !important;
}
.disaster-content {
  position: relative;
  top: -11px;
  left: -16px;
  width: 730px;
  margin-bottom: 70px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.disaster-content_ttl {
  margin-bottom: 40px;
}
.disaster-content_lead {
  margin-bottom: 52px;
}
.disaster-content_lead,
.disaster-content_txt,
.disaster-content-list {
  font-size: 16px;
}
.disaster-content_hd {
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: bold;
}
.disaster-content_hd::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #006a25;
  margin-right: 8px;
  margin-bottom: -2px
}
.disaster-content_hd_sub {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #2f7300
}
/* h2単位の固まり */
.disaster-content-box {
  margin-bottom: 52px;
}
/* h3単位の固まり */
.disaster-content-block {
  margin-bottom: 40px;
}
.disaster-content_txt {
  margin-bottom: 20px;
}
.disaster-content-box_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.disaster-content-box_wrap--reverse {
  flex-direction: row-reverse;
}
.disaster-content-box_wrap--img {
  display: flex;
  margin-bottom: 30px;
}
.disaster-content_txt--ttl {
  display: block;
  margin-bottom: 5px;
  color: #618115;
  font-weight: bold;
}
.disaster-content_img {
  margin-right: 30px;
}
.disaster-content-box_wrap--reverse .disaster-content_img{
  margin: 0 0 0 30px;
}
.disaster-content_img img {
  width: 250px;
  height: 250px;
}
.disaster-content-list_txt {
  margin-bottom: 24px;
}
.disaster-insurance_link {
  color: #618115;
  text-decoration: underline;
}
.disaster-content-list {
  margin-bottom: 52px;
}
.disaster-content-list_detail dt {
  color: #618115;
  font-weight: bold;
}
.disaster-content-list_detail dd {
  margin-bottom: 24px;
}
.disaster-content-list_detail dd:nth-child(3) {
  margin-bottom: 0;
}
.disaster-page-top_btn a {
  box-sizing: border-box;
  display: block;
  width: 290px;
  min-height: 50px;
  margin: 52px auto 0;
  border: 1px solid #618115;
  border-radius: 6px;
  font-size: 18px;
  color: #618115;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
}
.disaster-page-top_btn a:hover {
  background-color: #f4f9e8;
}
.disaster-content_img .disaster-content_img-auto {
  width: auto;
  height: auto;
}

/* =====================================================================================================

	関連する商品の対策

======================================================================================================*/
.cont-click-item-chain {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
.cont-click-item-chain li {
  display: inline-block;
}
.cont-click-item-chain a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.cont-click-item-chain a::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  border: 6px solid transparent;
  border-left: 9px solid #2f7300;
  border-right: none;
  vertical-align: middle;
}
.gpcat-chain_ttl--small a::before {
  margin-right: 10px;
}
.gpcat-chain_ttl--small a {
  font-size: 15px;
}
.cont-click-item-chain a:hover {
  background-color: #f0f9e5;
}
