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

#comm_ttl{
	background:#B7B0AD;
	font-size:30px;
	padding:45px 0;
	text-align:center;
  	font-family: 'Roboto', sans-serif;
}


#question{
	max-width:1080px;
	margin:50px auto 120px;
	text-align:left;
	background:#CCC;
	overflow:hidden;
}

#question li{
	width:50%;
	margin:0 auto;
	float:left;
	vertical-align:top;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	font-size:12px;
	box-sizing: border-box;
}

#question li:nth-of-type(even){
	border-right:none;
}

#question li:last-child{
	border:none;
	border-right:1px solid #222;
}

#question li a:before{
	content:"Q.";
	margin-right:5px;
	font-family: 'Raleway', sans-serif;
}

#question li a{
	display:block;
	padding:15px 15px;
}

#question li a:hover{
	background:#d8d8d8;
}


#question p{
	background:#222;
	color:#fff;
	padding:10px 15px;
}

#content{
	width:90%;
	max-width:1080px;
	margin:50px auto 120px;
	text-align:left;
}


#content dl{
	width:48%;
	display:inline-block;
	margin:0 3% 50px 0;
	vertical-align:top;
}

#content dl:nth-of-type(even){
	margin-right:0;
}

#content dt{
	font-size:17px;
	font-weight:bold;
	border-bottom:1px solid #222;
	padding-bottom:5px;
	margin-bottom:10px;
}

#content dt:before{
	content:"Q";
	margin-right:10px;
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:normal;
}


#content dd{
	font-size:13px;
	margin-bottom:10px;
}



@media only screen and (max-width: 760px) { 
#question{
	width:100%;
	margin:0 auto 25px;
}

#question li{
	width:100%;
	display:block;
	margin:0 auto ;
	border-right:0;
}

#content dl{
	width:100%;
	display:block;
	margin:0 auto 50px;
}

#content dl:nth-of-type(odd){
	margin-right:auto;
}


}

