@charset "utf-8";

/* mrs_testカテゴリ専用 */
.mrs-test-images {
	width: 100%;
	margin: 0 auto 48px;
}

.mrs-test-images img {
	display: block;
	width: 100%;
	max-width: 700px;
	height: auto;
	margin: 0 auto;
}

.mrs-test-about {
	width: 100%;
	max-width: 1166px;
	margin: 48px auto;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
}

.mrs-test-about__title {
	position: relative;
	padding: 18px 52px 18px 20px;
	background: #e83e8c;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.mrs-test-about__title::-webkit-details-marker {
	display: none;
}

.mrs-test-about__title::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
}

.mrs-test-about[open] .mrs-test-about__title::after {
	content: "−";
}

.mrs-test-about__content {
	padding: 24px;
	line-height: 1.9;
}

.mrs-test-about__content h1,
.mrs-test-about__content h2,
.mrs-test-about__content h3 {
	margin: 1.5em 0 0.65em;
	line-height: 1.45;
}

.mrs-test-about__content h1 {
	font-size: 25px;
}

.mrs-test-about__content h2 {
	font-size: 21px;
}

.mrs-test-about__content h3 {
	font-size: 18px;
}

.mrs-test-about__content ul {
	margin: 1em 0;
	padding-left: 1.5em;
}

.mrs-test-about__content hr {
	margin: 32px 0;
	border: 0;
	border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
	.mrs-test-images,
	.mrs-test-about {
		margin-bottom: 32px;
	}

	.mrs-test-about__title {
		font-size: 17px;
	}

	.mrs-test-about__content {
		padding: 18px;
	}
}
