#wpcf7-f99-o1,
#wpcf7-f99-o2,
#wpcf7-f102-o1,
#wpcf7-f102-o2,
#wpcf7-f105-o1,
#wpcf7-f105-o2,
#wpcf7-f108-o1,
#wpcf7-f108-o2 {
    width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"] {
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 4px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    box-shadow: none;
    color: #333333;
    font-family: var(--s-font-3d85a870);
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 10px 0px;
    opacity: 1;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 100%;
    max-width: 100%;

    &::placeholder {
      color: #cccccc;
    }
}

/* チェックボックス */
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  color: #303439;
  font-family: var(--s-font-3d85a870);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
}

/* 送信ボタン */
.submit_btn_box {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
}
.submit_btn_box input[type="submit"] {
    display: flex;
    justify-content: center;
    background: #005be1;
    border-bottom: 0px solid #005be1;
    border-left: 0px solid #005be1;
    border-radius: 48px;
    border-right: 0px solid #005be1;
    border-top: 0px solid #005be1;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    justify-content: center;
    opacity: 1;
    padding: 14px 15px 16px 15px;
    width: 100%;
    max-width: 100%;
    color: #FFFFFF;
    font-family: var(--s-font-3d85a870);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
    max-width: 100%;
}
@media screen and (max-width: 540px) {
    .submit_btn_box input[type="submit"] {
        font-size: 16px;
        padding: 14px 10px 16px;
    }
}

.submit_btn_box input[type="submit"]:hover {
    background: #2d80fb;
    transform: scale(1.1, 1.1);
    transition-duration: 300ms;
}

.wpcf7-spinner {
  position: absolute;
  bottom: -24px;
  left: 45%;
  transform: translateX(-50%);
}

.sd[data-s-4bc208bf-592f-4fe5-aabb-a20b971d3cca] {
  justify-content: flex-start;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}