@charset "UTF-8";

/* question
---------------------------------------------------------------------------*/
#question .title-page {
	margin-bottom: 85px;
}

.title-page-illust {
	width: 1148px;
	margin-bottom: 120px;
}

.question-wrap {
	position: relative;
	width: 1148px;
	margin: 0 auto;
}

/* media query
-----------------------------------*/
@media (max-width: 1280px) {
	.title-page-illust,
	.question-wrap {
		width: 1060px;
	}
}

/* .nav-question
------------------------------------*/
.nav-question {
	position: absolute;
	top: 0;
	left: 50%;
	width: 210px;
	margin-left: -574px;
}

/* media query
-----------------------------------*/
@media (max-width: 1280px) {
	.nav-question {
		margin-left: -530px;
	}
}

.nav-question.active {
	position: fixed;
	top: 60px;
}

.nav-question.active_btm {
	position: absolute;
	top: inherit;
	bottom: 0;
}

.nav-question ul {
	background: url(../img/share/line-dot.svg) repeat-x left top;
	background-size: 7px 2px;
}

.nav-question li {
	background: url(../img/share/line-dot.svg) repeat-x left bottom;
	background-size: 7px 2px;
}

.nav-question li a {
	display: block;
	padding: 20px 10px 19px;
	line-height: 1.6;
}

.nav-question li a strong {
	display: block;
	margin-bottom: 6px;
	color: #543618;
	font-size: 18px;
	letter-spacing: 0.15em;
}

.nav-question li a em {
	display: block;
	margin-left: 1px;
	color: #A69688;
	font-size: 11px;
	letter-spacing: 0.1em;
}

/* .question-list
------------------------------------*/
.question-list {
	width: 856px;
	float: right;
}

/* media query
-----------------------------------*/
@media (max-width: 1280px) {
	.question-list {
		width: 770px;
	}
}

.question-list .post {
	margin: -50px 0 80px;
	padding-top: 50px;
}

.question-list .post:last-of-type {
	margin-bottom: 0;
}

.question-list .board {
	padding: 35px 45px 45px;
}

.question-list h2 {
	margin: 0 0 32px -35px;
}

.question-list article {
	background: url(../img/share/line-dot.svg) repeat-x left bottom;
	background-size: 7px 2px;
}

.question-list article:first-of-type {
	background-image: url(../img/share/line-dot.svg), url(../img/share/line-dot.svg);
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
	background-size: 7px 2px, 7px 2px;
}

/* .question-title
------------------------------------*/
.question-title {
	position: relative;
	padding: 21px 20px 19px 90px;
}

.question-title i {
	display: block;
	position: absolute;
	top: 16px;
	left: 10px;
}

.question-title h3 {
	color: #543618;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.18em;
}

/* .question-detail
------------------------------------*/
.question-detail {
	margin-bottom: 0;
	padding-bottom: 0;
}

.question-detail .inner {
	margin-top: -8px;
	padding: 0 0 30px 90px;
}

.question-detail .post-main {
	margin-bottom: 25px;
}

.question-detail .post-main:last-child {
	margin-bottom: 0;
}

.question-detail .post-main p:first-of-type img {
	padding-top: 10px;
}

.question-detail .post-main p {
	line-height: 1.8;
}

.question-detail .sec-table {
	margin-top: 50px;
}

.question-detail .sec-table h3 {
	margin-bottom: 25px;
}

.question-detail .post-link {
	margin-top: 25px;
}