@charset "shift_jis";

#contentsWrap {
  background: url(/brand/smg_b/img/check_bg.png) no-repeat center top #fff5f9;
}

.mv {
  background: #fff;
}
.mv .inner {
  background: url(/brand/smg_b/img/check_mv.jpg) no-repeat right top;
}
.mv .mvTtl {
  margin-left: 0;
  padding-top: 100px;
  color: #e40079;
  font-size: 32px;
  line-height: 1.5;
}
.mv .mvTtl span {
  font-size: 24px;
}

#questions {
  padding: 60px 0 0;
}
#questions .questionInner {
  position: relative;
}
#questions .questionInner .interception {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#questions .subTtl {
  margin-top: 0;
}
#questions .lead:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 66px;
  margin-right: 10px;
  background: url(/brand/smg_b/img/check_icon01.png) no-repeat left top;
  vertical-align: middle;
}
#questions .questionWrap {
  position: relative;
  min-height: 447px;
  background: #FFF;
  box-shadow: 4px 4px 1px #f2e9ec;
  border-radius: 10px;
  overflow: hidden;
}
#questions .questionWrap .btnResult {
  display: none;
  margin: 0;
  background: #ec7aaa;
  text-align: center;
}
#questions .questionWrap .btnResult a {
  display: block;
  padding: 18px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
#questions .questionWrap .btnResult span {
  display: inline-block;
  width: 265px;
  padding: 25px 0;
  border: 2px solid #fff;
  line-height: 1.0;
  background: #ec7aaa url(/brand/smg_b/img/icon_arrow02.png) no-repeat 95% center;
  background-size: 19px;
}
#questions dl {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 29px 20px 24px 30px;
}
#questions dl.question1 {
  display: block;
}
#questions dl dt {
  margin-bottom: 32px;
}
#questions dl dt .icon {
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  background: #ec7aaa;
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
}
#questions dl dt .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.3;
}
#questions dl dt .notes {
  display: block;
  font-size: 12px;
}
#questions dl dd li {
  position: relative;
  float: left;
  width: 294px;
  margin-left: 15px;
  padding: 10px 10px 0;
  background: #fff;
  box-shadow: 2px 2px 9px #ddd;
  border: 1px solid #ec7aaa;
  text-align: center;
  cursor: pointer;
}
#questions dl dd li:first-child {
  margin-left: 0;
}
#questions dl dd li.active {
  background: #ec7aaa;
  color: #fff;
}
#questions dl dd li.active .text:after {
  background-image: url(/brand/smg_b/img/check_icon_on.png);
}
#questions dl dd li .formParts {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
  font-size: 0;
}
#questions dl dd li .text {
  position: relative;
  display: table;
  width: 100%;
  height: 110px;
  margin-bottom: 0;
}
#questions dl dd li .text:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background-image: url(/brand/smg_b/img/check_icon_off.png);
  background-repeat: no-repeat;
  background-size: 30px;
}
#questions dl dd li .text span {
  display: table-cell;
  vertical-align: middle;
}
