@charset "UTF-8";
body main > div {
  margin: 0 auto;
  padding: 80px 0;
  width: 800px !important;
}
body main > div [data-form="1"] > dl {
  margin: 20px 0 0 0;
  display: -ms-flexbox;
  display: flex;
}
body main > div [data-form="1"] > dl:nth-of-type(1) {
  margin: 0;
}
body main > div [data-form="1"] > dl dt {
  color: #595857;
  width: 200px;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
}
body main > div [data-form="1"] > dl dt[data-req]:after {
  content: "必須";
  margin: 0 0 0 10px;
  display: block;
  padding: 5px 8px;
  background: #f53240;
  color: #fff;
  font-size: 12px;
}
body main > div [data-form="1"] > dl dd {
  width: calc(100% - 200px);
}
body main > div [data-form="1"] > dl dd [data-sim_text="2"] {
  height: 55px;
  width: 100%;
}
body main > div [data-form="1"] > dl dd > p {
  margin: 10px 0 0 0;
  color: #7d7d7d;
}
body main > div [data-form="1"] > dl dd > p a {
  text-decoration: underline;
}
body main > div [data-sim_buttons] {
  margin: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
body main > div [data-sim_buttons] li:first-child a {
  width: 150px;
}
body main > div [data-sim_buttons] li:last-child {
  margin: 0 0 0 25px;
}
body main > div [data-sim_buttons] li:last-child a {
  width: 400px;
}
