@charset "utf-8";

/* クロストーク
======================================== */
.crosstalk .mgnT0 {
	margin-top: 0;
}

/* キャッチコピー
------------------------------------------------- */
.crosstalk .copy {
	width: 90%;
	font-size: 4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	margin: 70px auto 0;
}
@media screen and (max-width:1024px) {
	.crosstalk .copy {
		font-size: 2.4rem;
		text-align: left;
		margin: 30px auto 0;
	}
}

/* プロフィール
------------------------------------------------- */
.crosstalk .profile {
	display: flex;
	justify-content: center;
	width: 100%;
	background: #f6f6f6;
	border-radius: 30px;
	padding: 40px;
	margin-top: 70px;
}
.crosstalk .profile dl {
	margin: 0 5%;
}
 /* 写真 */
.crosstalk .profile dt {
	text-align: center;
}
.crosstalk .profile dt img {
	width: 200px;
}
 /* 名前 */
.crosstalk .profile dd {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	margin: 15px 0 0;
}
/* 所属 */
.crosstalk .profile dd span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 8px;
}
.crosstalk .profile dd:nth-of-type(2) {
	font-size: 15px;
	margin-top: 15px;
	text-align: left;
}
@media screen and (max-width:1024px) {
	.crosstalk .profile {
		display: block;
		padding: 10px 20px;
		margin-top: 30px;
	}
	.crosstalk .profile dl {
		margin: 20px 0;
	}
	 /* 写真 */
	.crosstalk .profile dt img {
		width: 120px;
	}
	 /* 名前 */
	.crosstalk .profile dd {
		margin: 10px 0 0;
	}
	/* 所属 */
	.crosstalk .profile dd span {
		font-size: 12px;
	}
	.crosstalk .profile dd:nth-of-type(2) {
		font-size: 13px;
		margin-top: 10px;
	}
}

/* 写真＋テキスト
------------------------------------------------- */
.crosstalk .txt_box dl {
	display: flex;
	margin-top: 40px;
}
.crosstalk .txt_box dt {
	width: 70px;
	font-size: 14px;
	font-weight: 500!important;
	text-align: center;
	line-height: 1.1;
	margin-right: 20px;
	padding-top: 78px;
}
.crosstalk .txt_box dt.member01 {
	background: url("../crosstalk/images/profile_pic01.png") top center no-repeat;
	background-size: 70px auto;
}
.crosstalk .txt_box dt.member02 {
	background: url("../crosstalk/images/profile_pic02.png") top center no-repeat;
	background-size: 70px auto;
}
.crosstalk .txt_box dd {
	width: calc(100% - 90px);
	margin-top: 15px;
}
@media screen and (max-width:1024px) {
	.crosstalk .txt_box dl {
		margin-top: 30px;
	}
	.crosstalk .txt_box dt {
		width: 50px;
		font-size: 12px;
		padding-top: 56px;
	}
	.crosstalk .txt_box dt.member01 {
		background: url("../crosstalk/images/profile_pic01.png") top center no-repeat;
		background-size: 50px auto;
	}
	.crosstalk .txt_box dt.member02 {
		background: url("../crosstalk/images/profile_pic02.png") top center no-repeat;
		background-size: 50px auto;
	}
	.crosstalk .txt_box dd {
		width: calc(100% - 70px);
		margin-top: 5px;
	}
}

/* 余白調整
------------------------------------------------- */
.crosstalk .txt_r {
	margin-top: 50px;
}





