@charset "UTF-8";

/* ------------------------------
診断結果
------------------------------ */
body {
	font-family: "小塚ゴシック Pro","Kozuka Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
}
.result-container {
	background-color: #a2a6f0;
	padding: 15px 15px 35px;
	margin-bottom: 20px;
}
.result-container-inner {
	background-color: #fff;
	border-radius: 10px;
	margin: 10px 15px 0;
	padding: 15px 20px;
}
.button-close {
	/* margin: 15px; */
	width: 25px;
	height: 25px;
}
.body-title {
	margin-top: 5px;
	color: #fff;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
}
.result-type {
	text-align: center;
	color: #5b5b5b;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.result-type-image {
	margin: 30px 0 30px;
	max-width: 110px;
}
.result-type-text {
	color: #5b5b5b;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.8;
}
@media (min-width: 640px) {
	.body-title {
		font-size: 2.6rem;
		font-size: 26px;
	}
	.result-type {
		font-size: 2.6rem;
		font-size: 26px;
	}
}

/* SNSボタン */
.sns-button-wrapper {
	margin-top: 25px;
}
.sns-button-facebook,
.sns-button-twitter,
.sns-button-line {
	border-radius: 7px;
	display: inline-block;
	width: 90%;
	padding: 9px 0;
	color: #fff;
}
.sns-button-facebook {
	background: #425a9a;
}
.sns-button-twitter {
	background: #62acf2;
}
.sns-button-line {
	background: #00b900;
}
.sns-button-facebook:hover,
.sns-button-twitter:hover,
.sns-button-line:hover {
	color: #fff;
}
.sns-button-facebook span,
.sns-button-twitter span,
.sns-button-line span {
	font-size: 1.2rem;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	/* position: relative;
	left: 12px; */
	margin-left: 12px;
}
.sns-button-facebook .icon_sns {
	width: 22px;
}
.sns-button-twitter .icon_sns {
	width: 24px;
}
.sns-button-line .icon_sns {
	width: 26px;
}

.result-trynext-title {
	margin-top: 30px;
	color: #a2a6f0;
	font-size: 2.0rem;
	font-size: 20px;
	font-weight: bold;
}
.result-trynext-link {
	margin-top: 5px;
	text-align: center;
}
.result-trynext-link li {
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2;
}
.result-trynext-link li a {
	color: #5b5b5b;
}

/* モーダル */
.uk-modal-body {
	padding: 15px 15px 60px;
}
.modal-box {
	border: 1px solid #7bff20;
	padding: 30px;
}
.modal-logo {
	text-align: center;
}
.modal-head {
	font-size: 18px;
	font-size: 1.8rem;
	color: #00a0e9;
	text-align: center;
}
.modal-content {
	margin-top: 10px;
}
.modal-content p {
	margin-top: 1em;
}
.modal-image{
	margin-top: 30px;
	text-align: center;
}
.modal-foot {
	text-align: center;
	margin-top: 30px;
}

.modal-share-text-wrapper {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
}
.modal-share-text {
	color: #5b5b5b;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 2;
}
.modal-share .sns-button-facebook,
.modal-share .sns-button-twitter,
.modal-share .sns-button-line {
	width: 82%;
}

/* おすすめ記事 */
.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;
	}
}
.foot {
	margin-bottom: 30px;
}
