@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.form {
  max-width: 1000px;
  padding: 50px 0; }
  .form .intro_txt {
    text-align: center;
    margin-bottom: 30px; }
  .form .ok_txt {
    text-align: center; }

.formLayout form .area_form table {
  width: 100%; }
  @media all and (max-width: 768px) {
    .formLayout form .area_form table {
      display: block; } }
  @media all and (max-width: 768px) {
    .formLayout form .area_form table thead, .formLayout form .area_form table tbody {
      display: block; } }
  .formLayout form .area_form table tr {
    background: #fff; }
    @media all and (max-width: 768px) {
      .formLayout form .area_form table tr {
        display: block; } }
    .formLayout form .area_form table tr th {
      color: #ff8989;
      padding: 15px 120px 15px 20px;
      width: 350px;
      border-bottom: 1px solid #efefef;
      position: relative;
      vertical-align: middle; }
      @media all and (max-width: 768px) {
        .formLayout form .area_form table tr th {
          display: block;
          width: 100%;
          border-bottom: none;
          background: #FFF4F4; } }
      .formLayout form .area_form table tr th.w100 {
        padding: 15px 20px; }
      .formLayout form .area_form table tr th .notice {
        background: #FB695B;
        color: #fff;
        font-weight: bold;
        padding: 3px 10px;
        box-sizing: border-box;
        width: 90px;
        position: absolute;
        right: 15px;
        top: calc(50% - 12px);
        text-align: center;
        font-size: 1.3rem;
        border-radius: 5px; }
        @media all and (max-width: 768px) {
          .formLayout form .area_form table tr th .notice {
            right: 10px; } }
    .formLayout form .area_form table tr td {
      padding: 15px 20px;
      width: calc(100% - 350px); }
      @media all and (max-width: 768px) {
        .formLayout form .area_form table tr td {
          display: block;
          width: 100%;
          border-bottom: none; } }
      .formLayout form .area_form table tr td:first-of-type {
        border-top: 1px solid #efefef; }
        @media all and (max-width: 768px) {
          .formLayout form .area_form table tr td:first-of-type {
            border-bottom: none; } }
      .formLayout form .area_form table tr td.date {
        display: flex; }
      .formLayout form .area_form table tr td.flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%; }
        .formLayout form .area_form table tr td.flex label {
          width: auto; }
          @media all and (max-width: 768px) {
            .formLayout form .area_form table tr td.flex label {
              width: 100%; } }
          @media all and (max-width: 768px) {
            .formLayout form .area_form table tr td.flex label select {
              width: 100%; } }
        .formLayout form .area_form table tr td.flex .yubin {
          margin-left: 0; }
        .formLayout form .area_form table tr td.flex .yubin2 {
          margin-left: 0; }
          @media all and (max-width: 768px) {
            .formLayout form .area_form table tr td.flex .yubin {
              width: 100%; } }
          @media all and (max-width: 768px) {
            .formLayout form .area_form table tr td.flex .yubin2 {
              width: 100%; } }
      .formLayout form .area_form table tr td label {
        display: block;
        padding: 5px;
        box-sizing: border-box; }
      .formLayout form .area_form table tr td input[type="text"], .formLayout form .area_form table tr td input[type="email"], .formLayout form .area_form table tr td input[type="tel"], .formLayout form .area_form table tr td select, .formLayout form .area_form table tr td textarea {
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #D8D6D6;
        width: 100%;
        margin-right: 5px;
        font-size: 1.6rem !important; }
      .formLayout form .area_form table tr td select {
        width: auto; }
      .formLayout form .area_form table tr td input.yubin {
        width: 200px;
        margin: 0 0 0 10px; }
      .formLayout form .area_form table tr td input.yubin2 {
        width: 310px;
        margin: 0 0 0 10px; }
      .formLayout form .area_form table tr td textarea {
        height: 100px; }
      .formLayout form .area_form table tr td .display_input {
        font-size: 1.3rem;
        margin-top: 5px; }
.formLayout form .area_form .block_privacy {
  padding: 30px;
  background: #fff;
  margin-top: 50px; }
  .formLayout form .area_form .block_privacy h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center; }
.formLayout form .area_submit {
  margin-top: 50px; }
  .formLayout form .area_submit > p {
    text-align: center;
    margin-top: 10px; }
  .formLayout form .area_submit .submit {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .formLayout form .area_submit .submit li {
      margin: 5px;
      position: relative; }
      .formLayout form .area_submit .submit li:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        position: absolute;
        right: 15px;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        transition: all .3s;
        color: #fff; }
      .formLayout form .area_submit .submit li.prev:after {
        content: "\f053";
        right: auto;
        left: 15px; }
      .formLayout form .area_submit .submit li .btn_submit {
        padding: 15px;
        border-radius: 5px;
        box-sizing: border-box;
        width: 300px;
        text-align: center;
        color: #fff;
        background: #ff8989;
        font-size: 1.6rem;
        letter-spacing: 2px;
        cursor: pointer; }
        .formLayout form .area_submit .submit li .btn_submit:hover {
          opacity: 0.6;
          transition: 0.3s; }

.formLayout .errmsg,
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00; }

.formLayout .errmsg a,
.formLayout #errorMessage a {
  color: #F00; }

.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none; }

.main {
  padding: 0 0 100px 0;
  text-align: center; }
  @media all and (max-width: 896px) {
    .main {
      padding: 0 0 50px 0; } }
  .main > h2 {
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #018901;
    font-size:1.8em;
    color: #018901; }
  @media all and (max-width: 896px) {
    .main > h2 {
      font-size:1.4em; } }
  .main img {
    margin-top:1em;
    max-width: 240px;
    width: 100%; }


      .main a[download] {
        padding: 15px;
        border-radius: 5px;
        box-sizing: border-box;
        width: 300px;
        text-align: center;
        color: #fff;
        background: #ff8989;
        font-size: 1.6rem;
        letter-spacing: 2px;
        display:block;
        margin:2em auto;
        cursor: pointer; }
        .main a:hover {
          opacity: 0.6;
          transition: 0.3s; }
