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

	外構工事の施工解説
	詳細ページ

///////////////////////////////////////////////////////////////////////*/
.box_form {
	margin-top: 0;
}
.showcase-explanation {
	position: relative;
	top: -11px;
	left: -16px;
	width: 730px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.8;
}
.intro {
	font-size: 16px;
	margin-bottom: 32px;
}
/* ====================================================
  この記事の監修
====================================================*/
.supervision {
	margin-bottom: 32px;
	border: solid 1px #ddd;
	border-radius: 8px;
	padding: 24px 40px;
}
.supervision h2 {
	font-size: 16px;
	color: #025300;
	padding: 8px;
	border-bottom: solid 1px #025300;
	margin-bottom: 24px;
}
.supervision_detail {
	display: flex;
}
.upervision_pic img {
	border: 1px solid #ddd;
}
.supervision_body {
	margin-left: 40px;
}
.supervision_note {
	padding: 24px 32px;
	background-color: #f5f5f5;
	border-radius: 8px;
	margin-bottom: 24px;
}
.supervision_note ul {
	margin-bottom: 16px;
}
.supervision_name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 16px;
}
.supervision_post {
	margin-left: 16px;
	font-size: 14px;
	font-weight: normal;
}
.supervision_subttl {
	font-weight: bold;
	color: #025300;
	margin-bottom: 8px;
}
.supervision_link {
	font-weight: bold;
	text-align: right;
}
.supervision_link a {
	color: #5e8120;
	text-decoration: none;
}
.supervision_link a:hover {
	opacity: 0.7;
}
.supervision_link a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border: 5px solid transparent;
  border-left: 9px solid #5e8120;
  border-right: none;
  vertical-align: middle;
}

/* ====================================================
  目次
====================================================*/
#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: #025300;
  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;
}

/* ====================================================
  内容
====================================================*/
.explanation-body {
	margin-bottom: 80px;
}
.explanation-body-ttl {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 16px;
	padding-left: 8px;
	color: #025300;
	background: url(/public/img/static/showcase-explanation/slab_concrete/ttl_img.svg) no-repeat center bottom;
  background-position: 0 28px;
	height: 45px;
}
.explanation-body-img {
	margin-bottom: 16px;
}
.explanation-body-txt {
	text-align: justify;
}
.explanation-body-subttl {
	font-size: 16px;
	font-weight: bold;
	color: #025300;
  background-color: #f5f5f5;
	padding: 12px 0 12px 8px;
	margin: 16px 0;
}
.explanation-body-subttl::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
	background: url(/public/img/static/showcase-explanation/slab_concrete/shovel.svg) no-repeat center;
  background-size: contain;
	vertical-align: middle;
	padding-right: 32px;
}
.explanation-body-detail {
	display: flex;
}
.explanation-body-detail--img {
	margin-right: 24px;
}

/* ====================================================
	施工場所
====================================================*/
.explanation-body .list {
	margin-top: 20px;
}
.explanation-body .list li {
	position: relative;
	float: left;
	margin-right: 20px;
}
.explanation-body .list li.rightmost {
	margin-right: 0;
}
.explanation-body .list .name {
	position: relative;
  display: inline-flex;
	margin-top: 16px;
  align-items: center;
  min-height: 40px;
	width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
	color: #5e8120;
  font-weight: bold;
  text-decoration: none;
	justify-content: center;
}
.explanation-body .list .name::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: auto 0;
	background: url(/sp/public02/img/common/icon_next-olivedrab.svg) left top no-repeat;
	background-size: contain;
}
.explanation-body .list a {
	transition: opacity 0.2s ease-in-out;
}
.explanation-body .list a:hover {
	opacity: 0.7;
}

/* ====================================================
	施工手順
====================================================*/
.explanation-body .explanation-body-media {
	display: flex;
	position: relative;
	margin-bottom: 52px;
	padding: 24px;
	background-color: #f5f5f5;
}
.explanation-body-media--detail {
	padding-left: 24px;
}
.explanation-body-media--subttl {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #025300;
}
.explanation-body-media--subttl .num {
	font-size: 18px;
}
.explanation-body-media::before {
  content: '';
  position: absolute;
	left: 50%;
	bottom: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #025300;
  border-bottom: 0;
}	
#i-6-7 .explanation-body-media::before {
	display: none;
}	

/* ====================================================
  ポイント
====================================================*/
.explanation-body-note {
	font-size: 12px;
	text-align: right;
	margin-bottom: 16px;
}
.point {
	margin-top: 16px;
}
.point-ttl {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background-color: #025300;
	padding-top: 2px;
	width: 120px;
	border-radius: 8px 8px 0 0;
	text-align: center;
	letter-spacing: 0.1rem;
}
.point ul {
	border: solid 1px #025300;
	padding: 24px;
}
.point li {
	position: relative;
	padding-left: 40px;
}
.point li:not(:last-child) {
  margin-bottom: 16px;
}
.point li::before {
  content: "";
	position: absolute;
	top: 2px;
	left: 0;
  width: 19px;
  height: 16px;
  background: url(/public/img/static/showcase-explanation/slab_concrete/check.svg) no-repeat center;
  background-size: contain;
  padding-right: 16px;
}

/* ====================================================
  事例
====================================================*/
.explanation-body-case {
	display: flex;
	border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
.explanation-body-lastcase {
	display: flex;
}
.explanation-body-case--img {
	margin-right: 24px;
}
.explanation-body-case--ttl {
	font-size: 16px;
	font-weight: bold;
	color: #025300;
	margin-bottom: 8px;
}

/* ====================================================
  QA
====================================================*/
.qa li {
	margin: 0 0 16px 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
}
.qa-ttl {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	margin-bottom: 8px;
}
.qa-ttl-icon {
	color: #025300;
	font-weight: bold;
	font-size: 24px;
	margin-right: 16px;
}
.qa-txt {
	display: flex;
	margin-bottom: 8px;
}
.qa-txt-icon {
	color: #ff6617;
	font-weight: bold;
	font-size: 24px;
	margin: -2px 16px 0 0;
}
.qa .link {
  color: #5e8120;
  text-align: right;
  font-weight: bold;
}
.qa .link a {
  color: #5e8120;
	text-decoration: none;
}
.qa .link a:hover {
	opacity: 0.7;
}
.qa .link::after {
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 6px;
  height: 12px;
  background: url(/sp/public02/img/common/icon_next-olivedrab.svg) right no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.explanation-link {
	position: relative;
	width: fit-content;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 64px;
	margin: 24px auto 0 ;
	border:  solid 1px #ddd;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	display: flex;              
  flex-direction: column;     
  align-items: center;        
}
.explanation-link a {
	color: #5e8120;
	text-decoration: none;
}
.explanation-link::after {
	content: "";
  position: absolute;
  top: 35%;
  right: 16px;
  width: 7px;
  height: 18px;
  background: url(/sp/public02/img/common/icon_next-olivedrab.svg) right no-repeat;
  vertical-align: middle;
	background-size: contain;
}
.explanation-link-more-info {
  display: flex;
  align-items: baseline;
  color: #333;
	justify-content: center;    
  gap: 4px;                   
}
.explanation-link-more-info_ttl {
	font-weight: normal;
  font-size: 14px;
}
.explanation-link-more-info_num {
  color: #ff6617;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.explanation-link-more-info_txt {
	font-weight: normal;
  font-size: 12px;
}

/* ====================================================
  工事実績
====================================================*/
.showcase-list {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
	scrollbar-width: none;
}
.showcase-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
	margin-left: 19px;
}
.showcase-list li img {
	object-fit: cover;
	width: 220px;
	height: 200px;
	margin-bottom: 8px;
}
.showcase-list li p {
	color: #333;
	width: 220px;
	text-decoration: none;
	text-align: justify;
}
.showcase-list li a {
	text-decoration: none;
}
/* ...existing code... */
.showcase-slider-wrap {
  position: relative;
  max-width: 730px;
  margin: 0 auto 16px;
}
.showcase-slider-prev,
.showcase-slider-next {
  position: absolute;
  top: 55px;
  display: block;
  width: 28px;
  height: 92px;
  margin-top: 0;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
	border: none;
}
.showcase-slider-prev[disabled],
.showcase-slider-next[disabled] {
  opacity: 0;
  cursor: default;
}
.showcase-slider-prev {
  left: 0;
  background: url(/public/img/showcase/cate/detail/icon_prev_gray.png) center center no-repeat #fff;
  border-radius: 0 5px 5px 0;
}
.showcase-slider-next {
  right: 0;
  background:url(/public/img/showcase/cate/detail/icon_next_gray.png) center center no-repeat #fff;
  border-radius: 5px 0 0 5px;
}
.showcase-list {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0;
  margin: 0;
}
.showcase-list::-webkit-scrollbar {
  display: none;
}



/* ====================================================
  ブログ
====================================================*/
.blog-list li {
	display: flex;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
}
.blog-list li a {
	display: contents;
}
.blog-list li:hover {
	opacity: 0.7;
}
.blog-img img {
	margin-right: 24px;
	object-fit: cover;
	width: 230px;
	height: 200px;
}
.blog-ttl {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
	color: #025300;
}
.blog-date {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-bottom: 24px;
}
.new {
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	padding: 2px 4px;
	margin-left: 8px;
	border: 1px solid #ff0000;
}
.blog-txt {
	color: #333;
}
.blog-link {
	position: absolute;
	bottom: 16px;
	right: 0;
	color: #5e8120;
	text-align: right;
	font-weight: bold;
}
.blog-link::after {
  content: "";
  display: inline-block;
	margin-left: 16px;
  width: 6px;
  height: 12px;
  background: url(/sp/public02/img/common/icon_next-olivedrab.svg) right no-repeat;
  vertical-align: middle;
	background-size: contain;
}

/* ====================================================
  動画
====================================================*/
.movie_list li {
	position: relative;
}
.movie_list li a {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 0 40px 16px 0;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
.movie_img {
	margin-right: 24px;
}
.movie_img img{
	width: 230px;
}
.movie_txt {
	color: #333;
}
.movie_list li::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 8px;
  height: 16px;
  background: url(/sp/public02/img/common/icon_next-sidegray.svg) right no-repeat;
  vertical-align: middle;
	background-size: contain;
}

/* ====================================================
  関連情報
====================================================*/
.explanation-cahin li {
	margin-bottom: 8px;
}
.explanation-cahin a {
	color: #097ed5;
  font-size: 13px;
  text-decoration: none;
}
.explanation-cahin a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  border: 3px solid transparent;
  border-left: 6px solid #097ed5;
  border-right: none;
  vertical-align: middle;
}

/* ====================================================
  外構工事解説カテゴリ
====================================================*/
.explanation-cate {
	display: grid ;
  grid-template-columns: 230px 230px 230px;
  gap: 16px 18px;
}
.explanation-cate a {
	text-decoration: none;
}
.explanation-cate-img {
	margin-bottom: 8px;
}
.explanation-cate-name {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}



.showcase-explanation img {
	vertical-align: bottom;
}
.showcase-explanation .ttl {
	margin-bottom: 20px;
}
.showcase-explanation .lead {
	margin-bottom: 20px;
}
.showcase-explanation .media {
	margin-bottom: 30px;
}
.showcase-explanation .media img {
	float: left;
}
.showcase-explanation .media .txt {
	float: right;
	width: 355px;
	text-align: justify;
}
.showcase-explanation .hd {
	font-size: 21px;
	font-weight:bold;
	margin: 0 0 20px;
}
.showcase-explanation .hd_sub {
	margin: 20px 0 7px;
	font-size: 18px;
	font-weight:bold;
	color: #2f7300;
}
.showcase-explanation .hd::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #006a25;
	margin-right: 8px;
	margin-bottom: -2px;
	*display: none; /* IE7 */
}
.showcase-explanation .indent {
	margin: 0 0 30px 20px;
}
.box_related_movie, .user-flow {
	display: none;
}

#i-16 {
	position: relative;
    top: -11px;
    left: -16px;
    width: 730px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.8;
}