@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
.mainvisual .header {
  border-top: #000000 solid 2px;
  background: #ffea00;
  font-size: 1.2em;
  padding: 0.2em 0;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
  font-weight: 900; }

dl {
  border-bottom: #000 solid 1px;
  margin: 1.5em -0.7em; }
  dl:last-child {
    border-bottom: none;
    margin-bottom: 0; }

dt {
  background: #dddddd;
  color: #000;
  padding-left: 0.4em;
  line-height: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph; }

dd {
  padding: 0.5em;
  text-align: justify;
  text-justify: inter-ideograph; }

#faq dt {
  font-weight: 900;
  background: none; }
#faq dd {
  border-bottom: #000 solid 1px;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em; }
  #faq dd:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.block {
  border-left: #000 solid 2px;
  padding-left: 0.6em;
  margin: 1.5em 0 0.5em; }
