@charset "utf-8";

.div_boxQA {
    position: relative;
}

.div_boxQA .fukidashi{
    display: block;
    width: 87px;
    height: 86px;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 1001;
}

.div_boxQA .h4_ti02{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 20px 0 48px;
    color: #6b4f3a;
}
.next_btn{
	text-align: center;
}
.next_btn a{
	background-color: #deb674;
    border: #deb674 2px solid;
    color: #fff!important;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px 0;
	margin: 50px auto 30px;
	width: 260px;
	position: relative;
}
.next_btn a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.next_btn a:hover{
	background-color:#FFF;
	border: #deb674 2px solid;
	color: #deb674!important;
}


@media(max-width: 768px){
    .div_boxQA .fukidashi{ width: 18vw; height: auto; top: -4vw; left: -4vw; }
    .div_boxQA .h4_ti02{ font-size: 4vw; padding: 0 0 0 2.6em; margin-bottom: .8em; }

}