@CHARSET "UTF-8";

.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60%;
	background: rgba(0,152,144,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}
.titelfukidashi{
	position: absolute;
	top: 3%;
	right: 12%;
	width: 10%;
	z-index: 4;
}

.bg-report {
	background-color: rgb(242, 245, 245);
}

.no {
	color: #fff;
	background-color: rgb(53, 119, 129);
}

.date {
	color: #e98e00;
}

.title {
	font-size: 1.2rem;
	font-weight: bold;
}

.comment {
	border: 1.5px solid rgb(53, 119, 129);
	border-radius: 10px;
}

.before,
.after,
.no-caption {
	position: relative;
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
	text-align: center;
}

.before::after,
.after::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
}

.before::after {
	content: 'Before';
}

.after::after {
	content: 'After';
}

.arrow {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: auto;
	color: rgb(220, 0, 18);
	font-size: 2.2rem;
}
.arrow.transparent {
	color: transparent;
}


.bg-image {
	color: #fff;
	background-image: url('../r03/images/chintaikanri_bg_sp.jpg');
	background-size: cover;
}

.header {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.6;
}

.bg-color {
	color: #fff;
	background-color: #ababac;
	font-size: 1.1rem;
}

.letter-space {
	letter-spacing: 2px;
}

.pager {
	list-style: none;
	width: 100%;
}
.pager .page {
	-webkit-flex: 1 1 23%;
	flex: 1 1 23%;
	max-width: 23%;
	color: #fff;
	background-color: rgb(53, 119, 129);
	text-align: center;
	padding: 0.25em 0;
	cursor: pointer;
}
.pager .page:hover {
	opacity: 0.5;
}

.pager .page.prev,
.pager .page.next {
	color: #000;
	background-color: rgb(229, 229, 229);
}



@media screen and (min-width:767px) {
	.title {
		padding-left: 15px;
	}

	.header {
		font-size: 1.4rem;
	}

	.pager {
		width: 300px;
	}

	.comment {
		position: relative;
	}
	.comment::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-26px, -50%);
		border: 14px solid transparent;
		border-right: 14px solid #fff;
		z-index: 2;
	}
	.comment::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-28px, -50%);
		border: 14px solid transparent;
		border-right: 14px solid rgb(53, 119, 129);
		z-index: 1;
	}
}
