/* TXT */


#main .inner {
	padding: 30px 90px 0 60px;
	padding: 90px 120px 90px 90px;
	padding: 90px 60px 90px 30px;
}
article {
	margin: 0 auto;
	max-width: 1050px;
}
.txt_heading {
	position: relative;
	margin-bottom: 4.5em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #ddd;
}
.txt_heading h3.title {
	position: relative;
	margin-bottom: 1em;
	padding-left: 36px;
	padding-left: 0;
	font-size: 1.4em;
}
._txt_heading h3.title::before {
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	content: '';
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 50%;
}

.txt_heading h4 {
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 0.8em;
}
.txt_heading .author_date {
	color: #434246 !important;
	margin-right: 0.5em;
}
.txt_heading a {
	color: #434246 !important;
}
.txt_threads .txt_heading h4.author .author_from {
	padding-left: 18px;
	background: url(../images/common/icon_threads.png) no-repeat left center / 15px;
}

.txt_text {
	float: left;
	width: 62%;
}
.txt_text a {
	color: #111 !important;
	text-decoration: none;
	font-weight: 500;
}
.txt_text p {
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 2em;
}
.txt_text p:last-of-type {
	margin-bottom: 0;
}
.txt_image {
	position: sticky;
	top: 70px;
	float: right;
	width: 28%;
}
.txt_image img {
	width: 100%;
	height: auto;
}
.txt_image li:not(:last-of-type) {
	margin-bottom: 1.5em;
}

._txt_text .en {
	margin-bottom: 2.5em;
	margin-bottom: 4.5em;
}
._txt_text .ja:not(:last-of-type) {
	margin-bottom: 3.5em;
	padding-bottom: 3.5em;
	border-bottom: solid 1px #ddd;
}

.paging {
	margin-top: 4.5em;
}
.paging li:not(:last-of-type) {
	margin-bottom: 1em;
}

.txt_list {
	font-size: 0.85em;
	line-height: 1.5em;
}
.txt_list h3 {
	position: relative;
	display: inline;
	padding-left: 25px;
	padding-left: 0;
	font-size: 1.05em;
	font-weight: 500;
}
.txt_list h3 a {
	position: relative;
	padding: 0.15em 0.3em 0.05em 0.35em;
	border-radius: 3px;
}
.txt_list h3 a:hover {
	text-decoration: none;
	background: #fff;
}
._txt_list h3::before {
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	content: '';
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}
#txt_list .txt_list {
	padding-top: 0.6em;
	border-top: solid 1px #ddd;
}
#txt_list .txt_list li {
	position: relative;
	margin-left: 20px;
	padding: 3.25em 0 3.4em 0;
	padding: 3.25em 0 3.4em 25px;
	border-bottom: solid 1px #ddd;
	opacity: 0;
}
#txt_list .txt_list li::before {
	position: absolute;
	left: 0;
	top: 48%;
	transform: translateY(-50%);
	content: '';
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}

.from_threads {
	margin-left: 1em;
	font-size: 0.8em;
}
.from_threads a {
	color: #999 !important;
	letter-spacing: 0.05em;
	text-decoration: none !important;
}