@charset "utf-8";

.l-content .c-cautionBox {
	padding: 12px 10px;
	border: 1px solid #bfbfbf;
}

.l-content .c-formDescription {
	margin-top: 3px;
	font-size: 11px;
}

.l-content .c-w100p {
	width: 100%;
	box-sizing: border-box;
}

.l-content .c-cols {
	display: flex;
	justify-content: space-between;
}

.l-content .c-cols__formula {
	width: 380px;
}

.l-content .c-cols__value {
	width: 530px;
}

.l-content .c-h3 {
	margin: 30px 0 5px;
	font-size: 16px;
	font-weight: bold;
}

/* モジュール上書き */
.l-content .m-btnList--center {
	margin-top: 20px;
}