@charset "utf-8";


/* =============== main =============== */
.mv{
	background: url("/care/images/mainvis.jpg") right center no-repeat;
}
.sect p, .sect li {
	line-height: 1.8;
}

.sect-sub{
	margin: 30px 0 0;
}
.maintxt{
	margin-top: 20px;
}
.sect .maintxt.-red{
	font-weight: bold;
}
.-red {
	color: #f75670;
}
.care-box figure{
	margin-top: 20px;
	padding: 15px;
	text-align: center;
	border-radius: 20px;
	background: #f8f8f7;
}
.care-box figcaption{
	margin-bottom: 10px;
}
.care-box figure p{
	margin-top: 10px;
}
.care-box figure p.-red{
	color: #f75670;
	text-align: left;
}
.care-txt.-blue{
	margin: 10px 0;
	color: #2096d9;
}
#care01_07 figure p {
	color: #2096d9;
	text-align: left;
}

.sect h4 {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	background: #fde5e9;
}
#care01_03 h4 {
	background: #d5ebf8;
}
.sect h5 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dotted 1px #b2a39c;
}

.afterday-list{
	margin-top: 20px;
}
.afterday-list li{
	position: relative;
	padding-left: 1.2em;
}
.afterday-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
	display: inline-block;
}
.afterday-list li:not(:first-child){
	margin-top: 20px;
}
.afterday-txt{
	margin-top: 30px;
}


/* ～959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {
  
}
  
/* ～479px：SP
------------------------------ */
@media screen and (max-width: 479px) {
  
}

/* 480px～：タブレット・PC
------------------------------ */
@media screen and (min-width: 480px) {
	.care-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 15px;
	}
	.care-box figure{
		margin-top: 15px;
		padding: 15px;
		width: calc(100% / 2 - 10px);
	}
	.care-txt.-blue{
		margin: 10px 15px;
	}
	#care01_04 .care-txt.-blue{
		text-align: center;
	}
	#care01_07 figure {
		width: 100%;
	}
	#care01_07 figure div {
		float: left;
		width: 245px;
	}
	#care01_07 figure p {
		margin-left: 275px;
	}
	.afterday-list{
		margin-top: 30px;
	}
  
}



/* 960px～：PC
------------------------------ */
@media screen and (min-width: 960px) {
	.sect-sub{
		margin: 50px 0 0;
	}
	.maintxt{
		margin-top: 30px;
	}
	.sect .maintxt{
		margin-right: 30px;
		margin-left: 30px;
	}
	.care-box{
		margin: 0 30px;
	}
	.care-box figure{
		margin-top: 30px;
		padding: 30px;
	}
	.care-txt.-blue{
		margin: 10px 30px;
	}

	

}




