@charset "utf-8";
/* CSS Document */
/*===================================================================
       happuvocie        
===================================================================*/

#happyvoice {
	width: 100%;
}
#happyvoice_container {
	max-width: 1400px;
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {
#happyvoice_container {
	width: 90%;
	margin: 0 auto;
}	
}

#happyvoice_container h2 {
	font-size: 35px;
	text-align: center;
	color: rgba(39,64,144,1.00);
	font-weight: 700;
	border-top: 1px solid rgba(39,64,144,1.00);
	border-bottom: 1px solid rgba(39,64,144,1.00);
	padding: 10px 0;
	margin: 25px 0;
	letter-spacing: 0.001rem;
}

@media screen and (max-width:1000px) {
#happyvoice_container h2 {
	font-size: 20px;
	padding: 20px 0;
}	
}

@media screen and (max-width:500px) {
#happyvoice_container h2 {
	font-size: 18px;
}		
}

#happyvoice_list {
	width: 100%;
	padding: 50px 0;
}

@media screen and (max-width:1000px) {
#happyvoice_list {
	padding: 20px 0;
}	
}

#happyvoice_list li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 60px;
	border-bottom: 1px solid rgba(147,147,147,1.00);
	margin: 0 0 60px;
}

@media screen and (max-width:1000px) {

	#happyvoice_list li {
		padding: 0 0 40px;
		margin: 0 0 40px;
	}	
}


.happyvoice_img {
	width: 40%;
    height: 200px;
    background-position: center,center;
    background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width:1000px) {
.happyvoice_img {
	width: 27%;
    height: 150px;
	margin: 0 3% 0 0;
}	
}

@media screen and (max-width:500px) {
	.happyvoice_img {
		width: 27%;
		height: 100px;
		margin: 0 3% 0 0;
	}	
	}

.happyvoice_text {
	width: 55%;
	margin: 0;
}

@media screen and (max-width:1000px) {
	.happyvoice_text {
		width: 70%;
		margin: 0;
	}	
}

.happyvoice_text h3 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    text-transform: none;
    color: #200f4e;
	margin: 0 0 30px;
}

@media screen and (max-width:1000px) {

#happyvoice_list h3 {
	width: 100%;
	font-size: 25px;
	margin: 0 0 25px;
}	
}

@media screen and (max-width:500px) {
	#happyvoice_list h3 {
		width: 100%;
		font-size: 20px;
	}	
}

.happyvoice_text p {
    font-size: 16px;
    line-height: 1.4;
	margin: 0 0 35px;
}

.voice_sub_titile {
	text-align: center;
	font-weight: bold;
	margin: 40px 0 30px;
	font-size: 18px;
}

@media screen and (max-width:768px) {
	.voice_sub_titile {
		font-size: 16px;
		text-align: left;
	}	
}

.navigation p a {
	color: rgba(39,64,144,1.00);
	padding: 4px;
	box-sizing: border-box;
	font-weight: bold;
}

#happyvoice_list .tuduki_happy {
	padding: 5px 25px;
	border-radius: 15px;
	border: 2px solid rgba(39,64,144,1.00);
	box-sizing: border-box;
	background-color: #FFF;
	color: rgba(39,64,144,1.00);
	margin: 20px 0 0;
	font-weight: bold;
}

#happyvoice_list .tuduki_happy:hover {
	background-color: rgba(39,64,144,1.00);
	color: #FFF;
}