@charset "UTF-8";
/* ▼▼▼ お問い合わせ キャンペーン追加
=====================================*/
.flex_center {
  /*justify-content: center;*/
  align-items: center;
}
.unit {
  margin: 0 20px;
}
.symbol {
  font-size: 25px;
}
.num_sheet {
  width: 50%;
}
.inner2 {
  background: #f0ffff;
  padding: 10px;
}
.sheet_type_num {
  width: 30%;
  margin-left: 10px;
}
#contact_type_2 {
  width: 70%;
}
#contact_type_2 select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 0 0 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 16px;
  background: #fff url(../img/contact/arrow.svg) no-repeat;
  background-position: right 20px center;
}

#mw_wp_form_mw-wp-form-686 .list dd .address .postal_code > input,
#mw_wp_form_mw-wp-form-691 .list dd .address .postal_code > input {
  background: white;
  padding: 0 10px 0 10px;
}
.mw_wp_form_preview .list dd .address .postal_code {
  background: initial;
}
