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


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


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

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


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

/*comment*/
.p-projectName{
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	padding: 0.5em 0.2em 0.5em 0;
	background-color: #f0f0f0;
	border-radius: 4px;
}

.p-commentBody{
	position: relative;
	box-sizing: border-box;
	padding:  32px 0 40px 30px;
	border-top: #ccc 1px solid;
	display: flex;
	justify-content: space-between;
}
.p-commentBody:first-of-type{
	border-top: none;
}

.p-comment__main{
	width: 520px;
	flex: 0 0 auto;
}

.p-comment__title{
	margin-bottom: 1rem;
	font-size: 1.375rem;
	line-height: 1.6;
}

.p-comment__name{
	margin-bottom: 1.875rem;
	font-size: 1.125rem;
	line-height: 1;
}

.p-comment__txt{
	font-size: 1rem;
	line-height: 1.75;
	font-feature-settings : "palt" 0;
	-webkit-font-feature-settings : "palt" 1;
	text-align: justify;
	text-justify:inter-ideograph;
}

.p-comment__sub{
	/*position: absolute;*/
	width: 180px;
	/*top:40px;
	right:0px;*/
	flex: 0 0 auto;
}

.p-commentSub__photo{
	width: 100px;
	height: 150px;
	margin: 0 auto;
}

.p-commentSub__worksLink{
	border-top: #ccc 1px solid;
	margin-top: 2.25rem;
	position: relative;
	font-size: 0.8125rem;
	letter-spacing: 0.02em;
	line-height: 1.4;
}
.p-commentSub__worksLink::before{
	content: "";
	background-color: #f0f0f0;
	position: absolute;
	width: 40px;
	height: 100%;
	box-sizing: content-box;
	padding: 10px 10px 0;
	top:-10px;
	left: 70px;
	z-index: -1;
	border-radius: 4px;
	opacity: 0;
	transition: all 0.2s;
}
.p-commentSub__worksLink:hover::before{
	width: 100%;
	left: -10px;
	opacity: 1;
}

.p-commentSub__worksLink a{
	display: block;
	background: url(/tech/kd/common/images/arrow_red.svg) no-repeat 97% 46%;
	background-size: 7px auto;
	padding-bottom: 10px;
}
.p-worksLink__label{
	font-size: 0.75rem;
	line-height: 1;
	display: block;
	padding: 0.8em 0 0.5em;
	color: #404040;
}

/*linkbox*/
.p-worksLinkBox{
	border: #e6e6e6 1px solid;
	position: relative;
	min-height: 222px;
	box-sizing: border-box;
}
.p-worksLinkBox__label{
	font-size: 1.5rem;
	color: #fff;
	background-color: #ccc;
	line-height: 1;
	padding: 3px 0 4px 30px;
}
.p-worksLinkBox__txt{
	width: 320px;
	padding: 1rem 0 0 30px;
}
.p-worksLinkBox__name{
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.p-worksLinkBox__catch{
	font-size: 0.9375rem;
	padding-bottom: 0.6em;
	border-bottom: #d5d5d5 1px solid;
}
.p-worksLinkBox__txt a{
	display: block;
	line-height: 1;
	margin: 0.6rem 0 0;
	padding: 0.8em 1em 0.7em 1.6em;
	/*width: 8em;*/
	background: url(/tech/kd/common/images/arrow_red.svg) no-repeat 0.6em 48%;
	background-size: 7px auto;
	border-radius: 3px;
	transition: all 0.3s;
}
.p-worksLinkBox:hover a{
	background-color: #f0f0f0;
}
.p-worksLinkBox__img{
	width: 350px;
	position:absolute;
	top:56px;
	right:25px;
}

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

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


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


/*============================
	sp
==============================*/
/*main font size*/
.sp .p-comment__txt{
	font-size: 1.07rem;
	line-height: 1.9;
}

/*l-title--sp p-snav*/
.sp .l-title--sp .p-snav__nav>li {
	width: 50%;
	border: none;
}
.sp .l-title--sp .p-snav__nav>li>a{
	margin-left: 0.5em;
	margin-right: 0.5em;
	border: #b6b6b6 1px solid;
	background-color: #fff;
	color: #212121 !important;
	box-shadow: 1px 2px 6px -2px rgba(0,0,0,0.3);
}
.sp .l-title--sp .p-snav__nav>li.is-current>a{
	background-color: #f0f0f0;
}

/**/
.sp .p-projectName{
	border-radius: 0;
	padding: 0.6rem 0;
	/*margin-left: 1.25rem;
	margin-right: 1.25rem;*/
}
.sp .p-comment__main{
	width: 100%;
	box-sizing: border-box;
}
.sp .p-commentBody{
	display: block;
	padding: 1.5rem 1.25rem;
}
.sp .p-comment__name{
	margin-bottom: 1.25rem;
}
.sp .p-comment__txt{
	text-align: justify;
	font-feature-settings: "palt";
}

.sp .p-commentSub__photo{
	margin: 0rem auto 2rem;
}
.sp .p-commentSub__worksLink{
	display: none;
}

.sp .p-worksLinkBox{
	border-color:#ccc;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.sp .p-worksLinkBox__label{
	padding-left: 1rem;
}
.sp .p-worksLinkBox__txt{
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 1.25rem 0;
}
.sp .p-worksLinkBox a{
	display: block;
	width: auto;
	float: right;
	background-size: 6px auto;
	background-position: 0.5em 52%;
}
.sp .p-worksLinkBox:hover a{
	background-color: inherit;
	transition:none;
}
.sp .p-worksLinkBox__img{
	clear: both;
	width: 100%;
	position: static;
	padding: 0.75rem 1.25rem 1.25rem;
	box-sizing: border-box;
}
