.secondLink {
  margin-bottom: 4.0104166667vw; }

.sec1 .title {
  text-align: center;
  line-height: 1;
  margin-bottom: 2.6041666667vw; }
  .sec1 .title h1 {
    font-size: 2.6041666667vw;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.8854166667vw; }
  .sec1 .title p {
    font-size: 0.9375vw;
    font-weight: 400;
    color: #333333; }
.sec1 .main {
  display: flex;
  width: 100%; }
  .sec1 .main .img {
    width: 50%; }
    .sec1 .main .img img {
      display: block;
      width: 100%; }
  .sec1 .main .main_text {
    width: 50%;
    background: #324299;
    padding: 7.03125vw 0 0 4.1145833333vw;
    line-height: 1; }
    .sec1 .main .main_text h2 {
      font-size: 1.875vw;
      font-weight: bold;
      color: #FFFFFF;
      margin-bottom: 5.2083333333vw; }
    .sec1 .main .main_text .item {
      width: 32.2916666667vw;
      display: flex;
      align-items: center;
      padding-bottom: 0.9375vw;
      border-bottom: 1px solid rgba(230, 230, 230, 0.2); }
      .sec1 .main .main_text .item .iconfont {
        font-size: 1.5625vw;
        color: #FFFFFF;
        margin-right: 7.8125vw; }
      html[lang='en'] .sec1 .main .main_text .item .iconfont {
        margin-right: 1.8125vw;
      }
      .sec1 .main .main_text .item p {
        font-size: 0.9375vw;
        font-weight: 400;
        color: #FFFFFF; }
      .sec1 .main .main_text .item:not(:nth-last-child(1)) {
        margin-bottom: 4.5833333333vw; }

.sec2 .joke {
  width: 72.9166666667vw;
  margin: auto;
  padding: 8.2291666667vw 0 8.59375vw; }
  .sec2 .joke .title {
    line-height: 1;
    margin-bottom: 3.90625vw; }
    .sec2 .joke .title h1 {
      font-size: 2.6041666667vw;
      font-weight: bold;
      color: #333333;
      margin-bottom: 0.8854166667vw; }
    .sec2 .joke .title p {
      font-size: 0.9375vw;
      font-weight: 400;
      color: #333333; }
  .sec2 .joke form {
    width: 100%; }
    .sec2 .joke form .flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 4.375vw; }
      .sec2 .joke form .flex .item {
        display: flex;
        width: 22.3958333333vw;
        padding-bottom: 0.78125vw;
        border-bottom: 1px solid #CCCCCC;
        line-height: 1;
        position: relative; }
        .sec2 .joke form .flex .item p {
          font-size: 0.8333333333vw;
          font-weight: 400;
          color: #333333; }
        .sec2 .joke form .flex .item input {
          display: block;
          border: none;
          margin-left: 10px;
          font-size: 0.8333333333vw;
          font-weight: 400;
          color: #000000; }
        .sec2 .joke form .flex .item .txt {
          margin-left: 10px; }
        .sec2 .joke form .flex .item .pull {
          width: 100%; }
          .sec2 .joke form .flex .item .pull div span {
            background: #324299; }
        .sec2 .joke form .flex .item .iconfont {
          position: absolute;
          transform: rotate(90deg);
          top: 0;
          right: 0;
          font-size: 16px;
          color: #999999; }
    .sec2 .joke form .item1 {
      display: flex;
      align-items: center;
      width: 100%;
      padding-bottom: 0.78125vw;
      border-bottom: 1px solid #CCCCCC;
      line-height: 1; }
      .sec2 .joke form .item1 p {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #333333; }
      .sec2 .joke form .item1 input {
        display: block;
        border: none;
        margin-left: 10px;
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #000000; }
    .sec2 .joke form button {
      width: 6.25vw;
      height: 2.6041666667vw;
      background: #324299;
      border-radius: 1.3020833333vw;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      margin-top: 4.6875vw; }
      .sec2 .joke form button p {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1; }

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1024px) {
  .sec1 .title h1,.sec2 .joke .title h1 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .sec1 .title {
    margin-bottom: 40px;
  }
  .sec1 .main .main_text .item p,.sec2 .joke .title p,.sec2 .joke form .flex .item p,.sec2 .joke form .item1 p {
    font-size: 14px;
  }
  .sec2 .joke form button {
    width: 80px;
    height: 30px;
  }
  .sec2 .joke form button p {
    font-size: 14px;
  }
  .sec1 .main .main_text .item .iconfont {
    font-size: 16px;
    margin-right: 15px;
  }
  .sec1 .main .main_text h2 {
    font-size: 20px;
  }
  .sec1 .title p {
    font-size: 14px;
  }
  .sec2 .joke {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .secondLink {
    margin-bottom: 40px;
  }
  .sec1 .title h1, .sec2 .joke .title h1 {
    font-size: 20px;
  }
  .sec1 .main {
    flex-direction: column;
  }
  .sec1 .main .img,.sec1 .main .main_text {
    width: 100%;
  }
  .sec1 .main .main_text {
    padding: 30px 15px;
  }
  .sec1 .main .main_text h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .sec1 .main .main_text .item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec1 .title {
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
  }
  .sec2 .joke .title p {
    line-height: 1.5;
  }
  .sec2 .joke form .flex .item {
    width: 100%;
  }
  .sec2 .joke form .flex {
    display: block;
  }
  .sec2 .joke form .item1 {
    padding-bottom: 20px;
  }
  .sec2 .joke form .flex .item {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .sec2 .joke form .flex .item p,.sec2 .joke form .item1 p {
    font-size: 12px;
  }
  .sec2 .joke .title {
    margin-bottom: 30px;
  }
  .sec2 .joke form button {
    margin-top: 30px;
    border-radius: 15px;
  }
}
