@charset "utf-8";

.contents h2 {
	padding: 50px 0;
}

/*.contents h3{
	width: 65px;
	margin: 0 auto 50px;
}*/

.contents h3 {
	width: 100%;
	text-align: center;
	margin: 0 auto 3rem;
	font-size: 1.8rem;
	font-style: italic;
}

.main {
	width: 94%;
	margin: 0 auto 50px;
}

.main-inner {
	width: 100%;
	margin-bottom: 40px;
}

.box {
	width: 49%;
	margin-bottom: 2%;
	line-height: 0;
	box-shadow: 2px 2px 5px #666;
}

div.box:nth-child(odd) {
	margin-right: 2%;
}

.voice-btn p {
	width: 49%;
}

.nagoya-title {
	width: 90px !important;
}

#teacher {
	display: none;
	position: absolute;
	width: 100%;
	padding: 10px 0 20px;
	background: rgba(0, 0, 0, 0.6);
}

.show-detail {
	top: 65px;
}

.teacher-inner {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 100px;
	background-color: #FFF;
}

.teacher-head {
	margin-bottom: 40px;
}

.teacher-head .name {
	margin: 25px 10px 0;
}

.teacher-body {
	padding: 0 10px;
}

.teacher-body .q-area {
	width: 100%;
}

.q-area {
	margin-bottom: 10px;
}

.q-area .icon {
	width: 15%;
}

.q-area .text {
	width: 80%;
	padding-top: 7px;
	color: #2B72C4;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3rem;
}

.a-area {
	margin-bottom: 40px;
}

.a-area {
	font-size: 12px;
	line-height: 1.3rem;
}

#closeBtn {
	position: absolute;
	width: 50px;
	margin-left: -25px;
	bottom: 50px;
	left: 50%;
}



/* add 20201021 講師の声 */

.txtBnrbt a {
	/*margin: 10px;*/
	border-radius: 5px;
	background: #2b72c4;
	color: #fff;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: 1.0rem;
	line-height: 1.4;
}

.txtBnrbt a span {
	font-size: 0.8rem;
}

.txtBnrbt {
	display: -webkit-box;
	/* old Android */
	display: -webkit-flex;
	/* Safari etc. */
	display: -ms-flexbox;
	/* IE10        */
	display: flex;

	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;

	justify-content: space-between;
}

.txtBnrbt li {
	margin: 0 0 1rem 0;
	width: 48%;
}




/* add 2023.07 特定講師のみ画像アクション無効 */

img#hrstc2,
.teacher-head img {
	/* pointer-events: none; */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}