@charset "utf-8";

/* 受講者の声
-------------------------------------------------------------------*/
.exp_navi {
	margin: 40px 0 35px;
	text-align: center;
	letter-spacing: -0.4em;
	font-size: 95%;
}
.exp_navi li {
	width: 22%;
	margin: 0 0.3em 0.5em;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	box-sizing: border-box;
}
.exp_navi li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0.4em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
	background: linear-gradient(to bottom, #fe9090 50%,#fc7979 50%);
	border-radius: 5px;
	border: 1px solid #fff;
	box-shadow: 1px 2px 2px 0px #999;
	box-sizing: border-box;
	text-shadow:
		 2px  2px 1px #f95151,
		-2px  2px 1px #f95151,
		 2px -2px 1px #f95151,
		-2px -2px 1px #f95151,
		 2px  0px 1px #f95151,
		 0px  2px 1px #f95151,
		-2px  0px 1px #f95151,
		 0px -2px 1px #f95151;
}
.exp_navi li:first-child a {
	line-height: 2.1;
}
.exp_navi li a:hover {
	box-shadow: 0px 0px 2px 0px #999;
	top: 3px;
	left: 2px;
}

.exp_navi li a span {
	font-size: 11px;
	font-weight: normal;
}
/*
.exp_navi li::after {
	content: "｜";
	margin: 0 0.2em;
}
.exp_navi li:last-child::after {
	content: none;
}
*/

.letter_name_r img {
	height: 13px;
	vertical-align: middle;
}


.curriculum_link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.curriculum_link::before {
	position: absolute;
	content: "";
	top: 0;
	right: 10px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	vertical-align: middle;
	box-sizing: border-box;
}

.curriculum_link_gray::before {
	border-left: 8px solid #666;
}


/* Only Smartphone
-------------------------------------------------------------------*/
@media screen and (max-width:480px){
	.exp_navi {
		margin: 20px 0;
	}
	#main .exp_navi + h2 {
		margin-top: 20px;
	}
	
	.exp_navi li {
		width: auto;
	}
	
	
	.letter {
		margin-top: 20px;
	}

}



/* Only PC/Tablet
-------------------------------------------------------------------*/
@media screen and (min-width : 481px) {

}



