@charset "UTF-8";

/* ------------------------------
性格診断テスト
------------------------------ */
body {
	font-family: "小塚ゴシック Pro","Kozuka Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
}
.head-logo {
	width: 80%;
}
.head-title {
	margin-top: 10px;
	color: #41cfd9;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
}
@media (min-width: 640px) {
	.head-title {
		font-size: 2.8rem;
		font-size: 28px;
	}
}
.lead-wrapper {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}
.head-copy {
	color: #41cfd9;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
}
.head-lead {
	margin-top: 10px;
	color: #5b5b5b;
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 1.5;
}
@media (min-width: 640px) {
	.lead-wrapper {
		max-width: 440px;
	}
	.head-copy {
		font-size: 2.2rem;
		font-size: 22px;
	}
	.head-lead {
		font-size: 1.8rem;
		font-size: 18px;
	}
}
.body-title {
	margin-top: 20px;
	background-color: #a2a6f0;
	color: #fff;
	font-size: 2.8rem;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
}
.question {
	padding: 20px 10px;
}
.question-text {
	color: #5b5b5b;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;
}
.question-image {
	margin-top: 15px;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.question-image::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.question-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
	border-radius: 8px;
}
.uk-input {
	margin-top: 12px;
	border-radius: 8px;
	font-size: 1.2rem;
	font-size: 12px;
	padding-left: 1.5em;
}

/* おすすめ記事 */
.recommended-title {
	color: #5b5b5b;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
}
.recommended-article {
	margin-top: 10px;
}
.recommended-text {
	margin-top: 10px;
	color: #5b5b5b;
	font-size: 1.1rem;
	font-size: 11px;
	line-height: 1.5;

	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.recommended-image {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}
@media (min-width: 640px) {
	.recommended-text {
		font-size: 1.4rem;
		font-size: 14px;
	}
}
