@charset "UTF-8";
.container .contact .inner {
  padding: 60px 0 80px; }
  @media only screen and (max-width: 768px) {
    .container .contact .inner {
      padding: 40px 20px 50px;
      width: 100%; } }
  .container .contact .inner h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #13569c;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .container .contact .inner h2 {
        font-size: 22px; } }

.form_section {
  width: 820px;
  margin: auto;
  background: #fff;
  padding: 40px 100px; }
  @media only screen and (max-width: 768px) {
    .form_section {
      width: 100%;
      padding: 20px 20px 40px; } }
  .form_section table {
    width: 100%; }
    .form_section table th, .form_section table td {
      padding: 8px 0;
      font-size: 15px; }
      @media only screen and (max-width: 768px) {
        .form_section table th, .form_section table td {
          display: block; } }
    .form_section table th {
      width: 200px;
      font-weight: 700;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .form_section table th {
          width: 100%;
          padding-bottom: 0; } }
      .form_section table th .ttl {
        position: relative;
        padding-left: 50px; }
        @media only screen and (max-width: 768px) {
          .form_section table th .ttl {
            padding-left: 0; } }
        @media only screen and (max-width: 768px) {
          .form_section table th .ttl.require {
            padding-left: 43px; } }
        .form_section table th .ttl.require::before {
          content: "必須";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          display: inline-block;
          color: #fff;
          font-size: 11px;
          font-weight: 500;
          background: #ff2c25;
          padding: 2px 7px; }
          @media only screen and (max-width: 768px) {
            .form_section table th .ttl.require::before {
              font-size: 9px;
              padding: 3px 8px;
              line-height: 1.2; } }
  .form_section [type=check],
  .form_section [type=radio],
  .form_section [type=submit] {
    cursor: pointer; }
  .form_section [type=check] + label,
  .form_section [type=radio] + label {
    display: inline-block;
    cursor: pointer; }
  .form_section [type=tel],
  .form_section [type=email],
  .form_section [type=text],
  .form_section [type=password],
  .form_section [type=number],
  .form_section textarea,
  .form_section select {
    padding: 1em;
    border: 1px solid #bababa;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    width: 100%;
    font-size: 14px; }
  .form_section textarea {
    height: 200px; }
  .form_section [type=submit] {
    display: block;
    border: none;
    background: #ffde39;
    width: 350px;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 30px auto 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
    -moz-box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
    box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
    position: relative;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px; }
    @media only screen and (max-width: 768px) {
      .form_section [type=submit] {
        width: 100%;
        font-size: 17px; } }
    .form_section [type=submit]::after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0px;
      border-top: solid 2px #091440;
      border-right: solid 2px #091440;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -5px; }
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }
  .form_section .send[disabled] {
    background-color: #c2c2c2;
    cursor: not-allowed;
    color: #fff; }
    .form_section .send[disabled]::after {
      border-top-color: #fff;
      border-right-color: #fff; }
  .form_section .wpcf7-list-item {
    margin: 0; }
  .form_section .radio input,
  .form_section .wpcf7-radio input,
  .form_section .radio2 input {
    display: none; }
  .form_section .radio .parts, .form_section .radio .wpcf7-list-item-label,
  .form_section .wpcf7-radio .parts,
  .form_section .wpcf7-radio .wpcf7-list-item-label,
  .form_section .radio2 .parts,
  .form_section .radio2 .wpcf7-list-item-label {
    cursor: pointer; }
  .form_section .radio,
  .form_section [data-name=amount] .wpcf7-radio,
  .form_section [data-name=company] .wpcf7-radio {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .form_section .radio li, .form_section .radio .wpcf7-list-item,
    .form_section [data-name=amount] .wpcf7-radio li,
    .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item,
    .form_section [data-name=company] .wpcf7-radio li,
    .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item {
      width: 250px;
      margin-top: 10px; }
      .form_section .radio li:nth-child(1), .form_section .radio li:nth-child(2), .form_section .radio li:nth-child(3), .form_section .radio .wpcf7-list-item:nth-child(1), .form_section .radio .wpcf7-list-item:nth-child(2), .form_section .radio .wpcf7-list-item:nth-child(3),
      .form_section [data-name=amount] .wpcf7-radio li:nth-child(1),
      .form_section [data-name=amount] .wpcf7-radio li:nth-child(2),
      .form_section [data-name=amount] .wpcf7-radio li:nth-child(3),
      .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item:nth-child(1),
      .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item:nth-child(2),
      .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item:nth-child(3),
      .form_section [data-name=company] .wpcf7-radio li:nth-child(1),
      .form_section [data-name=company] .wpcf7-radio li:nth-child(2),
      .form_section [data-name=company] .wpcf7-radio li:nth-child(3),
      .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item:nth-child(1),
      .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item:nth-child(2),
      .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item:nth-child(3) {
        margin-top: 0; }
    .form_section .radio .parts, .form_section .radio .wpcf7-list-item-label,
    .form_section [data-name=amount] .wpcf7-radio .parts,
    .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item-label,
    .form_section [data-name=company] .wpcf7-radio .parts,
    .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item-label {
      position: relative;
      border: 1px solid #13569c;
      background: #e9e9e9;
      text-align: center;
      display: block;
      padding: 10px 0;
      font-size: 18px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      font-weight: 500; }
    .form_section .radio input:checked + .parts,
    .form_section .radio input:checked + .wpcf7-list-item-label,
    .form_section [data-name=amount] .wpcf7-radio input:checked + .parts,
    .form_section [data-name=amount] .wpcf7-radio input:checked + .wpcf7-list-item-label,
    .form_section [data-name=company] .wpcf7-radio input:checked + .parts,
    .form_section [data-name=company] .wpcf7-radio input:checked + .wpcf7-list-item-label {
      background: #13569c;
      border-color: #13569c;
      color: #fff; }
  .form_section .radio2,
  .form_section [data-name=business] .wpcf7-radio {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .form_section .radio2 li, .form_section .radio2 .wpcf7-list-item,
    .form_section [data-name=business] .wpcf7-radio li,
    .form_section [data-name=business] .wpcf7-radio .wpcf7-list-item {
      margin-left: 45px; }
      .form_section .radio2 li:first-child, .form_section .radio2 .wpcf7-list-item:first-child,
      .form_section [data-name=business] .wpcf7-radio li:first-child,
      .form_section [data-name=business] .wpcf7-radio .wpcf7-list-item:first-child {
        margin-left: 0; }
    .form_section .radio2 .parts, .form_section .radio2 .wpcf7-list-item-label,
    .form_section [data-name=business] .wpcf7-radio .parts,
    .form_section [data-name=business] .wpcf7-radio .wpcf7-list-item-label {
      position: relative;
      display: block;
      font-size: 15px;
      font-weight: 500;
      padding-left: 28px; }
      .form_section .radio2 .parts::before, .form_section .radio2 .wpcf7-list-item-label::before,
      .form_section [data-name=business] .wpcf7-radio .parts::before,
      .form_section [data-name=business] .wpcf7-radio .wpcf7-list-item-label::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: #f9f9f9;
        border: 1px solid #cdcdcd;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%; }
  .form_section .radio2 input:checked + .parts::after,
  .form_section [data-name=business] .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    width: 10px;
    height: 10px;
    background: #13569c; }
  .form_section .selector {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .form_section .selector {
        width: 70%; } }
    .form_section .selector::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 6px 0 6px;
      border-color: #BABABA transparent transparent transparent;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      z-index: 10;
      pointer-events: none; }
    .form_section .selector select {
      outline: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      padding: 1em;
      background: #fff;
      border: 1px solid #bababa;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      display: block;
      z-index: 1;
      cursor: pointer; }
  .form_section .ermsg {
    font-size: 11px;
    color: #B50000; }
  .form_section .radio .ermsg, .form_section .checkbox .ermsg {
    display: none; }
  .form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
    display: block; }
  .form_section ::-webkit-input-placeholder {
    color: #b9b9b9; }
  .form_section ::-moz-placeholder {
    color: #b9b9b9; }
  .form_section :-moz-placeholder {
    color: #b9b9b9; }
  .form_section :-ms-input-placeholder {
    color: #b9b9b9; }
  .form_section .notes {
    margin-top: 2em;
    font-size: 1em;
    position: relative;
    text-align: center;
    border: solid 2px #c5d1db;
    border-radius: 5px;
    padding: 12px 5px 12px 50px; }
    @media only screen and (max-width: 768px) {
      .form_section .notes {
        margin-top: 3em;
        text-align: left;
        font-size: 13px; } }
    .form_section .notes p span {
      font-weight: 800;
      color: #ff2c25;
      text-decoration: underline; }
    .form_section .notes p::after {
      content: "";
      position: absolute;
      top: 25px;
      left: 30px;
      width: 50px;
      height: 50px;
      background-image: url("../img/caution_ico.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .form_section .notes p::after {
          width: 30px;
          height: 100%;
          top: 0;
          left: 10px;
          background-position: center center; } }
