#single .pageHeader{
	padding: 15px 30px;
}

/*single start*/
.single .inner{
	max-width: 1000px;
}
.single .title{
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.single time{
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
	font-size: 1.6rem;
	line-height: 1;
}
.single time::before{
	content: "\f021";
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	font-weight: bold;
	position: absolute;
	top: 2px;
	left: 0;
}
.single h1{
	font-size: 4rem;
	line-height: 1.5;
}
.wp-block-image:first-of-type{
	margin-top: 30px!important;
	margin-bottom: 70px!important;
}
.wp-block-image{
	margin-top: 50px!important;
	margin-bottom: 50px!important;
}
.single h2{
	font-size: 2.3rem;
	font-weight: 500;
	position: relative;/*相対位置*/
  padding: 0.4em 0.5em 0.5em 1em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  border-left: solid 7px #999999;
  background: #f9f9f9;
	margin: 50px 0;
}
.single h2 strong{
	font-weight: 500;
}
.single h3{
	font-size: 2rem;
	font-weight: 500;
	padding: 0 0 2px 20px;
	margin: 50px 0 30px;
  color: #111111;
  border-left: solid 5px #999999;
}
.single h4{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 3px 0;
	border-bottom: solid 3px #999999;
	margin: 50px 0 10px;
}
.single p{
	margin-top: 20px;
	line-height: 1.7;
	letter-spacing: 3px;
}
.single .wp-block-columns .wp-block-column p:first-of-type{
	margin-top: 0;
}
.single .wp-block-columns .wp-block-column figure{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.wp-block-table{
	margin: 50px 0!important;
}
.wp-block-table table tr:first-of-type{
	background-color: #999999;
	text-align: center;
}
.wp-block-table table tr td{
	border: solid 2px #dedede;
	padding: 10px 20px;
	vertical-align: middle;
}
figure .wp-element-caption{
	text-align: right;
	color: #555555;
	padding-top: 5px;
}
.single p a{
	font-weight: bold;
	color: #5990cc;
	transition: 0.3s;
}
.single p a:hover{
	opacity: 0.7;
}
.single strong{
	font-weight: bold;
}
.single .wp-block-code{
	margin: 50px 0;
}
.single .wp-block-code code{
	overflow: scroll;
	white-space: pre;
	padding: 20px;
}
.single .wp-block-video{
	margin: 50px 0;
}
.single .main_content ul,
.single .main_content ol{
  border: dashed 2px #999999;/*破線 太さ 色*/
  background: #f9f9f9; /*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;
	margin-top: 30px;
}
.single .main_content ul li,
.single .main_content ol li{
  line-height: 1.5;
  padding: 0.5em 0;
}
.single-btn-wrapper{
	border: solid 1px #dedede;
	margin-top: 100px;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-btn-wrapper a{
	box-sizing: border-box;
	display: block;
	width: 33.3333%;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	border-left: solid 1px #dedede;
	background-color: #f9f9f9;
	text-align: center;
	padding: 20px;
}
.single-btn-wrapper a:last-of-type{
	border-right: solid 1px #dedede;
}
.single-btn-wrapper a:hover{
	background-color: #f2f2f2;
	transition: 0.3s;
}
/*single end*/





@media screen and (max-width:767px){
	body{
      font-size: 1.4rem;
  }
  .inner{
      box-sizing: border-box;
      width: 100%;
      padding: 0 20px;
  }
  img{
      width: 100%;
      height: auto;
  }
  .pcOnly{
		display: none;
  }
  .spOnly{
		display: block;
  }
	
	#single .pageHeader{
		padding: 10px 20px;
	}
	
	/*single start*/
	.single .inner{
		max-width: 100%;
	}
	.single .title{
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.single time{
		font-size: 1.4rem;
		padding-left: 17px;
	}
	.single time::before{
		font-size: 1.2rem;
		position: absolute;
		top: 2px;
		left: 0;
	}
	.single h1{
		font-size: 2rem;
		line-height: 1.5;
		margin-top: 10px;
	}
	.wp-block-image:first-of-type{
		margin-top: 30px!important;
		margin-bottom: 30px!important;
	}
	.wp-block-image{
		margin-top: 30px!important;
		margin-bottom: 30px!important;
	}
	.single h2{
		font-size: 2rem;
		font-weight: 500;
		position: relative;/*相対位置*/
		padding: 0.3em 0.5em 0.4em 0.5em;/*アイコン分のスペース*/
		line-height: 1.4;/*行高*/
		border-left: solid 5px #999999;
		background: #f9f9f9;
		margin: 40px 0;
	}
	.single h3{
		font-size: 1.8rem;
		font-weight: 500;
		padding: 0 0 2px 20px;
		margin: 30px 0;
		color: #111111;
		border-left: solid 3px #999999;
	}
	.single h4{
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 0 0 5px 0;
		border-bottom: solid 2px #999999;
		margin: 35px 0 0;
	}
	.single p{
		margin-top: 20px;
	}
	.wp-block-table{
		margin: 30px 0!important;
	}
	.wp-block-table table{
		width: max-content;
	}
	.wp-block-table table tr:first-of-type{
		background-color: #999999;
		text-align: center;
	}
	.wp-block-table table tr td{
		border: solid 2px #dedede;
		padding: 10px 10px;
		vertical-align: middle;
		width: 100px;
	}
	.single .wp-block-columns .wp-block-column p:first-of-type{
		margin-top: 0;
	}
	.single .wp-block-columns .wp-block-column figure{
		margin-top: 30px!important;
		margin-bottom: 0!important;
	}
	.single p a{
		font-weight: bold;
		color: #5990cc;
	}
	.single .wp-block-code{
		margin: 30px 0;
	}
	.single .wp-block-code code{
		overflow: scroll;
		white-space: pre;
		padding: 14px;
	}
	.single .wp-block-video{
		margin: 30px 0;
	}
	.single .main_content ul,
	.single .main_content ol{
		border: dashed 2px #999999;/*破線 太さ 色*/
		background: #f9f9f9; /*背景色*/
		padding: 0.5em 0.5em 0.5em 1em;
		margin-top: 30px;
	}
	.single .main_content ul li,
	.single .main_content ol li{
		line-height: 1.5;
		padding: 0.5em 0;
	}
	.single-btn-wrapper{
		padding: 0;
		border: none;
	}
	.single-btn-wrapper a{
		padding: 10px 0;
	}
	/*single end*/
	
	
	
}