@charset "UTF-8";
.contact#complete .secContact {
  margin-bottom: 180px; }
  @media only screen and (max-width: 768px) {
    .contact#complete .secContact {
      margin-bottom: 100px; } }
  .contact#complete .secContact .errorText {
    width: calc(100% - 40px);
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #ea0000;
    background-color: #ffe9e9;
    margin-bottom: 50px; }
  .contact#complete .secContact .step {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .contact#complete .secContact .step {
        display: block;
        margin-bottom: 60px; } }
    .contact#complete .secContact .step__each {
      width: 345px;
      border-bottom: 1px solid #ECF4F6;
      color: #00a6ea;
      text-align: center;
      padding: 10px 0;
      font-family: "Work Sans";
      font-weight: 500;
      font-style: italic;
      font-size: 20px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .contact#complete .secContact .step__each {
          font-size: 16px;
          width: calc(100% - 20px);
          margin-bottom: 40px;
          padding-left: 20px;
          text-align: left;
          border-bottom: none;
          border-left: 2px solid #ECF4F6;
          padding-top: 0;
          padding-bottom: 0; } }
      .contact#complete .secContact .step__each.is-current {
        border-image: linear-gradient(to right, #00a6ea 0%, #0069b8 100%);
        border-image-slice: 1;
        position: relative; }
      .contact#complete .secContact .step__each > span {
        font-family: "Zen Kaku Gothic New";
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.01em;
        font-style: normal; }
        @media only screen and (max-width: 768px) {
          .contact#complete .secContact .step__each > span {
            font-size: 16px; } }
      .contact#complete .secContact .step__each:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #00a6ea;
        position: absolute;
        top: 50%;
        right: -25px;
        margin-top: -6px; }
        @media only screen and (max-width: 768px) {
          .contact#complete .secContact .step__each:before {
            top: auto;
            right: auto;
            left: 40px;
            bottom: -30px;
            transform: rotate(90deg); } }
      .contact#complete .secContact .step__each:last-of-type::before {
        display: none; }
  .contact#complete .secContact .refusal {
    display: block;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .contact#complete .secContact .refusal {
        margin-bottom: 40px; } }
  .contact#complete .secContact .p-table {
    margin-bottom: 30px; }
  .contact#complete .secContact .note {
    margin-bottom: 50px; }
  .contact#complete .secContact .privacyPolicy__title {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #00a6ea;
    margin-bottom: 10px; }
  .contact#complete .secContact .privacyPolicy .scrollWrapper {
    padding: 10px;
    width: calc(100% - 20px);
    height: 160px;
    overflow-y: scroll;
    border: 1px solid #979797;
    margin-bottom: 20px;
    /*スクロールバーの背景色・角丸指定*/
    /*スクロールバーの色・角丸指定*/ }
    .contact#complete .secContact .privacyPolicy .scrollWrapper::-webkit-scrollbar {
      width: 6px; }
    .contact#complete .secContact .privacyPolicy .scrollWrapper::-webkit-scrollbar-track {
      border-radius: 6px;
      background: #ecf4f6; }
    .contact#complete .secContact .privacyPolicy .scrollWrapper::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background: #979797; }
    .contact#complete .secContact .privacyPolicy .scrollWrapper__contents > p {
      font-weight: 500;
      font-size: 12px;
      line-height: 1.5; }
  .contact#complete .secContact .privacyPolicy .agree {
    margin-bottom: 20px; }
    .contact#complete .secContact .privacyPolicy .agree > input {
      margin-right: 4px;
      display: none; }
    .contact#complete .secContact .privacyPolicy .agree input[type=checkbox]:checked + label::after {
      opacity: 1; }
    .contact#complete .secContact .privacyPolicy .agree > label {
      padding-left: 30px;
      position: relative;
      cursor: pointer; }
      .contact#complete .secContact .privacyPolicy .agree > label::before {
        background: #fff;
        border: 1px solid #979797;
        content: '';
        display: block;
        height: 16px;
        left: 5px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        width: 16px; }
      .contact#complete .secContact .privacyPolicy .agree > label::after {
        border-right: 3px solid #00a6ea;
        border-bottom: 3px solid #00a6ea;
        content: '';
        display: block;
        height: 9px;
        left: 10px;
        margin-top: -7px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 5px; }
    .contact#complete .secContact .privacyPolicy .agree > span {
      font-weight: 500;
      font-size: 12px;
      color: #ea0000; }
  .contact#complete .secContact .agreeNote {
    margin-bottom: 80px; }
  .contact#complete .secContact .contactBtn {
    margin-left: auto;
    margin-right: auto; }
  .contact#complete .secContact .completeTitle {
    margin-bottom: 50px;
    color: #00a6ea;
    font-weight: 700; }
  .contact#complete .secContact .topBtn {
    margin-left: auto;
    margin-right: auto; }
  .contact#complete .secContact .btnWrapper {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    margin-top: 80px; }
    @media only screen and (max-width: 768px) {
      .contact#complete .secContact .btnWrapper {
        margin-top: 0;
        display: block;
        width: 100%; } }
    .contact#complete .secContact .btnWrapper > button {
      margin-left: 0;
      margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .contact#complete .secContact .btnWrapper > button:first-of-type {
          margin-bottom: 20px; } }
