@charset 'UTF-8';
/*--------------------------------------------------------------------------
   cont-report
---------------------------------------------------------------------------*/
/*cont-report
==================================================*/
.cont-report {
	padding: 68px 0 40px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.cont-report {
		padding: 20px 0 50px;
	}
}

.cont-report .report-time {
	color: #a5a5a5;
	font-size: 14px;
	letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
	.cont-report .report-time {
		font-size: 11px;
	}
}

.cont-report .report-hdg {
	margin-top: 20px;
	padding-left: 20px;
	background-image: url(../../img/common/hdg_border.png);
	background-position: left center;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
	.cont-report .report-hdg {
		margin-top: 10px;
		background-position: left 13px;
		font-size: 22px;
	}
}

.cont-report .report-mv {
	margin-top: 27px;
}

@media screen and (max-width: 768px) {
	.cont-report .report-mv {
		margin-top: 12px;
	}
	.cont-report .report-mv img {
		width: 100%;
		height: auto;
	}
}

.cont-report .report-txt {
	margin-top: 30px;
	line-height: 28px;
}

.cont-report .report-txt--hide {
	margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
	.cont-report .report-txt {
		margin-top: 13px;
		font-size: 14px;
	}
}

.cont-report .report-inner {
	width: 860px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.cont-report .report-inner {
		width: auto;
		margin: 0;
		padding: 0 15px;
	}
}

/*report-box
==================================================*/
.cont-report .report-box {
	width: 760px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.cont-report .report-box {
		width: auto;
		margin: 0;
	}
}

/*report レポート
==================================================*/
.cont-report .report {
	padding-top: 45px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.cont-report .report:last-child{
	margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	.cont-report .report {
		padding: 17px 15px 12px;
	}
}

/*report-txt--hide
==================================================*/
.cont-report .report-txt--hide {
	display: none;
}

.cont-report .report-txt--hide.active {
	display: block;
}

/*txt-more-show ...もっとみる
==================================================*/
.cont-report .report .txt-more-show {
	margin-top: 10px;
	color: #62b891;
	font-size: 15px;
	cursor: pointer;
}

.cont-report .report .txt-more-show.active {
	display: none;
}

@media screen and (max-width: 768px) {
	.cont-report .report .txt-more-show {
		margin-top: 5px;
	}
}

/*report-ebaluate ボックス いいね メッセージ
==================================================*/
.cont-report .report-evaluate {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 30px;
}

.cont-report .report-evaluate .report-like {
	display: inline-block;
	margin-right: 20px;
}

.cont-report .report-evaluate .report-like span {
	color: #e93a6f;
	font-size: 13px;
}

.cont-report .report-evaluate .report-message {
	display: inline-block;
	cursor: pointer;
}

.cont-report .report-evaluate .report-message span {
	color: #2fa16d;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.cont-report .report-evaluate {
		margin-top: 20px;
		margin-bottom: 16px;
	}
}

/*report-comment タイムライン
==================================================*/
.cont-report .report-comment {
	display: none;
	padding-bottom: 40px;
	border: 1px solid #e5e5e5;
	background-color: #f7f7f7;
}

.cont-report .report-comment.active {
	display: block !important;
}

@media screen and (max-width: 768px) {
	.cont-report .report-comment {
		padding-bottom: 20px;
	}
}

/*y-scroll タイムラインスクロール overflow
==================================================*/
.cont-report .report-comment .y-scroll {
	overflow-y: auto;
	border-bottom: 1px solid #e5e5e5;
}

/*comment-timeline ul タイムラインリストボックス
==================================================*/
.cont-report .comment-timeline {
	width: 760px;
	height: 308px;
	margin: 0 auto;
	padding-top: 45px;
}

@media screen and (max-width: 768px) {
	.cont-report .comment-timeline {
		width: auto;
		padding: 30px 15px 0;
	}
}

/*timeline-list li タイムラインリスト
==================================================*/
.cont-report .comment-timeline .timeline-list {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.cont-report .comment-timeline .timeline-list__ico {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.cont-report .comment-timeline .timeline-list {
		display: table;
	}
	.cont-report .comment-timeline .timeline-list__ico {
		display: table-cell;
		padding-right: 10px;
	}
}

/*timeline-list dvi タイムラインリスト内ボックス
==================================================*/
.comment-timeline .timeline-box {
	display: inline-block;
	vertical-align: top;
}

.comment-timeline .timeline-box__name {
	display: inline-block;
	font-size: 14px;
}

.comment-timeline .timeline-box__time {
	color: #a5a5a5;
	font-size: 10px;
}

.comment-timeline .timeline-box__txt {
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.comment-timeline .timeline-box {
		display: table-cell;
	}
}

/*timeline-comment form コメントする...
==================================================*/
.cont-report .timeline-comment {
	display: table;
	width: 760px;
	margin: 0 auto;
	padding-top: 40px;
}

.cont-report .timeline-comment .ico {
	margin-right: 10px;
}

.cont-report .timeline-comment .txt {
	width: 700px;
	height: 43px;
	padding-left: 20px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.cont-report .timeline-comment {
		position: relative;
		width: 100%;
		height: 42px;
		margin: 0;
		padding: 20px 15px 0;
	}
	.cont-report .timeline-comment .ico {
		margin-right: 0;
	}
	.cont-report .timeline-comment .txt {
		position: absolute;
		left: 70px;
		width: 67%;
		height: 42px;
		vertical-align: middle;
	}
}

/*report-txt--hide
==================================================*/
.cont-report .report-txt--hide {
	display: none;
}

.cont-report .report-txt--hide.active {
	display: block;
}

/*txt-more-show ...もっとみる
==================================================*/
.cont-report .report .txt-more-show {
	margin-top: 20px;
	color: #62b891;
	font-size: 15px;
	cursor: pointer;
}

.cont-report .report .txt-more-show.active {
	display: none;
}

@media screen and (max-width: 768px) {
	.cont-report .report .txt-more-show {
		margin-top: 14px;
	}
}

/*report-more 報告をもっと見る
==================================================*/
.cont-report .report-more {
	display: block;
	margin-top: 40px;
	border: 2px solid #62b891;
	background-image: none;
	text-align: center;
	color: #62b891;
	font-size: 15px;
	font-weight: bold;
}

.cont-report .report-more.hover {
	background-color: #62b891;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.cont-report .report-more {
		margin-top: 20px;
		padding: 16px 0;
	}
}
