main p.yodogawa {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #CCC;
}

main h3 span {
	border-bottom-color: #1FCCC9;
	color: #1FCCC9;
	font-size: 24px;
}

main dl {
}
main dt, main dd {
	font-size: 16px;
}
main dt {
	margin-top: 20px;
	font-weight: bold;
}
main dd {
	font-weight: normal;
}


main h4 {
	font-size: 20px;
	font-weight: bold;
	color: #1FCCC9;
}

div.items {
	margin: 40px auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCC;
}
div.items h4 + p {
	margin-top: 0;
}

.lo-col-3 {
	padding-top: 40px;
	border-top: 1px dotted #CCC;
}


.device-pc main p.yodogawa {
	width: 640px;
	padding: 0 40px 40px;
}
.device-pc main h3 span {
	width: 560px;
}
.device-pc div.items {
	width: 560px;
}
.device-pc div.items p + h4 {
	margin-top: 40px !important;
}
.device-pc {}




.device-sp {}