.contact-wrapper {
  position: relative;
  margin-bottom: 150px;
  background: #f2f2f2;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }
  body.thanks .contact-wrapper {
    padding-bottom: 200px; }
    @media only screen and (max-width: 480px) {
      body.thanks .contact-wrapper {
        padding-bottom: 10px; } }
  @media only screen and (max-width: 480px) {
    .contact-wrapper {
      margin-bottom: 0;
      background-color: transparent; } }
  .contact-wrapper .text {
    z-index: 2;
    position: relative;
    width: 1100px;
    margin: 150px auto 0; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper .text {
        width: 100%;
        margin-top: 0;
        padding: 50px 20px 50px;
        background-color: #f2f2f2; } }
  .contact-wrapper h2 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper h2 {
        margin-bottom: 10px; } }
    .contact-wrapper h2 span {
      display: block;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.8; }
      @media only screen and (max-width: 480px) {
        .contact-wrapper h2 span {
          font-size: 16px; } }
    .contact-wrapper h2 em {
      display: block;
      font-size: 42px;
      font-weight: bold;
      line-height: 1.8; }
      @media only screen and (max-width: 480px) {
        .contact-wrapper h2 em {
          font-size: 24px; } }
  .contact-wrapper .text > p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper .text > p {
        font-size: 14px; }
        .contact-wrapper .text > p br {
          display: none; } }
  .contact-wrapper .contact {
    position: relative;
    width: 1160px;
    margin: 150px auto 50px;
    background-color: #fff; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper .contact {
        width: 100%;
        margin: 25px auto; } }
  body.contact.thanks .contact-wrapper .contact-inner {
    padding: 60px; }
  .contact-wrapper h3 {
    z-index: 2;
    position: relative;
    padding: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    background-image: linear-gradient(to right, #a10 0, #5e0900 100%); }
    @media only screen and (max-width: 480px) {
      .contact-wrapper h3 {
        padding: 20px 15px;
        font-size: 16px;
        line-height: 1; } }
    .contact-wrapper h3 small {
      float: right;
      opacity: .7; }
      @media only screen and (max-width: 480px) {
        .contact-wrapper h3 small {
          display: block;
          float: none;
          margin: 10px 0 0;
          opacity: .7;
          font-size: 13px; } }
  .contact-wrapper .contact-table {
    margin: 0; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper .contact-table {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }
    .contact-wrapper .contact-table th,
    .contact-wrapper .contact-table td {
      padding: 15px 20px 40px;
      font-size: 16px;
      font-weight: bold;
      vertical-align: top;
      border: 0; }
      @media only screen and (max-width: 480px) {
        .contact-wrapper .contact-table th,
        .contact-wrapper .contact-table td {
          display: block;
          padding: 10px;
          text-align: left; } }
    .contact-wrapper .contact-table th {
      width: 250px;
      font-weight: bold;
      text-align: right;
      color: #000;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      border-right: 5px solid #fff;
      background-color: #fff; }
      @media only screen and (max-width: 480px) {
        .contact-wrapper .contact-table th {
          width: 100%;
          padding-top: 20px;
          padding-bottom: 0;
          line-height: 1.3;
          text-align: left;
          border: 0; } }
    .contact-wrapper .contact-table td {
      font-weight: normal;
      color: #000;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background-image: linear-gradient(to right, #fff 0, white 100%); }
      @media only screen and (max-width: 480px) {
        .contact-wrapper .contact-table td {
          padding-top: 5px;
          padding-bottom: 30px;
          line-height: 1.3; } }
    .contact-wrapper .contact-table tr:last-of-type th,
    .contact-wrapper .contact-table tr:last-of-type td {
      border-bottom: 0; }
    .contact-wrapper .contact-table sup {
      color: #a10; }
  .contact-wrapper .err-box {
    margin: 40px;
    padding: 15px 20px;
    border: 2px solid #c00;
    background-color: #fff5f5; }
    .contact-wrapper .err-box h4 {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #c00; }
    .contact-wrapper .err-box ul {
      margin: 0;
      padding-left: 20px;
      list-style-type: disc; }
      .contact-wrapper .err-box ul li {
        margin-bottom: 5px;
        font-size: 14px;
        color: #c00; }
  .contact-wrapper .horizontal-item {
    display: flex;
    align-items: center;
    gap: 10px; }
  .contact-wrapper input[type=radio],
  .contact-wrapper input[type=checkbox] {
    margin-right: 4px; }
  .contact-wrapper td label {
    display: inline-block;
    margin-right: 20px; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper td label {
        line-height: 24px; } }
  .contact-wrapper input[type=text],
  .contact-wrapper input[type=email] {
    max-width: 800px;
    line-height: 30px;
    border: 1px solid #bbb; }
  .contact-wrapper input[name=customerName],
  .contact-wrapper input[name=customerKana] {
    width: 400px; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper input[name=customerName],
      .contact-wrapper input[name=customerKana] {
        width: 100%; } }
  .contact-wrapper input[name=customerTel1],
  .contact-wrapper input[name=customerTel2],
  .contact-wrapper input[name=customerTel3] {
    width: 100px; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper input[name=customerTel1],
      .contact-wrapper input[name=customerTel2],
      .contact-wrapper input[name=customerTel3] {
        width: 100px; } }
  .contact-wrapper textarea {
    width: 100%;
    height: 300px;
    max-width: 800px;
    border: 1px solid #bbb; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper textarea {
        width: 100%; } }
  .contact-wrapper .form-btn {
    margin: 50px 0 150px;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .contact-wrapper .form-btn {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin: 25px 0 50px; } }
    .contact-wrapper .form-btn .btn {
      width: 300px;
      font-size: 20px;
      line-height: 70px;
      border-radius: 70px; }
      @media only screen and (max-width: 480px) {
        .contact-wrapper .form-btn .btn {
          margin: 0;
          width: 240px;
          font-size: 16px;
          line-height: 50px; } }
      .contact-wrapper .form-btn .btn.small {
        width: 200px;
        font-size: 16px;
        line-height: 60px;
        color: #a10 !important; }
        @media only screen and (max-width: 480px) {
          .contact-wrapper .form-btn .btn.small {
            margin: 20px 0 0 !important;
            width: 120px;
            font-size: 14px;
            line-height: 40px; } }

/*# sourceMappingURL=contact.css.map */
