@charset "utf-8";
/* CSS Document */

/*==============================*/
/* NEWS・INFORMATION TOPページ */
/*==============================*/
div.knowledge{
	max-width: 904px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.knowledge article{
    padding: 18px 0 14px 0;
    border-bottom: 1px dashed #ccc;
}
div.knowledge article:last-child{ border-bottom: none; }
div.knowledge article dl{
	display: flex; display: -webkit-flex;
	align-items: center; -webkit-align-items: center;
	justify-content: space-between; -webkit-justify-content: space-between;
}
div.knowledge article dl dt{
	width: 162px;
    line-height: 1.5em;
    color: #444;
}
div.knowledge article dl dt span{
    position: relative; top: 0px;
    margin-left: 8px;
    padding: 3px 12px 2px 12px;
    background: #207F99;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; letter-spacing: 0.05em;
}
div.knowledge article dl dd{
	width: calc(100% - 162px - 20px);
    font-size: 14px;
    line-height: 1.5em;
}

	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.knowledge article{ padding: 18px 0 16px 0;}
		div.knowledge article dl{
			align-items: flex-start; -webkit-align-items: flex-start;
			flex-direction: column; -webkit-flex-direction: column;
		}
		div.knowledge article dl dt{
			width: 100%;
			margin-bottom: 7px;
		}
		div.knowledge article dl dd{
			width: 100%;
			line-height: 1.414em;
		}
		div.knowledge article dl dd a{ line-height: 1.414em;}
	}



/*==============================*/
/* 内部統制報告書の分析結果 */
/*==============================*/
div.analysisTitle{
	margin-bottom: 26px;
	text-align: center;
	font-weight: 500;
	font-family: "Noto Sans Japanese";
	letter-spacing: -0.04em;
}
div.analysisTitle h3{
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 1.3em;
}
div.analysisTitle h2{
	font-size: 24px;
	line-height: 1.4em;
}

	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.analysisTitle{
			margin-bottom: 24px;
			letter-spacing: -0.05em;
		}
		div.analysisTitle h3{
			margin-bottom: 12px;
			font-size: 16px;
		}
		div.analysisTitle h2{ font-size: 19px;}
	}
	/* ======= SP =======*/
	@media (max-width: 480px) {
		div.analysisTitle h2{
			text-align: left;
			line-height: 1.25em;
		}
		div.analysisTitle h2 br{ display: none;}
	}


/*-- 
------------------------- */
p.analysisBtn{ text-align: center;}
p.analysisBtn a{
	display: inline-block;
	padding: 15px 0 16px 0px;
	width: 100%;
	max-width: 376px;
	background: #CC1F1F;
}
p.analysisBtn a:hover{ background: #B21C1C;}
p.analysisBtn a span{
	position: relative;
	padding-left: 40px;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	font-family: "Noto Sans Japanese";
	letter-spacing: -0.03em;
}
p.analysisBtn a span::before{
	position: absolute; top: 50%; left: 0px;
	content: "";
	width: 32px;
	height: 42px;
	background: url(/common/img/share/icon_pdf.svg);
	background-size: contain;
	margin-top: -20px;
}

	/* ======= SP =======*/
	@media (max-width: 767px) {
		p.analysisBtn a{
			display: inline-block;
			padding: 15px 0 16px 0px;
		}
		p.analysisBtn a span{
			padding-left: 36px;
			font-size: 16px;
		}
		p.analysisBtn a span::before{
			position: absolute; top: 50%; left: 0px;
			content: "";
			width: 26px;
			height: 34px;
			margin-top: -15px;
		}
	}

/*-- 
------------------------- */
div.analysisText{
	text-align: center;
}
div.analysisText p{
	line-height: 1.8em;
}
/* ======= SP =======*/
@media (max-width: 767px) {
	div.analysisText{
		text-align: left;
	}
	div.analysisText p{
		line-height: 1.7em;
	}
}

/*-- 
------------------------- */
dl.checkBtn{ text-align: center;}
dl.checkBtn dt{
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	margin-left: 16px;
	padding: 0 24px;
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Sans Japanese";
	letter-spacing: -0.03em;
}
dl.checkBtn dt::before,
dl.checkBtn dt::after{
	content: "";
	width: 16px;
	height: 23px;
}
dl.checkBtn dt::before{
	position: absolute; bottom: 4px; left: 0;
	background: url(/common/img/knowledge-base/title_line_l.png);
	background-size: contain;
}
dl.checkBtn dt::after{
	position: absolute; bottom: 4px; right: 2px;
	background: url(/common/img/knowledge-base/title_line_r.png);
	background-size: contain;
}
dl.checkBtn dd a{
	display: inline-block;
	padding: 15px 0 16px 0;
	width: 100%;
	max-width: 376px;
	background: #207F99;
	color: #fff;
	font-size: 18px;
	font-family: "Noto Sans Japanese";
	letter-spacing: -0.03em;
}
dl.checkBtn dd a:hover{ background: #196C82;}

	/* ======= SP =======*/
	@media (max-width: 767px) {
		dl.checkBtn dt{
			margin-bottom: 10px;
			padding: 0 24px;
			font-size: 19px;
		}
		dl.checkBtn dd a{
			padding: 14px 0 15px 0;
			font-size: 17px;
		}
	}


/*==============================*/
/* 過去の分析結果 */
/*==============================*/
div.pastResults h2{
	margin-bottom: 28px;
	font-size: 24px;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: -0.04em;
	font-weight: 500;
	font-family: "Noto Sans Japanese";
}

	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.pastResults h2{
			margin-bottom: 22px;
			font-size: 20px;
			line-height: 1.35em;
		}
	}

/*-- 
------------------------- */
div.pastResults ul{
	display: flex; display: -webkit-flex;
	flex-wrap: wrap; -webkit-flex-wrap: wrap;
	gap: 20px;
}
div.pastResults ul li{ width: calc(calc(100% - 40px) / 3);}
div.pastResults ul li a{
	position: relative;
	display: block;
	padding: 15px 20px 16px 0;
	background: #7D95A1;
	color: #fff;
	font-size: 18px;
	font-family: "Noto Sans Japanese";
	text-align: center;
}
div.pastResults ul li a:hover{background: #617D8B;}

div.pastResults ul li.resultReport a{ background: #76A18D;}
div.pastResults ul li.resultReport a:hover{background: #598571;}

div.pastResults ul li a::after{
	position: absolute; top: 20px;
	content: "";
	width: 19px;
	height: 19px;
	background: url(/common/img/knowledge-base/icon_link.svg);
	margin-left: 8px;
}

	/* ======= PC以下 =======*/
	@media (max-width: 1024px) {
		div.pastResults ul li a{
			padding: 14px 20px 15px 0;
			font-size: 16px;
		}
		div.pastResults ul li a::after{
			position: absolute; top: 18px;
			content: "";
			width: 17px;
			height: 17px;
			margin-left: 8px;
		}
	}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.pastResults ul{ gap: 12px;}
		div.pastResults ul li{ width: calc(calc(100% - 24px) / 3);}
	}
	/* ======= SP =======*/
	@media screen and (min-width: 461px) and (max-width: 768px) {
		div.pastResults ul{ gap: 12px;}
		div.pastResults ul li{ width: calc(calc(100% - 24px) / 2);}
	}
	/* ======= SP =======*/
	@media (max-width: 460px) {
		div.pastResults ul{
			flex-direction: column; -webkit-flex-direction: column;
			gap: 12px 0;
		}
		div.pastResults ul li{ width: 100%;}
	}

