html body {
  font-size: 16px; }
  html body .line {
    content: "";
    padding: 10px 0;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px #ccc solid;
    display: block; }
  html body .contact-header {
    border-top: none;
    padding-bottom: 20px; }
    html body .contact-header_title {
      background-image: url(../actcube/images/main_visual.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      padding: 185px 0; }
      html body .contact-header_title > span {
        display: none; }
  html body .contact-main__inner > p {
    padding: 30px 30px 0 30px; }
  html body .contact-main__form {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid; }
    html body .contact-main__form__flex-inner dl > p {
      width: 100%;
      display: block;
      padding: 0 0 .5em 0; }

@media screen and (max-width: 749px) {
  html body .contact-header {
    border-top: none; }
    html body .contact-header_title {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      padding: 70px 0; }
  html body .contact-main__inner > p {
    padding: 20px 20px 0 20px; } }

/*# sourceMappingURL=inquiry-actcube.css.map */
