@charset "UTF-8";
/*
*******************************************************************************************************
  ハイチオールQ&A
*******************************************************************************************************
*/
.wrpContents .modH1 {
	margin-left: 29px;
}

.wrpContents .modH2 {
	font-size: 24px;
	border: none;
	color: #000;
	margin-bottom: 40px;
	margin-left: 29px;
	padding: 0;
}

.wrpContents .modH2:nth-child(4) {
	margin-top: 87px;
}

.wrpContents .sectionQA .listQA {
	padding-top: 30px;
	border-top: 1px solid #E5E5E5;
}

.wrpContents .sectionQA dt {
	position: relative;
	padding-left: 50px;
	margin-bottom: 19px;
	font-size: 24px;
	font-weight: 600;
}

.wrpContents .sectionQA dd {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}

.wrpContents .sectionQA dd .inner {
	margin-left: 100px;
	padding-top: 4px;
}

.wrpContents .sectionQA dt::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(/hythiol/qa/images/icn_q.png) no-repeat 0 0;
	background-size: 36px auto;
}

.wrpContents .sectionQA dd::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	width: 36px;
	height: 36px;
	background: url(/hythiol/qa/images/icn_a.png) no-repeat 0 0;
	background-size: 36px auto;
}

.wrpContents .sectionQA dd .txtEx{
	font-size: 12px;
}

@media only screen and (max-width: 767px) {

	.wrpContents .modH1 {
		margin-left: 0;
	}

	.wrpContents .modH2 {
		font-size: 19px;
		border: none;
		color: #000;
		margin-bottom: 20px;
		margin-left: 0;
		padding: 0;
	}
	
	.wrpContents .modH2:nth-child(4) {
		margin-top: 0;
	}
	
	.wrpContents .sectionQA .listQA {
		padding-top: 30px;
		border-top: 1px solid #E5E5E5;
	}

	.wrpContents .sectionQA dt {
		margin-bottom: 18px;
		font-size: 18px;
		font-weight: 600;
	}

	.wrpContents .sectionQA dd {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}

	.wrpContents .sectionQA dd .inner {
		margin-left: 50px;
	}

	.wrpContents .sectionQA dt::before {
		top: -3px;
	}

	.wrpContents .sectionQA dd::before {
		top: -3px;
		left: 0;
	}
}
