main section a {
	color: var(--color-black);
	text-decoration: none;
}

main section a:hover {
	color: var(--color-gray);
	text-decoration: underline;
}

main section dt {
	margin-top: 16px;
	font-weight: bold;
	color: var(--color-black);
}

main section dd {
	margin-left: 16px;
}

main section dd:not(:last-child) {
	margin-bottom: 12px;
}

main section table tbody td {
	padding-left: 10px;
}

main section table tfoot td {
	font-size: 11px;
	color: var(--color-gray);
}

main section.greetings .message::after {
	content: '';
	display: block;
	clear: both;
}

main section.greetings .message img {
	margin-bottom: 1rem;
	margin-left: 1rem;
	float: right;
}

main section.greetings .representative {
	margin-bottom: 0px;
	font-weight: bold;
	text-align: right;
}


/* **************************************************
	▽ PC画面 ▽
************************************************** */
@media (min-width: 576px) {
	main section.greetings .message img {
		width: 200px;
	}
}
/* **************************************************
	△ PC画面 △
************************************************** */


/* **************************************************
	▽ スマホ画面 ▽
************************************************** */
@media(max-width: 575px) {
	main section.greetings .message img {
		width: 150px;
	}
}
/* **************************************************
	△ スマホ画面 △
************************************************** */
