@charset "UTF-8";
.inline {
  display: inline;
}

.center {
  text-align: center;
}

input, select, textarea {
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
  color: #000;
  border: solid 1px #a0a0a0;
  border-radius: 4px;
  margin-bottom: 10px;
}

.width_full {
  width: 98%;
}

textarea.width_full {
  height: 200px;
}

.width_half {
  width: 48%;
}

/* フォーム部品の幅を決める */
.mfp_buttons button {
  font-size: 1.6rem;
  border-radius: 4px;
  padding: 5px;
}

input:focus {
  border: solid 1px #EEA34A;
  background-color: ivory;
}

/* 入力フォームにフォーカスした時に枠線の色を変える */
.form_section {
  margin-bottom: 40px;
}

.form_section h1 {
  width: calc(100% - 20px);
  margin: 0 10px 40px 10px;
  font-size: 2.2rem;
  font-weight: bold;
}

.form_section h1 + p {
  margin: 0 0 20px 0;
}

.form_section h2 {
  width: calc(100% - 20px);
  margin: 0 10px 20px 10px;
  padding-left: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  border-left: #000 5px solid;
}

.form_section h2 + p {
  margin: 0 0 20px 10px;
}

.form_section h3 {
  margin: 0 0 20px 0;
  padding-left: 10px;
  font-size: 1.6rem;
}

.form_section h3 + p {
  margin: 0 0 20px 0;
}

.toggle_dd {
  height: 300px;
  overflow: hidden;
  transition: 0.3s;
}

dt label,
dd label {
  width: 95%;
}

dt label.bggray,
dd label.bggray {
  background-color: #f2f2f2;
}

.toggle_check {
  display: none;
}

.caret i {
  transition: 0.3s;
}

.error {
  margin-left: 14px;
}

.error li {
  margin-left: 25px;
  color: #FF0033;
}

.msg {
  font-size: 1.2rem;
  color: red;
}

.close {
  width: 600px;
  text-align: center;
  margin: 0 auto 2em auto;
  padding: 5px;
}

.bottomLink {
  text-align: right;
  padding: 5px;
}

.bottomLink li {
  list-style: none;
  padding-left: 16px;
  display: inline;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #666;
  z-index: 2;
}
