@charset "UTF-8";

.formWrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.formWrap .title_ff {
    font-size: initial;
}

.formWrap .title_ff span {
    color: #c20000;
}

.check-box p {
    margin: 0;
    font-size: initial;
}

.formWrap a.link01 {
    font-size: 15px;
}

#crm input[type="text"],
#crm input[type="email"] {
  font-weight: bold;
}

#crm select {
  padding: 17px 15px 17px;
  width: 100%;
}

#crm textarea {
  width: 100%;
  resize: none;
  border: 1px solid #ececec;
  border-radius: 7px;
  padding: 12px;
  font-weight: bold;
  font-family: 'Noto Sans Japanese', sans-serif;
}

#crm textarea:focus {
  border: 1px solid #090d24;
  outline:0;
}

@media (max-width: 600px) {
#crm select {
  font-size: 16px;
}

#crm input[type="text"],
#crm input[type="email"],
#crm textarea {
  font-size: 16px;
  width: 100%;
  padding: 16px 10px 17px;
}
}

/* 送信ボタン*/
input.wpcf7-submit {
    display: block;
    margin: 0 auto;
    padding: 17px 0 18px !important;
    width: -webkit-fill-available !important;
    min-width: 120px;
    height: auto !important;
    line-height: normal !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    background: url(https://universal-ribbon.jp/image/arrows_cta.svg) #090d24 !important;
    background-repeat: no-repeat !important;
    background-position: top 50% right 7% !important;
    border: none;
    border-radius: 7px !important;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}

input.wpcf7-submit:hover {
    background-position: top 50% right 6% !important;
    transform: translate3d(0, 5px, 0);
    opacity: 1 !important;
}

.crm_submit {
    width: 100%;
    text-align: center;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #ececec !important;
    border: none;
    color: #999;
}

/* チェックボックス */
.check-box input {
  display: none;
}

.check-box input + span:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 10px -1px 0;
  width: 22px;
  height: 22px;
  background: #ececec;
  border-radius: 9999px;
}

.check-box input:checked + span:before {
  background-image: url("https://dear-web.jp/image/ok_white.svg"), url("https://dear-web.jp/image/ok_white.svg");
  background-size: 70%;
  background-color: #090d24;
  background-position: center;
}

/* ボタンチェックボックス */
input.btn_checkBox {
  display: none;
}
.checkBox_flag label {
  display: inline-block;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 7px;
  font-weight: bold;
  color: #090d24;
  padding: 15px 10px;
  margin: 10px 1%;
  cursor: pointer;
  text-align: center;
  width: 47%;
}
.checkBox_flag input:checked + label {
  display: inline-block;
  background: linear-gradient(45deg,#090d24 0,#264154 100%);
  color :#fff;
  border: 1px solid #090d24;
  border-radius: 7px;
  font-weight: bold;
  padding: 15px 10px;
  margin: 10px 1%;
  text-align: center;
  width: 47%;
}

/* 決済ラジオボタン */
