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

	新築外構一式

///////////////////////////////////////////////////////////////////////*/
.newbuilding {
  position: relative;
  top: -20px;
	margin: 0 0 0 -8px;
}
.newbuilding_bnr {
	margin-bottom: 24px;
}
.newbuilding_thumb {
	display: flex;
	gap: 0 16px;
	margin-bottom: 40px;
}
.newbuilding_ttl {
	margin-bottom: 24px;
	padding-left: 24px;
	line-height: 64px;
	height: 64px;
	font-size: 20px;
	font-weight: bold;
	background-color: #eee;
}
.newbuilding_txt {
	line-height: 1.714;
	text-align: justify;
	margin-bottom: 8px;
}

/* ====================================================
  目次
====================================================*/
#toc_container {
	position: relative;
	margin-bottom: 64px;
	border: solid 1px #ddd;
	border-radius: 8px;
	padding: 24px 40px;
}
#toc_container h2 {
	font-weight: bold;
	font-size: 16px;
	color: #2f7300;
  margin-bottom: 16px;
}
.toc_list li {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: bold;
}
.toc_list li a {
  color: #333;
	text-decoration: none;
}
.toc_list li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #ddd;
  border-radius: 50%;
  vertical-align: middle;
}
.toc_sublist {
	margin-left: 1rem;
}
.toc_sublist li {
	font-size: 14px;
	font-weight: normal;
}
.toc_sublist li a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 8px;
  background-color: #ddd;
  vertical-align: middle;
	border-radius: 0;
}
.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_list_more a {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  color: #333;
	text-decoration: none;
}
.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;
}
.-is-hide {
  display: none;
}

.newbuilding_box {
	margin-bottom: 64px;
}
.newbuilding_box img {
	margin-bottom: 16px;
}
.newbuilding_body {
	margin-bottom: 48px;
}
.newbuilding_ttl-sub {
  padding-left: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  border-left: solid 5px #2f7300;
	line-height: 1.5;
}

/* ====================================================
  ボタン
====================================================*/
.newbuilding_btn {
  width: 400px;
	margin: 24px auto; 
}
.newbuilding_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	width: 400px;
  height: 48px;
  padding: 0 40px;
  border: 1px solid #2f7300;
  border-radius: 9999px;
  color: #2f7300;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s;
}
.newbuilding_btn a::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2f7300;
  background-image: url(/sp/public02/img/common/icon_next-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 14px;
  transition: 0.3s;
}
#container .newbuilding_btn a:hover {
  background: #2f7300;
  color: #fff;
}
.newbuilding_btn a:hover::after {
  background-color: #fff;
  background-image: url(/sp/public02/img/common/icon_next-darkgreen.svg);
}

.newbuilding_body ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.newbuilding_link {
	text-align: right;
	font-weight: bold;
	margin-top: 24px;
}
.newbuilding_link a {
	position: relative;
	color: #2f7300;
	text-decoration: none;
	padding-right: 16px;
}
.newbuilding_link a:hover {
	opacity: 0.7;
}
.newbuilding_link a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 7px;
  height: 12px;
  background-image: url(/sp/public02/img/common/icon_next-darkgreen.svg);
	background-size: contain;
  vertical-align: middle;
}
.newbuilding_img {
	display: flex;
	gap: 0 16px;
}
.newbuilding_last {
	padding-top: 24px;
	border-top: #ccc solid 1px;
}