@charset "utf-8";
/* CSS Document */

.contents h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin:0 0 1em !important;
  padding: 1em 0 !important;
  line-height: 1.5em;
	width: 100%;
	border-bottom: 3px solid #ed1556;
}
.contents h2 {
	font-size: 36px;
  font-weight: bold;
	line-height: 1.3em;
	margin: 1em 0;
	color: #ed1556;
	clear: both;
}
.content-box2 {
	width: 980px;
  max-width: 94%;
  margin: 40px auto 60px;
	
}

.table-of-contents {
	background: #fceaf0;
	margin: 0;
	padding: 1em 0;
	border-radius: 10px;
	width: 100%;
	max-width: 100%;
	list-style: none;
}
.table-of-contents li {
	margin: 0 1em 0.3em;
}

.video-container {
	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
	
	max-width: 100%;
	margin: 0 auto;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}