<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
p{
	letter-spacing: 0.075em;
	line-height: 2;
}

main.subpage_illustration .subpage_main_box{
	background-image: url("../images/main.png");
}

#topics1 .topics_title:after{
	background-image: url("../images/topics_01.png");
}
#topics2 .topics_title:after{
	background-image: url("../../../personality/assets/images/topics_03.png");
}
#topics3 .topics_title:after{
	width: calc(100% - 44px);
	background-image: url("../images/topics_03.png");
	background-size: 316px 168px;
}
#topics4 .topics_title:after{
	background-image: url("../images/topics_04.png");
}
#topics5 .topics_title:after{
	background-image: url("../images/topics_05.png");
}
#topics6 .topics_title:after{
	background-image: url("../images/topics_06.png");
}

.topics_box{margin-bottom: 72px;}

#topics6.topics_box{margin-bottom: 72px;}

@media print, screen and (max-width: 1080px) {
	main.subpage_illustration .subpage_main_box{
		background-image: url("../images/main_m.png");
	}
}</pre></body></html>