@charset "utf-8";

/* ********************
    卒業生座談会用
******************** */

.detailSection{
  margin: 0 0 3rem;
  position: relative;
}

.detailSectionTitle{  
  color: rgba(255,255,255,1.00);
  display: inline-block;
  font-size: 1rem;
  left: 0;
  line-height: 1.3;
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: 100%;
  z-index: 90;
  background-color:rgba(175, 60, 70, 1);
	border: none;
}
.detailSectionMainVisual{
  margin: 0 0 1.25rem;
  position: relative;
  z-index: 50;
}

.detailContents {
}

@media screen and (min-width:641px) {
.detailSection{
  margin: 0 0 5rem;
  }
.detailSectionTitle{
  border-radius: 0 30px 30px 0;
  font-size: 1.125rem;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  position: absolute;
  top: -1.25rem;
  width: auto;
  }
.detailSectionTitle.borderRound{
  margin: 0 1.5rem;
  }
.detailSectionMainVisual{
  margin: 0 0 1.875rem;
  }

}

/* 出演者紹介 */
.talkPersonBlock{
  margin: 0 0 2rem;
	padding:1rem;
	background-color:#eee;
}
.talkPerson {
  margin: 0 0 1rem;
  width: 100%;
	display:flex;
	align-items: center;
}
.talkPersonBlock > .talkPerson:last-child {
	margin:0;
}
.talkPerson .talkPersonFig {
  margin: 0;
  text-align: center;
	width: 120px;
}
.talkPerson .talkPersonFig .talkPersonFigImage {
  margin: 0 0 0.25rem;
}
.talkPerson .talkPersonNote {
	width: calc( 100% - 120px );
	padding-left:1em;
	margin:0;
	font-size:88%;
}
.talkPerson .talkPersonNote .talkPersonFigCaption {
	display:inline-block;
	font-weight:bold;
	margin: 0 0 0.25em;
}

/* 本編 */
.talk2ItemGroup {
	margin: 0 0 4rem;
}
.talk2ItemThemeLarge {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1.5rem;
  color: rgba(61, 98, 172, 1.00);
  font-family: 'Shippori Mincho', serif;
}

.talk2ItemThemeSub{
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 0.5rem;
}

.talk2ItemInterview {
  margin: 0 0 2rem;
}

.talk2ItemInterview .talk2ItemInterviewBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}
.talk2ItemInterview .talk2ItemInterviewBox:last-of-type {
  margin: 0;
}

.talk2ItemInterview .talk2ItemInterviewBox .talk2ItemInterviewBoxSubjects {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75;
  width: 100%;
}
.talk2ItemInterview .talk2ItemInterviewBox  .talk2ItemInterviewBoxContents {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 0 1em;
}

.talkFig{
  margin: 0 0 2.5rem;
}


@media screen and (min-width:641px) {
.talk2ItemThemeSub {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
  }
.talk2ItemThemeLarge{
  font-size: 1.2rem;
}
.talk2ItemInterview {
  margin: 0 0 3rem;
  }
.talk2ItemInterview .talk2ItemInterviewBox {
  padding: 0 0 0 1.5rem;
  }
.talk2ItemInterview .talk2ItemInterviewBox .talk2ItemInterviewBoxSubjects {
  width: 5.5rem;
  }
.talk2ItemInterview .talk2ItemInterviewBox .talk2ItemInterviewBoxContents {
  padding: 0;
  width: calc(100% - 5.5rem);
  }
.talkFig{
  margin: 0 0 3rem;
}

}

@media screen and (min-width:1024px) {
.talk2ItemThemeSub{
  padding: 0 0 0 2.5rem;
  }

.talk2ItemInterview .talk2ItemInterviewBox{
  padding: 0 0 0 2.5rem;
  }
}
