.post_head{
	border-bottom: 1px solid #5f5f5f;
margin-bottom: 50px;
}
.subposthead{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.taxo{
	font-size:12px;
	border: 1px solid #5f5f5f;
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: 15px;
}
.sidebar .sidebar_title{
	font-size:16px;
	background: #f1f1f1;
	padding: 12px;
	margin-bottom: 10px;
}
.sidebar a{
	margin-bottom: 10px;
	display: block;
}
.page_content  p,
.page_content  table,
.single_content  p,
.single_content  table{
	margin-bottom:1em;
}
.page_content  h1,
.single_content  h1{
	 font-size:36px;
	font-weight:700;
	padding-bottom:20px;
	padding-top:20px;
	margin-top: 60px;
	margin-bottom: 20px;
}
.page_content  h2,
.single_content  h2{
	font-size:24px;
	background:#f1f1f1;
	padding:20px 20px;
	color:#5f5f5f;
	margin-bottom:30px;
	border-radius:5px;
	margin-top:50px;
	line-height:1;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 700;
}
.page_content h3,
.single_content h3{
	font-size:24px;
	font-weight:600;
	color:#5f5f5f;
	margin-top: 50px;
	margin-bottom: 20px;
	border-left: 6px solid #eb6ea5;
	padding-left: 10px;
}
.page_content h4,
.single_content h4{
	font-size:20px;
	margin-top: 20px;
	font-weight: 600;
	margin-bottom:10px;
	
}
.page_content  h5,
.single_content  h5{
	font-size:18px;
	font-weight: 600;
	margin-bottom:10px;
	color: #eb6ea5;
}
.page_content  h6,
.single_content  h6{
	font-size:16px;
	font-weight: 600;
	margin-bottom:10px;
}
.post_main a{
	color: #eb6ea5;
	text-decoration: underline;
}


.page_content  h1:first-child,
.single_content  h1:first-child,
.page_content  h2:first-child,
.single_content  h2:first-child,
.page_content  h3:first-child,
.single_content  h3:first-child,
.page_content  h4:first-child,
.single_content  h4:first-child,
.page_content  h5:first-child,
.single_content  h5:first-child,
.page_content  h6:first-child,
.single_content  h6:first-child{
	margin-top: 0;
}

.page_content  strong,
.single_content  strong{
	font-weight:800;
}
.page_content   em,
.single_content  em{
	background:linear-gradient(transparent 60%, #ff6 60%);
}


.wp-block-table{
	margin-bottom: 30px;
}
.wp-block-button{
	color: #fff;
}
.post_main .wp-block-button__link {
    color: #fff;
    background-color: #5F5F5F;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
	margin-bottom: 1em;
	font-weight: 600;
}
.post_main .wp-block-button__link:hover{
	background-color: #eb6ea5;
}
.wp-block-table table {
	border: none;
	border-top:solid 1px #5f5f5f;
	border-left:solid 1px #5f5f5f;
}
.wp-block-table table th,
.wp-block-table table td{
	border: none;
	padding:10px;
	border-bottom:solid 1px #5f5f5f;
	border-right:solid 1px #5f5f5f;

}
.wp-block-table thead tr th{
	background: #5f5f5f;
	color: #ffffff;
	font-weight: 600;
}
.wp-block-table tfoot tr td{
	background: #f1f1f1;
}
.wp-block-quote{
	border:1px solid #cccccc;
	border-left: 4px solid #cccccc;
	
	padding: 15px;
}
.wp-block-quote cite{font-size:14px;}
.wp-block-quote cite a{
text-decoration: underline;
color: #eb6ea5;}
.wp-block-quote cite a:hover{
text-decoration: none;}

.post_main ul{
border: 2px solid #CCCCCC;
   padding: 10px;
    display: block;
    min-width: 300px;
    margin-bottom: 1em;
	list-style: none;
	
}
.post_main > ul li:before {
    content: "";
	background:#eb6ea5;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
   /* background-image: url(../images/ul-ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;*/
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.post_main ul li{
	margin-bottom: 0.5rem;
    position: relative;
    padding-left: 10px;
}
.post_main ol{
	border: 2px solid #CCCCCC;
    padding: 10px;
    display: block;
    min-width:300px;
    margin-bottom: 1em;
	list-style: none;
	counter-reset: count 0;
}
.post_main ol li{
	margin-bottom: 0.5rem;
    position: relative;
}
.post_main > ol li:before {
  /*content: "第" counter(count) "回ゲスト ";*/
	content: counter(count);
  counter-increment: count 1;
	color:#eb6ea5;
	font-weight: 600;
	display: inline-block;
	margin-right: 5px;
}
.post_main li:last-child{
	margin-bottom: 0;
}

.wp-block-table figcaption,.wp-block-image figcaption{
	font-size:12px;
	margin-top: 5px;
}
@media (max-width: 700px){
.page_content h1, .single_content h1 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
}
