#f020 [data-card] {
  margin: 50px auto 0 auto;
  width: 800px;
}
#f020 [data-card] h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
}
#f020 [data-card] > p {
  margin: 20px 0 30px 0;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 400;
}
#f020 [data-card] > .err_block {
  margin-bottom: 30px;
}
#f020 [data-card] form dl {
  margin-top: 20px;
}
#f020 [data-card] form dl:nth-of-type(1) {
  margin-top: 0;
}
#f020 [data-card] form dl dd {
  margin-top: 5px;
}
#f020 [data-card] form > a {
  margin: 40px auto 0 auto;
  width: 400px;
}

#f021 [data-card], #f101 [data-card] {
  margin: 50px auto 0 auto;
  width: 1000px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  border-radius: 8px;
}
#f021 [data-card] h1, #f101 [data-card] h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
#f021 [data-card] > p, #f101 [data-card] > p {
  margin: 20px 0 40px 0;
  text-align: center;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
#f021 [data-card] > .err_block, #f101 [data-card] > .err_block {
  margin-bottom: 30px;
}
#f021 [data-card] form h2, #f101 [data-card] form h2 {
  margin-top: 40px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: solid 2px #2ca9e1;
  color: #2ca9e1;
  font-size: 18px;
  font-weight: 500;
}
#f021 [data-card] form dl:nth-of-type(1) h2 {
  margin-top: 0;
}
#f021 [data-card] form ol[data-col], #f101 [data-card] form ol[data-col] {
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
#f021 [data-card] form ol[data-col] li, #f101 [data-card] form ol[data-col] li {
  width: calc(50% - 20px);
}
#f021 [data-card] form ol[data-col] li dl, #f101 [data-card] form ol[data-col] li dl {
  margin-top: 20px;
}
#f021 [data-card] form dl, #f101 [data-card] form dl {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#f021 [data-card] form > dl:first-child, #f101 [data-card] form > dl:first-child {
  margin-top: 0;
}
#f021 [data-card] form dl dt, #f101 [data-card] form dl dt {
  width: 150px;
  font-weight: 500;
}
#f021 [data-card] form dl dd, #f101 [data-card] form dl dd {
  width: calc(100% - 150px);
}

/* Radio button horizontal layout */
#f021 [data-card] form dl dd ol {
  display: flex;
  gap: 30px;
  padding-top: 6px;
}
#f021 [data-card] form dl dd ol li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#f021 [data-card] form dl dd ol li label input {
  margin-right: 8px;
}
#f021 [data-card] form dl dd ol li label p {
  margin: 0;
}

#f021 [data-card] form dl dd p[data-label], #f101 [data-card] form dl dd p[data-label] {
  font-size: 15px;
  font-weight: 400;
}
#f021 [data-card] form > a, #f101 [data-card] form > a {
  margin: 60px auto 0 auto;
  width: 320px;
}

#f022 [data-card], #f102 [data-card] {
  margin: 50px auto 0 auto;
  width: 800px;
}
#f022 [data-card] h1, #f102 [data-card] h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
}
#f022 [data-card] > p, #f102 [data-card] > p {
  margin: 50px 0 30px 0;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 400;
}
#f022 [data-card] > a, #f102 [data-card] > a {
  margin: 50px auto 0 auto;
  width: 400px;
}

body#f101 {
  background: #f5f9fb;
}

body#f101 header {
  border-bottom: solid 1px rgba(44, 169, 225, 0.22);
  background-color: #ffffff;
}

body#f101 [data-wrap] {
  background: #f5f9fb;
}

body#f101 [data-wrap] > main {
  padding-top: 26px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
}

body#f101 [data-header] {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 22px;
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px rgba(44, 169, 225, 0.22);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(28, 28, 28, 0.05);
  box-sizing: border-box;
}

body#f101 [data-header] > p {
  color: #33383a;
  font-size: 16px;
  font-weight: 500;
}

body#f101 [data-header] > p span {
  color: #727171;
  font-size: 14px;
  font-weight: 400;
}

body#f101 [data-header] > ol {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

body#f101 [data-header] > ol li {
  width: 125px;
}

body#f101 [data-header] > ol li:nth-child(n + 2) {
  margin-left: 0;
}

body#f101 [data-header] [data-btn="3"] {
  color: #1689bd;
  border-color: #2ca9e1;
  background-color: #ffffff;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0;
}

body#f101 [data-header] [data-btn="3"]:hover {
  color: #ffffff;
  background-color: #2ca9e1;
  opacity: 1;
}

#f101 [data-card] {
  margin: 45px auto 0 auto;
  padding: 34px 120px 42px;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px rgba(44, 169, 225, 0.22);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(28, 28, 28, 0.05);
  box-sizing: border-box;
}

#f101 [data-card] h1 {
  color: #33383a;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}

#f101 [data-card] > p {
  margin: 16px auto 34px auto;
  max-width: 720px;
  color: #485859;
  text-align: center;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 400;
}

#f101 [data-card] > .err_block {
  margin-bottom: 30px;
}

#f101 [data-card] form h2 {
  margin: 42px 0 22px;
  padding: 0 0 0 14px;
  color: #33383a;
  border-left: solid 4px #2ca9e1;
  border-bottom: none;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}

#f101 [data-card] form h2:first-of-type {
  margin-top: 0;
}

#f101 [data-card] form ol[data-col] {
  margin-top: 20px;
  display: flex;
  gap: 0;
}

#f101 [data-card] form ol[data-col] li {
  width: 50%;
}

#f101 [data-card] form ol[data-col] li dl {
  margin-top: 0;
}

#f101 [data-card] form ol[data-col] li:nth-child(n + 2) dl dt {
  padding-left: 30px;
}

#f101 [data-card] form dl {
  margin-top: 18px;
  display: flex;
  align-items: center;
}

#f101 [data-card] form > dl:first-child {
  margin-top: 0;
}

#f101 [data-card] form dl dt {
  width: 150px;
  color: #485859;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

#f101 [data-card] form dl dd {
  margin-top: 0;
  width: calc(100% - 150px);
}

#f101 [data-card] input,
#f101 [data-card] select,
#f101 [data-card] textarea {
  min-height: 36px;
  color: #33383a;
  border: solid 1px rgba(44, 169, 225, 0.28);
  background-color: #fbfdfe;
  border-radius: 5px;
  box-sizing: border-box;
}

#f101 [data-card] textarea {
  min-height: 100px;
  padding-top: 8px;
  line-height: 1.6;
}

#f101 [data-card] input:focus,
#f101 [data-card] select:focus,
#f101 [data-card] textarea:focus {
  border-color: rgba(44, 169, 225, 0.9);
  box-shadow: 0 0 0 3px rgba(44, 169, 225, 0.12);
  outline: none;
}

#f101 [data-card] form > a {
  margin: 60px auto 0 auto;
  width: 480px;
  height: 56px;
  border-color: #2ca9e1;
  background-color: #2ca9e1;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0;
}

body#f101 [data-btns] {
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

body#f101 [data-btns] li:nth-of-type(1) {
  width: 150px;
}

body#f101 [data-btns] li:nth-of-type(2) {
  width: 240px;
}

body#f101 [data-btns] a {
  height: 44px;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0;
}

body#f101 [data-btns] a[data-btn="1"] {
  border-color: #2ca9e1;
  background-color: #2ca9e1;
}

body#f101 [data-btns] a[data-btn="5"] {
  color: #727171;
  border-color: rgba(44, 169, 225, 0.22);
  background-color: #ffffff;
}

body#f022 {
  background: #f5f9fb;
}

body#f022 header {
  border-bottom: solid 1px rgba(44, 169, 225, 0.22);
  background-color: #ffffff;
}

body#f022 [data-wrap] {
  background: #f5f9fb;
}

body#f022 [data-wrap] > main {
  padding-top: 52px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
}

#f022 [data-card] {
  margin: 0 auto;
  padding: 38px 56px 40px;
  width: min(800px, 100%);
  background-color: #ffffff;
  border: solid 1px rgba(44, 169, 225, 0.22);
  border-top: solid 4px #2ca9e1;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(28, 28, 28, 0.05);
  box-sizing: border-box;
}

#f022 [data-card] h1 {
  color: #33383a;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}

#f022 [data-card] > p {
  margin: 28px auto 0;
  max-width: 560px;
  color: #485859;
  text-align: center;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
}

#f022 [data-card] > a {
  margin: 34px auto 0 auto;
  width: 400px;
  height: 44px;
  border-color: #2ca9e1;
  background-color: #2ca9e1;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0;
}
