body {
	background-color: #E0E0E0;
}
header {
	background-color: #FFF;
}
div.temporary-contents {
	background-color: #FFF;
	padding: 2em;
}

div.temporary-contents h1 {
	border-bottom: solid #2898FF 2px;
}
div.temporary-contents .breadcrumb {
	background-color: transparent;
	padding: 0rem;
	margin-bottom: 0.75rem;
}
div.temporary-contents .breadcrumb-item + .breadcrumb-item::before {
	content: "＞";
}
div.temporary-contents h2 {
	border-left: solid #2898FF 0.2em;
	padding-left: 0.2em;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

/* youtube埋め込み用 */
div.temporary-contents div.embed-responsive {
	width: 75%;
	height: 75%;
}

@media (min-width: 1200px){
	div.temporary-contents {
		max-width: 1200px;
	}
}

@media (max-width: 991px){
	div.temporary-contents h1 {
		font-size: 2.0rem;
	}
	div.temporary-contents h2 {
		margin-top: 1rem;
		font-size: 1.5rem;
	}
	div.temporary-contents h3 {
		font-size: 1.25rem;
	}
	div.temporary-contents div.embed-responsive {
		width: 100%;
		height: 100%;
	}
}