@charset "UTF-8";

.contact .content-body {
    width: 90%;
    max-width: 980px;
    margin: 0 auto 50px;
}
.contact .content-body .text-lead {
    padding-top: 30px;
}

.contact .content-body .text-description p {
    line-height: 1.6;
}
.contact #c2bform-btn button.bt-submit {
    background-color: var(--tb-green);
}

.contact #c2bform-body .c2bform-item-name {
    background-color: var(--tb-orange);
    font-weight: 500;
}

.contact .content-header {
    background-color: var(--tb-red);
}
.contact  #contents .content-header .pgttl-wrap {
    padding: 100px 0 50px 20px;
}

.contact #contents a {
    color: inherit;
    text-underline-offset: auto;
    text-decoration-thickness: auto;
}

@media screen and (max-width: 768px) {

  .contact #c2bform-btn button {
      font-size: 1em;
  }
  .contact #contents .content-header .pgttl-wrap {
      padding: 50px 0 20px;
  }
  .contact #contents .content-body #c2bform-tou{
    margin: 20px 0;
  }

}
