/*$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; } }

.form_area {
  width: 100%;
  background-color: #f2f2f2;
  padding: 40px 0 80px 0; }
  .form_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; }
  .form_area .form_box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 0 60px 0; }
    @media screen and (max-width: 768px) {
      .form_area .form_box {
        width: 90%; } }
    .form_area .form_box table {
      max-width: 800px;
      width: 100%;
      margin: 0 auto;
      text-align-last: left;
      padding-top: 35px; }
      .form_area .form_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) {
          .form_area .form_box table tr {
            flex-wrap: wrap; } }
        .form_area .form_box table tr th {
          font-size: 18px;
          font-weight: bold;
          display: flex; }
          @media screen and (max-width: 768px) {
            .form_area .form_box table tr th {
              width: 90%;
              margin: 0 auto; } }
          .form_area .form_box table tr th span {
            font-size: 12px;
            font-weight: bold;
            background-color: #ffeb33;
            padding: 5px 10px;
            border-radius: 2px;
            margin-left: 10px; }
        .form_area .form_box table tr td {
          max-width: 500px;
          width: 100%; }
          @media screen and (max-width: 768px) {
            .form_area .form_box table tr td {
              width: 90%;
              margin: 0 auto;
              padding-top: 20px; } }
          .form_area .form_box table tr td input {
            width: 100%;
            max-width: 500px;
            padding: 10px;
            border: solid 1px #898989;
            border-radius: 2px; }
          .form_area .form_box table tr td select {
            width: 100%;
            max-width: 500px;
            padding: 10px;
            border: solid 1px #898989;
            border-radius: 2px;
            color: #434343; }
          .form_area .form_box table tr td textarea {
            width: 100%;
            max-width: 500px;
            padding: 10px;
            border: solid 1px #898989;
            border-radius: 2px;
            color: #434343;
            height: 340px; }
      .form_area .form_box table .top_txt {
        align-items: flex-start; }
    .form_area .form_box .form_btn {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      align-items: center;
      padding-top: 60px; }
      .form_area .form_box .form_btn p {
        color: #3c3c3c; }
      .form_area .form_box .form_btn .b-contain * {
        box-sizing: content-box !important; }
      .form_area .form_box .form_btn .b-contain {
        display: table;
        position: relative;
        padding-left: 2.48rem;
        cursor: pointer; }
        .form_area .form_box .form_btn .b-contain *::before, .form_area .form_box .form_btn .b-contain *::after {
          box-sizing: content-box !important; }
        .form_area .form_box .form_btn .b-contain input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          left: 0; }
        .form_area .form_box .form_btn .b-contain span {
          font-size: 14px;
          color: #3c3c3c; }
        .form_area .form_box .form_btn .b-contain input[type="checkbox"] ~ .b-input {
          position: absolute;
          top: 0.3rem;
          left: -0.5rem;
          height: 1.78rem;
          width: 1.78rem;
          background: #f1f5f8;
          transition: background 250ms;
          border: 2px solid #ffeb33;
          border-radius: 0.125rem; }
          @media screen and (max-width: 768px) {
            .form_area .form_box .form_btn .b-contain input[type="checkbox"] ~ .b-input {
              top: 0;
              left: 0; } }
        .form_area .form_box .form_btn .b-contain input[type="radio"] ~ .b-input {
          position: absolute;
          top: 0.3rem;
          left: -0.5rem;
          height: 1.78rem;
          width: 1.78rem;
          background: #f1f5f8;
          transition: background 250ms;
          border: 2px solid #ffeb33;
          border-radius: 2.0rem; }
          @media screen and (max-width: 768px) {
            .form_area .form_box .form_btn .b-contain input[type="radio"] ~ .b-input {
              top: 0;
              left: 0; } }
        .form_area .form_box .form_btn .b-contain input[type="checkbox"] ~ .b-input::after {
          content: '';
          position: absolute;
          display: none;
          left: 0.69rem;
          top: 0.43rem;
          width: .25rem;
          height: .6rem;
          border: solid #434343;
          border-width: 0 2px 2px 0;
          transition: background 250ms;
          transform: rotate(45deg); }
        .form_area .form_box .form_btn .b-contain input[type="radio"] ~ .b-input::after {
          content: '';
          position: absolute;
          display: none;
          left: .25rem;
          top: .25rem;
          width: .75rem;
          height: .75rem;
          border-radius: 2.0rem;
          background: #434343;
          transition: background 250ms; }
        .form_area .form_box .form_btn .b-contain input:disabled ~ .b-input::after {
          border-color: #434343; }
        .form_area .form_box .form_btn .b-contain input:checked ~ .b-input::after {
          display: block; }
        .form_area .form_box .form_btn .b-contain:hover input ~ .b-input {
          background: #fafafa; }
        .form_area .form_box .form_btn .b-contain input:focus ~ .b-input {
          background: #fafafa;
          box-shadow: 0 0 0 0px rgba(4, 43, 75, 0.5); }
        .form_area .form_box .form_btn .b-contain input:checked ~ .b-input {
          background: #ffeb33;
          border-color: #434343; }
        .form_area .form_box .form_btn .b-contain input[type="checkbox"]:disabled ~ .b-input {
          background: #f1f5f8;
          border-color: #b8c2cc;
          opacity: 0.6;
          cursor: not-allowed; }
        .form_area .form_box .form_btn .b-contain input[type="radio"]:disabled ~ .b-input {
          background: #f1f5f8;
          border-color: #b8c2cc;
          opacity: 0.6;
          cursor: not-allowed; }
          .form_area .form_box .form_btn .b-contain input[type="radio"]:disabled ~ .b-input::after {
            background: #434343; }
        .form_area .form_box .form_btn .b-contain input:checked:focus ~ .b-input {
          background: #ffeb33;
          border-color: #434343; }
        .form_area .form_box .form_btn .b-contain:hover input:not([disabled]):checked ~ .b-input {
          background: #ffeb33;
          border-color: #434343; }
        .form_area .form_box .form_btn .b-contain .b-input::before {
          content: '';
          display: none;
          position: absolute;
          left: 0;
          top: 0;
          width: 3rem;
          height: 3rem;
          margin-left: -0.85rem;
          margin-top: -0.85rem;
          background: #0082f3;
          border-radius: 2rem;
          opacity: .6;
          z-index: 99999;
          transform: scale(0); }
        .form_area .form_box .form_btn .b-contain input + .b-input::before {
          animation: b-ripple 250ms ease-out; }
        .form_area .form_box .form_btn .b-contain input:checked + .b-input::before {
          animation-name: b-ripple-duplicate; }
        .form_area .form_box .form_btn .b-contain .b-input::before {
          visibility: hidden; }
        .form_area .form_box .form_btn .b-contain input:focus + .b-input::before {
          visibility: visible; }
        .form_area .form_box .form_btn .b-contain:first-child .b-input::before {
          visibility: hidden; }
@keyframes b-ripple {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }
@keyframes b-ripple-duplicate {
  0% {
    transform: scale(0); }
  30% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }
      .form_area .form_box .form_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;
        margin-top: 40px;
        border: none;
        cursor: pointer;
        transition: 0.3s ease-in-out; }
        .form_area .form_box .form_btn input:hover {
          opacity: 0.5; }
        @media screen and (max-width: 768px) {
          .form_area .form_box .form_btn input {
            max-width: 800px;
            font-size: 18px;
            width: 90%;
            padding: 20px 0; } }

.tel_contact {
  padding-top: 110px; }
  @media screen and (max-width: 768px) {
    .tel_contact {
      padding-top: 60px;
      width: 90%;
      margin: 0 auto; } }
  .tel_contact p {
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .tel_contact p {
        font-size: 20px; } }
  .tel_contact h3 {
    padding-top: 40px;
    font-size: 60px;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .tel_contact h3 {
        font-size: 35px;
        font-weight: bold !important;
        padding-top: 15px; } }
    .tel_contact h3 span {
      font-size: 22px;
      font-weight: bold;
      padding-right: 10px;
      font-family: 'Noto Sans JP'; }
      @media screen and (max-width: 768px) {
        .tel_contact h3 span {
          font-size: 25px; } }
  .tel_contact .daytime {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans JP'; }
    .tel_contact .daytime br {
      display: none; }
      @media screen and (max-width: 768px) {
        .tel_contact .daytime br {
          display: block; } }
