@import url("../../css/common.css");

.talk-kv {
	margin-bottom: 40px;
	@media screen and (max-width: 767px) {
		margin-bottom: 20px;
	}
	& img {
		max-width: 100%;
		height: auto;
	}
}

.member-list {
	display: flex;
	justify-content: center;
	gap: 32px;

	@media screen and (max-width: 767px) {
		flex-direction: column;
		gap: 10px;
	}

	& li {
		width: 240px;
		padding: 24px 0;
		box-sizing: border-box;
		background: #f1f2f6;

		@media screen and (max-width: 767px) {
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 100%;
			padding: 10px 10px 5px;
		}
	}

	.list-photo {
		margin: 0 auto 8px;
		width: 134px;
		@media screen and (max-width: 767px) {
			width: 80px;
			margin-bottom: 0;
		}

		& img {
			max-width: 100%;
			height: auto;
		}
	}

	.list-text {
		@media screen and (max-width: 767px) {
			width: calc(100% - 80px - 30px);
		}

		.text-name {
			font-weight: 500;
			font-size: 18px;
			line-height: 150%;
			text-align: center;
			letter-spacing: 0.1em;
			color: #000000;
			@media screen and (max-width: 767px) {
				text-align: left;
			}
		}

		.text-position {
			text-align: center;
			@media screen and (max-width: 767px) {
				text-align: left;
			}

			& span {
				display: inline-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				padding: 0px 16px;
				font-weight: 500;
				font-size: 16px;
				line-height: 160%;
				color: #ffffff;
				background: #e80135;
				border-radius: 3px;
				@media screen and (max-width: 767px) {
					margin-top: 5px;
					padding: 0 10px;
					font-size: 13px;
				}
			}
		}
	}
}

.talk-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 8px;
	padding-left: 18px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000000;

	border-bottom: 1px solid #ddd;

	&:after {
		content: "";
		position: absolute;
		left: 0;
		top: 5px;
		z-index: 1;
		display: block;
		width: 10px;
		height: 10px;
		background: #e80135;
	}
}

.talk-list {
	> div {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
		@media screen and (max-width: 767px) {
			margin-bottom: 20px;
		}
	}

	& dt {
		width: 80px;
		font-weight: 700;
		font-size: 15px;
		line-height: 150%;
		letter-spacing: 0.1em;
		color: #000000;
		@media screen and (max-width: 767px) {
			width: 40px;
			font-size: 14px;
		}
	}

	& dd {
		width: calc(100% - 80px);
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0.1em;
		color: #000000;
		@media screen and (max-width: 767px) {
			width: calc(100% - 40px);
			font-size: 13px;
		}
	}

	.list-set {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		@media screen and (max-width: 767px) {
			display: block;
		}

		&.reverse {
			flex-direction: row-reverse;
			.set-photo {
				@media screen and (max-width: 767px) {
					float: right;
					margin-left: 10px;
				}
			}
		}

		.set-photo {
			width: 240px;
			@media screen and (max-width: 767px) {
				width: 100px;
				margin-bottom: 10px;
			}
		}
		.set-photo img {
			max-width: 100%;
			height: auto;
		}

		.set-detail {
			width: calc(100% - 240px - 32px);
			@media screen and (max-width: 767px) {
				width: 100%;
			}
		}
	}
}

div.btn2 {
	clear: both;
	float: none;
	margin-top: 60px;
	margin-bottom: 100px;
	text-align: center;
}

div.btn2 a {
	display: inline-block;
	min-width: 200px;
	padding: 16px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #21475e;
	box-sizing: border-box;
}

div.btn2 a:hover {
	background: #e80135;
}
