/*============================
	Foundation
==============================*/


/*============================
	Layout
==============================*/


/*============================
	Object
==============================*/

/*---------------
	component
----------------*/
.c-tight_spacing{
	letter-spacing: -0.03em;
}

/*---------------
	project
----------------*/

/*p-pageMove__btns*/
.p-pageMove__btns .c-prev,
.p-pageMove__btns .c-next{
	width: 7em;
}

.p-pageMove{
	margin-top: 2rem;
}

/**/

.p-5questionsHeader{
	position: relative;
	margin-bottom: 1rem;
}
.p-5questionsMainPhoto{
	position: relative;
}
.p-5questionsMainPhoto::after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.97) 30%, rgba(255,255,255,0.7) 72%, rgba(255,255,255,0.5) 82%, rgba(255,255,255,0.06) 96%, rgba(255,255,255,0) 100%);
}
.p-5questionsNumber{
	width: auto;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 400;
	flex: 0 0 auto;
	color: #212121;
	text-align: center;
	position: absolute;
	top:1.25rem;
	left: 0;
}
.p-5questionsNumber .num{
	display: block;
	font-size: 3.375rem;
	vertical-align: -0.2em;
	margin-left: -0.25rem;
}
.p-5questionsNumber .year{
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: bold;
	color: #e6002d;
}
.p-5questionsNumber .year .join{
	display: block;
	font-size: 0.8125rem;
	font-weight: normal;
	color: #212121;
}
.p-5questionsProfile{
	position: absolute;
	width: 50%;
	bottom: 1.25rem;
	left: 0px;
}
.p-5questionsProfile__txt{
	padding-left: 0;
}
.p-5questionsProfile__name{
	font-size: 1.875rem;
	margin-bottom: 0.75rem;
	color: #e6002d;
}
.p-5questionsProfile__name .en{
	font-size: 0.8125rem;
	font-weight: normal;
}
.p-5questionsProfile__data{
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.p-5questionsBody{
	position: relative;
	box-sizing: border-box;
	padding: 0px;
	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;
}

/*QA heading*/
h2.p-5questions__q{
	font-size: 1.125rem;
	font-weight: bold;
	color: #12468c;
	padding-left: 4.5rem;
	position: relative;
	padding-bottom: 1rem;
	margin:2rem 0 1.125rem;
	border-bottom: #12468c 1px solid;
	text-align: left;
}
h2.p-5questions__q .p-qnum{
	font-size: 2.5rem;
	position: absolute;
	display: block;
	top:-0.375rem; left: 0px;
	width: 4rem;
	text-align: center;
	line-height: 1;
}
h3.p-5questions__q{
	font-size: 1.125rem;
	font-weight: bold;
	color: #12468c;
	margin:0.875rem 0 0.875rem;
	text-align: left;
}
h3.p-5questions__a{
	font-size: 1.125rem;
	font-weight: bold;
	color: #e6002d;
	padding-left: 4.5rem;
	padding-bottom: 1.0625rem;
	position: relative;
	text-align: left;
}
h3.p-5questions__a .a-qnum{
	font-size: 1.875rem;
	position: absolute;
	display: block;
	top:0px; left: 0px;
	width: 4rem;
	text-align: center;
	line-height: 1;
}
.p-5questionsBody .p-update{
	font-size: 0.8125rem;
	line-height: 1;
	text-align: right;
}

/**/
.p-pageMove__btns span{
	opacity: 0;
}

/*grid*/

.p-5questionsBody .col2 .col{
	flex: 0 0 auto;
	width: calc((100% - 30px)/2);
}
.p-5questionsBody .col3 .col{
	flex: 0 0 auto;
	width: calc((100% - 58px)/3);
}
.p-5questionsBody .col3 .col.span-2{
	width: calc(((100% - 58px)/3)*2 + 29px);
}
.p-5questionsBody .col.narrow{
	width: 75%;
}


/*-------------------
	Utility
--------------------*/


@media print{
	.p-5questionsBody{
		page-break-inside: avoid;
	}
}


/*============================
	sp
==============================*/
/*main font size*/

/*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-5questionsProfile{
	position: static;
	width: 100%;
	line-height: 1.5;
	margin-top: 1rem;
}

.sp .p-5questionsNumber{
	left: 1rem;
}
.sp .p-5questionsProfile__txt{
	padding-left: 1.25rem;
}

.sp .p-5questionsBody {
	padding: 0px 1.25rem;
	font-feature-settings: "palt" 1;
}

.sp .p-5questionsBody .col3 .col{
	width: 75% !important;
	margin-left: auto;
	margin-right: auto;
}
.sp .p-5questionsBody .col3 .col.span-2{
	width: 100% !important;
}
