.accordion, .fas {
	cursor: pointer;
}
.accordion {
	display: block;
	height: auto;
}
.accordion::after {
	display: none;
}
.acd_body.active {
	display: block;
}
.acd_body {
	display: none;
}

/*.interview.student {margin-bottom: 20px;}*/
.interview.student li{border: 1px solid #bfc7d3;}
.interview.student li::after{
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 2.4rem;
	color: #001F50;
	width: 20px;
	height: 20px;
	margin: -34px auto 14px auto;
	display: block;
}
.interview.student .photo{
	margin-top: -259px;
	margin-bottom: 0;
}
.interview.student .photo img{width: 100%;}
.interview.student .active::after{
	display: none;
}
.interview.student .profile{
	background-color: #001f50;
	color: #fff;
	padding: 30px 70px;
	width: 390px;
	margin: 43px 0;
	position: relative;
}
.interview.student dt{
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;	font-size: 2.4rem;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.interview.student .school_name{
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.interview.student .value{font-size: 1.4rem;}
.interview.student .value span{
	background-color: #193561;
	padding: 2px 5px;
	font-size: 1.2rem;
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;	margin-right: 10px;
	font-weight: bold;
}
.interview.student:not(:first-of-type) {
	margin-top: 65px;
}

.con1{
	border: 1px solid #bfc7d3;
	border-top: none;
}

.con1 .title_03{
	padding-top: 30px;
	margin: 0 30px 20px 30px;
}
.con1 .teacher{
	border-bottom: 1px dotted #bfc7d3;
	color: #001f50;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding-bottom: 20px;
  margin: 0 30px 20px 30px;
}
.con1 .teacher .img{
	margin-right: 30px;
}
.con1 .interviewer{
	display: block;
	font-size: 1.2rem;
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;
	font-weight: bold;
	padding-top: 30px;
}
.con1 .teacher .name{
	display: block;
	font-size: 2rem;
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;
	font-weight: bold;
}


.con1 .talk {margin: 0 30px;}
.con1 .talk li{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 10px;
	position: relative;
}
.con1 .talk li:last-child{margin-bottom: 0;}
.con1 .talk .img{
	display: block;
	margin-bottom: 5px;
}
.con1 .talk .name{
	display: block;
	text-align: center;
	font-size: 1.8rem;
}
.con1 .talk .comment{
	border-radius: 30px;
	padding: 10px 15px;
	height: 100%;
}
.con1 .talk li:nth-child(2n):not(.all) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.con1 .talk li:nth-child(2n+1) .comment {
	background-color: #eceef2;
	margin: 15px 60px 0 20px;
}
.con1 .talk li:nth-child(2n) .comment {
	background-color: #85e347;
	margin: 15px 20px 0 60px;
}
.con1 .talk li:nth-child(2n+1) .comment::before{
	background-image: url(../img/results/story/fukidashi_gray.png);
	left: -10px;
	top: 15px;
	right: initial;
}
.con1 .talk li:nth-child(2n) .comment::before{
	background-image: url(https://www.bigbang-web.jp/wp-content/themes/bigbang/assets/img/results/story/fukidashi_green.png);
	right: -10px;
	top: 15px;
	left: initial;
}
.con1 .talk li:nth-child(2n+1) .comment::before,.con1 .talk li:nth-child(2n) .comment::before{
	content: '';
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
}
.con1 .talk li .photo{flex: none;}

.con1 .fa-angle-up{
	background-color: #b2bbca;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 2.4rem;
	margin-top: 50px;
}

/*-----------------------------------------------
tablet
-----------------------------------------------*/
@media screen and (max-width: 1130px) {
	.interview.student .profile{margin: 20px 0 70px 0;}
	.interview.student .photo{margin-top: -263px;}
}



/*-----------------------------------------------
sp
-----------------------------------------------*/
@media screen and (max-width: 767px){
	.accordion {
		padding: 0;
	}
	.interview.student .profile{
		width: auto;
		margin: 0;
		padding: 20px 3% 30px;
		position: static;
	}
	.interview.student a:after{
		margin: -34px auto 14px auto;
		color: #fff;
	}
	.interview.student .photo{display: none;}
	.con1 .title_03{
		margin: 0 3% 20px;
		padding-top: 20px;
	}
	.con1 .teacher{
		margin: 0 3% 20px;
		display: block;
	}
	.con1 .teacher .img{
		margin-right: 0;
		width: 100%;
	}
	.con1 .interviewer{ padding-top: 20px;}
	.con1 .teacher .name{font-size: 1.8rem;}
	.con1 .teacher .job{font-size: 1.2rem;}
	.con1 .talk{margin: 0 20px;}
	.con1 .talk .img{
		width: auto;
	margin: 0;
	}
	.con1 .talk li:nth-child(2n+1) .comment{margin: 0;}
	.con1 .talk li:nth-child(2n) .comment{margin: 0 10px 0 0;}
	.con1 .talk li .photo{
		flex: none;
	margin-bottom: 0;
	width: 12%;
	margin-right: 10px;
	}
	.con1 .talk li:nth-child(2n+1) .comment::before{
		left: -10px;
		top: 21px;
	}
	.con1 .talk li:nth-child(2n) .comment::before{
		right: -10px;
		top: 21px;
	}
	.con1 .talk .name{font-size: 1.2rem;}
	.con1 .fa-angle-up{margin-top: 20px;}
	.con1{margin-bottom: 20px;}
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
	.interview.student dt,.interview.student .value span,.interview.student .school_name,.con1 .interviewer,.con1 .teacher .name{ font-family: "メイリオ";}
	.interview.student .school_name{font-size: 1.8rem;}
}




/**
 * 昔の座談会
 */
.con1 .talk .tc .comment {
	background-color: #eceef2 !important;
	margin: 15px 60px 0 20px !important;
}
.con1 .talk .sd .comment {
	background-color: #85e347 !important;
	margin: 15px 20px 0 60px !important;
}
.con1 .talk .sd .comment::before {
	background-image: url(https://www.bigbang-web.jp/wp-content/themes/bigbang/assets/img/results/story/fukidashi_green.png) !important;
	left: auto !important;
	left: initial !important;
	right: 80px !important;
	top: 15px !important;
}
.con1 .talk .tc .comment::before {
	background-image: url(../img/results/story/fukidashi_gray.png) !important;
	right: initial !important;
	left: 79px !important;
	top: 29px !important;
}

.old_story .student {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.old_story .student li {
	max-width: 218px;
	width: 33.33333333%;
}
.old_story .student .accordion {
	max-width: 100%;
	width: 100%;
}
.old_story span {
	display: block;
	font-size: 12px;
}

.old_story dl {
	color: #001f50;
}

.old_story dt {
	font-size: 20px;
	line-height: 20px;
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;
}

.old_story dd {
	font-size: 16px;
	margin-top: 10px;
	line-height: 21px;
}

.old_story .interviewer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.old_story .title_03 {
	margin-bottom: 30px;
}

.old_story .border_dotted {
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: 20px;
}

.old_story .mg {
	margin: 20px 0 30px 0;
}

.old_story .talk .sd {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.old_story .talk li:nth-of-type(n).tc {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.con1 .talk .comment {
	position: relative;
}

.con1 .talk .tc .comment::before {
	left: -12px !important;
	top: 17px !important;
}

.con1 .talk .sd .comment::before {
	right: -14px !important;
}

.old_story .con1 {
	padding-bottom: 30px;
	border: 1px solid #bfc7d3;
	margin-top: 60px;
}

.old_story .sp_br {
		display: none;
	}

@media screen and (max-width:1000px) and (min-width:713px) {
	.old_story .student, .old_story .interviewer {
		/*justify-content: center;*/
	}
	.old_story .mg_lr {
		margin: 0 14px;
	}
}

@media screen and (max-width:742px) and (min-width:330px) {
	.old_story .mg_lr, .old_story .interviewer {
		margin: 0;
	}
}

@media screen and (max-width:742px) and (min-width:510px) {
	.old_story .mg_lr {
		margin: 0 14px 14px 14px;
	}
}

@media screen and (max-width: 767px){
	.con1 .talk .tc .comment{
		margin: 15px 60px 0 0 !important;
	}
	.con1 .talk .sd .comment {
		 margin: 0 15px 0 0 !important;
	}
}


@media screen and (max-width:761px){
	.old_story .student, .old_story .interviewer {
		flex-wrap: nowrap;
	}
	.old_story .student li, .old_story .interviewer li {
		max-width: 218px;
		width: 32%;
	}
	.old_story li:not(:last-of-type){
		margin-bottom: 15px;
	}
}

@media screen and (max-width:601px){
	.old_story .student, .old_story .interviewer {
		display: block;
	}
	.old_story .mg_lr {
		margin: 0 14px 14px 0;
	}
	.old_story .student li, .old_story .interviewer li, .old_story .mg_lr {
		width: 100%;
		margin: 0 auto 20px;
	}
	.old_story .border_dotted {
		border-bottom: none;
		padding-bottom: 0;
	}
	.old_story .mg {
		margin: 0 0 6% 0;
	}
	.old_story .title_03 {
		margin-bottom: 5%;
	}
	.old_story .con1 {
		margin-top: 8%;
		padding-bottom: 5%;
	}
}

@media screen and (max-width: 375px){
	.old_story .sp_br {
		display: block;
	}
}


.sec1 .old_story {
	margin-top: 65px;
}
.sec1 .old_story .student {
	display: block;
}
.sec1 .old_story .interview.student li::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 2.4rem;
	color: #001F50;
	width: 20px;
	height: 20px;
	margin: -34px auto 14px auto;
	display: block;
}
.sec1 .old_story .con1 {
	margin-top: 0;
	border-top: none;
}
.sec1 .old_story .interview.student dt {
	line-height: 1.4;
}
.sec1 .old_story .interview.student .profile {
	margin: 28px 0;
}
@media screen and (max-width: 1130px) {
	.sec1 .old_story .interview.student .profile {
		margin: 10px 0 49px 0;
	}
}
@media screen and (max-width: 767px) {
	.sec1 .old_story .student li, .sec1 .old_story .interviewer li {
		max-width: 100%;
		width: 100%;
	}
	.sec1 .old_story .interview.student .profile {
		margin: 0;
	}
}

.talk .all {
	background-color: #eceef2;
	border-radius: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	padding: 15px;
}
.talk .all .name {
	margin-right: 15px;
}
.talk .all p {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.talk .all .name {
		font-size: 1.6rem;
	}
}