@charset "UTF-8";

.sh-gradient-wrapper {
	padding-bottom: 40px;
}

.sh-contents {
	width: 82.8125%;
    max-width: 1060px;
}
.sh-contents.sh-contents-wide {
	width: 92.1875%;
    max-width: 1180px;
}

.sh-interview-bg {
	background-color: #f1efe6;
	margin-bottom: 20px;
	padding: 20px 0 60px;
}


.sh-interview-title {
	position: relative;
	font-size: 26px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
	color: #B60005;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.sh-interview-title::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: calc(100% - 13px);
	left: 0;
	top: 6.5px;
	background-color: #B60005;
}


.sh-interview-text {
	font-size: 18px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: left;
	line-height: 1.6;
}
.sh-interview-text + .sh-interview-text {
	margin-top: .5em;
}
.sh-interview-text span {
	color: #0075c2;
}
.sh-interview-text span.__sh-sh {
	color: #7d9446;
}



.sh-interview-section {
	margin-top: 40px;
}



@media screen and (max-width: 767px) {
	.sh-gradient-wrapper {
		padding-bottom: 0;
	}
	.sh-interview-bg {
		padding: 0 0 50px;
		margin-bottom: 10px;
	}
	.sh-contents.sh-contents-wide {
		width: 98%;
	}
	.sh-contents {
		width: 100%;
	}

	.sh-interview-title {
		font-size: 22px;
		padding-right: 5px;
	}
	.sh-interview-title::after {
		height: calc(100% - 11px);
		top: 5.5px;
	}
	.sh-interview-title.__sh-one-line {
		line-height: 1.5;
	}

	.sh-interview-text span {
		font-weight: bold;
	}

}



