@charset "UTF-8";
/*--------------------------------------------------------------------------
   Form関連
---------------------------------------------------------------------------*/
.error-message {
  color: #AA2E25 !important;
  font-size: 11px !important; }
  @media screen and (max-width: 960px) {
    .error-message {
      font-size: 3.2vw; } }

#Form {
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 960px) {
    #Form {
      width: 100%; } }
  #Form .form-content-checklist, #Form .form-content-radiolist {
    display: flex;
    flex-wrap: wrap;
    width: 530px; }
    @media screen and (max-width: 960px) {
      #Form .form-content-checklist, #Form .form-content-radiolist {
        width: 100%; } }
    #Form .form-content-checklist li, #Form .form-content-radiolist li {
      width: 100%;
      margin-bottom: 0.71429vw;
      vertical-align: middle; }
      @media screen and (max-width: 960px) {
        #Form .form-content-checklist li, #Form .form-content-radiolist li {
          width: 100%;
          margin-bottom: 1.33333vw; } }
    #Form .form-content-checklist .wpcf7-checkbox, #Form .form-content-radiolist .wpcf7-checkbox {
      display: block; }
      #Form .form-content-checklist .wpcf7-checkbox.error, #Form .form-content-radiolist .wpcf7-checkbox.error {
        padding: 10px 20px 10px 10px; }
    #Form .form-content-checklist .wpcf7-list-item, #Form .form-content-radiolist .wpcf7-list-item {
      display: block;
      margin-left: 0; }
      #Form .form-content-checklist .wpcf7-list-item input[type="checkbox"], #Form .form-content-radiolist .wpcf7-list-item input[type="checkbox"] {
        margin-right: 15px; }
      #Form .form-content-checklist .wpcf7-list-item label, #Form .form-content-radiolist .wpcf7-list-item label {
        cursor: pointer; }
    #Form .form-content-checklist .wpcf7-list-item-label, #Form .form-content-radiolist .wpcf7-list-item-label {
      display: inline; }
  #Form .form-content-select {
    position: relative;
    width: 350px; }
    @media screen and (max-width: 960px) {
      #Form .form-content-select {
        width: 100%; } }
    #Form .form-content-select:after {
      position: absolute;
      top: 1.5em;
      right: 0.8em;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #AAAAAA;
      pointer-events: none; }
      @media screen and (max-width: 960px) {
        #Form .form-content-select:after {
          top: 1em;
          border-left: 1.33333vw solid transparent;
          border-right: 1.33333vw solid transparent;
          border-top: 1.33333vw solid #AAAAAA; } }
    #Form .form-content-select select {
      width: 100%;
      padding: 0.71429vw 1.07143vw;
      border: 1px solid #AAAAAA;
      box-sizing: border-box;
      color: #333333; }
      @media screen and (max-width: 960px) {
        #Form .form-content-select select {
          padding: 1.33333vw 2.0vw; } }
      #Form .form-content-select select option {
        color: #333333; }
  #Form .form-content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 40px; }
    #Form .form-content:nth-child(9), #Form .form-content:nth-child(10), #Form .form-content:nth-child(11) {
      align-items: flex-start; }
    @media screen and (max-width: 960px) {
      #Form .form-content {
        flex-wrap: wrap;
        margin-bottom: 16.0vw; } }
    #Form .form-content .form-content-ttl {
      width: 260px;
      line-height: 120%;
      box-sizing: border-box;
      font-weight: bold; }
      @media screen and (max-width: 960px) {
        #Form .form-content .form-content-ttl {
          width: 64.0vw;
          margin-bottom: 5.33333vw; } }
    #Form .form-content .form-content-required, #Form .form-content .form-content-any {
      width: 80px;
      color: #FFFFFF;
      background-color: #444444;
      font-size: 12px;
      font-weight: normal;
      padding: 8px 8px;
      margin-right: 30px;
      line-height: 1;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (max-width: 960px) {
        #Form .form-content .form-content-required, #Form .form-content .form-content-any {
          width: 20.66667vw;
          padding: 2.0vw 2.66667vw;
          font-size: 3.2vw;
          margin-right: 5.33333vw;
          margin-bottom: 5.33333vw; } }
    #Form .form-content .form-content-any {
      background-color: #AAAAAA; }
    #Form .form-content .form-content-input {
      margin-left: auto;
      width: 530px; }
      @media screen and (max-width: 960px) {
        #Form .form-content .form-content-input {
          width: 100%; } }
  #Form button, #Form input[type="submit"] {
    outline: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: auto;
    border: 1px solid #3B4043;
    background-color: #3B4043;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 1.0vw;
    padding: 1.42857vw 2.14285vw;
    width: 21.42855vw;
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    transition: background-color 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000); }
    @media screen and (max-width: 960px) {
      #Form button, #Form input[type="submit"] {
        font-size: 3.2vw;
        padding: 4.0vw 4.0vw;
        width: 100%; } }
    #Form button:hover, #Form input[type="submit"]:hover {
      opacity: 0.8;
      transition: background-color 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000); }
  #Form button:disabled {
    cursor: auto;
    opacity: 0.5; }
    #Form button:disabled:hover {
      border: 1px solid #3B4043;
      background-color: #3B4043; }
  #Form .bts {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center; }
    @media screen and (max-width: 960px) {
      #Form .bts {
        display: block;
        width: 100%; } }
  #Form .back-button {
    margin-right: 2.14285vw;
    box-sizing: border-box;
    border: 1px solid #3B4043;
    color: #333333;
    background: none; }
    @media screen and (max-width: 960px) {
      #Form .back-button {
        margin-right: auto;
        margin-top: 4.0vw; } }
    #Form .back-button:hover {
      opacity: 0.8;
      transition: background-color 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000); }
  #Form .input {
    margin-bottom: 0; }
  #Form ::-webkit-input-placeholder {
    color: #AAAAAA; }
  #Form ::-moz-placeholder {
    color: #AAAAAA;
    opacity: 1; }
  #Form :-ms-input-placeholder {
    color: #AAAAAA; }
  #Form .form-content input[type="text"], #Form .form-content input[type="email"] {
    border: 1px solid #AAAAAA;
    outline: 0;
    padding: 0.71429vw 1.07143vw;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0; }
    @media screen and (max-width: 960px) {
      #Form .form-content input[type="text"], #Form .form-content input[type="email"] {
        font-size: 4.0vw;
        padding: 1.33333vw 2.0vw;
        height: 12.0vw; } }
  #Form .form-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0.71429vw 1.07143vw;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 0;
    background-color: #FFFFFF;
    position: relative; }
    @media screen and (max-width: 960px) {
      #Form .form-content select {
        font-size: 4.0vw;
        padding: 1.33333vw 2.0vw; } }
  #Form .form-content textarea {
    border: 1px solid #AAAAAA;
    height: 12.14285vw;
    outline: 0;
    padding: 0.71429vw 1.07143vw;
    resize: vertical;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0; }
    @media screen and (max-width: 960px) {
      #Form .form-content textarea {
        font-size: 4.0vw;
        padding: 1.33333vw 2.0vw;
        height: 40.0vw; } }
  #Form .form-content label {
    display: block; }
  #Form .form-content .input.error {
    border: 1px solid #AA2E25;
    background-color: #F6E9E8; }
  #Form .form-content .select.error {
    border: 1px solid #AA2E25;
    background-color: #F6E9E8; }
  #Form .check-policy {
    background-color: #EEEEEE;
    box-sizing: border-box;
    padding: 2.14285vw;
    padding-bottom: 0.71429vw;
    margin-bottom: 3.57143vw;
    text-align: center; }
    @media screen and (max-width: 960px) {
      #Form .check-policy {
        padding: 4.0vw;
        padding-bottom: 0;
        margin-bottom: 6.66667vw; } }
    #Form .check-policy .attention {
      text-align: center;
      margin-top: 1.42857vw;
      font-size: 12px; }
      @media screen and (max-width: 960px) {
        #Form .check-policy .attention {
          margin-top: 2.66667vw;
          font-size: 3.2vw;
          text-align: left; } }
    #Form .check-policy label {
      display: block;
      margin: auto;
      text-align: center; }
      #Form .check-policy label span {
        font-size: 0.71429vw;
        font-weight: bold; }
        @media screen and (max-width: 960px) {
          #Form .check-policy label span {
            font-size: 3.33333vw; } }
    #Form .check-policy .only-sp {
      display: none; }
      @media screen and (max-width: 960px) {
        #Form .check-policy .only-sp {
          display: inline; } }
    @media screen and (max-width: 960px) {
      #Form .check-policy .wpcf7-list-item {
        width: auto; } }
    @media screen and (max-width: 960px) {
      #Form .check-policy span.wpcf7-list-item {
        margin: 0; } }
    @media screen and (max-width: 960px) {
      #Form .check-policy .form-check {
        margin-bottom: 0 !important; } }
  #Form .check-policy.error {
    border: 1px solid #AA2E25;
    background-color: #F6E9E8; }
  #Form .form-check, #Form .wpcf7-list-item {
    width: 100%;
    margin-bottom: 20px !important; }
    @media screen and (max-width: 960px) {
      #Form .form-check, #Form .wpcf7-list-item {
        margin-bottom: 5.33333vw !important; } }
    #Form .form-check input, #Form .wpcf7-list-item input {
      display: none; }
    #Form .form-check span.label, #Form .form-check .wpcf7-list-item-label, #Form .wpcf7-list-item span.label, #Form .wpcf7-list-item .wpcf7-list-item-label {
      display: inline-block;
      padding-left: 50px;
      position: relative;
      padding-top: 3px; }
      @media screen and (max-width: 960px) {
        #Form .form-check span.label, #Form .form-check .wpcf7-list-item-label, #Form .wpcf7-list-item span.label, #Form .wpcf7-list-item .wpcf7-list-item-label {
          padding-left: 13.33333vw; } }
    #Form .form-check span.label::before, #Form .form-check .wpcf7-list-item-label::before, #Form .wpcf7-list-item span.label::before, #Form .wpcf7-list-item .wpcf7-list-item-label::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      border: 1px solid #AAAAAA; }
      @media screen and (max-width: 960px) {
        #Form .form-check span.label::before, #Form .form-check .wpcf7-list-item-label::before, #Form .wpcf7-list-item span.label::before, #Form .wpcf7-list-item .wpcf7-list-item-label::before {
          width: 8.0vw;
          height: 8.0vw; } }
    #Form .form-check input:checked + span.label,
    #Form .form-check input:checked + .wpcf7-list-item-label, #Form .wpcf7-list-item input:checked + span.label,
    #Form .wpcf7-list-item input:checked + .wpcf7-list-item-label {
      color: #666666; }
    #Form .form-check input:checked + span.label::after,
    #Form .form-check input:checked + .wpcf7-list-item-label::after, #Form .wpcf7-list-item input:checked + span.label::after,
    #Form .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 12px;
      width: 7px;
      height: 14px;
      transform: rotate(40deg);
      border-bottom: 2px solid #666666;
      border-right: 2px solid #666666; }
      @media screen and (max-width: 960px) {
        #Form .form-check input:checked + span.label::after,
        #Form .form-check input:checked + .wpcf7-list-item-label::after, #Form .wpcf7-list-item input:checked + span.label::after,
        #Form .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
          top: 1.86667vw;
          left: 3.2vw;
          width: 1.86667vw;
          height: 3.73333vw; } }
  #Form .form-radio input {
    width: auto;
    height: auto; }
  #Form .Confirm .form-content-ttl {
    font-size: 16px;
    line-height: 1.3; }
    @media screen and (max-width: 960px) {
      #Form .Confirm .form-content-ttl {
        font-size: 3.2vw; } }
  #Form .Confirm .form-content-input {
    font-size: 16px;
    line-height: 1.3; }
    @media screen and (max-width: 960px) {
      #Form .Confirm .form-content-input {
        font-size: 3.2vw; } }
