@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainImg {
	margin: 0;
	background-image: url(../img/qa/main_img.jpg);
}

#main .mainBox {
	padding-top: 32px;
	position: relative;
	width: 700px;
}

#main .mainBox .img {
	position: absolute;
	top: 0;
	right: 0;
}

#main .mainBox .img img {
	width: 157px;
}

#main .headLine01 {
	margin-bottom: 26px;
	text-align: left;
}

#main .headLine01 img {
	height: 40px;
}

#main dl {
	border: 2px solid #FFD200;
	border-radius: 8px;;
}

#main .mainBox dl:not(:last-child) {
	margin-bottom: 30px;
}

#main dt {
	padding: 14px 20px 0 68px;
	font-size: 1.6rem;
	color: #000;
	position: relative;
	background: url(../img/qa/bg01.jpg) repeat-y left bottom;
	background-size: 50px auto;
	border-radius: 8px 0 0;
}

#main dt span {
	padding-bottom: 15px;
	display: block;
	background: url(../img/common/line04.jpg) repeat-x left bottom;
	background-size: 3px 1px;
	border-radius: 8px 0 0;
}

#main dt:before {
	position: absolute;
	top: 8px;
	left: 15px;
	background: url(../img/qa/img02.png) no-repeat;
	background-size: 16px 40px;
	width: 16px;
	height: 40px;
	content: "";
}

#main dd {
	padding: 17px 20px 17px 68px;
	position: relative;
	background: url(../img/qa/bg02.jpg) repeat-y left top;
	background-size: 50px auto;
	border-radius: 0 0 0 8px;
}

#main dd:before {
	position: absolute;
	top: 11px;
	left: 15px;
	background: url(../img/qa/img03.png) no-repeat;
	background-size: 16px 40px;
	width: 16px;
	height: 40px;
	content: "";
}

@media all and (max-width: 767px) {
	.mainImg {
		background-image: url(../img/qa/sp_main_img.jpg);
	}
	
	#main .headLine01 img {
		height: 22px;
	}
	
	#main .mainBox {
		padding-top: 0;
	}
	
	#main .mainBox .img {
		margin-bottom: 10px;
		position: static;
		text-align: right;
	}
	
	#main .mainBox .img img {
		width: 140px;
	}
	
}

@media all and (-ms-high-contrast:none){

    #main dt {
        padding-top: 22px;
    }
    
    #main dt span {
        padding-bottom: 7px;
    }
}

