@charset "UTF-8";
.form_Container {
  width: 1024px;
  padding-top: 90px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_Container {
    width: 100%;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*====================================
		form tag Reset
====================================*/
.form_content *,
.form_content *:after,
.form_content *:before {
  box-sizing: border-box;
}

.form_content {
  line-height: 1.4;
}

select,
input,
button,
textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}

select:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  height: 2.8em;
  padding-left: 0.5em;
  border: solid 1px #bbb;
  margin-top: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}

textarea {
  padding: 0.4em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  position: relative;
  border: 1px solid #bbb;
  border-radius: 4px;
}

input[type=email]:focus {
  font-size: 24px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) inset;
  */
}

input[type=password] {
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 90%;
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
  width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
  width: 30%;
}

input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
  width: 20%;
}

input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
  width: 80%;
}

input[type=text].name_field,
input[type=email].name_field,
input[type=tel].name_field {
  width: 80%;
}

input[type=text].name_mix_field,
input[type=email].name_mix_field,
input[type=tel].name_mix_field {
  width: 90%;
}

input[type=text].zip_field,
input[type=email].zip_field,
input[type=tel].zip_field {
  width: 60%;
}

input[type=text].zip1_field,
input[type=email].zip1_field,
input[type=tel].zip1_field {
  width: 100px;
}

input[type=text].zip2_field,
input[type=email].zip2_field,
input[type=tel].zip2_field {
  width: 150px;
}

input[type=text].tel_field,
input[type=email].tel_field,
input[type=tel].tel_field {
  width: 60%;
}

input[type=text].tel_mini,
input[type=email].tel_mini,
input[type=tel].tel_mini {
  width: 100px;
}

input[type=text].age_mini,
input[type=email].age_mini,
input[type=tel].age_mini {
  width: 100px;
}

.separater {
  padding-right: 0.3em;
}

input[type=file] {
  border: solid 1px #bbb;
}

textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
}

input:focus,
textarea:focus {
  background-color: #f6f6f6;
  border-color: #185EE9;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
  font-style: italic;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

.other_field {
  margin-top: 10px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
    max-width: 100%;
  }
  select {
    width: 100%;
  }
  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
    height: 2.3em;
    margin-bottom: 6px;
  }
  input[type=text].mini,
  input[type=email].mini,
  input[type=tel].mini {
    width: 100%;
  }
  input[type=text].xmini,
  input[type=email].xmini,
  input[type=tel].xmini {
    width: 25%;
  }
  input[type=text].name_field,
  input[type=email].name_field,
  input[type=tel].name_field {
    width: 100%;
  }
  input[type=text].name_mix_field,
  input[type=email].name_mix_field,
  input[type=tel].name_mix_field {
    width: 100%;
  }
  .name_sei,
  .name_mei {
    display: block;
  }
  input[type=text].xxmini,
  input[type=email].xxmini,
  input[type=tel].xxmini {
    width: 20%;
  }
  input[type=text].wide,
  input[type=email].wide,
  input[type=tel].wide {
    width: 100%;
  }
  input[type=text].zip_field,
  input[type=email].zip_field,
  input[type=tel].zip_field {
    width: 100%;
  }
  input[type=text].zip1_field,
  input[type=email].zip1_field,
  input[type=tel].zip1_field {
    width: 25%;
  }
  input[type=text].zip2_field,
  input[type=email].zip2_field,
  input[type=tel].zip2_field {
    width: 55%;
  }
  input[type=tel].tel_field {
    width: 100%;
  }
  input[type=text].tel_mini,
  input[type=email].tel_mini,
  input[type=tel].tel_mini {
    width: 25%;
    margin-left: 0px;
  }
  input[type=text].age_mini,
  input[type=email].age_mini,
  input[type=tel].age_mini {
    width: 100px;
  }
}
/*====================================
		Form ITEM Design
		ceckbox radio select File
====================================*/
.file_field_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.file_field_label {
  position: relative;
  display: inline-block;
  line-height: 2.4em;
  border-radius: 1em;
  padding-left: 2em;
  padding-right: 2em;
  white-space: nowrap;
  font-size: 16px;
  background-color: #185EE9;
  color: #fff;
  margin-right: 1em;
  text-align: center;
}
.file_field_label:hover {
  opacity: 0.8;
  transition: all 0.5;
}
.file_field_label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .file_field_wrap {
    display: block;
  }
  .file_field_label {
    margin-bottom: 8px;
    width: 80%;
  }
}
.control-group {
  padding-top: 0.7em;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-inlineblock .control {
  display: inline-block;
  margin-right: 1.5em;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px solid #bbb;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  width: 90%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 11px 15px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  background: #e6e6e6;
  background: #f0f0f0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #BBB;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
  background: #f0f0f0;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }
  .select select {
    padding: 10px 15px;
  }
  .select__arrow {
    top: 17px;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.ymd_group_case .select {
  width: 100%;
}

.ymd_group_yy {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 45%;
  box-sizing: border-box;
}

.ymd_group_yy:after {
  content: "年";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_mm {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 45%;
  box-sizing: border-box;
}

.ymd_group_mm:after {
  content: "月";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_dd {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 45%;
  box-sizing: border-box;
}

.ymd_group_dd:after {
  content: "日";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*++++++ YMD Group ++++*/
  .ymd_group_case {
    display: block;
    width: 100%;
  }
  .ymd_group_yy,
  .ymd_group_mm,
  .ymd_group_dd {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*====================================
		Form Field Layout
====================================*/
.form_header {
  /*font-size: 23px;
  margin: 0 0 36px 0;
  padding: 18px 8px;
  font-weight: 200;
  color: #333;
  border-top: dotted 1px rgba(0, 0, 0, 0.2);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);*/
  font-size: 32px;
  color: #185EE9;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .form_header {
    font-size: 18px;
  }
}
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin: 0px auto 24px;
  padding: 0px;
  font-size: 16px;
  clear: both;
}
.Fieldset dl {
  position: relative;
  padding: 30px 0 !important;
  min-height: 2.7em;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset dt {
  position: relative;
  line-height: 1.3;
  width: 18em;
  min-width: 18em;
  margin: 0px;
  padding: 12px 0 0 0;
  margin-right: 5.8em;
  padding-left: 1em;
  box-sizing: border-box;
}
.Fieldset dd {
  padding: 0px;
  margin: 0;
  position: relative;
  flex: 1;
  box-sizing: border-box;
  /*background-color: #9F6;*/
}
.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

.sup {
  padding: 20px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #bbb;
  width: 100%;
}

.Fieldset.mode_confirm dl {
  position: relative;
  min-height: 2.7em;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset.mode_confirm dt {
  padding: 0 0 0 0;
}
.Fieldset.mode_confirm .required_label,
.Fieldset.mode_confirm .req-label {
  top: 12px;
}

.field_flex {
  display: flex;
  justify-content: flex-start;
}

.name_sei,
.name_mei {
  width: 45%;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*.Fieldset dl {
  		display: block;
  		margin-left: -16px;
  		margin-right: -16px;
  		padding-left: 16px;
  		padding-right: 16px;
  	}
  */
  .Fieldset {
    position: relative;
    margin: 0 auto 16px;
  }
  .Fieldset dl {
    font-size: 16px;
    display: block;
  }
  .Fieldset dt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 3em;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #404040;
  }
  .Fieldset dd {
    width: 100%;
    min-width: 100%;
    margin-left: 0em;
    font-size: 16px;
  }
  .sup {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #bbb;
    width: 100%;
  }
  .Fieldset.mode_confirm dl {
    display: block;
  }
  .field_flex {
    display: block;
  }
  .name_sei,
  .name_mei {
    width: 100%;
  }
  .name_sei input,
  .name_mei input {
    margin-top: 6px;
  }
}
.form_agree_fields {
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #FCF5EA;
  margin-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
}
.form_agree_fields h3 {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0px;
}

.agree_checkbox_group {
  padding-bottom: 20px;
}
.agree_checkbox_group dl {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.agree_checkbox_group dl.agree_compact {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.agree_checkbox_group dt {
  margin: 0;
  padding: 0;
  flex: 1;
}
.agree_checkbox_group dd {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.form_agree_txt_box {
  position: relative;
  width: 84%;
  width: 100%;
  height: 200px;
  border: 1px solid #bbb;
  padding: 8px 16px;
  overflow-y: scroll;
  margin: 0 auto 20px;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  box-sizing: border-box;
}
.form_agree_txt_box h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.1em;
  border-bottom: 1px #bbb solid;
}
.form_agree_txt_box h4 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.form_agree_txt_box p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 1em;
}

.not_active {
  color: #AEAEB0;
}

.is_active .control__indicator {
  border: 2px #0e647d solid;
}

.agree_txt_box_layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.agree_txt_box_layer h3 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_agree_fields {
    padding: 16px;
    margin: 0 0 16px;
  }
  .form_agree_txt_box {
    position: relative;
    width: 100%;
    height: 180px;
    padding: 8px 8px;
    overflow-y: scroll;
    margin: 0 auto 10px;
    background-color: #fff;
    font-size: 12px;
  }
  .form_agree_txt_box h3 {
    font-size: 14px;
  }
  .form_agree_txt_box h4 {
    font-size: 12px;
  }
  .form_agree_txt_box p {
    font-size: 10px;
  }
}
/*==== Req Label Image =====*/
.required_label,
.req-label {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  color: rgb(0, 128, 122);
  transform: translate(0%, -50%);
  font-size: 12px;
  padding: 4px;
}
.required_label::before,
.req-label::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #BD1818;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label.required_label_fix::before,
.req-label.req-label-fix::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .required_label,
  .req-label {
    right: 8px;
  }
}
.required_label_fix,
.req-label-fix {
  background-color: #185EE9;
  border-radius: 50%;
  color: #fff;
}

.required_label_fix::after,
.req-label-fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.auto_br label {
  white-space: nowrap;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
}
.required_label_inline {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
  text-align: right;
  color: rgb(0, 128, 122);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label_inline::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #BD1818;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label_inline.required_label_inline_fix::before {
  display: none;
}

.required_label_inline_fix {
  background-color: #185EE9;
  border-radius: 50%;
  color: #fff;
}

.required_label_inline_fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
  .required_label_inline::before {
    font-size: 13px;
  }
}
/*====== BTN ===========*/
.send_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}

.view_overlay {
  visibility: visible;
}

.Form_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 32px;
}
.Form_btn img {
  vertical-align: top;
}
.Form_btn input {
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .Form_btn {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.send_btn,
.gotop_btn {
  border: 0;
  outline: 0;
  position: relative;
  font-size: 18px;
  color: #FFF;
  width: 300px;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  text-align: center;
  font-weight: bold;
  background-color: #185EE9;
  border: #d48106 solid 2px;
  border-bottom: 6px solid #d48106;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.2s;
  cursor: pointer;
  /*&:hover {
  	transform: translateY(5px);
  	cursor: pointer;
  }*/
}
.send_btn::after,
.gotop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
}

button.send_btn:disabled {
  background-color: #D6D6D6;
  cursor: default;
  border: 0;
}

button.send_btn.not_active {
  background-color: #D6D6D6;
  cursor: default;
}

button.send_btn.not_active:hover {
  opacity: 1;
}

.form_confifrm_recap {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 304px;
}

.clear_btn {
  background-color: #bbb;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 5em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  margin-right: 1em;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.gotop_btn a:link,
.gotop_btn a:visited,
.gotop_btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send_btn:hover,
.gotop_btn:hover {
  opacity: 0.8;
}

.form_edit_link {
  text-align: center;
  padding-top: 1em;
}
.form_edit_link a {
  color: #737373;
  text-decoration: none;
  display: inline;
  text-decoration: underline;
}

.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: 1px solid #bbb;
  padding: 8px;
  padding-left: 15px;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.thanks_message {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.color_atten {
  margin-top: 6px;
  font-size: 13px;
  color: #CC0000;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #CC0000;
}

form .validation_mess {
  color: #F90;
}

.no_post_data {
  color: #bbb;
  font-style: italic;
}

.warning_mes {
  text-align: center;
  color: #a21839;
  font-weight: bold;
}

/*======= Error Message ======= */
.inline_error_txt {
  display: block;
  color: #CC0000;
  padding-top: 0.4em;
  font-size: 14px;
}

.inline_error_hide {
  display: none;
}

.error_message_fixced {
  margin: 1em auto;
  padding: 24px 16px;
  border: solid 2px #CC0000;
  color: #CC0000;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.ok_mes {
  color: #234990;
  font-size: 20px;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.error_mes {
  color: #a21839;
  font-size: 20px;
  font-weight: bold;
  background-color: #fbdef2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .error_message_fixced {
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
    border: 0;
    border-top: solid 2px #CC0000;
    border-radius: none;
    font-size: 14px;
    text-align: center;
    background-color: #fbf0f8;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    border-radius: 0px;
  }
  .form_mailtext {
    width: auto;
  }
  .send_btn,
  .gotop_btn {
    width: 80%;
  }
  .error_message {
    padding: 8px;
  }
  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
.error_message_label {
  border: solid 2px #CC0000;
  color: #CC0000;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_label {
  border: 2px #185EE9 solid;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  color: #185EE9;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_comment {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .thanks_message_label {
    width: 90%;
    padding: 15px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .thanks_message_comment {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 90%;
  }
}
/*++++++++ Form STEP ++++++*/
.progressbar {
  margin: 0 auto 24px;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progressbar li::before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar.cancel li {
  width: 20%;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #185EE9;
}

.progressbar li.active:before {
  background-color: #185EE9;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #185EE9;
}

/*====================================
		Simple Header Footer
====================================*/
.simple_header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.simple_header .simple_header_inner {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 12px 2%;
  height: auto;
  display: flex;
  align-items: center;
}
.simple_header .simple_header_logo {
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.simple_header .simple_header_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.form_copyright {
  text-align: center;
  font-size: 12px;
  color: rgb(143, 143, 143);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .simple_header .simple_header_inner {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 12px 2%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .simple_header .simple_header_inner .simple_header_logo {
    text-align: center;
  }
  .simple_header .simple_header_inner .simple_header_logo img {
    width: 100%;
    height: auto;
  }
}
/*=====Clear fix======*/
/* For modern browsers */
.form_content {
  background-color: #fff;
  padding: 50px 30px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 15px;
  margin: 90px 0;
  /* For IE 6/7 (trigger hasLayout) */
}
.form_content .clf:before,
.form_content .clf:after {
  content: "";
  display: table;
}
.form_content .clf:after {
  clear: both;
}
.form_content .clf {
  zoom: 1;
}

.section.contact-section {
  width: 100vw;
  margin: 0 calc((100vw - 1024px) / 2 * -1);
  padding-top: 7%;
}
.section.contact-section .container {
  width: 1030px;
  max-width: 1030px;
}

.account_bank_contain {
  display: flex;
}
.account_bank_contain .item {
  width: 50%;
}
.account_bank_contain .item input {
  width: 70%;
}
.account_bank_contain .item span {
  font-size: 1rem;
}

.cancel_form dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}
.cancel_form .contents_line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .section.contact-section {
    margin: 0 -2vw !important;
  }
  .section.contact-section .container {
    width: 100%;
    max-width: 100%;
  }
  .header-tel {
    display: none;
  }
  .footer-inner {
    width: 100% !important;
  }
}
.accent2 {
  margin-bottom: 30px;
}

.admin_Container {
  width: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .admin_Container {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.admin_Container a {
  color: #2196f3;
}

.form_admin_header {
  width: 100%;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.form_admin_header h1 {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin: auto;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  text-align: center;
}

.form_admin_header h1:before,
.form_admin_header h1:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}

.form_admin_header h1:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}

.form_admin_header h1:after {
  content: "";
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.admin_page_back a {
  position: relative;
  display: inline-block;
  padding: 6px 6px 8px 24px;
  border: 1px solid #bbb;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
}
.admin_page_back a::after {
  position: absolute;
  top: 50%;
  left: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #1F1F1F;
  border-right: solid 2px #1F1F1F;
  transform: translate(0%, -50%) rotate(225deg);
}

.form_admin_content {
  padding-top: 30px;
}

.form_admin_date_selecter {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.form_admin_date_selecter .form_admin_date_item {
  padding-left: 10px;
  padding-right: 10px;
}
.form_admin_date_selecter input[type=text].date_picker {
  width: 200px;
  height: 40px;
}
.form_admin_date_selecter button {
  border: 0;
  outline: 0;
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #000;
  text-align: center;
  width: 80px;
  line-height: 40px;
  display: inline-block;
  margin: 0px auto;
  padding: 0 0px;
  border-radius: 6px;
  margin-bottom: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_admin_date_selecter {
    display: block;
  }
  .form_admin_date_selecter input[type=text].date_picker {
    width: 70%;
    height: 40px;
  }
  .form_admin_date_selecter button {
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
.admin_download {
  text-align: right;
  margin-bottom: 20px;
}
.admin_download a {
  position: relative;
  display: inline-block;
  padding: 6px 24px 6px 8px;
  border: 1px solid #bbb;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.admin_download a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #1F1F1F;
  border-right: solid 2px #1F1F1F;
  transform: translate(0%, -50%) rotate(135deg);
}

button.data_delete {
  position: relative;
  display: inline-block;
  padding: 6px 24px 6px 8px;
  border: 1px solid #bbb;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  margin-left: 20px;
  cursor: pointer;
}

table.admin_data_list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table.admin_data_list th:first-child {
  border-radius: 5px 0 0 0;
}

table.admin_data_list th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.admin_data_list th {
  text-align: center;
  color: #fff;
  background: linear-gradient(#3e96d9, #2f75df);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  padding: 8px;
  font-size: 15px;
}

table.admin_data_list td {
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  /*box-shadow: 0px -3px 5px 1px #eee inset;*/
  padding: 8px;
  font-size: 14px;
}

table.admin_data_list td:last-child {
  border-right: 1px solid #a8b7c5;
}

table.admin_data_list tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.admin_data_list tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table.admin_data_list tr:nth-child(odd) td {
  background-color: #e8ecf1;
}

table.admin_data_list tr:nth-child(even) td {
  background-color: #fff;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .admin_data_lis_wrap {
    overflow-y: scroll;
  }
  table.admin_data_list {
    width: 200vw;
  }
}
.admin_data_detail_wrap {
  margin-bottom: 24px;
  padding: 2%;
  border-radius: 5px;
  border: 1px solid #dedede;
}

table.admin_data_detail {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 20px;
}
table.admin_data_detail th {
  border-bottom: solid 2px #2798f3;
  padding: 10px 8px;
  text-align: left;
  width: 14em;
}
table.admin_data_detail td {
  border-bottom: solid 2px #ddd;
  padding: 10px 16px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .admin_data_detail_wrap {
    overflow-y: scroll;
  }
  table.admin_data_list {
    width: 200vw;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++
	form.element.css
	last update 2018/11/06
+++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*====================================
		form tag Reset
====================================*/
.Fieldset *:after,
.Fieldset *:before,
.error_message *:after,
.error_message *:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

select,
input,
button,
textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}

input,
select {
  vertical-align: middle;
}

input[type=radio] {
  margin: 4px 4px 6px 0px;
}

input[type=checkbox] {
  vertical-align: middle;
  margin: 4px 4px 6px 0px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  height: 50px;
  padding-left: 4px;
  border: solid 1px #BBB;
  margin: 0 8px 6px 0px;
  border-radius: 6px;
}

textarea {
  padding: 4px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  position: relative;
  border: 1px solid #959595;
  border-radius: 4px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) inset;
  */
}

/*+++ width +++*/
input[type=password] {
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 90%;
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
  width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
  width: 30%;
}

input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
  width: 20%;
}

input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
  width: 80%;
}

input[type=text].name_field {
  width: 30%;
}

input[type=text].zip_field {
  width: 60%;
}

input[type=text].zip1_field {
  width: 100px;
}

input[type=text].zip2_field {
  width: 150px;
}

input[type=tel].tel_field {
  width: 60%;
}

input[type=text].tel_mini {
  width: 100px;
}

input[type=text].age_mini {
  width: 100px;
}

.separater {
  padding-right: 0.3em;
}

input[type=file] {
  border: solid 1px #BBB;
}

textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
}

input:focus,
textarea:focus {
  background-color: #f6f6f6;
  border-color: #060;
}

input::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}

input::placeholder {
  color: #bbb;
  font-style: italic;
}

/*++++ iOS リセット +++++*/
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 736px) {
  textarea {
    width: 100%;
    max-width: 100%;
  }
  select {
    width: 100%;
  }
  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
  }
  input[type=text].mini,
  input[type=email].mini,
  input[type=tel].mini {
    width: 50%;
  }
  input[type=text].xmini,
  input[type=email].xmini,
  input[type=tel].xmini {
    width: 30%;
  }
  input[type=text].name_field {
    width: 100%;
  }
  .name_sei,
  .name_mei {
    display: block;
  }
  input[type=text].xxmini,
  input[type=email].xxmini,
  input[type=tel].xxmini {
    width: 20%;
  }
  input[type=text].wide,
  input[type=email].wide,
  input[type=tel].wide {
    width: 80%;
  }
  input[type=text].zip_field {
    width: 100%;
  }
  input[type=text].zip1_field {
    width: 25%;
  }
  input[type=text].zip2_field {
    width: 55%;
  }
  input[type=tel].tel_field {
    width: 100%;
  }
  input[type=text].tel_mini {
    width: 25%;
    margin-left: 0px;
  }
  input[type=text].age_mini {
    width: 100px;
  }
}
/*====================================
		Form ITEM Design
====================================*/
/*SELECT Style*/
.select_style {
  width: 90%;
  margin-bottom: 5px;
  cursor: pointer;
}

.select_style {
  position: relative;
  display: inline-block;
  height: 60px;
}

.select_style::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #ccc;
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.select_style::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  cursor: pointer;
}

.select_style select {
  width: 100%;
  font-style: italic;
  cursor: pointer;
}

.select_style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 60px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 60px 0 10px;
  border: 1px solid #ccc;
}

.select_style select::-ms-expand {
  display: none;
}

/*+++++++ Radio Style +++*/
.radio_case {
  padding-top: 0.5em;
}

.radio_style * {
  box-sizing: border-box;
}

.radio_style {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.radio_style input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.radio_style .radio_label_wrap label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.radio_style .radio_label_wrap label::before,
.radio_style .radio_label_wrap label::after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
  border-radius: 100%;
}

.radio_style .radio_label_wrap label::before {
  border-color: #bdc3c7;
}

.radio_style .radio_label_wrap label::after {
  transform: scale(0.6);
}

/*.radio_style .radio_label_wrap.p-is-hover,
.radio_style .radio_label_wrap.p-is-hover.p-is-indeterminate{
	display: none;
}*/
.radio_style input:checked ~ .radio_label_wrap label:after {
  background-color: #009a9a !important;
}

/*+++++++ CeckBox Style +++*/
.checkbox_case {
  padding-top: 0.5em;
}

.checkbox_style * {
  box-sizing: border-box;
}

.checkbox_style {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.checkbox_style input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.checkbox_style .checkbox_label_wrap label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.checkbox_style .checkbox_label_wrap label::before,
.checkbox_style .checkbox_label_wrap label::after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
}

.checkbox_style .checkbox_label_wrap label::before {
  border-color: #bdc3c7;
}

/*.checkbox_style .checkbox_label_wrap.p-is-hover,
.checkbox_style .checkbox_label_wrap.p-is-hover.p-is-indeterminate{
	display: none;
}*/
.checkbox_style input:checked ~ .checkbox_label_wrap label:after {
  /*background-color: #bdc3c7 !important;*/
  content: "";
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  width: 0.5em;
  height: 0.8em;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 736px) {
  /*SELECT Style*/
  .select_style {
    width: 100%;
    margin-bottom: 5px;
  }
  .select_style {
    height: 40px;
  }
  .select_style::before {
    height: 40px;
    width: 40px;
  }
  .select_style::after {
    right: 12px;
  }
  .select_style select {
    height: 40px;
    padding: 0 40px 0 10px;
  }
  /*Radio Style*/
  .radio_case {
    padding-top: 0px;
  }
  .radio_case label input {
    display: none;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.ymd_group_case .select_style {
  width: 100%;
}

/*.ymd_group_yy {
	position: relative;
	padding-right: 1.8em;
	margin-right: 0.5em;
	width: 38%;
	box-sizing: border-box;
}

.ymd_group_yy:after {
	content: "年";
	position: absolute;
	right: 0;
	bottom: 0.3em;
	font-size: 18px;
	text-align: right;

}

.ymd_group_mm {
	position: relative;
	padding-right: 1.8em;
	margin-right: 0.5em;
	width: 30%;
	box-sizing: border-box;

}

.ymd_group_mm:after {
	content: "月";
	position: absolute;
	right: 0;
	bottom: 0.3em;
	font-size: 18px;
	text-align: right;

}

.ymd_group_dd {
	position: relative;
	padding-right: 1.8em;
	margin-right: 0.5em;
	width: 30%;
	box-sizing: border-box;

}

.ymd_group_dd:after {
	content: "日";
	position: absolute;
	right: 0;
	bottom: 0.3em;
	font-size: 18px;
	text-align: right;

}*/
/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 736px) {
  .ymd_group_case {
    display: block;
    width: 100%;
  }
  .ymd_group_yy,
  .ymd_group_mm,
  .ymd_group_dd {
    width: 100%;
  }
}
/*====================================
		Form Field Layout
====================================*/
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin-bottom: 20px;
  border-top: 1px solid #bbb;
  font-size: 18px;
  clear: both;
}

.Fieldset dl {
  /*padding-top: 15px;
  padding-bottom: 15px;*/
  position: relative;
  min-height: 35px;
  border-bottom: 1px solid #bbb;
  margin: 0px;
  display: flex;
  justify-content: flex-start;
}

.Fieldset dt {
  width: 23em;
  min-width: 23em;
  /*background-color: #09F;*/
  margin: 0px;
  margin-right: 2em;
  /*float: left;*/
  position: relative;
  padding: 15px 100px 0px 1em;
  box-sizing: border-box;
  /*background-color: red;*/
}

.Fieldset dd {
  padding: 0px;
  /*margin: 0px 0px 0px 24em;*/
  margin: 0;
  position: relative;
  box-sizing: border-box;
  flex: 1;
  /*background-color: #9F6;*/
}

.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 736px) {
  .Fieldset dl {
    display: block;
  }
  .Fieldset dt {
    width: 100%;
    min-width: 100%;
  }
  .Fieldset dd {
    width: 100%;
    min-width: 100%;
  }
}
/*==== Req Label Image =====*/
/*.required_label {
	display: block;
	position: absolute;
	top: 13px;
	right: 8px;
	width: 18px;
	height: 18px;
	background-color: #D25052;
	border-radius: 13px;

}*/
/*.required_label_fix::after {
	content: "";
	display: block;
	margin-left: 5px;
	margin-top: 3px;
	width: 7px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}*/
.auto_br label {
  white-space: nowrap;
}

/*====== BTN ===========*/
.Form_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
}

.Form_btn img {
  vertical-align: top;
}

.Form_btn input {
  vertical-align: top;
  cursor: pointer;
}

.send_btn,
.gotop_btn {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background-color: #595757;
  text-align: center;
  width: 16em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.clear_btn {
  background-color: #bbb;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 5em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  margin-right: 1em;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.gotop_btn a:link,
.gotop_btn a:visited,
.gotop_btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send_btn:hover,
.gotop_btn:hover {
  opacity: 0.8;
}

.Form_back_btn {
  background: linear-gradient(to bottom, #f3f3f2 0%, #a8a8a8 88%);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  border: 1px solid #666;
  text-align: center;
  width: 6em;
  margin-bottom: 15px;
  border-radius: 6px;
  cursor: pointer;
}

.Form_back_btn a:link,
.Form_back_btn a:visited {
  line-height: 3;
  display: block;
  font-weight: bold;
  color: #676767;
  text-decoration: none;
}

.Form_back_btn :hover {
  opacity: 0.8;
}

/*======= TEXT & Message ===========*/
.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: #bbb 1px solid;
  padding: 8px;
  padding-left: 15px;
}

.Form_step {
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}

.Form_step img {
  width: 100%;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.thanks_message {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.color_atten {
  color: #CC0000;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #CC0000;
}

form .validation-mess {
  color: #F90;
}

/*======= Error Message ======= */
.error_message {
  margin-bottom: 1em;
  padding: 15px 6px 6px 40px;
  border: solid 1px #a21839;
  border-radius: 8px;
}

.error_message p {
  margin-top: 0;
  margin-bottom: 8px;
}

.error_message h3 {
  color: #a21839;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
  border-left-style: none;
  border-left-width: 0;
  background-image: none;
}

.error_message ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

.error_message li {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 28px;
  list-style-type: none;
}

.error_message li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-top: 3px red solid;
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  display: block;
  z-index: 80;
}

.error_message li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-top: 3px red solid;
  width: 17px;
  height: 17px;
  transform: rotate(-45deg);
  display: block;
  z-index: 80;
}

.error_mes li span {
  color: #0f880a;
  padding-right: 8px;
}

.error_req {
  background-color: #fffaf4;
}

.ok_mes {
  color: #234990;
  font-size: 123.1%;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  box-sizing: border-box;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 736px) {
  .form_mailtext {
    width: auto;
  }
  .Fieldset {
    /*	font-size: 18px;
    padding-right: 8px;
    padding-left: 8px;*/
  }
  .Fieldset dt {
    float: none;
    min-height: 35px;
    margin-bottom: 8px;
    width: auto;
    padding-left: 0em;
    background-color: #f0f0f0;
    padding: 6px;
    padding-right: 100px;
  }
  .Fieldset dd {
    margin-left: 0em;
  }
  .send_btn,
  .gotop_btn {
    width: 80%;
  }
  .error_message {
    padding: 8px;
  }
  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
/*++++++++ Form STEP ++++++*/
/*.progressbar {
	margin: 0 auto;
	padding: 0;
	counter-reset: step;
	z-index: 0;
	position: relative;
	margin-bottom: 30px;
}

.progressbar li {
	list-style-type: none;
	width: 33%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
}

.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #eee;
}

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #eee;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #ff9800;
}

.progressbar li.active:before {
	background-color: #ff9800;
	color: #fff;
}

.progressbar li.active+li:after {
	background-color: #ff9800;
}*/
/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clf {
  zoom: 1;
}

.header {
  padding-left: calc(50vw - 550px);
  padding-right: calc(50vw - 550px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  z-index: 10;
  display: flex;
  height: 90px;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.header__logo {
  margin: 20px 20px 20px 55px;
  width: 100%;
  max-width: 170px;
}

.header-tel {
  color: #185EE9;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 0 50px 9px auto;
}

.header-tel__num {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0;
}

.header-tel__time {
  margin-top: 5px;
  display: block;
  font-size: 0.7rem;
}

.header-tel__calendar {
  margin-top: 5px;
  display: block;
}

.header-tel__calendar::after {
  content: "";
  display: inline-block;
  border-top: 4px solid #185EE9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 6px;
  margin-bottom: 2px;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

.send_btn {
  background-color: #185EE9;
  font-size: 2rem;
  padding: 1em;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.send_btn:focus {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/*.send_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    right: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    width: 0.6em;
    height: 0.6em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}*/
.section.-bg-white {
  background-color: #fff;
  padding: 0;
}

.footer {
  color: #000;
  font-size: 12px;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 20px;
  max-width: 1025px !important;
  width: 1025px;
}

.Form_btn {
  text-align: center;
  margin: 50px 0;
}

.send_btn {
  font-size: 1.5rem;
}

@media (min-width: 1030px) {
  .container,
  .container-sm,
  .container-md,
  .container-xl {
    max-width: 1030px;
  }
}
@media (min-width: 1030px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1030px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 1030px) {
  .container {
    max-width: 1030px;
  }
}
@media (min-width: 1030px) {
  .container {
    max-width: 1030px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
.footer-info {
  display: flex;
  flex-direction: column;
  width: 260px;
  font-size: 1.4rem;
}

.footer-info__address {
  margin-top: 15px;
  display: block;
  font-size: 0.85rem;
  text-align: center;
}

.footer .copyright {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding-top: 90px;
  padding-bottom: 40px;
  width: 630px;
}

.copyright {
  display: block;
}

.conversion {
  background: url(../img/common/bg_footer.png) calc(50vw - 580px) bottom/600px no-repeat #17467e;
}

.conversion__title {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 500;
}

.conversion__contact {
  margin-left: auto;
  width: 100%;
  max-width: 410px;
}

.conversion-btn.-white {
  font-size: 1.2rem;
  background-color: #fff;
  color: #06457E;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-top 0.3s ease-out, border-right 0.3s ease-out;
}

.conversion-btn {
  display: flex;
  align-items: center;
  height: 70px;
  position: relative;
  border: 2px solid #fff;
  padding: 0 1em;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.conversion-btn.-blue {
  font-size: 1.1rem;
  background-color: #06457E;
  color: #fff;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-top 0.3s ease-out, border-right 0.3s ease-out;
}

.conversion-btn:not(:first-of-type) {
  margin-top: 15px;
}

.conversion-tel.-num {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: -8px;
}

.conversion-tel {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  justify-content: space-between;
}

.conversion-tel.-open {
  font-size: 1rem;
  font-weight: 100;
  margin-bottom: 0;
}

.conversion-tel > dt,
.conversion-tel > dd {
  margin-top: 5px;
  color: #fff;
}

.conversion-tel > dd {
  text-align: right;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.conversion-btn.-white::after {
  border-top: 3px solid #06457E;
  border-right: 3px solid #06457E;
}

.conversion-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}

.conversion-btn.-blue::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.conversion__inner {
  padding: 60px 90px 100px 50px;
  display: flex;
  flex-wrap: wrap;
}

.footer-info__logo img {
  width: 100%;
  height: auto;
}

.stepbar li:after {
  top: 33px !important;
}

.Form_back_btn {
  width: 390px;
  margin: 0 auto 15px;
  border: 1px solid #185EE8;
  font-size: 1.2rem;
  overflow: hidden;
  border-radius: 10px;
}

.Form_back_btn a {
  display: block;
  width: 100%;
  padding: 20px 0;
}

body {
  padding-top: 0;
}

.contact-section {
  margin-top: 54px;
  background-color: #66a3ec;
  background-image: url(/wp-content/themes/ayabe_theme/cmn/img/common/bg_footer.png) !important;
  background-size: 600px !important;
  background-position: calc(50vw - 580px) bottom !important;
  padding-bottom: 5% !important;
}

.contact-section h2 {
  text-align: left !important;
  font-size: 2.5rem;
}

.d-sm-block {
  margin-top: -3px;
}

.col-lg-5.pb-3.pb-lg-0 {
  flex: 0 0 33% !important;
}

.form-control {
  width: 105% !important;
}

.contact-field .contact-text {
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .contact-section {
    padding-top: 2rem !important;
    height: 520px !important;
    background-position: calc(50% + 65px) calc(100% + 80px) !important;
    background-image: url(/wp-content/themes/ayabe_theme/cmn/img/common/bg_footer.png) !important;
    background-color: #66a3ec;
    background-position: calc(50% + 30px) calc(100% + 2px) !important;
    background-size: 100% !important;
  }
  .Form_back_btn {
    width: 100%;
    font-size: 1.2rem;
  }
  .contact-section h2 {
    font-size: 28px;
    text-align: center;
  }
  .conversion {
    background: url(../img/common/bg_footer.png) calc(50% + 65px) calc(100% + 80px)/600px no-repeat #17467e;
  }
  .header__logo {
    margin: 15px 0 20px 20px;
  }
  .contact-section {
    padding: 18vw 1vw !important;
  }
  .offset-4 {
    margin: 0 auto !important;
    text-align: center !important;
  }
  .contact-section h2 {
    font-size: 35px !important;
  }
  .col-8 {
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .contact-section .telephone-form.justify-content-between {
    font-size: 1rem !important;
  }
  .pick-up {
    font-size: 0.8rem !important;
  }
  .conversion__title {
    font-size: 1.9rem;
    margin-bottom: 6vw;
  }
  .conversion-tel.-num {
    font-size: 2rem;
  }
  .footer-info {
    margin: auto;
  }
  .conversion__inner {
    padding: 60px 90px 180px 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .copyright {
    padding: 50px 0 30px;
  }
  .contact-field .contact-text {
    font-size: 1rem !important;
    margin-bottom: 3rem;
  }
  .contact-field .require span {
    font-size: 1rem !important;
  }
  .contact-field .require-text span {
    font-size: 1rem !important;
  }
  .send_btn {
    font-size: 1.2rem;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .conversion-tel.-open {
    font-size: 0.85rem;
  }
  .form-control {
    width: 100% !important;
  }
  .form-control::-moz-placeholder {
    font-size: 1rem !important;
  }
  .form-control::placeholder {
    font-size: 1rem !important;
  }
  .col-4 {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    flex: none !important;
  }
  .col-lg-7 .row .col-4.mb-5 {
    margin-bottom: 0 !important;
  }
  .header {
    position: relative;
  }
  .container-fluid {
    margin-bottom: 3rem;
    top: 90px;
    left: 0;
    width: 100%;
    position: absolute;
  }
  .contact-section {
    margin-top: 0;
  }
  .contact-section h2 {
    text-align: center !important;
  }
  .col-lg-5.pb-3.pb-lg-0 {
    flex: 0 0 100% !important;
  }
  .header {
    min-width: 100% !important;
  }
}
.col-3 {
  line-height: 3.5em;
}

.col-3 label {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .col-3 {
    line-height: 2.5em;
  }
}/*# sourceMappingURL=import.form.css.map */