  /*============================
	Foundation
==============================*/


/*============================
	Layout
==============================*/


/*============================
	Object
==============================*/

/*---------------
	component
----------------*/

.c-photoCopy{
	font-size: 0.6875rem;
	line-height: 1;
	color: #333;
	text-align: right;
	margin-top: 0.25rem;
}

/*---------------
	project
----------------*/

.p-forumNumber{
	background: url(/tech/kd/wedforum/images/bg_wedforum_title.svg) no-repeat 50% 0px;
	height: 80px;
	font-size: 1.5rem;
	line-height: 1;
}
.p-forumNumber .num{
	font-size: 3.375rem;
	vertical-align: -0.2em;
}
.p-forumNumber__date{
	font-size: 0.75rem;
}

.p-forumBody{
	position: relative;
	box-sizing: border-box;
	padding:  32px 0 40px 30px;
}

.p-forum__title,
.p-forum__name,
.p-forum__txt{
	width: 520px;
}

.p-forum__title{
	border-top: #E6002D 1px solid;
	/*color: #E6002D;*/
	padding-top: 0.5em;
	margin-bottom: 1.5rem;
	font-size: 1.375rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
.p-forum__title_sub{
	font-size: 1.125rem;
}

.p-forum__name{
	font-size: 1.5625rem;
	line-height: 1;
	position: relative;
	margin-bottom: 0.4em;
}
.p-forum__belong{
	position: absolute;
	bottom:0px;
	right: 0px;
	font-size: 0.875rem;
}

.p-forum__txt{
	font-size: 1rem;
	line-height: 1.75;
	text-align: justify;
}
.p-forum__author{
	text-align: right;
	font-size: 0.8125rem;
}

.p-forum__sub{
	position: absolute;
	width: 180px;
	top:30px;
	right:0px;
}

.p-forumSub__photo{
	width: 163px;
	margin: 0 auto;
}
.p-forumSub__photo .c-caption{
	font-size: 0.8125rem;
	line-height: 1.4em;
	padding: 0.5em 0 0.5em;
}

.p-forumSub__name{
	font-size: 0.875rem;
	line-height: 1;
	padding-top: 1.2em;
	margin: 1.2em auto 1.2em;
	border-top: #ccc 1px solid;
	
}
.p-forumSub__profile{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 0.75rem;
	line-height: 1.5;
	letter-spacing: 0;
	padding-bottom: 1rem;
	border-bottom: #ccc 1px solid;
}
.p-forumSub__profile dt{
	flex: 0 0 auto;
	width: 4em;
}
.p-forumSub__profile dd{
	flex: 1 1 auto;
	width: 8em;
}

/**/
.p-pageMove__btns span{
	opacity: 0;
}


/*-------------------
	Utility
--------------------*/


@media print{
	.p-forumBody{
		page-break-inside: avoid;
	}
}

/*============================
	sp
==============================*/

/*p-snav__nav*/
.sp .l-title--sp .p-snav__nav,
.sp .l-snav{
	display: none;
}

.sp .l-title--sp .p-snav__ctgTitle{
	margin-bottom: 1.6rem;
}
.sp .p-forumNumber {
	height: 60px;
	padding: 2.5rem 1.25rem 0;
	background-size: 100%;
}
.sp .p-forumBody {
	padding: 1.5rem 1.25rem 20px;
}
.sp .p-forum__sub {
	position: static;
	width: 100%;
}
.sp .p-forum__belong {
	position: static;
	display: block;
	margin-top: 0.75em;
}
.sp .p-forum__txt{
	font-size: 1.07rem;
	line-height: 1.9;
}
.sp .p-forumSub__profile dt {
	flex: 0 0 auto;
	width: 25%;
	margin-bottom: 0.5em;
}
.sp .p-forumSub__profile dd {
	flex: 1 0 auto;
	width: 75%;
	padding: 0 !important;
	margin-bottom: 0.5em;
}
.sp .p-forum__title, .sp .p-forum__name, .sp .p-forum__txt {
	width: 100%;
}

