@charset "utf-8";

/* ------------------------------
 AMIACAについて（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 AMIACAについて（SP）
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 運営会社（PC）
------------------------------ */
.cms_text.businessContent > p {
	font-weight: bold;
	margin-bottom: 10px;
}
.cms_text.businessContent ul > li {
	padding-left: 26px;
	font-size: 2.3rem;
	font-weight: bold;
}
.cms_text.businessContent ul > li:not(:last-child) {
	margin-bottom: 5px;
}
.cms_text.businessContent ul > li::before,
.cms_image ul > li::before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: 16px;
	height: 16px;
	border: 5px solid #c11920;
	border-radius: 50%;
	box-sizing: border-box;
	color: transparent;
	font-size: 100%;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 運営会社（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_text.businessContent ul > li {
		padding-left: 21px;
		font-size: 1.9rem;
		line-height: 1.4;
	}
	.cms_text.businessContent ul > li:not(:last-child) {
		margin-bottom: 10px;
	}
	.cms_text.businessContent ul > li::before,
	.cms_image ul > li::before {
		top: .35em;
		width: 13px;
		height: 13px;
		border: 4px solid #c11920;
	}
}
