@charset "UTF-8";
.qabox dl{margin-bottom: 8vw;}
.qabox dt{background:#fff;padding: 3% 5% 3% 12%;font-size:120%;position:relative;line-height: 1.2;margin-bottom: 2vw;font-weight: bold;}
.qabox dt:before{content:"Q";position:absolute;left: 2%;top: 22%;width: 25px;height: 24px;background: var(--orange);text-align: center;padding-top: 1px;color:  #fff;font-family: "Lato";font-weight: 700;}
.qabox dl p{line-height: 1.8;}

/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) { 
.qabox dl{margin-bottom: 50px;}
.qabox dt{padding: 16px 20px 16px 50px;margin-bottom: 10px;}
.qabox dt:before{font-size:20px;padding-top: 0;height: 26px;left: 15px;top: 14px;}
}