.content-box ul {
	list-style: none;
	margin: 0 1.25em;
	padding: 0;
}
.content-box .address span {
	white-space: nowrap;
}
.content-box .tel::before {
	content: 'TEL';
	margin-right: 3px;
}
.content-box .fax::before {
	content: 'FAX';
	margin-right: 5px;
}

.content-box .sub-title::before {
	content: '\25c7';
	margin-right: .25em;
}

.content-box iframe {
	max-height: 50vw;
	margin-top: 1em;
	overflow: hidden;
}