.inr_mv_area .inr {
  background-image: url(../img/mv.jpg); }

.contact_form {
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    .contact_form {
      padding-top: 60px; } }
  .contact_form .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto; }
    .contact_form .inr .profile_content .form_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .contact_form .inr .profile_content .form_list li {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #008e72;
        padding-bottom: 10px; }
        @media only screen and (max-width: 479px) {
          .contact_form .inr .profile_content .form_list li {
            margin-top: 20px; } }
        .contact_form .inr .profile_content .form_list li label {
          font-size: 0.9em;
          font-weight: bold;
          letter-spacing: 0.2em;
          font-family: "Zen Old Mincho", serif;
          display: block;
          padding: 10px;
          width: 30%;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .contact_form .inr .profile_content .form_list li label {
              width: 100%;
              padding-left: 0; } }
          @media only screen and (max-width: 479px) {
            .contact_form .inr .profile_content .form_list li label {
              margin-bottom: 0; } }
          .contact_form .inr .profile_content .form_list li label .required {
            color: #e51d1d;
            font-size: 0.85em;
            font-weight: bold;
            letter-spacing: 0.01em;
            font-weight: bold;
            line-height: 1;
            padding: 0px 2px;
            margin-left: 5px;
            position: absolute;
            top: 20px;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .contact_form .inr .profile_content .form_list li .address {
          display: inline; }
          .contact_form .inr .profile_content .form_list li .address label {
            display: inline;
            cursor: pointer;
            font-family: "Noto Sans JP", sans-serif; }
        .contact_form .inr .profile_content .form_list li .s_input {
          width: 68%;
          border-left: 1px solid #008e72;
          padding-left: 10px; }
          @media only screen and (max-width: 767px) {
            .contact_form .inr .profile_content .form_list li .s_input {
              width: 100%;
              padding-left: 0;
              border: none; } }
          .contact_form .inr .profile_content .form_list li .s_input input[type="text"] {
            width: 100%; }
            @media only screen and (max-width: 479px) {
              .contact_form .inr .profile_content .form_list li .s_input input[type="text"] {
                padding: 5px;
                font-size: 0.9em; } }
        .contact_form .inr .profile_content .form_list li input[type="text"] {
          border: 1px solid;
          padding: 10px;
          outline: none; }
          @media only screen and (max-width: 479px) {
            .contact_form .inr .profile_content .form_list li input[type="text"] {
              padding: 5px;
              font-size: 0.9em; } }
        .contact_form .inr .profile_content .form_list li textarea {
          border: 1px solid;
          padding: 10px;
          outline: none;
          width: 100%; }
          @media only screen and (max-width: 479px) {
            .contact_form .inr .profile_content .form_list li textarea {
              padding: 5px;
              font-size: 0.9em;
              margin-top: 10px; } }
        .contact_form .inr .profile_content .form_list li.col_01 {
          width: 100%; }
        .contact_form .inr .profile_content .form_list li.col_02 {
          width: 49%; }
          @media only screen and (max-width: 479px) {
            .contact_form .inr .profile_content .form_list li.col_02 {
              width: 100%; } }
    .contact_form .inr .submit_btn {
      max-width: 480px;
      width: 90%;
      margin: 80px auto 0; }
      @media only screen and (max-width: 767px) {
        .contact_form .inr .submit_btn {
          margin-top: 40px; } }
      .contact_form .inr .submit_btn input {
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px 0 8px;
        font-family: "Zen Old Mincho", serif;
        color: #fff;
        font-weight: bold;
        font-size: 1.1em;
        background-color: #008e72;
        border: 1px solid #008e72; }
        .contact_form .inr .submit_btn input:hover {
          background-color: #fff;
          color: #008e72; }
