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

	外構工事の施工解説
  外構・お庭ライトアップテクニック

///////////////////////////////////////////////////////////////////////*/
.supervision h2  {
	color: #333;
	border-bottom: solid 1px #333;
}
.supervision_subttl {
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.supervision_note {
  width: 422px;
}
#toc_container h2 {
	color: #333;
}
.explanation-body-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 24px;
  padding-left: 0;
  color: #333;
  height: 32px;
  background: none;
  border-bottom: solid 1px #ddd;
  position: relative;
}
.explanation-body-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background: #333;
}
.explanation-body-sbttl {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.explanation-body-sbttl::before,
.explanation-body-sbttl::after {
  content: "";
  width: 32px;
  height: 1px;
  background: #333;
}
.explanation-body_detail {
  display: flex;
  align-items: flex-start;
  gap: 24px;
	margin-bottom: 16px;
}
.explanation-body-detail--body {
  flex: 1;
}
.explanation-body-detail--img {
  flex-shrink: 0;
	margin: 0;
}
.explanation-body-detail--img img {
  width: 100%;
  height: auto;
  display: block;
}
.explanation-body-detail--ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.explanation-body_point {
	background: #f5f5f5;
	padding: 16px 24px;
	border-radius: 8px;
	margin-bottom: 24px;
}
.explanation-body_point--ttl {
	display: inline-block;
  width: auto;
  height: auto;
	background: #333;
	color: #fff;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0 16px;
	border-radius: 4px;
}

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

	画像切り替え

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

.lighting-toggle {
  max-width: 730px;
  margin: 0 auto 64px;
}
.lighting-toggle-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.lighting-toggle-img img {
  width: 100%;
  display: none;
}
.lighting-toggle-img img.is-active {
  display: block;
}
.lighting-toggle-head {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
  background: #f5f5f5;
}
.lighting-toggle-head button {
  min-width: 140px;
  height: 42px;
  border: none;
  background: #f5f5f5;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: .3s;
  position: relative;
}
.lighting-toggle-head button + button {
  border-left: 1px solid #ddd;
}
.lighting-toggle-head button.is-active {
  background: #333;
  color: #fff;
}

.explanation-body-detail--note {
  font-size: 12px;
  color: #aaa;
}

.explanation-body-link {
  color: #5e8120;
  text-align: right;
  margin-top: 16px;
  font-weight: bold;
}
.explanation-body-link a {
  color: #5e8120;
  text-decoration: none;
}
.explanation-body-link:hover {
  opacity: 0.7;
}
.explanation-body-link::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 6px;
  height: 12px;
  background: url(/sp/public02/img/common/icon_next-olivedrab.svg) right no-repeat;
  vertical-align: middle;
  background-size: contain;
}

.box_form .invitation {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 40px;
  margin: 0 auto 16px;
}
.invitation::before {
  content: "＼";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.invitation::after {
  content: "／";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}