@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * contact.scss
 */
#contact {
  /* PC
  --------------------------------------------------*/
  /* layout */
  /* #pressArea */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#contact .section .body {
  max-width: 880px;
  margin: 0 auto;
}
#contact .section .lead {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
#contact .section .sendMail {
  margin-top: 40px;
  text-align: center;
}
#contact .section .sendMail .btn02 + .btn02 {
  margin-top: 20px;
}
#contact .section .sendMail .btn02 + .btn01 {
  margin-top: 40px;
}
#contact .section .sendMail .caption {
  margin-top: 15px;
  font-size: 13px;
}
#contact .section .sendMail .q {
  margin-top: 20px;
}
#contact .section .sendMail .q dt {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
#contact .section .sendMail .q dt:after {
  content: '?';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  margin-top: -10px;
  padding: 3px 1px 0 2px;
  border: #ffe73f solid 2px;
  border-radius: 10px;
  color: #ffe73f;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
#contact .section .sendMail .q dd .mail {
  margin-top: 5px;
}
#contact .section .sendMail .q dd .mail a {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
#contact .section .sendMail .q dd .mail a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 16px;
  margin-top: -8px;
  background: url(../imgs/mail.svg) no-repeat center center;
}
#contact #pressArea .attention {
  margin-top: 40px;
  padding: 38px;
  border: #ffe73f dotted 2px;
  background: #ffffff;
  line-height: 1.77;
}
#contact #pressArea .attention dt {
  margin-bottom: 15px;
  font-weight: bold;
}
#contact #pressArea .attention dd {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  #contact {
    /* layout */
    /* #pressArea */
  }
  #contact .section .lead {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
  #contact .section .sendMail {
    margin-top: 20px;
  }
  #contact .section .sendMail .btn02 + .btn01 {
    margin-top: 30px;
  }
  #contact .section .sendMail .caption {
    margin-top: 10px;
    font-size: 12px;
  }
  #contact #pressArea .attention {
    margin-top: 20px;
    padding: 18px;
    line-height: 1.75;
  }
  #contact #pressArea .attention dt {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
  }
  #contact #pressArea .attention dd {
    font-size: 12px;
  }
}
