@charset "shift_jis";

article {
	margin-top: 40px;
}
section {
	padding: 16px 0;
}

.link-list a::after {
	content:" >";
}
section a,.link-list a {
	display:block;
	font-weight: bold;
	color: #00846D;
}

/* 閉じるボタンのマージン設定 */
.tertiary-close {
	margin: 0px;
}

/* 「マネーアシスト詳細はこちら」ボタン */
.money-assist-btn {
	width: 100%;
	height: 48px;
	font-size: 16px;
	font-weight: bold;
	background-color: #00846D;
	color: #FFFFFF;
	border-radius: 24px;
	border: none;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 48px;
}

/* 「マネーアシスト詳細はこちら」ボタンの配置 */
.money-assist-btn_show {
	display: flex;
	justify-content: center;
}
