@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/

.inner-main{ background:url(../img/welfare/main.jpg) no-repeat center center / cover; }


/* +++++++++++++++++++++++++ */


.sanatorium-list{
}
.sanatorium-list li {
    width: 30%;
    margin-right: 5%;
}
.sanatorium-list li:nth-child(3n) {
    margin-right: 0
}
.sanatorium-list img {
	margin-bottom:10px;
}
.sanatorium-list .ttl {
	margin-bottom:0px;
	font-size:22px;
}

/* +++++++++++++++++++++++++ */


.welfare-system{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.welfare-system .ph{
	width:45%;
}
.welfare-system .txt{
	width:50%;
}





}


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

@media (max-width: 768px) {

	.inner-main{ background:url(../img/welfare/main.jpg) no-repeat center center / cover; }
		
	/* +++++++++++++++++++++++++ */
	
	.sanatorium-list{
	}
	.sanatorium-list li {
		width: 100%;
		margin-bottom: 5vw;
	}
	.sanatorium-list img {
		margin-bottom:10px;
	}
	.sanatorium-list .ttl {
		margin-bottom:0px;
		font-size:18px;
	}
	
	/* +++++++++++++++++++++++++ */
	
	
	.welfare-system{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.welfare-system .ph{
		width: 100%;
		margin-bottom: 5vw;
	}
	.welfare-system .txt{
	}
	


}
