@charset "UTF-8";

/* ▼▼▼ 介護保険制度について
====================================================== */

/*
--------------------------------------- */
.read{
	padding-left: 30px;
	margin-bottom: 30px;
}

.service_list{
	margin-bottom: 75px;
}
	.service_list li{
		padding-left: 25px;
		margin-top: 35px;
		position: relative;
	}
	.service_list li::before{
		content: "・";
		color: #3DD0D0;
		font-size: 18px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 0;
	}
	.service_list p{
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: .05em;
	}

.list_wrap{
	padding: 0 25px;
	margin-bottom: 65px;
	letter-spacing: .05em;
}
	.list_wrap .list_title{
		margin: 0 0 20px;
		font-size: 16px;
		font-weight: bold;
	}
	.list_wrap .flex_wrap{
		display: flex;
		justify-content: space-between;
	}
	.list_wrap ul li{
		text-indent: -25px;
		padding-left: 25px;
	}
	.list_wrap ul li:not(:last-child){
		margin-bottom: 10px;
	}
	.list_wrap ul li::before{
		content: "・";
		color: #ccc;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}

.box{
	border: 1px solid #6CCDCF;
	padding: 40px 20px;
}
	.box p{
		text-align: center;
		margin: 0 0 20px;
	}

/* ======================================================
	▼▼▼ 768px
====================================================== */
@media screen and (max-width: 768px) {

	/*
	--------------------------------------- */
	.read{
		padding-left: 20px;
	}

	.service_list{
		margin-bottom: 50px;
	}
		.service_list li{
			padding-left: 20px;
			margin-top: 25px;
		}
		.service_list li::before{
			font-size: 16px;
		}
		.service_list p{
			font-size: 16px;
		}

	.list_wrap{
		padding: 0;
		margin-bottom: 50px;
	}
		.list_wrap .list_title{
			margin: 0 0 20px;
			font-size: 16px;
			font-weight: bold;
		}
		.list_wrap .flex_wrap{
			display: block;
		}
		.list_wrap ul:not(:last-child){
			margin-bottom: 10px;
		}
		.list_wrap ul li::before{
			font-size: 16px;
		}

	.box{
		padding: 30px 20px;
	}

}
