@charset "utf-8";
/* CSS Document */

/* ------------------------------
〇〇とは
------------------------------ */
.about_list li {
	padding: 15px !important;
	border: 1px solid #eee;
}

.about_title {
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	padding: 0 !important;
}

.about_text {
	display: flex;
	align-items: center;
	padding: 0 0 0 15px !important;
}

@media screen and (max-width:767px){
	.about_title {
		width: 70px;
		height: 70px;
		font-size: 12px;
	}
}


