@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;
}

.update-date {
	color: #e98e00;
}

.title-wrapper {
	color: #fff;
	background-color: #036eae;
}

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

.sub-title {
	color: #036eae;
}

.report-no {
	color: #036eae;
	background-color: #fff;
	border-radius: 4em;
	padding: 0 1em;
	white-space: nowrap;
}

.bg-image {
	color: #fff;
	background-image: url('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;
}

@media screen and (min-width:767px) {	
	
	.header {
		font-size: 1.4rem;
	}
}
