/* Scss Document */
/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* media query */
.fade {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}

.shadow {
  text-shadow: 0px 0px 10px #000, 0px 0px 8px #000;
}

/* mixin
*********************************************************************/
/* media query */
.area_qanda {
  padding: 100px 10px;
}

.block_qanda {
  max-width: 800px;
  margin: 0 auto;
}
.block_qanda h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2em;
  padding: 0 0 20px;
  letter-spacing: 0.3em;
  border-bottom: #888 dotted 1px;
}
.block_qanda dl {
  border-bottom: #888 dotted 1px;
  padding: 16px 0;
}
.block_qanda dl dt {
  font-size: 1.8rem;
  line-height: 1.3em;
  text-indent: -28px;
  padding: 0 0 0 28px;
}
.block_qanda dl dt::before {
  content: "Q.";
  font-size: 2.8rem;
}
.block_qanda dl dd {
  font-size: 1.5rem;
  line-height: 1.4em;
  text-indent: -28px;
  padding: 8px 0 0 28px;
  margin: 0 0 0 28px;
  text-align: justify;
}
.block_qanda dl dd i {
  display: inline;
}
.block_qanda dl dd::before {
  content: "A.";
  font-size: 2.8rem;
}
@media all and (max-width: 828px) {
  .block_qanda h1 {
    font-size: 2.4rem;
  }
}
