@charset "utf-8";

#question section{
	width: 836px;
	padding: 0 82px;
}

#question .content{
	padding: 45px 0 45px;
	margin: 0;
}

#question{
	position: relative;
}

#question h2{
	font-size: 3.6rem;
	font-weight: normal;
	border-bottom: 1px dotted #1a1311;
	margin-bottom: 45px;
}

#question h2 span{
	font-size: 1.4rem;
	display: block;
}

#question h3{
	color: #29abe2;
	font-size: 2.0rem;
	margin-bottom: 20px;
	font-weight: normal;
	padding-left: 125px;
}


#question .txt{
	font-size: 1.4rem;
	line-height: 1.8em;
	margin-bottom: 2.0em;
}

#question .area{
	position: relative;
	width: 600px;
	height: 140px;
	border: 5px solid #85cfee;
	margin-left:225px;
	background: #f9fcfe;
	background-image: url(../question/images/q.png);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

#question .answer{
	width: 700px;
	margin-left:125px;
}


#question .questionable{
	position: relative;
	font-size: 2.7rem;
	line-height: 1.7em;
	color: #29abe2;
	left: 100px;
	top: 15px;
	vertical-align: middle;
	width: 490px;
}


#question .button{
	font-size: 2.2rem;
	line-height: 45px;
	padding:0 0.8em;
	border-radius: 10px;
	color: #fff;
	background: #69F;
/*
	background-image:url(../question/images/arrow.png) ;
	background-repeat: no-repeat;
*/
	display: inline-block;
	position: relative;
	left: 350px;	
	top: 30px;	
}


#question .button:before{
	content: "▶";
	margin-right: 0.5em;
	
}


#question .button:hover{
	background: #fbb03b;
}

#question .image{
	position: absolute;
}





@media(max-width:768px) {

#question h2{
	font-size: 2.8rem;
}


#question h3{
	padding-left: 0;
}


#question .txt{
	font-size: 1.6rem;
}

#question .area{
	width: 100%;
	height: 13.0rem;
	margin-left:0;
	background-image: none;
}

#question .answer{
	width: 100%;
	margin-left:0;
}


#question .questionable{
	font-size: 1.8rem;
	left: 0;
	top: 15px;
	width: 100%;
	margin-left: 2%;
}

#question .questionable:before{
	content: "Q";
	margin-right: 0.5em;
	font-weight: bold;
	font-size: 2.2rem;
	
}

#question .button{
	font-size: 1.8rem;
	line-height: 45px;
	padding:0 0.8em;
	display: inline-block;
	position: relative;
	left: 20%;	
}


#question #q_and_a .image{
	position: relative;
	width: 20%;
	height: auto;
}
}
