@charset "UTF-8";

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	dl.list-sousa {
		margin-top: 1em;
	}
	dl.list-sousa .nam {
		height: 1.8rem;
		width: 1.8rem;
		border-radius: 50%;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		background: #E6000D;
		display: inline-block;
		position: relative;
		bottom: 0.1rem;
		margin-right: 0.6rem;
	}
	dl.list-sousa dt {
		float: left;
	}
	dl.list-sousa dd {
		margin-left: 1.8em;
		margin-bottom: 1.6em;
	}
	dl.list-sousa dd span {
		font-weight: 500;
		margin-right: 0.8em;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	dl.list-sousa {
		margin-top: 1em;
	}
	dl.list-sousa .nam {
		height: 1.8rem;
		width: 1.8rem;
		border-radius: 50%;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		background: #E6000D;
		display: inline-block;
		position: relative;
		bottom: 0.1rem;
		margin-right: 0.6rem;
	}
	dl.list-sousa dt {
		float: left;
	}
	dl.list-sousa dd {
		margin-left: 1.8em;
		margin-bottom: 1.6em;
	}
	dl.list-sousa dd span {
		font-weight: 500;
		margin-right: 0.8em;
	}
	.col3.img-container {
		margin-top: 4rem;
	}
	.sub-section:last-of-type .sub-item {
	padding-bottom: 0rem;
	}
}