@charset "UTF-8";

.fraudulentorder__alert {
	margin-bottom: 65px;
	padding: 32px 32px 35px;
	border-radius: 8px;
	border: 2px solid #df0b28;
}

.fraudulentorder__alert p {
	color: #df0b28;
	font-size: 18px;
	line-height: 1.5556;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.fraudulentorder__text-content__section:not(:last-child) {
	margin-bottom: 48px;
}

.fraudulentorder__text-content__heading {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 1.5;
	color: #db6557;
	letter-spacing: 0.05em;
}

.fraudulentorder__text-content__text p:not(:last-child) {
	margin-bottom: 1.8em;
}

@media screen and (max-width: 767px) {

#Journal article > h2 { /* sp */
	height: auto;
	padding: 20px 4% 24px;
	margin-bottom: 90px;
}

#bread-crumb { /* sp */
	top: 104px;
}

.fraudulentorder__alert { /* sp */
	margin-bottom: 35px;
	padding: 10px 12px;
	border-radius: 4px;
}

.fraudulentorder__alert p { /* sp */
	font-size: 14px;
}

.fraudulentorder__text-content__section:not(:last-child) { /* sp */
	margin-bottom: 30px;
}

.fraudulentorder__text-content__heading { /* sp */
	margin-bottom: 6px;
	font-size: 17px;
}

}

