@charset "utf-8";
.sankotsu_faq h3 {
    text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	margin: 1.2em 0;
	padding: 0 0 0 60px;
	line-height: 190%;
	position: relative;
	background: none;
	border: none;
	border-bottom: 1px dotted;
}

.sankotsu_faq h3:before {
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(/hakajimai/images/icon_Q.png) no-repeat center / contain;
}

.sankotsu_faq div {
    position: relative;
    padding: 0 0 0 60px;
    margin: 0.5rem 0 4rem 0;
    border-bottom: 2px solid;
    width: 100%;
}

.sankotsu_faq div {
   font-size: 1.2em;
}

.sankotsu_faq div::before {
    background: url(/hakajimai/images/icon_A.png) no-repeat center / contain;
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.sankotsu_faq ul li {
	text-align: left;
	margin: 0;
	line-height: 1.6;
}

.appeal_txt {
	display: inline-block;
	border: 1px solid #cc0000;
	color: #cc0000;
	font-weight: bold;
	margin-left: 5px;
	padding: 0 4px;
}

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

.sankotsu_faq ul li {
	font-size: 14px;
}

}
@media screen and (max-width:480px) {

}
