.exp {
	padding: 0 1rem;
}

.exp h3 {
	margin-bottom: 1rem;
}

.taikenki-add {
	display: none;
	background-color: #fcfbf8;
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	border-right: solid 2px #d8446e;
	border-bottom: solid 2px #d8446e;
	border-left: solid 2px #d8446e;
}
.taikenki-add p {
	line-height: 2.5;
}
.taikenki-add p span {
	border-bottom: dotted 1px #d8446e;
	padding-bottom: 0.2rem;
}




/* add qa 2017.07 */

dl.qa_dl {
	margin-bottom: 3rem;
}
dl.qa_dl dt {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
dl.qa_dl dd {
	font-size: 1.0rem;
	line-height: 2;
	margin-bottom: 3rem;
}

dl.qa_dl ul li:first-child {
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;	
	width: 5%;
	float: left;
	padding: 0.7rem 1rem;
	width: 3%;
	float: left;
	text-align: center;
}
dl.qa_dl ul li:last-child {
	width: 85%;
	float: right;
	font-size: 1.6rem;
	padding: 1rem 0;
}
	dl.qa_dl dt ul li:first-child { background-color: #f39127; }
	dl.qa_dl dd ul li:first-child { background-color: #1fc580; }

dl.qa_dl dt ul li:last-child {
	font-size: 1.6rem;
	line-height: 1.4;
	border-bottom: dotted 1px #ccc;
}
dl.qa_dl dd ul li:last-child {
	font-size: 1.2rem;
}



/* add 2018.01 */

.detail-inner {
	font-size: 1.4rem;
	line-height: 1.4;
}

.detail-top {
	padding-top: 2rem;
}
.detail-top p:nth-child(2) {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ea156b;
	padding-top: 2rem;
}

.detail-top img {
	width: 30%;
	float: left;
	margin-right: 1.5rem;
}

.detail-text {
	background-color: #ffe8e8;
	margin-bottom: 2rem;
	padding: 1.5rem;
	border-radius: 1rem;
}
.detail-text p:nth-child(1) {
	font-style: italic;
	font-weight: bold;
	padding-top: 1rem;
	margin-bottom: 1rem;
}



/* add 2017.11 トップ体験記テキスト化*/

.exp_spt {
	width: 100%;
	margin: 0;
	line-height: 0;
	background: url(/school/images/bg_topexp.jpg) no-repeat right bottom;
	background-size: cover;
}

.exp_spt dl {
	line-height: 1;
}

.exp_spt dt {
	width: 20%;
	float: left;
}
	.exp_spt dt img {
		width: 100%;
	}

.exp_spt dd {
	width: 80%;
	height: 130px;
	float: right;
}

.exp_spt dd dl {
	padding: 20px;
}

.exp_spt dd dl dt {
	width: 100%;
	padding-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #d61149;
	border-bottom: dotted 2px #d61149;
}
	.exp_spt dd dt span {
		font-size: 1rem;
		color: #c6287c;
	}
.exp_spt dd dl dd {
	width: 100%;
	padding-top: 0.6rem;
	line-height: 1.4;
	font-size: 1.1rem;
	letter-spacing: -0.1rem;
}

.exp_spt p {
	text-align: center;
}

.taikenki-add p {
	text-align: left;
	font-size: 1.3rem;
	line-height: 2rem;
}

.exp_arrow {
	margin: 0 auto;
	width: 100%;
	height: 0;
	border-top: 8px solid #d61149;
	border-left: 8px solid transparent;   /* topと隣接している   */
	border-right: 8px solid transparent;  /* topと隣接している   */
	border-bottom: 8px solid transparent; /* コード自体無くてもok */
}


/* add 2018.06 事例テキスト化*/

.jirei_spt {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	border-bottom: solid 1px #dddac7;
	
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfff4+0,f9f7e3+100 */
background: #fdfff4; /* Old browsers */
background: -moz-linear-gradient(top, #fdfff4 0%, #f9f7e3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fdfff4 0%,#f9f7e3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fdfff4 0%,#f9f7e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfff4', endColorstr='#f9f7e3',GradientType=0 ); /* IE6-9 */
}

.jirei_spt dt {
	width: 15%;
	float: left;
	
}
.jirei_mk {
	color: #fff;
	vertical-align: middle;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #ea6613;
	border-radius: 50%;
	margin-top: 1.4rem;
	padding: 1rem;
}
/*
	.jirei_spt dt img {
		width: 100%;
	}
*/

.jirei_spt dl {
	line-height: 1;
}

.jirei_spt dd {
	width: 85%;
	float: right;
}

.jirei_spt dd dl {
	padding: 20px;
}

.jirei_spt dd dl dt {
	width: 100%;
	padding-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	font-style: italic;
	color: #ea6613;
	border-bottom: dotted 3px #ea6613;
}
	.jirei_spt dd dt span {
		font-size: 1.2rem;
		color: #c6287c;
	}
.jirei_spt dd dl dd {
	width: 100%;
	padding: 0.6rem 0 2rem 2rem;
	line-height: 1.4;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	
/* 	letter-spacing: -0.1rem; */
}

.jirei_spt p {
	text-align: center;
}

.exp_arrow {
	margin: 0 auto;
	width: 100%;
	height: 0;
	border-top: 8px solid #ea6613;
	border-left: 8px solid transparent;   /* topと隣接している   */
	border-right: 8px solid transparent;  /* topと隣接している   */
	border-bottom: 8px solid transparent; /* コード自体無くてもok */
}

.jirei-add {
	display: none;
	background-color: #fcfbf8;
	padding: 2rem;
	margin-bottom: 2rem;
	border-right: solid 2px #ea6613;
	border-bottom: solid 2px #ea6613;
	border-left: solid 2px #ea6613;
	font-size: 1.4rem;
	line-height: 1.6;
}
.jirei-add p {
	line-height: 2.5;
}
.jirei-add p span {
	border-bottom: dotted 1px #d8446e;
	padding-bottom: 0.2rem;
}

.jirei-add p:first-child {
	color: #fff;
	background-color: #e88a4f;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1rem;
	border-radius: 5px;
}

.jirei-add li {
	margin-bottom: 1rem;
}




/* add 2018.04 */

h4.bgttl {
	line-height: normal;
	padding: 1.4rem;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-style: italic;	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f4ac0e), color-stop(0.00, #f7be40));
	background: -webkit-linear-gradient(top, #f7be40 0%, #f4ac0e 88%);
	background: -moz-linear-gradient(top, #f7be40 0%, #f4ac0e 88%);
	background: -o-linear-gradient(top, #f7be40 0%, #f4ac0e 88%);
	background: -ms-linear-gradient(top, #f7be40 0%, #f4ac0e 88%);
	background: linear-gradient(to bottom, #f7be40 0%, #f4ac0e 88%);
}
