@charset "UTF-8";
/* CSS Document */
section .inner{
	padding:0px 120px 0px;
	}
/*============================================================================================
↓ページのアナウンス===============================================================
============================================================================================*/
.page-ann  {
	padding-bottom: 2em;
	color: #d61826;
	line-height: 1.3em;
}
/*============================================================================================
受講者の声
====================================================================================
============================================================================================*/

#voice ul{
	}
#voice li{
	
	width:480px;
		height:200px;
		line-height:0 !important;
	}
#voice li:nth-child(n){
	float:left;
	
	margin-bottom:20px;}
#voice li:nth-child(2n){
	float:right;
	
	margin-bottom:20px;}
	

#voice li:nth-child(n) div{padding-right:10px;}
#voice li:nth-child(2n) div{padding-left:10px;}
#voice li table{
	background-color: #F1F1F1;
	display:block;
}
#voice li table td p{
	padding-left:10px ;
}
#voice li table td .font8{
	line-height:1.4em;
}
#voice li a{
	text-decoration:none;
	}
#voice li .voice{
	width:200px;
	}
#voice li .voice img{
	width:100%;
	}
#voice li table:hover{
	border:3px solid #d61826;
	box-sizing:border-box;
	margin: -3px;
	color:#5a4f4a;
 }
 
 
/*============================================================================================
受講者の声中身
====================================================================================
============================================================================================*/ 
#voice .inner .article table{
	background-color: #d61826 !important;
	display:block;
	color:#FFF;
	margin-bottom:40px;

}

#voice .inner #article table td{
	height:100px;
	padding:0px;
	line-height:0em !important;
}

#voice .inner #article img{
	height:100%;
	margin-right:20px;
	vertical-align:middle;
	}

#voice .inner #article .image{
	width:400px;
	display:block;
	margin:30px auto 0px;
	}
#voice .inner #article .image img{
	width:100%;
	
	}
	
.back-btn a{
	background-color: #d61826;
	color:#FFF;
	padding:10px 60px;
	text-decoration:none;
	border:2px solid  #d61826;
	}
	
.back-btn a:hover{
	background-color:#FFF;
	color:#d61826;
	}
	
	/*============================================================================================
↓＜ボタン＞ページアンカー?ページナビ========================================================
============================================================================================*/
.page-anchor ul {
	display: table;
	border-collapse: collapse;
	box-sizing: border-box !important;
	max-width: 960px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.page-anchor ul li {
	position: relative;
	display: table-cell;
	line-height: 1em;
	border: solid 1px #d61826 !important;
	width:33.3333333333%;
}

.page-anchor ul li a:link,
.page-anchor ul li a:visited {
	color: #d61826;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding: 20px;
	/*↓グラデ*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f5f5f5 50%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(50%,#f5f5f5), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.bladient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.page-anchor ul li a:hover {
	background-color: #fdf5f6;
	background-image: none;
}
.page-anchor .en-r{
	font-size:0.8em;}