/*
* Blog
*/
.blog-list-image img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp .blog-detail-header{
	padding:0 20px;
}
.sp .blog-detail-body{
	padding:0 20px;
}
.blog-detail-body section{
	padding-bottom:50px;
}
.blog-detail-body .section-image img{
	margin-bottom:30px;
}
.blog-detail-body h2{
	font-size:2.4rem;
	border-bottom:2px solid #ffe400;
	font-weight:normal;
	margin-bottom:50px;
	padding-bottom:10px;
}
.blog-detail-body h3{
	font-size:2.0rem;
	font-weight:normal;
	position:relative;
	padding-left:20px;
	margin-bottom:25px;
}
.blog-detail-body h3::before{
  display: inline-block;
  content: "";
  width: 5px;
  height: 100%;
  background: #ffe400;
  position: absolute;
  left: 0;
}
.blog-detail-body p{
	padding:0 0 50px 0px;
}
.blog-detail-body p.pdb25{
	padding-bottom:25px;
}
.blog-detail-body .dotted{
	margin-bottom: 25px;
  padding-left: 10px;
  background: #ffe400;
  margin-left: 20px;
}
.blog-detail-body .dotted dt{
	float: left;
  font-weight: bold;
}
.blog-detail-body .dotted dd{
	margin-left:10px;
	display: inline;
}
.blog-detail-body .bg-glay{
	border:1px solid #eeeeee;
	padding:30px;
	margin-bottom:25px;
}
.blog-detail-body .bg-glay h4{
	margin-bottom:25px;
}
.blog-detail-body .bg-glay p{
	padding:0;
}
.blog-detail-body .summary-bloc{
	margin-top: 75px;
	margin-bottom:100px;
  background: #eee;
  padding: 50px;
}
.blog-detail-body .summary-bloc h2{
	border-bottom:none;
}
.blog-detail-body .summary-bloc p{
	padding:0;
}
.blog-detail-body table{
	border:1px solid #ccc;
	margin-bottom:50px;
	width:100%;
}
.blog-detail-body tr{
	border-bottom:1px solid #ccc;
}
.blog-detail-body tr th{
	text-align:center;
	background:#fffbf0;
	padding:20px;
	border-right:1px solid #ccc;
}
.blog-detail-body tr td{
	padding:20px;
	border-right:1px solid #ccc;
}