@charset "utf-8";



/* qa */

section h3 {
	margin:60px 0 20px;
	font-size:1.2rem;
}
section dl {
	margin:0 0 20px;
	padding:30px 4%;
	border-radius:10px;
	background:rgba(255,255,255,0.6);
}
section dl dt ,
section dl dd {
    padding:0 0 0 30px;
    line-height:1.8;
    position:relative;
}
section dl dt {
    margin:0 0 10px;
    color:#c8a273;
}
section dl dt::after ,
section dl dd::after {
    content: "";
    font-size:1.5rem;
    font-family: "Montserrat", sans-serif;
    line-height:1;
    position:absolute; top:0; left:0;
}
section dl dt::after {content:"Q";}
section dl dd::after {content:"A";}

section > p {
	width:100%;
	margin:50px auto 0;
	text-align:center;
}

@media only screen and (max-width:640px){
	
	section h3 {text-align:center;}
	section dl {
		margin:0 0 20px;
		padding:20px 6%;
	}
}

