
.wpcf7-response-output .close-btn {
    display: block;
    margin-top: 1rem;
    background: #d8000c;
    color: white;
    padding: 0.3rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
        
    
    .wpcf7-form {
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      max-width: 920px;
    }
    span.wpcf7-list-item-label {
        color: #444;
    }
    .first {
    font-size:initial;
    }
    
    @media screen and (max-width: 480px) {
      .wpcf7-form {
        margin-top: 0px;
      }
    }
    .wpcf7-form p {
      border-top: 1px solid #ddd;
      padding-top: 24px;
      padding-bottom: 24px;
      width: 100%;
      display: block;
      align-items: center;
    }
    @media screen and (max-width: 480px) {
      .wpcf7-form p {
        line-height: 0.7;
      }
    }
    .wpcf7-form p:last-child {
      border-bottom: 1px solid #ddd;
    }
    .wpcf7-form p, .wpcf7-form p label{
      width: 100%;
      letter-spacing: 0.05em;
      font-weight: bold;
      font-size: 18px;
      text-align:left;
      color:#5bc8ac;
    }
    @media screen and (max-width: 480px) {
      .wpcf7-form p label {
        max-width: inherit;
        display: block;
        font-size: 15px;
        line-height:1.4;
      }
    }
    .attention p{
      width: 100%;
      letter-spacing: 0;
      font-weight: normal;
      font-size: 14px;
      text-align:left;
      color:#000;
    }
    @media screen and (max-width: 480px) {
      .attention p {
        max-width: inherit;
        display: block;
        font-size: 11x;
        line-height:1.4;
      }
    }
    .wpcf7-form p label.isMsg {
      margin-top: 8px;
      margin-bottom: auto;
    }
    @media screen and (max-width: 480px) {
      .wpcf7-form p label.isMsg {
        margin-top: 0;
      }
    }
    .Form-Item-Label-Required {
      border-radius: 6px;
      margin-right: 8px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 48px;
      display: inline-block;
      text-align: center;
      background: #5bc8ac;
      color: #fff;
      font-size: 14px;
    }
    @media screen and (max-width: 480px) {
      .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
      }
    }
    .wpcf7-form p input[type=text], .wpcf7-form p input[type=email], .wpcf7-form p input[type=tel] {
      border: 1px solid #ddd;
      border-radius: 6px;
      
      padding-left: 2%;
      padding-right: 2%;
      height: 48px;
      flex: 1;
      width: 94%;
      margin-top:0;
      background: #eaedf2;
      font-size: 18px;
    }
    @media screen and (max-width: 480px) {
      .wpcf7-form p input[type=text], .wpcf7-form p input[type=email], .wpcf7-form p input[type=tel] {
        margin-left: 0;
        margin-top: 0px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
      }
    }

    .wpcf7-form p input[type=date] {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 1.5%;
      font-size: 18px;
    letter-spacing: 0.5rem;
    }
    @media screen and (max-width: 480px) {
      .wpcf7-form p input[type=date] {
        font-size: 15px;
      }
    }
    .wpcf7-form p textarea {
      border: 1px solid #ddd;
      border-radius: 6px;
      
      padding-left: 2%;
      padding-right: 2%;
      height: 216px;
      flex: 1;
      width: 100%;
      margin-top:2%;
      background: #eaedf2;
      font-size: 18px;
    }
    @media screen and (max-width: 480px) {
      .wpcf7-form p textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
      }
    }
    .wpcf7-form-control{
    
    }
    .wpcf7-form p input.wpcf7-submit {
   
      margin-top: 32px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      background: #5bc8ac;
      color: #fff;
      font-weight: bold;
      border:none;

      font-size: 1.8rem;
      letter-spacing: 0.1em;
      position: relative;
      margin-bottom: 5%;
      padding: 2rem 4rem 2rem 2rem;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #fff;
      border-radius: 100vh;
      background-image: -webkit-gradient(linear, left top, right top, from(#007adf), to(#00ecbc));
      background-image: -webkit-linear-gradient(left, #007adf 0%, #00ecbc 100%);
      background-image: linear-gradient(to right, #007adf 0%, #00ecbc 100%);
      -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
      width: 80%;
      max-width: 400px;

    }
    @media screen and (max-width: 480px) {
      .wpcf7-form-control{
      } 
      .wpcf7-form p input.wpcf7-submit {
        margin-top: 24px;
        font-size: 1.3rem;
        letter-spacing: 0.01em;
        position: relative;
        padding: 10px;
      }
    }
    .wpcf7-form p {
       position: relative;
    }
    .wpcf7-form p select{
      border:1px solid #ccc;
    }
    .wpcf7-form p span{
    position: relative;
    }
    .wpcf7-form p span.menu-551::before, .wpcf7-form p span.menu-317::before {
      position: absolute;
      right: 15px;
      top:10px;
      content: '';
      width: 12px;
      height: 8px;
      background: #666666;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    .fc_tel{
    text-align:center;
    font-size:3em;
    line-height:1.2;
    margin-top:50px;
    }
    
    .fc_tel a{
    font-size: 4rem;
        font-family: ;
        color: #68c0d4;
        font-weight: bold;
    }
    
    @media screen and (max-width: 480px) {
    .fc_tel{
    font-size:1.2em;
    }
    
    .fc_tel a{
    font-size: 2.2rem;
    }
    }
    .cstm-blk-path-lower-wave {
      background-color: #e0f7fa; /* 薄い水色 */
    }
    .cstm-blk-path-lower-wave-02 {
      background-color: #fff; /* 薄い水色 */
    }
    .bg_water{
      background-color: #e0f7fa;
    }
    form.sent p {
        display: none;
    }
    .screen-reader-response {
        display: none;
    }
    div.wpcf7-mail-sent-ok {
        border: 3px solid #68c0d4;
        padding: 5% ;
    }
    span.wpcf7-not-valid-tip {
      color: red;
    font-size: 16px;
  }
  @media screen and (max-width: 480px) {
    span.wpcf7-not-valid-tip {
      color: red;
    line-height: 1.2;
    font-size: 12px;
  }
}