/*$Green: #0f795e;*/
.content {
  color: #434343 !important; }
  @media screen and (max-width: 768px) {
    .content {
      padding-top: 20px !important; } }

.number_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .number_box {
      max-width: 800;
      width: 90%;
      justify-content: flex-start;
      flex-direction: column; } }
  .number_box .no_on {
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      .number_box .no_on {
        display: flex;
        align-items: center; } }
    .number_box .no_on .number {
      font-size: 27px;
      font-weight: bold;
      text-align: center;
      background-color: #fedb00;
      border-radius: 50px;
      width: 50px;
      height: 50px;
      padding-top: 5px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .number_box .no_on .number {
          width: 30px;
          height: 30px;
          font-size: 16px;
          padding-top: 1px;
          margin: 0; } }
    .number_box .no_on .txt {
      padding-top: 10px;
      font-size: 12px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .number_box .no_on .txt {
          padding-left: 20px;
          padding-top: 0;
          font-size: 14px; }
          .number_box .no_on .txt br {
            display: none; } }
  .number_box .no_off {
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      .number_box .no_off {
        display: flex;
        align-items: center; } }
    .number_box .no_off .number {
      font-size: 27px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background-color: #317023;
      border-radius: 50px;
      width: 50px;
      height: 50px;
      padding-top: 5px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .number_box .no_off .number {
          width: 30px;
          height: 30px;
          font-size: 16px;
          padding-top: 1px;
          margin: 0; } }
    .number_box .no_off .txt {
      padding-top: 10px;
      font-size: 12px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .number_box .no_off .txt {
          padding-left: 20px;
          padding-top: 0;
          font-size: 14px; }
          .number_box .no_off .txt br {
            display: none; } }
  .number_box .line_gy {
    position: absolute;
    width: 530px;
    background-color: #dbdbdb;
    height: 4px;
    top: 27%;
    right: 5px;
    z-index: -5; }
    @media screen and (max-width: 768px) {
      .number_box .line_gy {
        width: 4px;
        height: 160px;
        left: 13px;
        top: 16%; } }

.read_txt {
  padding-bottom: 85px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .read_txt {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 40px; } }

.vc_area {
  width: 100%;
  background-color: #f2f2f2;
  padding: 40px 0 80px 0; }
  .vc_area h3 {
    font-size: 20px;
    font-weight: bold;
    border-top: solid 1px #434343;
    border-bottom: 1px solid #434343;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    padding: 10px 0; }
  .vc_area .vc_box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 0 60px 0; }
    @media screen and (max-width: 768px) {
      .vc_area .vc_box {
        width: 90%; } }
    .vc_area .vc_box table {
      max-width: 800px;
      width: 100%;
      margin: 0 auto;
      text-align-last: left;
      padding-top: 35px; }
      .vc_area .vc_box table tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 0;
        border-bottom: 1px solid #dbdbdb; }
        @media screen and (max-width: 768px) {
          .vc_area .vc_box table tr {
            flex-wrap: wrap; } }
        .vc_area .vc_box table tr th {
          font-size: 18px;
          font-weight: bold;
          display: flex; }
          @media screen and (max-width: 768px) {
            .vc_area .vc_box table tr th {
              width: 90%;
              margin: 0 auto; } }
          .vc_area .vc_box table tr th span {
            font-size: 12px;
            font-weight: bold;
            background-color: #fedb00;
            padding: 5px 10px;
            border-radius: 2px;
            margin-left: 10px; }
        .vc_area .vc_box table tr td {
          max-width: 500px;
          width: 100%;
          font-size: 16px; }
          @media screen and (max-width: 768px) {
            .vc_area .vc_box table tr td {
              width: 90%;
              margin: 0 auto;
              padding-top: 20px; } }
          .vc_area .vc_box table tr td input {
            width: 100%;
            max-width: 500px;
            padding: 10px 0px;
            border: solid 1px #898989;
            border-radius: 2px; }
          .vc_area .vc_box table tr td select {
            width: 100%;
            max-width: 500px;
            padding: 10px 0px;
            border: solid 1px #898989;
            border-radius: 2px;
            color: #434343; }
          .vc_area .vc_box table tr td textarea {
            width: 100%;
            max-width: 500px;
            padding: 10px 0px;
            border: solid 1px #898989;
            border-radius: 2px;
            color: #434343;
            height: 340px; }
      .vc_area .vc_box table .top_txt {
        align-items: flex-start; }
    .vc_area .vc_box .vc_btn {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      align-items: center;
      padding-top: 60px; }
      .vc_area .vc_box .vc_btn p {
        color: #3c3c3c; }
      .vc_area .vc_box .vc_btn input {
        display: inline-block;
        width: 380px;
        font-size: 20px;
        background-color: #317023;
        text-align: center;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        border-radius: 5px;
        padding: 20px 0;
        border: none;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .vc_area .vc_box .vc_btn input {
            max-width: 800px;
            font-size: 18px;
            width: 90%;
            padding: 20px 0; } }
