@charset "UTF-8";

.about {
	margin-top: 30px;
}

.about_ttl {
	font-weight: bold;
	color: #f27381;
}

.about_ttl:before {
	font-family: icomoon;
	content: "\e906";
	margin-right: 5px;
	font-size: 11px;
}

.about p {
	margin-top: 10px;
}

.adobe {
	margin-top: 30px;
}

.adobe a {
	color: #f27381;
	text-decoration: underline;
}

.adobe_bnr {
	margin-right: 1em;
}

.adobe_text {
	display: inline-block;
}

.cat {
}

.cat dl {
	line-height: 1.6;
	margin-top: 5px;
}

.cat dt,
.cat dd {
	display: inline-block;
}

.cat dt {
	text-align: right;
	width: 40px;
}

.cat dd {
}

.cat dd:before {
	content: "…";
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

/* All SP & Tablet */
@media screen and (max-width:1020px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.about {
		margin-top: 20px;
	}

	.adobe {
		margin-top: 20px;
	}

}