@charset "utf-8";

/* Updated date: 2018/08/8 */


 @media (min-width: 1200px) {

.voice .container-fluid {
	max-width: 1000px;
}
}

.voice-profile {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.voice-profile > div {
	display: table-cell;
	vertical-align: middle;
}

.voice-image01 {
	width: 25%;
	padding-right: 30px;
}

.voice-info {
	width: 75%;
}

.green {
	color: #00a171;
}

.voice-profile h2 {
	font-weight: bold;
	font-size: 46px;
	letter-spacing: -0.05em;
	line-height: 1.2;
	color: #00a171;
	margin-bottom: 15px;
}

.voice-profile small {
	font-size: 24px;
}

.voice-profile dt {
	float: left;
	width: 47%;
	margin-right: 5%;
}

.voice-profile dt span {
	display: inline-block;
	background-color: #00a171;
	border-radius: 5px;
	padding: 0px 10px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	width: 100%;
}

.voice-profile dd {
	width: 47%;
	float: left;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
}

.voice-comment h3 {
	color: #00a171;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

.voice-comment p {
	font-size: 18px;
}

.voice-comment li {
	font-size: 18px;
}

.contents01, .contents03 {
	background-image: url(../../images/voice/bg-dot.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.contents02, .contents04 {
	background-image: url(../../images/voice/bg-green.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
	color: #FFF;
}

.contents02 h2, .contents04 h2, .contents02 h3, .contents04 h3 {
	color: #ffffc8;
}

.contents02 dt span, .contents04 dt span {
	color: #00a171;
	background-color: #ffffff;
}
 @media (max-width: 991px) {

.voice-profile h2 {
	font-size: 36px;
	margin-bottom: 10px;
}

.voice-profile small {
	font-size: 20px;
}

.voice-info dt span {
	font-size: 18px;
}

.voice-info dd {
	font-size: 21px;
}

.voice-comment h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.voice-comment p {
	font-size: 16px;
}

.voice-comment li {
	font-size: 16px;
}
}
 @media (max-width: 767px) {

.contents01, .contents03 {
	background-size: auto;
	background-repeat:repeat-y;
}

.contents02, .contents04 {
	background-size: auto;
	background-repeat:repeat-y;
}

.voice-profile {
	display: block;
	margin-bottom: 15px;
}

.voice-profile > div {
	display: block;
}

.voice-image01 {
	width: 33%;
	float: left;
}

.voice-profile h2 {
	float: left;
	width: 66%;
}

.voice-profile ul {
	display: block;
	clear: both;
	padding-top: 15px;
}
}
 @media (max-width:575px) {

.voice-info {
	width: 100%;
}

.voice-profile h2 {
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.voice-image01 {
	padding-right: 15px;
}

.voice-profile small {
	font-size: 20px;
}

.voice-info dt span {
	font-size: 16px;
}

.voice-info dd {
	font-size: 20px;
}

.voice-profile ul {
	width: 100%;
}

.voice-comment h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.voice-comment p {
	font-size: 14px;
}

.voice-comment li {
	font-size: 14px;
}
}

/*manzoku--------------------------------------- */
.manzoku {
	background-image: url(../../images/instructor/manzoku-bg01.png);
	background-repeat: no-repeat;
	background-size:cover;
		color:#FFF;
	}

.manzoku-inner {
	padding:30px 8% 0;
	
	
	}
 @media (max-width: 991px) {
	 
	 
.manzoku-inner {
	padding:30px 0% 0;
}	 
	 
}
		
@media (max-width:767px) {
.manzoku {
	background-size: auto;

}

.manzoku-inner {
	padding:30px 0% 30px;
}		 	
}		
		
		
