@charset "utf-8";

/* ------------------------------
 対談ページ
------------------------------ */

/* トップ見出しを非表示に */
.headering{
	display: none;
}
/* パンくず */
.crumb{
	position: absolute;
	right: 0;
}
/* ページ内リンク */
.pageInLink.taidan ul {
	display: block;
}
/* 見出し（h2） */
.toptalkBlock h2 {
	position: relative;
	padding-bottom: 0;
	border-bottom: none;
}

.toptalkBlock h2::before {
	background: none;
}

.toptalkBlock h2 span.number {
	background-color: #105fad;
	color: #fff;
}

.toptalkBlock h2 span.text{
	font-weight: bold;
	color: #313131;
	background: none;
	padding: 0;
	padding-left: 160px;
}
/* 本文 */
.cms_block.toptalkImage,
.cms_block.toptalk.sp .cms_image.toptalkImage img {
	width: 100%;
}

.toptalkBox,
.toptalkBox.cms_clear_before {
	display: flex;
	flex-flow: row wrap;
}

.toptalkBox strong {
	width: 85px;
}

.toptalkBox p {
	width: calc(100% - 85px);
}

/* 対談ページ質問 */
.contents .bluetitle {
	color: #105fad;
	font-size: 1.7rem;
	font-weight: bold;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media print,screen and (min-width: 768px) {
	.toptalkBlock h2 {
		margin-bottom: 80px;
	}
	.toptalkBlock h2 span.text{
		font-size: 3.4rem;
	}
	.toptalkBlock h2 span.number {
		position: absolute;
		left: 0;
		top: -34px;
		padding: 45px 37px;
		font-size: 1.8rem;
	}
	.cms_block.toptalkBlock {
		margin-bottom: 125px;
	}
	.toptalkBox,
	.toptalkBox.cms_clear_before {
		gap: 40px 0;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.toptalkBlock h2 {
		display: flex;
		align-items: center;
		font-size: 1.8rem;
		padding-left: 0;
		margin-bottom: 35px;
	}

	.toptalkBlock h2 span.text{
		width: calc(100% - 80px);
		font-size: 1.8rem;
		padding: 0;
	}

	.toptalkBlock h2 span.number {
		font-size: 1.3rem;
		margin-right: 20px;
		width: 60px;
		height: 60px;
		padding: 20px 0;
		text-align: center;
	}

	.cms_block.toptalkBlock {
		margin-bottom: 80px;
	}

	.cms_block.toptalkBlock .cms_image {
		margin-bottom: 25px;
	}

	/* -- 対談ページ質問 -- */
	.contents .bluetitle {
		margin-bottom: 35px;
	}

	.cms_block.toptalk.sp {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.cms_block.toptalk.sp .cms_image.toptalkImage {
		margin-bottom: 40px;
	}

	.cms_block.toptalk.sp .cms_text.toptalkText {
		margin-left: 5% !important;
		margin-right: 5% !important;
	}

	.cms_block.toptalkImage img,
	.cms_block.toptalk.sp .cms_image.toptalkImage img {
		height: auto;
		display: block;
	}

	.toptalkBox,
	.toptalkBox.cms_clear_before {
		gap: 25px 0;
	}

	.cms_block.toptalkBlock {
		margin-bottom: 60px;
	}

	.cms_block.toptalkText {
		margin-top: 60%;
	}

}