/* MG */

p, li {
	width: calc((100vw - 425px) * 840 / 2135 + 360px);  /* 1200 -> 360 @2560-> 425 */
	max-width: 90%;
	margin: auto;
	font-family: RobotoLight;
	font-size: calc((100vw - 320px) * 14 / 2240 + 10px);  /* 24 -> 10 @2560-> 320 */
	line-height: calc((100vw - 320px) * 25 / 2240 + 15px);  /* 40 -> 15 @2560-> 320 */
	color: #6d6e70;
	margin-bottom: calc((100vw - 320px) * 17 / 2240 + 8px);  /* 25 -> 8 @2560-> 320 */
}
p.focus {
	font-family: EBGaramondRegular;
	font-size: calc((100vw - 320px) * 27 / 2240 + 12px);  /* 39 -> 12 @2560-> 320 */
	line-height: calc((100vw - 320px) * 35 / 2240 + 15px);  /* 50 -> 15 @2560-> 320 */
	color: #231f20;
	margin-top: calc((100vw - 320px) * 8 / 2240 + 4px);  /* 12 -> 4 @2560-> 320 */
}
p.focus:not(:first-child) {
	margin-top: calc((100vw - 320px) * 20 / 2240 + 15px);  /* 35 -> 15 @2560-> 320 */
}

li:not(:last-child) {
	margin-bottom: 0;
}

.center p {
	text-align: center;
}

a, a:hover, a:focus {
	color: #6d6e70;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
