@charset "utf-8";

/*  ------------------------------------------------------------------
	CSR
---------------------------------------------------------------------*/

/* ---------------------------------------
　サステナビリティレポート
--------------------------------------- */

/*  reportUlLink
-----------------------------------*/
.reportUlLink li {
	padding-bottom: 5px;
}
.reportUlLink.inLine li {
	display: inline-block;
}
.reportUlLink.inLine li:not(:last-child) {
	padding-right: 30px;
}
.reportUlLink li a {
	color: #002cb2;
}


/* SP */
@media only screen and (max-width: 767px) {
	.reportImg .photo {
		text-align: center;
		padding-bottom: 20px;
	}
}

/* PC */
@media print, screen and (min-width: 768px) {
	.reportImg .photo {
		float: left;
		padding-right: 30px;
	}
}
	
/* ---------------------------------------
　ガイドライン対照表
--------------------------------------- */	
.guidelineTab {
	margin: 4em 0;
}
.guidelineTab ul {
	display: table;
	width: 100%;
}
.guidelineTab ul li {
	display: table-cell;
	width: 32%;
}
.guidelineTab ul li:nth-child(2) {
	padding: 0 2%;
}
.guidelineTab ul li a {
	display: block;
	font-size: 1.2rem;
	color: #b3b2a4;
	text-align: center;
	text-decoration: none;
	border-bottom: 5px solid #b3b2a4;
	padding-bottom: 15px;
}
.guidelineTab ul li.current a,
.guidelineTab ul li a:hover {
	color: var(--phi-main-color);
	border-bottom: 5px solid var(--phi-main-color);
}
	

/* ---------------------------------------
　バックナンバー
--------------------------------------- */		
.backThum   { display: table; width: 80%; margin: 0 auto;}
.backThum p { display: table-cell; width: 70%; vertical-align: middle;}
.backThum span { display: table-cell; vertical-align: middle;}	
	
	
	
	
	
	
	
	
	
	
	

