main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  main .imgBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vw;
    z-index: 1;
    opacity: 0.5; }
    main .imgBlock img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit:cover;'; }
    main .imgBlock:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      z-index: 2; }
  main h2 {
    color: white;
    text-align: left;
    padding: 15vw 0 8vw 8vw;
    position: relative;
    z-index: 3; }
    main h2 span {
      display: block;
      text-align: left;
      color: inherit;
      font-size: 200%;
      font-weight: 900; }
      main h2 span em {
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
        display: inline-block;
        color: transparent;
        -webkit-text-stroke: 1px white;
        margin-left: .5rem; }

.cnt_form h2 {
  font-weight: 700;
  font-size: 250%;
  line-height: 110%;
  text-align: center;
  margin-top: 8rem; }
  .cnt_form h2 span {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px #242324;
    margin-left: .5rem; }
.cnt_form .headWrap h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 4rem; }
.cnt_form .headWrap .flexBox {
  max-width: 80rem;
  padding: 2rem 0; }
  .cnt_form .headWrap .flexBox dt, .cnt_form .headWrap .flexBox dd {
    flex-basis: 50%;
    text-align: center; }
    .cnt_form .headWrap .flexBox dt b, .cnt_form .headWrap .flexBox dt i, .cnt_form .headWrap .flexBox dd b, .cnt_form .headWrap .flexBox dd i {
      color: inherit;
      font-size: inherit; }
    .cnt_form .headWrap .flexBox dt a, .cnt_form .headWrap .flexBox dd a {
      color: #F5CB5C;
      font-weight: bold;
      display: inline-block;
      margin: 1.5rem auto;
      font-size: 3rem; }
      .cnt_form .headWrap .flexBox dt a:hover, .cnt_form .headWrap .flexBox dd a:hover {
        color: crimson; }
    .cnt_form .headWrap .flexBox dt b, .cnt_form .headWrap .flexBox dd b {
      display: block;
      margin-bottom: 1.5rem;
      text-align: center; }
    .cnt_form .headWrap .flexBox dt img, .cnt_form .headWrap .flexBox dd img {
      width: 80%;
      max-width: 15rem;
      display: block;
      margin: 1rem auto; }
  .cnt_form .headWrap .flexBox dt {
    background-color: #f4f4f4;
    padding: 4rem 0; }
.cnt_form .policy h4 {
  margin-bottom: 1.5rem; }
.cnt_form .policy b {
  display: block; }

@media screen and (max-width: 480px) {
  .cnt_form .headWrap .flexBox dt a, .cnt_form .headWrap .flexBox dd a {
    font-size: 2rem; } }
@media screen and (max-width: 769px) {
  .cnt_form .headWrap .flexBox dt, .cnt_form .headWrap .flexBox dd {
    min-width: 100%; }
    .cnt_form .headWrap .flexBox dt a, .cnt_form .headWrap .flexBox dd a {
      margin-top: 0; }
  .cnt_form .headWrap .flexBox dt {
    margin-bottom: 4rem; } }
