@charset "UTF-8";


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


/*======================================

	page
	
========================================*/


h3{
	width:100%;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 0 0;
	color: #000;
	font-weight: 500;
	margin: 36px 0 24px 0;
}


.faq{
	text-align: center;
}
.question{
	display: inline-block;
	margin: 40px auto 0 auto;
	padding:10px 0px 20px 120px;
	border-radius: 10px;
	text-align: center;
}

.answer{
	margin: 10px 0 0 0;
	padding:10px 20px;
	background: #fff7df;
	border-radius: 10px;
	text-align: left;
}
#nezumi{
	background:  url("../i/animal_face_nezumi.jpg") no-repeat;
	background-size: 90px auto;
}
#saru{
	background:  url("../i/animal_face_saru.jpg") no-repeat;
	background-size: 90px auto;
}
#usagi{
	background:  url("../i/animal_face_usagi.jpg") no-repeat;
	background-size: 90px auto;
}
#tora{
	background:  url("../i/animal_face_tora.jpg") no-repeat;
	background-size: 90px auto;
}

.balloon {
 	position: relative;
	display: inline-block;
 	margin: 0px auto 0 auto;
	padding: 20px 20px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	background: #f3c91b;
	border: solid 0px #555;
	border-radius: 10px;
	text-align: center;
}

.balloon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
 	margin-top: -12px;
	background: #f3c91b;
	border: 0px solid transparent;
	border-right: 6px solid #f3c91b;
	z-index: 2;
}

#nezumi:before{
	content: "";
}

.balloon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #f3c91b;
 	z-index: 1;
}

.balloon p {
	margin: 0;
	padding: 0;
}

.balloon h3 {
	margin: 0;
	padding: 0;
}



}/*//end  max-width: 480px ///////////////////////*/



@media print, screen and (min-width: 481px) {




/*======================================

	page
	
========================================*/


h3{
	width:100%;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	padding: 0 0 0 0;
	color: #000;
	font-weight: 500;
	margin: 36px 0 24px 0;
}


.faq{
	text-align: center;
}
.question{
	display: inline-block;
	margin: 40px auto 0 auto;
	padding:10px 0px 20px 120px;
	border-radius: 10px;
	text-align: center;
}

.answer{
	margin: 10px 0 0 0;
	padding:10px 20px;
	background: #fff7df;
	border-radius: 10px;
	text-align: left;
}
#nezumi{
	background:  url("../i/animal_face_nezumi.jpg") no-repeat;
	background-size: 90px auto;
}
#saru{
	background:  url("../i/animal_face_saru.jpg") no-repeat;
	background-size: 90px auto;
}
#usagi{
	background:  url("../i/animal_face_usagi.jpg") no-repeat;
	background-size: 90px auto;
}
#tora{
	background:  url("../i/animal_face_tora.jpg") no-repeat;
	background-size: 90px auto;
}

.balloon {
 	position: relative;
	display: inline-block;
 	margin: 0px auto 0 auto;
	padding: 20px 20px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	background: #f3c91b;
	border: solid 0px #555;
	border-radius: 10px;
	text-align: center;
}

.balloon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
 	margin-top: -12px;
	background: #f3c91b;
	border: 0px solid transparent;
	border-right: 6px solid #f3c91b;
	z-index: 2;
}

#nezumi:before{
	content: "";
}

.balloon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #f3c91b;
 	z-index: 1;
}

.balloon p {
	margin: 0;
	padding: 0;
}

.balloon h3 {
	margin: 0;
	padding: 0;
}


}

