#toc_container{
	display: flex;
	justify-content: center;
	margin: 3em 0;
}
#toc_wrap{
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #26A3A9;
	width: auto;
}
#toc_wrap p{
	margin: 0;
	padding: 8px 0;
	background: #26A3A9;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#toc_wrap #toc ul{
	margin: 0 auto;
	padding: 0;
}
#toc_wrap #toc ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 12px 8px 24px;
	font-size: 14px;
}
#toc_wrap #toc ul li:nth-child(odd){
	background: #fff;
}
#toc_wrap #toc ul li:nth-child(even){
	background: #F1F7F7;
}
#toc_wrap #toc ul li::before{
	margin-left: 10px;
}

.wp-block-image{
	width: 100%;
}
.wp-block-image img{
	width: 100% !important;
}

ul li{
	display: flex;
	align-items: center;
	padding: 0;
}
ul li .meta{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul li .date{
	padding: 30px 0;
	border-top: 1px solid #26A3A9;
}
ul li .cat{
	display: flex;
	margin: 0 24px 0 12px;
	padding: 4px 8px;
	background: #26A3A9;
	color: #fff;
	font-size: 12px;
}
ul li a{
	color: #333;
}
@media screen and (max-width: 800px) {
	ul li .meta{
		flex-direction: column;
		padding: 0 20px 20px 0;
	}
	ul li .date{
		padding: 20px 0 10px;
		font-size: 13px;
	}
	ul li .cat{
		margin: 0 auto;
		padding: 4px 8px;
	}
	ul li a{
		font-size: 14px;
	}
}

.blog_detail{
	padding: 0 4vw;
}
.blog_detail_meta .date{
	margin: 0 auto 10px;
	width: 100%;
	max-width: 960px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.blog_detail_meta h2{
	display: block;
	padding: 10px 0 20px;
	border-bottom: 2px solid #26A3A9;
	max-width: 960px;
	height: auto;
	background: none;
	color: #666;
}
.blog_detail_content{
	margin: 30px auto 0;
	width: 100%;
	max-width: 960px;
	line-height: 1.4;
}
p.mv{
	margin: 0.67em 0;
	font-weight: bold;
}
.meta{
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-weight: bold;
}
.date,.author{
	margin: 0 12px 0 0 !important;
	width: auto !important;
	color: #666;
	font-weight: bold;
}
h1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 8px auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
	height: 150px;
	background: url(../img/dr01/common/h_bg.png) center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 30px;
}
.blog_detail_content h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 1em auto;
	padding: 10px 10px 8px 16px;
	border-left: 4px solid #58A0A9;
	width: 100%;
	max-width: 1200px;
	height: auto;
	background: none;
	background-size: cover;
	color: #444;
	font-size: 26px;
}
.blog_detail_content h3{
	margin: 2em 0 1em;
	padding: 0 0 4px;
	border-bottom: 2px solid #58A0A9;
	text-align: left;
}
.blog_detail_content h4{
	position: relative;
	padding: 0 0 0 16px;
	font-size: 20px;
}
.blog_detail_content h4::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 100vw;
	background: #58A0A9;
}
.blog_detail_content h5{
	position: relative;
	padding: 0 0 0 20px;
	font-size: 18px;
}
.blog_detail_content h5::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 1px;
	background: #58A0A9;
}
.blog_detail_content p{
	margin: 1em 0;
	font-size: 16px;
}
.blog_detail_content ul{
	margin: 1em 0;
}
.blog_detail_content ul li{
	display: block;
	position: relative;
	padding: 0 0 0 12px;
	margin: 6px 0;
}
.blog_detail_content ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 100vw;
	background: #58A0A9;
}
.blog_detail_content ul li strong{
	display: inline;
}


/* PLUGIN */

.custom_box{
	margin: 1.5em 0;
	padding: 20px 16px 16px;
	border-radius: 8px;
}
.custom_box.point{
	background: #FDF9E6;
}
.custom_box.point .box_title{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #F0B66F;
}
.custom_box.point .box_title::before{
	font-family: 'Material Icons';
	font-weight: normal;
	content: 'edit_note';
	font-size: 24px;
}
.custom_box.alert .box_content{
	margin: 0;
	line-height: 1.4em;
}
.custom_box.alert{
	background: #FDF5F5;
}
.custom_box.alert .box_title{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #E4390D;
}
.custom_box.alert .box_title::before{
	font-family: 'Material Icons';
	font-weight: normal;
	content: 'warning';
	font-size: 24px;
}
.custom_box.alert .box_content{
	margin: 0;
	line-height: 1.4em;
}

.custom_btn_wrap{
	display: flex;
	justify-content: center;
	margin: 2em 0;
}
.custom_btn{
	padding: 16px 20px 16px 32px;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.custom_btn.c_blue{
	background: #699DF1;
	color: #fff;
	font-weight: bold;
}
.custom_btn_text{
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom_btn_text::after{
	content: "\f591";
	margin-left: 4px;
	font-size: 20px;
	font-family: 'Material Symbols Outlined';
	font-weight: 100;
}

.author_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	margin: 4em 0 2em;
	padding: 24px 16px;
	border: 1px solid #888;
	border-radius: 0 4px 4px 4px;
	width: 100%;
	max-width: 960px;
}
.author_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: -28px;
	left: -1px;
	padding: 0 8px;
	border-radius: 4px 4px 0 0;
	height: 28px;
	background: #444;
	color: #fff;
	font-size: 13px;
}
.author_title span{
	margin-right: 4px;
}
.author_img img{
	display: block;
	margin-right: 16px;
	width: 150px;
	height: auto;
}
.author_text_name{
	font-size: 18px;
	font-weight: bold;
}
.author_text_bio{
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 800px) {
	.author_img img{
		width: 20vw;
	}
}