@charset "utf-8";

/* 提供エリアを確認 */
.inform_area {
  background: #fff6dc url(../img/inform/inform_area_bg.png) no-repeat right 18px top 17px;
}

.inform_area .section_inner {
  padding-top: 24px;
}

.inform_area_tl {
  font-size: 32px;
  text-align: center;
  color: #333;
  line-height: 1.2;
  margin-bottom: 32px;
}

.inform_area_tl .notice {
  font-size: 45px;
  color: #005dbf;
}

.inform_area_form,
.inform_speed_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 0;
  padding: 0 10px;
  margin-bottom: 30px;
}

.inform_area_form dt,
.inform_speed_form dt {
  font-weight: bold;
  color: #333;
  font-size: 26px;
  flex-basis: 25%;
}

.inform_area_form dd {
  flex-basis: 75%;
}

.inform_area_form dd input,
.inform_speed_form dd input {
  font-size: 32px;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #cdcdcd;
  border-radius: 4px;
}

/* placeholder文字色 */
:placeholder-shown {
  font-size: 26px;
  color: #888;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  font-size: 26px;
  color: #888;
}

/* Firefox 18- */
:-moz-placeholder {
  font-size: 26px;
  color: #888;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-size: 26px;
  color: #888;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-size: 26px;
  color: #888;
}

.inform_ex {
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  font-size: 20px;
  color: #000;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0 10px;
}

.inform_area_btn,
.inform_speed_btn {
  border: 0;
  height: 0;
  overflow: hidden;
  padding: 126px 0 0;
  border-radius: 4px;
  width: 100%;
  background: #ff7e00 url(../img/inform/inform_area_btn.png) no-repeat center center;
  box-shadow: 0 10px 0 #d86b00;
}

/* スピード申し込み */
.inform_speed {
  overflow: visible;
}

.inform_speed_tl_wrapper {
  border-top: 20px solid #001996;
  background-color: #f3f9ff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inform_speed_tl_wrapper::before {
  content: '';
  width: 165px;
  display: block;
  height: 174px;
  margin: -34px 24px 0 0;
  background: url(../img/inform/inform_speed_tl_img.png) no-repeat;
}

.inform_speed_tl {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}

.inform_speed_tl .large {
  font-size: 38px;
}

.inform_speed_tl .notice {
  font-size: 45px;
  color: #005dbf;
}

.inform_speed_form dt {
  box-sizing: border-box;
  padding-left: 75px;
  flex-basis: 37%;
  line-height: 32px;
  background: url(../img/inform/inform_form_optional.png) no-repeat;
}

.inform_speed_form dt.required {
  background: url(../img/inform/inform_form_required.png) no-repeat;
}

.inform_speed_form dd {
  flex-basis: 63%;
}

.inform_speed_form dt.large {
  flex-basis: 47%;
}

.inform_speed_form dd.large {
  flex-basis: 53%;
}

.inform_speed_form dd input {
  background-color: #f0f6ff;
}

.inform_speed_btn {
  background-image: url(../img/inform/inform_speed_btn.png);
}

.inform_speed_lead {
  text-align: center;
  margin-bottom: 30px;
}
