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

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

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

.copy {
	font-size:30px;
	line-height: 1.3;
	font-weight: bold;
	color: #333;
	margin: 8px 0 14px 14px;
}

.copyImg {
	text-align: center;
	margin: 0 0 14px;
}

.kv {
	margin: 0;
}

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

.kome {
	font-size: 0.6em;
}

.kome2 {
	position:relative;
}

.kome2:after {
	position:absolute;
	content:"※";
	font-size:10px;
	top:0;
	right: -11px;
}

.report-notice {
	display: block;
	font-size: 11px;
	float: right;
	padding: 2px 8px 0 0;
}

.section {
	margin:0 20px 50px;
}

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

.headLine-notice {
	font-size: 11px;
	float: right;
	display: block;
	font-weight: normal;
	padding: 6px 8px 0 0;
}

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

.toc li {
	position: relative;
	line-height: 1.5;
	margin: 0 0 20px;
}

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

.toc li a {
	display: inline-block;
	text-decoration: underline;
	padding: 0 0 0 40px;
}

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

.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 60px 0;
}

.sectionInner02 {
	margin:0;
}

.report-text {
	width:auto;
	clear: both;
	float: none;
	margin:0;
}

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

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

.report-text-juku {
	margin: 0 0 44px;
	font-size:16px;
	line-height:1.8 !important;
	color:#222;
}

.report-text-juku__first {
	margin: 0 0 16px !important;
}

.report-text-juku__first2 {
	margin: 0 0 70px !important;
}
.report-text-navi:before {
	content:"――― "
}

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

.report-text-navi__last {
	margin: 0 0 94px;
}

.report-text-in {
	margin: 0 0 30px;
}

.report-img {
    float: left;
	width: 304px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 20px 10px 0;
    padding: 4px 0 4px 0;
}

.report-img__right {
	float: right;
	margin: 0 0 0 20px;
}

.report-img__center{
	width: 460px;
	float: none;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
    padding: 4px 0 4px 0;
}

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

.report-imgBox {
	margin:30px 0 0;
	padding: 4px 0;
	position:relative;
	text-align: center;
}

.report-imgBox img {
	border: 1px solid #dfdfdf;
}

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

.report-img02 {
	margin: 0 0 44px;
	text-align: center;
}

.report-img02 ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.report-img02 ul li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.report-img02-cap {
	text-align: center;
	font-size: 13px;
	padding: 16px 0 0;
}

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

.interviewee-com {
	display: inline-block;
	font-size: 14px;
	padding: 0 8px 0 0;
}

.interviewee-prof {
	background-color:#eaeaea;
	text-align: left;
	font-size:12px;
	line-height:1.75;
	color:#333;
	padding:8px;
	margin: 0 4px;
}

/* --------------------------------
 clearfix
-------------------------------- */
.sectionInner:after,
.sectionInner02:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}