@charset "UTF-8";

/* 2カラムスタイル上書き */

.seminar-sub-area {
  padding: 0;
  border: none;
  background-color: transparent;
  overflow-y: visible;

  @media screen and (max-width: 768px) {
    display: none;
  }

  .side-main-info {
    padding: 0 16px;
    background-color: #fff;
    border: solid 1px var(--gr-200);
    border-radius: 6px;
    max-height: calc(100vh - 226px);
    overflow: auto;


    .date-set {
      padding: 32px 0;
      border-bottom: solid 1px var(--gr-200);

      .year, .md, .time-length {
        color: var(--pu-400);
      }
    }

    .outline-set {
      text-align: left;
      line-height: 1.5;

      th {
        padding: 20px 16px 16px 0;
        min-width: auto;
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
      }

      td {
        padding: 16px 0;
      }
    }

  }

  .seminar-entry-button.-now {
    width: 100%;
    padding: 24px 0;
    margin: 1px auto 0;
    transform: none;

    a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 64px;
    }
  }
}

/* フォームスタイル上書き */
.form-wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    color: #222E48;
    text-align: left;
    padding: 8px 0 0 0;
}
.form-inner {
  padding: 40px;
  background-color: var(--gr-100);
  margin-top: 15px;
  @media screen and (max-width: 768px) {
    padding: 15px;
  }
}
.mktoForm .mktoFieldWrap {
  flex-direction: row;

  .mktoLabel {
    position: relative;
    width: auto !important;
    height: auto;
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: normal !important;
    padding: 10px 10px 10px 0 !important;
    margin-right: 0 !important;
    flex: auto;
    border-bottom: solid 1px #e5e5e5;
    float: none !important;
    flex: 0 0 180px;
    flex-direction: row;
    justify-content: space-between;
  }

  @media screen and (max-width: 768px) {
    flex-direction: column;

    .mktoLabel {
      flex: none;
      font-size: 12px;
      padding: 0 !important;
      flex-direction: row-reverse;
      justify-content: flex-end;
      border-bottom: none;

      > strong {
        display: inline;
        padding: 0;
      }
    }
  }
}
.mktoForm .mktoRequiredField .mktoLabel {
  flex-direction: row-reverse;
}
.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm select, .mktoForm select.mktoField {
  height: 36px;
}

.mktoFormRow.name-l input#LastName, .mktoFormRow.name-f input#FirstName {
  width: 200px !important;
  flex: none;

  @media screen and (max-width: 768px) {
    width: inherit !important;
  }
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList, .mktoForm.mktoLayoutAbove .mktoRadioList, .mktoForm.mktoLayoutAbove .mktoCheckboxList {
  padding: 5px 0 5px 0 !important;
}
.mktoHtmlText.mktoHasWidth {
  font-size: 12px;
  line-height: 1.5;
  margin: -8px 0 16px 180px;

  @media screen and (max-width: 768px) {
    margin: 0;
  }
}
input#formcode__c ~ div.mktoClear::before {
  margin-left: 180px;

  @media screen and (max-width: 768px) {
    margin-left: 0;
  }
}
