/* CSS Document */
.wp-caption { width: auto !important;}

.cate-area { text-align: center;}
.area-cateTitle {
	padding: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.cate-area p { padding: 2rem;}

.cate-area.cate01 .area-cateTitle {
	background: #fbe9f0;
	color: var(--cate01_color); 
}
.cate-area.cate02 .area-cateTitle {
	background: #fef7e8;
	color: var(--cate02_color); 
}
.cate-area.cate03 .area-cateTitle {
	background: #e7f5f6;
	color: var(--cate03_color); 
}
.cate-area.cate04 .area-cateTitle {
	background: #edebf4;
	color: var(--cate04_color); 
}

.search .area-cateTitle { padding-bottom: 0;}
.cate-area.search p { padding-top: 0;}
.cate-area.search p::before {
	content: "|";
	display: block;
	font-size: 2rem;
}

.article-wrap {
	background: #FFF;
	padding: 2.5rem;
}
.article-thum img { width: 100%; height: auto;}
.date-cate {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 0;
}
.date-cate li a {
	display: block;
	padding: 0.2rem 1rem;
	font-size: 80%;
	color: #FFF;
	border-radius: 3rem;
	line-height: 1;
}
.date-cate li.date { 
	background: #333;
	padding: 0.2rem 1rem;
	font-size: 80%;
	color: #FFF;
	border-radius: 3rem;
	line-height: 1;
}
.date-cate li.cate01 a { background: var(--cate01_color);}
.date-cate li.cate02 a { background: var(--cate02_color);}
.date-cate li.cate03 a { background: var(--cate03_color);}
.date-cate li.cate04 a { background: var(--cate04_color);}

.article-wrap h1 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.tags {
	background: #ebebeb;
	padding: 1rem 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
}
.tag-title { 
	font-weight: bold;
	width: 5rem;
}
.tags ul {
	width: calc(100% - 6rem);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-left: 1rem;
	border-left: 1px solid #333;
	padding-left: 1rem;
	box-sizing: border-box;
}
.tags ul li a {
	font-size: 0.8rem;
	font-weight: bold;
	background: #FFF;
	display: block;
	border-radius: 3rem;
	padding: 0.2rem 1rem;
}

.pr {
	border: 1px solid #a6a6a6;
	padding: 0.8rem 1.5rem;
	margin-bottom: 1rem;
}
.pr a { 
	color: #0063b2;
	text-decoration: underline;
	font-size: 0.8rem;
}

.article-content { padding: 2rem 0 5rem;}
.article-content p { margin-bottom: 1rem;}
.article-content a { 
	text-decoration: underline;
	word-break:break-all;
}
.article-content h2 {
	font-size: 1.3rem;
	font-weight: bold;
	display: flex;
	align-items: stretch;
	margin-bottom: 1rem;
	padding-top: 1.5rem;
}
.article-content h2::before {
	content: "";
	display: block;
	width: 5px;
	margin-right: 0.5rem;
	background: #0063b2;
	vertical-align: middle;
	border-radius: 5px;
}
.cate01 .article-content h2::before { background: var(--cate01_color); }
.cate02 .article-content h2::before { background: var(--cate02_color); }
.cate03 .article-content h2::before { background: var(--cate03_color); }
.cate04 .article-content h2::before { background: var(--cate04_color); }

.article-content h3 { 
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}
.cate01 .article-content h3 { color: var(--cate01_color); }
.cate02 .article-content h3 { color: var(--cate02_color); }
.cate03 .article-content h3 { color: var(--cate03_color); }
.cate04 .article-content h3 { color: var(--cate04_color); }

.article-content img { max-width: 100%; height: auto;}

hr {
 height: 1px;
 background-color: #a6a6a6;
 border: none;
}

#toc_container {
	border: 1px solid #333;
	padding: 1.5rem;
	border-radius: 1rem;
	margin-bottom: 2rem;
}
.toc_title { 
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
.toc_list li:not(:last-child) { margin-bottom: 0.5rem;}
.toc_list a {
	font-weight: bold;
	font-size: 1.1rem;
}

.sns-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}
.recommend { margin-bottom: 1rem;}
.rcm-ttl { font-weight: bold;}
.rcm-article a {
	display: flex;
	align-items: center;
	border: 1px solid #ebebeb;
}
.rcm-article .rcm-thum { width: 20%;}
.rcm-article .rcm-thum img { width: 100%; display: block;}
.rcm-article p {
	padding: 1rem;
	font-weight: bold;
	width: 80%;
	box-sizing: border-box;
}

.article-bnr ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.article-bnr img { max-width: 100%;}
.connect-article { padding-top: 2rem;}
.cnct-ttl {
	font-weight: bold;
	color: #0063b2;
	margin-bottom: 1rem;
}


.writer_profile {overflow: hidden;width: 100%;padding-bottom: 10px;padding-bottom: 1rem;border: 1px solid #dcdcdc;border: .1rem solid #dcdcdc;border-bottom: 4px solid #dcdcdc;border-bottom: .4rem solid #dcdcdc }.writer_profile h3 {font-size: 1.1rem;font-weight: 700;margin-bottom: 10px;margin-bottom: 1rem;padding: 10px;padding: 1rem;letter-spacing: 2px;letter-spacing: .2rem;background: #f4f4f4 }.writer_profile dl {float: left;width: 100%;margin-left: -80px;margin-left: -8rem }.writer_profile dl dd,.writer_profile dl dt {margin-left: 95px;margin-left: 9.5rem }.writer_profile dl dt { font-weight: bold;margin-bottom: 10px;margin-bottom: 1rem;padding-bottom: 5px;padding-bottom: .5rem;border-bottom: 1px solid #dcdcdc;border-bottom: .1rem solid #dcdcdc }.writer_profile dl dd {line-height: 1.6 }.writer_image {float: left;overflow: hidden;width: 60px;width: 6rem;height: 60px;height: 6rem;margin-left: 10px;margin-left: 1rem;border-radius: 60px;border-radius: 6rem }

iframe { max-width: 100% ;}


@media (max-width: 1200px){
}

@media (max-width: 768px){
	.article-wrap { padding: 1.5rem;}
	.article-wrap h1 { font-size: 1.2rem;}
	.tags { flex-direction: column; padding: 1rem;}
	.tag-title { 
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.tags ul {
		width: 100%;
		padding: 0;
		border: none;
		margin: 0;
	}
	.mokuji-ttl { font-size: 1.1rem;}
	.mokuji a { font-size: 1rem;}
	
	.article-content h2 { font-size: 1.1rem;}
	
	.rcm-ttl { text-align: center;}
	.rcm-article a { flex-direction: column;}
	.rcm-article .rcm-thum,
	.rcm-article p { width: 100%;}
	
	iframe { width: 100% ;}
}


