html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: bold;
}


.form-wrapper {
  width: 100%;
  padding-inline: 4%;
  margin-inline: auto;
}

.form-header {
  padding-block: 10px 18px;
}
.form-header h1 {
  width: 80px;
  margin-inline: auto;
  line-height: 0;
}

.form-contents {
  display: flex;
  width: 100%;
	grid-template-columns: 1fr;
	flex-direction: column;
}
.form-left {
	display: contents; 
}

.form-subTitle:not(:empty) {
  font-weight: bold;
  font-size: 1.45rem;
  line-height: 1.5;
  padding-bottom: 0.4em;
  text-align: justify;
}
.form-mainTitle {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.5;
  padding-bottom: 13px;
  text-align: justify;
  position: relative;
}
.form-mainTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #3679b7, #8dc8ff);
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-image:not(:empty) {
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.form-heading:not(:empty) {
  background: #3679b7;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.8em 0.4em;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
  border-bottom: solid 2px #8dc8ff;
  margin-top: 40px;
  font-size: 1.75rem;
  line-height: 1.5;
}

.form-list:not(:empty) {
  position: relative;
  line-height: 1.4;
  margin-top: 1em;
  padding: 0.4em 0.8em 0.4em 2.5em;
  font-weight: bold;
  background: #f0f0f0;
  color: #333333;
  text-align: justify;
}
.form-list + .form-list:not(:empty) {
  margin-top: 0.4em;
}
.form-list:not(:empty)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7em;
  height: 100%;
  background: #3679b7;
}
.form-list:not(:empty)::after {
  content: "▲";
  display: block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.45em);
  left: 1em;
  z-index: 1;
	transform: rotate(90deg);
}

.form-leading-wrapper {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 12px 0 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.form-leading-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px;
  background-color: #8dc8ff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
.form-leading {
  width: 100%;
  text-align: center;
  position: relative; 
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #00417d;
}

.form-description {
  margin-top: 35px;
  text-align: justify;
}

.form-contact {
  margin-top: 40px;
  border: solid 1px #969596;
  padding: 0.75em 1em;
  line-height: 1.5;
	order: 9999;
}

.form-right {
  margin-top: 40px;
	order: 2;
}

.form-right .form-title {
  background: #e2e9ed;
  color: #00417d;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.form-right .form-title span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-right .form-title span::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  margin-right: 10px;
  background: #00417d;
  flex-shrink: 0;
}
.form-right .form-title span::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  margin-left: 10px;
  background: #00417d;
  flex-shrink: 0;
}

.form-renew {
  padding: 10px !important;
  background: #f1f4f6;
}

.form-renew.mktoForm .mktoHtmlText span {
  font-size: 1.3rem !important;
}
.form-renew.mktoForm .mktoFieldWrap {
  width: 100% !important;
}
.form-renew.mktoForm .mktoOffset {
  display: none;
}
.form-renew.mktoForm .mktoAsterix {
  padding-inline: 0 5px;
  float: left;
  color: #ff0000;
}
.form-renew.mktoForm .mktoGutter {
  display: none;
}
.form-renew.mktoForm .mktoLabel {
  width: 100% !important;
}
.form-renew.mktoForm input[type=text],
.form-renew.mktoForm input[type=email],
.form-renew.mktoForm select {
  max-width: none !important;
  width: 100% !important;
  font-size: 1.6rem !important;
}
.form-renew.mktoForm .mktoRequiredField label.mktoLabel,
.form-renew.mktoForm label.mktoLabel {
  font-size: 1.6rem;
  padding-bottom: 5px;
  display: flex;
}
.form-renew.mktoForm .mktoRadioList {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: center;
  gap: 6px 10px;
}
.form-renew.mktoForm .mktoRadioList > label {
  margin: 0;
}
#LblFirstName {
  padding-bottom: 0;
}
.form-renew.mktoForm .mktoFieldWrap strong {
  display: inline-block;
  padding: 0;
  font-size: 1.6rem !important;
  margin-top: 30px;
}
.form-renew.mktoForm input[type=checkbox] {
  margin-top: .4rem;
}
.form-renew.mktoForm .mktoCheckboxList > label {
  form-renew: 1.6rem;
}
.form-renew.mktoForm .mktoButtonRow {
  max-width: 250px;
  margin-inline: auto;
}
.form-renew.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border-radius: 6px;
  background: linear-gradient(to top, #3679b7, #369eff);
  border: solid 1px #8dc8ff;
}

.form-ppmark img {
  display: block;
  width: 96px;
  height: auto;
  margin: 30px auto 0;
}

.form-footer {
  text-align: center;
  font-size: 1.3rem;
  padding: 2em 0 1em;
}

@media screen and (min-width: 480px), print {
  .form-renew {
    padding: 20px !important;
  }
}
@media screen and (min-width: 900px), print {
  .form-wrapper {
    width: 100%;
    max-width: 1300px;
    padding-inline: 50px;
  }

  .form-header {
    padding-block: 20px 40px;
  }
  .form-header h1 {
    width: 130px;
    margin-inline: 0;
  }

  .form-contents {
    display: grid;
		grid-template-columns: 1fr 46.66%;
    column-gap: 3.34%; 
    grid-template-areas: 
      "left-block right-block";
  }
  .form-left {
		display: block;
    grid-area: left-block;
  }

  .form-subTitle:not(:empty) {
    font-size: 1.8rem;
  }
  .form-mainTitle {
    font-size: 2.6rem;
    padding-bottom: 18px;
  }

  .form-image:not(:empty) {
    margin-top: 40px;
  }

  .form-heading:not(:empty) {
    font-size: 1.8rem;
    margin-top: 60px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  }

  .form-list:not(:empty) {
    padding: 0.5em 0.8em 0.5em 2.8em;
  }
  .form-list:not(:empty)::before {
    width: 2em;
  }
  .form-list:not(:empty)::after {
    left: calc(1.4em);
  }

  .form-leading-wrapper {
    margin-top: 30px;
  }
  .form-leading {
    font-size: 1.8rem;
  }

  .form-description {
    margin-top: 50px;
  }

  .form-contact {
    margin-top: 50px;
    padding: 1em 1.3em;
  }

  .form-right {
    margin-top: 0;
    grid-area: right-block;
		min-width: 400px;
  }

  .form-right .form-title {
    font-size: 2.0rem;
  }
  .form-right .form-title span::before ,
  .form-right .form-title span::after {
    width: 18px;
  }

  .form-renew {
    padding: 30px !important;
  }

  .form-renew.mktoForm .mktoFormRow .mktoFieldWrap {
    display: flex;
  }
  .form-renew.mktoForm .mktoRequiredField label.mktoLabel,
  .form-renew.mktoForm label.mktoLabel {
    width: 150px !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .form-renew.mktoForm input[type=text],
  .form-renew.mktoForm input[type=email],
  .form-renew.mktoForm select {
    width: calc(100% - 150px) !important;
  }
  .form-renew.mktoForm .mktoAsterix {
    margin-left: auto;
    padding-inline: 10px
  }
  .form-renew.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    transition: opacity 0.3s ease-in-out;
  }
  .form-renew.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: solid 1px #8dc8ff;
    opacity: .7;
  }

  .form-footer {
    padding: 4em 0 1em;
  }
}
