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

/*--------------------
	コンテンツ枠
--------------------*/
.report-cont {
	border:1px solid #D5d5d5;
}

.report-contInner {
	margin:0 30px;
}

.kv {
	margin: 0;
}

.leadTxt {
	font-size:14px;
	line-height:1.75;
	margin:0 0 30px;
	color:#222;
}

.kome{
	font-size: 11px;
}

.report-notice {
	display: block;
	font-size: 11px;
}

.section {
	margin:0 0 50px;
}

.headLine {
	font-size:24px;
	font-weight:bold;
	line-height:1.1;
	color:#222;
	border-left:6px solid #2c7cc3;
	border-bottom:1px solid #9a9a9a;
	position:relative;
	padding:4px 0 4px 6px;
	margin:0 0 25px;
}

/*目次*/
.toc {
	background: #f2f2f2;
	font-size: 17px;
	font-weight: bold;
	padding: 18px 14px;
	margin: 0 0 36px;
}

.toc li {
	position: relative;
	content: "";
	margin: 0 0 20px;
}

.toc li:last-child {
	margin: 0;
}

.toc li a {
	text-decoration: underline;
	padding: 0 0 0 40px;
	color: #462665;
}

.toc li a:hover {
	text-decoration: none;
	color: #E4251F;
}

.toc li a:before {
	position: absolute;
	content: "";
	top: -6px;
	left: 0;
	background: url(/img2/special/common/tco_ic.png) 0 0 no-repeat;
	width: 27px;
	height: 27px;
}

.sectionInner {
	margin:30px 0 0 0;
}

.sectionInner02 {
	margin:0;
}

.report-text {
	width:510px;
	float:left;
	margin:0 0 0 30px;
}

.report-text:first-child {
	margin:0 30px 0 0 !important;
}

.report-text > p {
	font-size:14px;
	line-height:1.8 !important;
	color:#222;
}

.report-text-navi {
	color:#6c818c !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	margin: 0 0 16px;
}

.report-text-juku {
	margin: 0 0 44px;
}

.report-text-navi:before {
	content:"――― "
}

.report-text-name {
	display: inline-block;
	padding: 0 16px 0 0;
	color: #2c7cc3;
	font-weight: bold;
}

.report-text-name-roomHead {
	display: inline-block;
	padding: 0 16px 0 0;
	color: #1b94d3;
	font-weight: bold;
}


.report-img {
	width:305px;
	float:left;
}

.report-imgBox {
	border: 1px solid #dfdfdf;
	margin:30px 0 0;
	padding: 4px 0;
	position:relative;
	text-align: center;
}

.report-imgBox:first-child {
	margin-top:0;
}

.report-cap {
	display: block; 
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	padding: 4px 6px 0 6px;
}

.interview-name {
	font-size:16px;
	font-weight: bold;
	color: #FFF;
	background:#e60012;
	padding: 12px 0 10px 0;
	margin: 0 4px;
}

.interview-name-roomHead {
	font-size:16px;
	font-weight: bold;
	color: #FFF;
	background:#1b94d3;
	padding: 12px 0 10px 0;
	margin: 0 4px;
}

.interview-prof {
	background-color:#eaeaea;
	text-align: left;
	font-size:12px;
	line-height:1.75;
	color:#333;
	padding:8px;
	margin: 0 4px;
}
/* --------------------------------
 実績表
-------------------------------- */
.kResult {
	width: 840px;
	margin: 0 auto 30px;
	font-size: 0;
}
.kResult-title {
	width: 100%;
	height: 56px;
	font-size:20px;
	font-weight: bold;
	line-height: 56px;
	color:#fff;
	background:#2c7cc3;
	margin: 0 0 15px;
	text-align: center;
}
.kResultBlock {
	display: inline-block;
	width: 410px;
}
.kResultBlock:not(:last-child) {
	margin: 0 20px 0 0;
}
.kResultBlock-title {
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color:#000;
	background:#f0f0f0;
	text-align: center;
	border:1px solid #999;
	border-bottom:0;
	box-sizing: border-box;
}
.kResultBlock-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border:1px solid #999;
}
.kResultBlock-table-title {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	background:#bcd4e9;
	text-align: center;
	vertical-align: middle;
	border:1px solid #999;
	padding: 5px;
	line-height: 1.3;
}
.kResultBlock-table-title strong {
	color: #E4251F;
}
.kResultBlock-table-cell {
	width: 50%;
	font-size: 14px;
	border:1px solid #999;
	padding: 7px 10px;
}
.resultItem {
	display: table;
	width: 100%;
}
.resultItem-name {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}
.resultItem-name__small {
	font-size: 12px;
}
.resultItem-number {
	display: table-cell;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}
.resultItemSlogan {
	font-weight: bold;
	color: #E4251F;
	text-align: center;
}
/* --------------------------------
 clearfix
-------------------------------- */
.sectionInner:after,
.sectionInner02:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}