@charset "shift_jis";

/* あなたの歯大丈夫？白い歯セルフチェックページ用 CSS
----------------------------------------------------------------------- */
#contentsWrap {
	background: #fff5f9;
}
#questions {
	overflow: hidden;
	margin-bottom: -10px;
}
#questions .lead {
	background: url(/brand/smg_b/sp/img/check_icon01.png) no-repeat;
	background-size: 58px auto;
	padding-left: 67px;
	min-height: 65px;
	font-size: 16px;
}
#questions .questionWrap {
	margin: 15px 0 0;
	min-height: 420px;
	position: relative;
}
#questions dl {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	opacity: 0;
	display: none;
}
#questions dl:first-child {
	left: 0;
	opacity: 1;
	display: block;
}
#questions dl dt {
	font-size: 0;
	margin-bottom: 15px;
}
#questions dl dt .icon {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #ec7aaa;
	color: #fff;
	border-radius: 24px;
	font-weight: bold;
	font-size: 16px;
	display: table-cell;
}
#questions dl dt .text {
	display: table-cell;
	min-height: 48px;
	vertical-align: middle;
	line-height: 1.3;
	font-weight: bold;
	padding: 0 0 0 10px;
}
#questions dl dd li {
	box-shadow:0px 3px 10px 0px rgba(255,65,174,0.2);
	padding: 10px 50px 10px 10px;
	height: 80px;
	background: #fff;
	position: relative;
}
#questions dl dd li:hover {
	cursor: pointer;
}
#questions dl dd li + li {
	margin-top: 10px;
}
#questions dl dd li .formParts {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	border: none;
	opacity: 0;
	font-size: 0;
	position: absolute;
}
#questions dl dd li img {
	display: block;
	width: auto;
	height: 80px;
	float: left;
}
#questions dl dd li .text {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	font-weight: bold;
	line-height: 1.3;
	font-size: 15px;
	padding-left: 14px;
}
#questions dl dd li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 30px;
	height: 30px;
	margin: -15px 10px 0 0;
	background: url(/brand/smg_b/sp/img/check_icon_off.png) no-repeat;
	background-size: 30px;
}
#questions dl dd li.active {
	background: #ec7aaa;
	color: #fff;
}
#questions dl dd li.active:after {
	background: url(/brand/smg_b/sp/img/check_icon_on.png) no-repeat;
	background-size: 30px;
}
#questions dl dd .notes {
	margin: 0 0 5px 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.3;
}
#questions .interception {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#questions .btnResult {
	display: none;
	margin-top: 20px;
	padding-bottom: 10px;
}
#questions .btnResult a {
	padding: 15px;
	background: #ec7aaa url(/brand/smg_b/sp/img/icon_arrow01.png) no-repeat 95% center;
	background-size: 19px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
}


