<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------
* detail
* ----------------------------------------------- */


@import url("https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css");

.dir-detail a.iconed-btn.red {
	border: solid 2px #9f1e23;
}
.dir-detail a.iconed-btn.red .triangle-in-circle {
	background: #9f1e23;
}
.dir-detail a.iconed-btn.red .anchor-text {
	color: #9f1e23;
}
.dir-detail a.iconed-btn.yellow {
	border: solid 2px #a58122;
}
.dir-detail a.iconed-btn.yellow .triangle-in-circle {
	background: #a58122;
}
.dir-detail a.iconed-btn.yellow .anchor-text {
	color: #a58122;
}
.dir-detail a.iconed-btn.blue {
	border: solid 2px #0c2f8e;
}
.dir-detail a.iconed-btn.blue .triangle-in-circle {
	background: #0c2f8e;
}
.dir-detail a.iconed-btn.blue .anchor-text {
	color: #0c2f8e;
}


/* kiji
------------------------*/
.site-main__body.kiji .feature li {
	border-top: dotted 1px #595757;
	padding: 20px 0;
	padding: 2rem 0;
}
.site-main__body.kiji .feature li:first-child {
	border-top: none;
}


/* rap
------------------------*/
.site-main__body.rap figcaption {
	border-bottom: solid 1px #595757;
	margin-bottom: 1rem;
}


/* print
------------------------*/
.site-main__body.print strong {
	color: red;
	font-weight: normal;
}
.site-main__body.print .select-character {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.site-main__body.print .select-character img:hover {
	cursor: pointer;
}
.site-main__body.print .title {
	background: #da1916;
	border-radius: 16px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
	margin: 1rem 0;
	padding: 8px;
	padding: 0.8rem;
	text-align: center;
}
.site-main__body.print dl {
	margin: 20px auto;
	margin: 2rem auto;
	max-width: 320px;
}
@media (min-width: 576px) {
	.site-main__body.print dl {
		margin-bottom: 0;
	}
}
.site-main__body.print dd {
	margin-bottom: 0;
}
.site-main__body.print dd.green {
	border-bottom: 2px solid #4dc78d;
	border-left: 2px solid #4dc78d;
	border-radius: 0 0 8px 8px;
	border-right: 2px solid #4dc78d;
}
.site-main__body.print dd.red {
	border-bottom: 2px solid #dd3e55;
	border-left: 2px solid #dd3e55;
	border-radius: 0 0 8px 8px;
	border-right: 2px solid #dd3e55;
}
.site-main__body.print dd.blue {
	border-bottom: 2px solid #2f2eff;
	border-left: 2px solid #2f2eff;
	border-radius: 0 0 8px 8px;
	border-right: 2px solid #2f2eff;
}
.site-main__body.print dl + figure {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.site-main__body.print dl.caution_chusen { max-width: 100%; }
.site-main__body.print strong {
	color: #212529;
	font-weight: bold;
}


/* different
------------------------*/
.site-main__body.different {
}


/* question
------------------------*/
.site-main__body.question {
}
.site-main__body.question .title {
	border-top: 1px dotted #ccc;
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-top: 20px;
	padding-top: 2rem;
}
.site-main__body.question .title &gt; span {
	background: url("../../images/detail/question_dt.png") left top / 21px auto no-repeat scroll;
	display: block;
	margin: 0 4px;
	margin: 0 0.4rem;
	padding-left: 30px;
}
.site-main__body.question .title:first-child {
	border-top: none;
}
.site-main__body.question &gt; dd {
	background: #e9e9e9 url("../../images/detail/question_dd.png") 4px 4px / auto 21px no-repeat scroll;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 25px 0 0 4px;
	padding: 2.5rem 0 0 0.4rem;
}
.site-main__body.question .summary span {
	background: url("../../images/detail/question_dt.png") left top / 17px auto no-repeat scroll;
	display: block;
	font-size: 12px;
	padding-left: 20px;
}
.site-main__body.question .summary li {
	margin-top: 5px;
	margin-top: 0.5rem;
}
.site-main__body.question .summary li:first-child {
	margin-top: 0;
}
.site-main__body.question .page-navigation {
	font-size: 1.2em;
	margin: 20px 0 40px 0;
	margin: 2rem 0 4rem 0;
}


/* yogo
------------------------*/
.site-main__body.yogo {
}
.site-main__body.yogo .summary {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.site-main__body.yogo .summary li {
	border-left: solid 3px #0c6c01;
	font-size: 12px;
	margin-top: 10px;
	margin-top: 1rem;
	padding-left: 0.5em;
}
.site-main__body.yogo .summary li:first-child {
	margin-top: 0;
}


/* cause
------------------------*/
.site-main__body.cause {
}
.site-main__body.cause figure {
	width: 50%;
}
@media (min-width: 768px) {
	.site-main__body.cause .float-area p {
		margin-bottom: 0;
	}
}
</pre></body></html>