.colorTitle {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
	margin-top: 40px;
	font-weight: 500;
}

.colorTitle_green {
	color: #439e76;
}

.colorTitle_mt0 {
	margin-top: 0;
}

.colorTitle .sub {
	font-size: 16px;
	font-size: 1.6rem;
	color: #736357;
}

.dotList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dotList li {
	width: 50%;
	padding: 15px 10px 15px 20px;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	border-top: dashed 1px #439e76;
}

.dotList li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #439e76;
	border-radius: 50%;
	position: absolute;
	top: calc(10px + 0.8em);
	left: 0;
}

.dotList li.column02 {
	width: 100%;
}

.descBlock {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {

.colorTitle {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 30px;
}

.colorTitle_mt0 {
	margin-top: 0;
}

.dotList li {
	padding: 10px 0 10px 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.dotList li:before {
	width: 5px;
	height: 5px;
	top: calc(10px + 0.5em);
}

.dotList li.spColumn02 {
	width: 100%;
}

.descBlock {
	margin-bottom: 40px;
}

}


/*# sourceMappingURL=maps/fujinka.css.map */
