@charset "UTF-8";
/*==============
    sdgs
================*/

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
}

/* ------------------------------
    health_catli
------------------------------ */
.archive-health .column0{
	background-color: #fff;
	padding: 60px;
	border-radius: 10px;
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
}
.health_catli{
	display: flex;
	justify-content: space-between;
	margin-bottom: 78px;
}
.health_catli li{
	width: 30.6%;
	border: solid 2px #BFBFBF;
	border-radius: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.health_catli li a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.health_catli li a img{
	width: 90%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	.health_catli{
		flex-wrap: wrap;
		margin-bottom: 40px;
        max-width: 350px;
	}
	.health_catli li{
		width:170px;
	}
	.health_catli li:nth-of-type(n+3){
		margin-top: 2%;
	}
}

/* ------------------------------
    health_ttl
------------------------------ */
.health_ttl{
	margin-bottom: 20px;
	mix-blend-mode: multiply;
}
.health_ttl img{width: 292px;}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	.health_ttl{
		margin-bottom: 15px;
	}
	.health_ttl img{width: 240px;}

}



/* ------------------------------
    health_list
------------------------------ */
.health_list{
}
.health_list a{
	text-decoration: underline;
	color: #194375;
    position: relative;
}
.health_list li{
    position: relative;
    padding-left: 1em;
}
.health_list li:before{
    content: "・";
    position: absolute;
    left:0;
    top: 0;
}
.health_list li+li{
	margin-top: 0.75em;
}
.health_list li span{
	display: inline-block;
	margin-left: 10px;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	padding: 0.5em 0.7em;
	color: #fff;
	background: #ed34a7;
	border-radius: 2px;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	.health_list li span{
		margin-left: 10px;
		font-size: 1.2rem;
		padding: 0.4em 0.6em 0.2em;
	}
}

