@charset "utf-8";
.bunbetu-no-komado .main-header .mv {
	background-color: #C5EFFF;
	background-image: url("../img/blog/bunbetu-no-komado_header_bg.png");
	background-size: auto;
	background-repeat: repeat;
	position: relative;
	background-position: 0 0;
	height: 400px;
}
.bunbetu-no-komado .main-header .mv.tubuyaki {
	background-color: #CCFFB5;
	background-image: url(../img/blog/tubuyaki_header_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 124%;
}
.bunbetu-no-komado .main-header .mv > .mv_inner {
	width: 800px;
	margin: auto;
	position: absolute;
	overflow: initial;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: max-content;
}
.bunbetu-no-komado .main-header .mv > .mv_inner > img {
	position: absolute;
}
.bunbetu-no-komado .main-header .mv > .mv_inner > img.mv_img_01 {
	top: 0;
	left: -160px;
}
.bunbetu-no-komado .main-header .mv > .mv_inner > img.mv_img_02 {
	top: -35px;
	right: -60px;
}
.bunbetu-no-komado .main-header .mv > .mv_inner dl {
	width: 500px;
	margin: auto;
}
.bunbetu-no-komado .main-header .mv > .mv_inner dl p.sdgs_txt {
	text-align: center;
	background-color: #fff;
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	border-radius: 25px;
	margin-bottom: 10px;
}
.bunbetu-no-komado .main-header .mv > p.message {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 2.2rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	background-color: #05347a;
	border-radius: 0 0 10px 10px;
}
.bunbetu-no-komado .main-header .mv > .mv_inner dl p.sdgs_txt span {
	color: #0a96d1;
}
.bunbetu-no-komado .main-header .mv > .mv_inner dl dt {
	margin: 0 0 20px;
}
.bunbetu-no-komado .main-header .mv > .mv_inner dl dt h1 img {
	width: 100%;
}
.bunbetu-no-komado .main-header .mv > .mv_inner dl dd p {
	text-align: center;
}




/* 記事検索 */
.category_nav {
	margin: 0 auto 40px;
	width: max-content;
}
.category_nav li {
	float: left;
	margin: 0 15px 15px 0;
}
.category_nav li.act {
	background-color: #333333;
	color: #ffffff;
	line-height: 1;
	padding: 13px 15px;
	border-radius: 10px;
}
.category_nav li a {
	color: #26b478;
	display: block;
	line-height: 1;
	background-color: #f2f2f2;
	padding: 13px 15px;
	border-radius: 10px;
}
.category_nav li a:hover {
	background-color: #26B478;
	color: #ffffff;
}







/* 記事一覧 */
.thums {
	display: flex;
	flex-wrap: wrap;
	margin-right: -65px;
}
.thums > .thum {
	width: 316.6666666666667px;
	margin: 0 40px 65px 0;
}
.thums > .thum > a > .imgBox {
	border-radius: 10px;
	margin: 0 0 15px;
}
.thums > .thum > a > .imgBox > .imgBox_img {
	height: 200px;
	transition: transform .4s, -webkit-transform .4s;
	background-image: url("../img/blog/bunbetsu_default_tmb.png");
	background-position: center;
	background-size: 100%;
}
.thums > .thum > a:hover .imgBox > .imgBox_img {
	transform: scale(1.08);
}
.thums > .thum > a > .imgBox > img {
	width: 100%;
}
.meta {
	margin: 0 0 10px;
}
.meta > p.date {
	color: #B1B1B1;
	float: left;
	margin: 6px 20px 6px 0;
	line-height: 1;
}
.meta > p.term {
	float: left;
	line-height: 1;
}
.meta > p.term > span {
	color: #26b478;
	background-color: #f2f2f2;
	padding: 5px 10px 7px;
	margin: 0 8px 0 0;
	border-radius: 5px;
	font-weight: 500;
	display: block;
	float: left;
}
.thums > .thum > a > p.ttl {
	color: #333333;
	font-weight: 700;
	line-height: 1.5;
	clear: both;
	margin: 5px 0 0;
}
.thums > .thum > a:hover > p.ttl {
	color: #26B478;
}
.meta > p.term > a {
	color: #26b478;
	background-color: #f2f2f2;
	padding: 5px 10px 7px;
	margin: 0 8px 0 0;
	border-radius: 5px;
	font-weight: 500;
	display: block;
	float: left;
	line-height: 1;
}
.meta > p.term > a::before {
    content: '#';
}
.meta > p.term > a:hover {
	color: #FFFFFF;
	background-color: #26B478;
}




.wp-block-buttons {
	margin: 20px 0;
}

h2.wp-block-heading {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px 20px;
	margin: 30px 0 16px 0;
	line-height: 1.5;
	font-size: 2.6rem;
	border-radius: 10px;
}
h3.wp-block-heading {
	font-size: 2.6rem;
	position: relative;
	padding: 0 20px;
	margin: 20px 0;
}
h3.wp-block-heading::before {
    display: block;
    content: '';
    width: 5px;
    height: 19px;
    background: #26B478;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.blog_content ol {
	counter-reset: count 0;
	padding: 40px 0;
}
.blog_content ol li, .blog_content ul li {
	font-weight: 600;
	position: relative;
	padding: 0 0 20px 40px;
	font-size: 2rem;
	line-height: 1.5;
}
.blog_content ol li:last-child, .blog_content ul li:last-child {
	padding-bottom: 0;
}
.blog_content ol li:before {
	content: counter(count) "";
	counter-increment: count 1;
	background-color: #26B478;
	color: #ffffff;
	width: 28px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 15px;
	padding: 8px 0 8px 2px;
	line-height: 1;
}

.blog_content ul {
	counter-reset:inherit;
	padding: 40px 0;
}
.blog_content ul li:before {
	content: "";
	counter-increment: count 1;
	background-color: #26B478;
	color: #ffffff;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 15px;
	line-height: 1;
}

figure.wp-block-image {
	border-radius: 10px;
}
@media (max-width:767px) {
	.thums {
		margin-right: 0;
	}
	.thums > .thum {
		width: 100%;
		margin-right: 0;
	}
	.bunbetu-no-komado .main-header .mv > .mv_inner {
		width: 100%;
		top: 20px;
		bottom: auto;
	}
	.bunbetu-no-komado .main-header .mv > .mv_inner > img.mv_img_01 {
		display: none;
	}
	.bunbetu-no-komado .main-header .mv > .mv_inner > img.mv_img_02 {
		display: none;
	}
	.bunbetu-no-komado .main-header .mv > .mv_inner dl {
		width: 70%;
	}
	.bunbetu-no-komado .main-header .mv > .mv_inner dl dd p br {
		display: none;
	}
	.category_nav {
		width: 100%;
	}
	.bunbetu-no-komado .main-header .mv > .mv_inner dl p.sdgs_txt {
		font-size: 1.6rem;
	}
}