@charset "utf-8";
.post {
	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap: wrap;
  	-webkit-justify-content: space-between; /* Safari */
  	justify-content: space-between;
  	border: none;
}
.post > ul {
	padding-bottom: 44px;
	overflow: hidden;
}
.post ul li.postName {
	width: 700px;
	float: left;
}
.post ul li.author {
	width: 120px;
	float: right;
}
.post ul li.author img {
	padding-bottom: 13px;
}
.post ul li.author p {
	line-height: 1.0;
	margin: 0;
	padding-bottom: 10px;
	font-size: 12px;
}
.post ul li time {
	display: block;
	width: 100%;
	padding-bottom: 35px;
}
.post ul li h2 {
	display: block;
	margin: 0;
	line-height: 1.5;
	width: 100%;
	text-align: left;
	font-size: 30px;
	padding-bottom: 34px;
}
.post ul li {
	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap: wrap;
  	-webkit-justify-content: space-between; /* Safari */
  	justify-content: space-between;
}
.post ul li dl {
	padding-bottom: 6px;
	display: table;
	width: 100%;
}
.post ul li dl dt {
	display: table-cell;
	width: 86px;
}
.post ul li dl dt span {
	width: 100%;
	color: #b4b4b4;
	font-size: 10px;
	letter-spacing: 0.2em;
}
.post ul li dl dd a {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 600;
}
.post ul li dl dd {
	display: table-cell;
}
.single_thumbnail {
	width: 100%;
}
.single_thumbnail img {
	padding-bottom: 60px;
	width: 100%;
	height: auto;
}
#related {
	margin-top: 51px;
}
.post > p {
	line-height: 2.0;
	font-size: 15px;
	margin: 0;
	display: block;
	width: 100%;
}

#related > h2 {
	text-align: center;
	display: block;
	background-color: #f0f0f0;
	font-size: 14px;
	padding: 10px 0;
	line-height: 1.0;
	margin-bottom: 23px;
}
#related ul {
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

#related ul li {
	width: 50%;
	width: 345px;
	border: 1px solid #dadada;
	padding: 23px 25px;
	box-sizing: border-box;
}
#related ul li article {
	position: relative;
}
#related ul li article > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#related ul li article .relateThumb{
	width: 120px;
}
.relateThumb span {
	width: 120px;
	height: 120px;
	display: block;
	background-position: center center;
	background-size: cover;
}
.relateThumb span.noImage {
	background-image: url(../images/blog/noImage.jpg);
}
.relateInfo {
	padding-left: 23px;
}
.relateInfo time {
	padding-bottom: 8px;
	display: block;
}
.relateInfo h2 {
	margin: 0;
	line-height: 1.72em;
	text-align: left;
}
#related ul li article {
	-webkit-align-items: flex-start; /* Safari */
	align-items: flex-start;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
}
.singleContact {
	clear: both;
	margin-top: 45px;
}
.singleContact ul {
	padding: 53px 54px;
	background-color: #3d3d3d;
	-webkit-align-items: flex-center; /* Safari */
  	align-items: flex-center;
}
.singleContact ul li:first-child {
	width: 144px;
	padding-right: 45px;
}
.singleContact ul li:first-child figure img {
	width: 100%;
}
.singleContact ul li:nth-child(2) {
	width: 400px;
}
.singleContact ul li:nth-child(2) span {
	font-size: 23px;
	color: #fff;
	line-height: 2.0;
	margin-bottom: 22px;
	display: block;
}
.singleContact ul li:nth-child(2) a {
	font-size: 20px;
	color: #3d3d3d;
	display: block;
	width: 100%;
	font-weight: 500;
	background-color: #fff;
	padding: 25px 0;
	text-align: center;
	transition: 0.3s;
}
.singleContact ul li:nth-child(2) a:hover {
	background-color: #00c1ae;
	color: #fff;
}
@media screen and (max-width: 375px) {
	.pageWrap {
		padding-top: 40px;
	}
	.post ul li.postName {
		width: 100%;
		float: none;
	}
	.post ul li.author {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.post ul li h2 {
		line-height: 1.5;
		font-size: 18px;
		padding-bottom: 15px; 
	}
	.post ul li time {
		padding-bottom: 15px;
	}
	.post p img {
		height: auto;
		width: 100%;
	}
	#related > h2 {
	}
	.post ul li.sp_flex {
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
	    display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex; /* Safari */
	  	display: flex;
	  	-webkit-justify-content: flex-start; /* Safari */
	  	justify-content: flex-start;
	  	-webkit-box-pack: flex-start;
	  	-webkit-align-items: center; /* Safari */
	  	align-items:  center;
	  	-ms-flex-align:　center;/*--- IE10 ---*/
	  	-webkit-box-align: center;
	}
	.post ul li.sp_flex p {
		padding-left: 20px;
	}
	#related ul {
		-webkit-flex-direction: column; /* Safari */
  		flex-direction: column;
	}
	#related ul li {
		margin-bottom: 20px;
	}
	.singleContact ul {
		-webkit-flex-wrap: wrap; /* Safari */
	  flex-wrap: wrap;
	    padding: 33px 34px;
	}
	.singleContact ul li:first-child {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.singleContact ul li:nth-child(2) span {
		font-size: 15px;
	}
	.singleContact ul li:nth-child(2) a {
		font-size: 16px;
	}

}