@charset "UTF-8";
/*
	レポート詳細
*/

.report .visual {
  background-image: url(/assets/images/pickup/vol36/pic_visual.png);
}

.report-section-header-inner p.report::before {
  content: "Part";
}

.report-section-header-inner p.t-video::before {
	content: "Video";
}

.report-section-header-inner .subtitle {
	display:block;
	margin-top:10px;
  font-size: 75%;
  text-align:left;
}


.report-chapter-header {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 35px;
  border-top: 4px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}

.report-chapter-header-inner {
	text-align: center;
}
.report-chapter-header-inner p {
	color: #1a1a1a;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
	text-align: center;
}
.report-chapter-header-inner p span {
	display: inline-block;
	padding: 0 1.5em;
	font-weight: 700;
	border: 1px solid #1a1a1a;
}
.report-chapter-header-inner p.chapter {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
	width: 90px;
	height: 90px;
	margin: auto;
	padding-top: .2em;
	color: #1a1a1a;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: .2em;
	text-align: center;
	background-color: #1a1a1a;
	border-radius: 50%;
}
.report-chapter-header-inner p.chapter::before {
	content: none;
}
.report-chapter-header-inner h2 {
	color: #1a1a1a;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.report-speaker-info-text {
	width: 76.5625%;
}

@media screen and (max-width: 768px) {
	.report-dialog-thumbnail {
		z-index: 1;
		width: 70px;
		margin-right: -47px;
	  }
	  .report-dialog .panel {
		width: calc(100% - 47px);
		margin-bottom: 0;
		padding-left: calc((20/640)*100% + 20px);
		padding-right: 3.38983%;
	  }
}

.report-section-header {
	margin-top: 5rem;
	margin-bottom: 4rem;
}

.report-section-lead {
	text-align: center;
	margin-top: 5rem;
}
.report-section-lead p {
	font-weight: bold;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

.panel {
	background-color: #f5f5f580;
}