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

.faq_box{
	margin-bottom: 20px;
}
.faq_box dt{
	position: relative;
    line-height: 2.4rem;
	margin-bottom: 5px;
	padding-left: 2.8rem;
}

.faq_box dt::before,.faq_box dd::before{
    position: absolute;
	left: 0;
	top: 0;
    color: #fff;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.4rem;
    border-radius: 4px;}

.faq_box dt::before{
	content: "Q";
    background: #0064FF;
}

.faq_box dd{
	position: relative;
	padding-left: 2.8rem;
}

.faq_box dd::before{
	content: "A";
    background: #f00;
}




@media screen and (min-width:768px) {
	
}