@charset "utf-8";
/* レポート詳細ページ */
.report__header {
	margin-top: -20px;
	padding: 30px 0;
	background: #ebebeb;
}
.report__inner {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
.report__header .report-data {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.report__image1 img,
.report__image2 img {
	width: 100%;
}
.report__message {
	margin: 40px -20px 0;
	padding: 10px 20px;
	border-top: 4px double #aaa;
	font-size: 13px;
	font-size: 1.3rem;
}
.report__message :last-child {
	margin-bottom: 0;
}
.message__title {
	margin: 1em 0;
}

@media (max-width:47.9375em) {
	.report__image1,
	.report__image2 {
		max-width: 600px;
		margin: 16px auto 0;
	}
}
@media print, (min-width:48em) {
	.report__header {
		margin-bottom: 40px;
	}
	.report__title {
		position: absolute;
		right: 20px;
		bottom: 0;
		width: 34%;
	}
	.report__image2 {
		position: absolute;
		right: 20px;
		top: 0;
		width: 34%;
	}
	.report__image1 {
		width: 60%;
	}
	.report__message {
		margin: 60px 0 0;
		padding: 30px 40px;
		border: 4px double #dfdfdf;
	}
	.message__title {
		font-size: 16px;
		font-size: 1.6rem;
	}
}


/* レポート詳細ページ（新） */
.report-new .report-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
}
.report-new .report-date {
	display: none;
}
.report-new .report__image1 {
	margin-bottom: 10px;
}
.report__slider {
	position: relative;
	margin-top: 20px;
	margin-bottom: 5%;
}
.report__slider .slick-slide {
	margin: 0 5px;
}
.report__slider .slick-next,
.report__slider .slick-prev {
	width: 30px;
	height: 100%;
	background: #98999a !important;
}
.report__slider .slick-next:before,
.report__slider .slick-prev:before {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}
.report__slider .slick-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.report__slider .slick-prev:before {
	-webkit-transform: translateX(8px) rotate(-135deg);
	-ms-transform: translateX(8px) rotate(-135deg);
	transform: translateX(8px) rotate(-135deg);
}
.report__slider .slick-next {
	right: 0;
	z-index: 1;
}
.report__slider .slick-prev {
	left: 0;
	z-index: 1;
}
.report-new .report__point ol {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: point;
}
.report-new .report__point li {
	margin-bottom: 5%;
	counter-increment: point;
}
.report-new .point__image {
	width: 80%;
	margin: 0 auto;
}
.report-new .point__image img {
	width: 100%;
}
.report-new .point__body {
	padding: 0 10px;
}
.report-new .point__title {
	margin: 0 -10px 10px;
	padding: .2em 1em .1em;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
.report-new .point__title .num {
	display: inline-block;
	position: relative;
	top: -.1em;
	width: 25px;
	height: 24px;
	margin-left: .2em;
	padding-left: .1em;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNy40NiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM3LjQ2IDM2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIxOS40NiIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTkuMzUsMjMuNDRTOC4zNCwzMy43OCwwLDM1LjlhMjgsMjgsMCwwLDAsMTkuMDctNi41NFoiLz48L3N2Zz4=) no-repeat;
	background-size: 24px 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.report-new .point__title .num:before {
	content: counter(point);
}
.report-new .report__voice {
	padding: 6%;
	border: 1px solid #b69333;
}
.report-new .report__message {
	width: 100%;
	margin: 0 auto;
	padding: 6% 10% 4%;
	border-radius: 10px;
	border: none;
	background: #f2f2f2;
}
.report-new .message__planner {
	display: table;
	direction: rtl;
	width: 100%;
}
.report-new .planner-image,
.report-new .planner-name {
	display: table-cell;
	vertical-align: middle;
}
.report-new .planner-image {
	width: 80px;
	text-align: right;
}
.report-new .planner-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.report-new .planner-name {
	text-align: left;
}
@media screen and (max-width:59.9375em) {
	.report__slider .slick-next,
	.report__slider .slick-prev {
		background: transparent !important;
	}
}
@media screen and (min-width:40em) and (max-width:47.9375em) {
	.report-new .report__point li {
		float: left;
		width: 48%;
	}
	.report-new .report__point li:nth-of-type(odd) {
		clear: both;
	}
	.report-new .report__point li:nth-of-type(even) {
		float: right;
	}
}
@media print, (min-width:48em) {
	.report-new .report__title {
		position: static;
		width: 100%;
	}
	.report-new .report-title {
		margin-bottom: 10px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	.report-new .report__image1 {
		float: left;
		width: 70%;
		margin-right: 2.5%;
	}
	.report-new .point__body {
		float: right;
		width: 58.695%;
		padding: 0;
	}
	.report-new .point__image {
		width: 38.043%;
		margin: 0;
	}
	.report-new .point__title {
		margin: 0 0 20px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	.report-new .point__title .num {
		width: 38px;
		height: 36px;
		background-size: 38px 36px;
		line-height: 36px;
	}
	.report-new .message__title {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.report-new .report__voice {
		padding: 6% 10%;
	}
	.report-new .report__message {
		width: 72.8%;
		padding: 6% 12% 4%;
		border-radius: 30px;
	}
	.report-new .planner-image {
		position: relative;
		right: -15%;
		width: 120px;
		text-align: right;
	}
	.report-new .planner-image img {
		width: 120px;
		height: 120px;
	}
}
@media (min-width:60em) {
	.report__slider {
		padding: 0 25px;
	}
	.report__slider .slick-next {
		right: -25px;
	}
	.report__slider .slick-prev {
		left: -25px;
	}
	.report__slider .slick-slide {
		margin: 0 15px;
	}
}
