@import 'https://fonts.googleapis.com/css?family=Amiri';
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@400;500;700&amp;display=swap');

.article {
  overflow: hidden;
}
.article .wrap {
  max-width: 1008px;
  width: 70%;
}
#mainContent > .wrap {
  padding-top: 153px;
}

#input, #confirm, #complete {
  padding-top: 87px;
}

#input #gHeader , #confirm #gHeader , #complete #gHeader {
  padding: 0;
}

@media screen and (max-width: 860px) {
  .article .wrap {
    width: 90%;
  }
  #mainContent > .wrap {
    padding-top: 72px;
  }
}
.background {
  position: absolute;
  width: 100%;
  height: 800px;
  background-color: #eff1f5;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .background {
    height: 632px;
  }
}
#input .hdrLogo img.pc, #confirm .hdrLogo img.pc, #complete .hdrLogo img.pc {
  margin: 15px 0;
}
.input {
  display: inline-block;
  height: 44px;
  font-size: 16px;
}
.input--textarea {
  height: 115px;
}
.step__item > em {
  height: 44px;
  font-family: "Lato", "Roboto", sans-serif;
  font-weight: 800;
}
.btn-reset {
  display: none;
}
.btn.btn--disable {
  text-transform: none;
  font-weight: 600 !important;
  font-family: "adobe-garamond-pro", serif;
  color: #fff;
  border-radius: 0;
  border: 0;
  max-width: 384px;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 860px) {
  .btn.btn--disable {
    font-size: 16px;
  }
}

.headline--01 {
  margin-top: 153px;
  margin-bottom: 48px;
  font-size: 56px;
  text-align: center;
}
.headline--04 {
  display: table;
}
@media screen and (max-width: 860px) {
  .headline--01 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 16px;
  }
  .input {
    font-size: 16px;
  }
}
.inputSelect select {
  height: 42px;
  font-size: 16px;
}
.btn--primary {
  max-width: 384px;
  width: 384px;
  height: 56px;
  border-color: rgba(0, 35, 104, 1);
  border-radius: 0;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  text-transform: none;
  background-color: rgba(0, 35, 104, 1);
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 600!important;
}
@media screen and (max-width: 860px) {
  .btn--primary {
    width: 280px;
    font-size: 18px;
  }
  #confirm .btn--primary {
    margin-top: 10px;
  }
}
.tableForm th, .tableForm th h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "jost",serif;
}
.tableForm th .colorAccent {
  font-size: 14px;
  font-weight: normal;
}

.btn--cancel, .btn--more {
  font-family: "jost",serif;
  text-transform: none;
  color: rgba(0, 51, 153, 1);
  margin-top: 20px;
  border: 1px solid rgba(216, 216, 216, 1);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 160px;
  height: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 19px 10px 19px 30px;
}

.btn--cancel:hover, .btn--more:hover {
  color: #0daeea;
}

.btn--cancel .icon{
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-bottom: 1px;
  position: absolute;
  left: 6%;
}

#pNav div:first-child {
  margin-right: 0;
}

#input #pNav div:last-child, #confirm #pNav div:last-child, #complete #pNav div:last-child {
  margin: 25px;
}

.column column--1,.column__item {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.agree h5,
.agree .h5 {
  margin-top: 30px;
  font-weight: bold;
}
.agree ol {
  list-style: decimal;
}
.agree ul {
  list-style: disc;
  padding: 10px 0 0 20px;
}
.agree li {
  margin-bottom: 5px;
  padding-left: 24px;
  font-size: 14px!important;
}

.agree .list--parentheses li {
  padding-left: 36px;
}

@media screen and (max-width: 860px) {
  .tableForm th {
    padding-bottom: 12px;
  }

  .inputSelect select {
    font-size: 16px;
  }
}

/* bookmarks */
.bookMarks--border-01 {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #FFFFFF;
}

.bookMarks--border-01::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  border-right: 1px solid #ccc;
}

.bookMarks--border-01.none__tk::before {
  display: none;
}

@media screen and (max-width: 860px) {
  .bookMarks--border-01::before {
    border: none;
  }
  .bookMarks--border-01::before {
    top: 0;
    bottom: 43px;
    width: 100%;
    right: 0;
    border-bottom: none;
  }
}

.bookMarks__header {
  position: relative;
}

.bookMarks__headline {
  font-family: "adobe-garamond-pro",serif;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 860px) {
  .bookMarks__headline {
    margin: 8px 0 8px;
    padding-right: 0%;
    font-size: 18px;
    line-height: 21px;
  }
}

.bookMarks__media {
  overflow: hidden;
  display: flex;
}

.bookMarks__figure {
  width: 260px;
  margin-right: 20px;
  transition: 0.2s;
  padding: 10px 0 10px 10px;
}

.bookMarks__figure img {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .bookMarks__figure {
    width: 120px;
    padding: 0;
    margin-right: 17px;
  }
}

.bookMarks__type {
  position: absolute;
  top: 17px;
  left: 22px;
  font-family: "jost",serif;
  font-size: 11px;
}

@media screen and (max-width: 860px) {
  .bookMarks__type {
    position: static;
  }
}

.bookMarks__text {
  overflow: hidden;
  width: 80%;
  margin: auto 0;
}

.media-bottom .bookMarks__text {
  margin: auto 5% auto 0;
}

@media screen and (max-width: 860px) {
  .bookMarks__text {
    width: 100%;
    margin: auto 0;
  }
}

.bookMarks__address {
  line-height: 16px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 8px 0;
  width: 85%;
}

.bookMarks__address p {
  color: rgba(34, 34, 34, 1);
}

.bookMarks__address .bookmarks__station {
  color: rgba(128, 128, 128, 1);
}

@media screen and (max-width: 860px) {
  .bookMarks__listLabel {
    display: flex;
    justify-content: space-between;
    width: 82%;
  }

  .bookMarks__address {
    line-height: 1.3;
    letter-spacing: normal;
    padding-right: 0%;
  }

  .bookMarks__address ul {
    color: rgba(128, 128, 128, 1);
  }
}

.bookMarks__detail {
  top: 0;
  left: 450px;
  line-height: 1.7;
  padding-right: 20px;
  font-size: 16px;
  border-top: 1px solid rgba(216, 216, 216, 1);
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  width: 90%;
}

.bookMarks__detail img{
  width: 20px;
  height: auto;
  vertical-align: sub;
}

.bookMarks__detail li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 3px;
}

.bookmarks__completion {
  color: rgba(128, 128, 128, 1);
  font-size: 14px;
}

@media screen and (max-width: 860px) {
  .bookMarks__detail {
    position: static;
    line-height: 1.3;
    letter-spacing: normal;
    width: 100%;
  }

  .bookMarks__detail li {
    font-size: 14px;
  }
}

.bookMarks__detail span {
  color: #666;
}

.bookMarks__right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 860px) {
  .bookMarks__right {
    top: 35px;
    right: 0;
  }
}

.bookMarks__right a {
  margin-top: 10px;
}

.bookMarks__right a:first-child {
  margin-top: 0;
}

@media screen and (max-width: 860px) {
  .bookMarks__right a:first-child {
    margin-top: 20px;
  }
}

.bookMarks__right a .two {
  margin-left: 24px;
}

.bookMarks .btn.remove {
  color: #ccc;
  border-color: #ccc;
}

.bookMarks .btn:hover {
  color: #ccc;
}

.bookMarks .btn--detail:hover {
  border-color: #ccc;
  background-color: #e9e9f4;
}

.bookMarks .remove_icon {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #ccc;
  vertical-align: middle;
  cursor: pointer;
}

.bookMarks .remove_icon:before, .bookMarks .remove_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

.bookMarks .remove_icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.bookMarks .remove_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bookMarks__removed {
  margin-top: 20px;
  border: 1px solid #d00058;
  border-radius: 4px;
  color: #d00058;
  font-size: 16px;
  padding: 25px 30px;
  position: relative;
}

.bookMarks .bookMarks--border-01 .remove_icon {
  top: -8px;
  right: -7px;
  /* transform: translateY(-50%); */
}

@media screen and (max-width: 860px) {
  .bookMarks .bookMarks--border-01 .remove_icon {
    top: 0;
    right: 0;
    transform: none;
    margin: 0;
  }
}

@media screen and (max-width: 860px) {
  .bookMarks__removed {
    padding: 20px 10px;
  }
  .bookMarks__removed p {
    width: 180px;
  }
}

.bookMarks__removed .bookMarks__undo {
  border: 1px solid;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 860px) {
  .bookMarks__removed .bookMarks__undo {
    right: 12px;
    padding: 5px 10px;
  }
}

.bookMarks__removed .remove_icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 860px) {
  .bookMarks__removed .remove_icon {
    top: 0;
    right: 0;
    transform: none;
    margin: 0;
  }
}

.bookMarks .inputCheck + label {
  position: absolute;
  right: -11px;
  top: 51%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  .bookMarks .inputCheck + label {
    position: relative;
    left: 50%;
    top: 0px;
    right: auto;
    padding-left: 0;
    margin-top: 30px;
    transform: translateX(-50%);
    margin-left: -8px;
  }
}

.formCheck__list .label-button {
  cursor: pointer;
  position: relative;
  display: block;
  width: fit-content;
}

.formCheck__list ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  padding-top: 16px;
}

.formCheck__list .checkAccordion ~ ul {
  max-height: 100vh;
  padding-top: 16px;
  padding-bottom: 16px;
}

.formArea .formCheck__list>li {
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  padding-top: 16px;
  position: relative;
}

.formArea .formCheck__list>li:last-child {
  border-bottom: none;
}

.formArea .formCheck__list>li input:checked ~ .formCheck__list>li {
  border: none;
}

.formArea .formCheck__list .inputCheck + label {
  height: 24px;
}

.Interest .formCheck__list .inputCheck + label {
  height:24px;
  font-size:16px;
}

.formCheck__list .vector-flex {
  display: flex;
}

.formCheck__list .form-open {
  position: absolute;
  top: 16px;
  right: 0;
}

.formCheck__list .form-open::before {
  content: url("../png/vectordown.png");
}

.formCheck__list .form-open.active::before {
  content: url("../png/vectorup.png");
}

.formCheck__list .form-open ~ ul{
  max-height: 0;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom:0;
}

.formCheck__list .form-open.active ~ ul,
.formCheck__list .formCheck__listLower.active {
  max-height: 100vh;
  padding-top: 16px;
  padding-bottom: 16px;
}

.formCheck__listLower {
  display: flex;
  flex-direction: column;
}
.formCheck__list label span {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 1px 0 1px 6px;
}
input#you_are_input {
  background: none;
}

.inputSelect .icon {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 860px) {
  .formCheck__list .label-button {
    display: flex;
    align-items: center;
  }
}
.formCheck__list.inline li,
.formCheck__listLower.inline li {
  display: inline-block;
  margin-top: 0;
  padding-bottom: 8px;
}
.formCheck__listLower.inline li .inputCheck + label {
  box-sizing: border-box;
  position: relative;
  padding: 2px 0 2px 30px;
  cursor: pointer;
  align-items: center;
  height: 24px;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}
.inout__title {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}

.textBox {
  position: relative;
  margin-top: 20px;
  margin-bottom: 32px;
}
.textBox #sslarea {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 110px;
}
#complete .textBox {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .textBox #sslarea {
    margin-top: 10px;
    position: relative;
    right: auto;
    top: auto;
    width: 110px;
  }
  #complete .textBox {
    margin-bottom: 0;
  }
}
.textBox .title {
  font-family: "jost",serif;
  color: rgba(0, 35, 104, 1);
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
}
.text01{
  margin-bottom: 0!important;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
.notes {
  color:#808080;
  font-size: 12px;
  padding-top: 12px;
}
.side .side__fixWrap.fix-state-on {
  width: 240px;
}
.formBtnContainer .privacyPolicy {
  position: absolute;
  margin: 15px 0;
  text-decoration: none;
  font-size: 14px;
}
.fixed .privacyPolicy {
  position: absolute;
  margin-top: 15px;
  margin-bottom: 15px;
  left: 37%;
}
@media screen and (max-width: 860px) {
  .textBox .title {
    font-size: 24px;
    margin-bottom: 24px;
    width: 101%;
  }
  .formBtnContainer .privacyPolicy {
    margin: 15px auto;
    position: static;
  }
  .fixed .privacyPolicy {
    left: 40%;
  }
}

#confirm .tableForm th {
  width: 220px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 18px;
  padding: 32px 10px 32px 0;
}
#confirm .tableForm td {
  word-break: break-all;
  border-bottom: 1px solid #E6E6E6;
  padding: 32px 0;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
#confirm .table__cell.hasChild p {
  margin-top: 15px;
  font-size: 14px;
}
#confirm .table__cell.hasChild p:first-child {
  margin-top: 0;
}
#confirm .plhl_title {
  color: #ccc;
}
#confirm .hasChild_title {
  display: block;
  color: rgba(34, 34, 34, 1);
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 15px;
  line-height: 22px;
}
#confirm .formBtn {
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 25%);
}
#confirm .formBtn__reset {
  left: unset;
}
@media screen and (max-width: 860px) {
  #confirm .tableForm th {
    width: auto;
    padding: 32px 0 16px 0;
    border-bottom: 0;
  }
  #confirm .tableForm td {
    width: auto;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
  }
  #confirm .formBtn {
    display: flex;
    flex-direction: column;
  }
  #confirm .fromBtn__confirm {
    justify-content: center;
    display: flex;
  }
  #confirm .formBtn__reset {
    display: flex;
    justify-content: center;
    position: unset;
    margin-top: 8px;
  }
  .btn--cancel {
    margin: 0;
    max-width: 280px;
    width: 280px;
  }
}
.btn--default {
  font-weight: 500;
  color: rgba(0, 51, 153, 1);
  text-transform: none;
  max-width: 240px;
  min-width: 212px;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 16px;
  padding-left: 0;
}

#complete .icon {
  position: absolute;
  right: 5%;
}

#complete .column .text01 {
  margin-top: 15px;
  font-size: 14px;
}
#complete .formBtn {
  display: inline;
}

.related_topics_box {
  background-color: #fff;
  padding: 60px 80px;
  margin-top: 30px;
  margin-bottom: 50px;
  border: 1px solid #d8d8d8;
}

.related_topics_title {
  font-family: "adobe-garamond-pro", serif;
  list-style: disc;
  margin-left: 30px;
  text-transform: none;
  font-size: 28px;
  font-weight: 900;
}

.related_topics_title h2 {
  font-size: 28px;
  font-weight: 900;
}

.related_topics_title::marker {
  color: rgba(0, 35, 104, 1);
}

.contents--column-2 .related_topics_box .column--2 {
  display: block;
}
.contents--column-2 .related_topics_box .column--2 .column__item {
  max-width: 100%;
  -webkit-flex: 0 0 290px;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.contents--column-2 .related_topics_box .column--2 .column__item .column__img {
  object-fit: cover;
  max-width: 280px;
  padding: 30px 15px 30px 0;
  border-top: 3px solid #002368;
}
.contents--column-2 .related_topics_box .column--2 .column__item .column__text {
  padding: 50px 30px;
  margin-top: 0;
  border-top: 1px solid #d8d8d8;
}
.contents--column-2 .related_topics_box .column--2 .column__item .column__text .column__figure {
  float: left;
  margin: 20px 0;
}

@media screen and (max-width: 860px) {
  .btn--default {
    font-size: 14px;
  }
  .related_topics_title {
    font-size: 20px;
    margin-left: 23px;
  }
  .related_topics_box {
    padding: 25px 15px;
  }
  .contents--column-2 .related_topics_box .column--2 {
    width: 100%;
  }
  .contents--column-2 .related_topics_box .column--2 .column__item {
    width: 100%;
  }
  .contents--column-2 .related_topics_box .column--2 .column__item .column__img {
    max-width: 50%;
    min-width: 150px;
    width: 100%;
    min-height: 100px;
    object-fit: contain;
    object-position: top left;
  }
  .contents--column-2 .related_topics_box .column--2 .column__item .column__text {
    max-width: 50%;
    width: fit-content;
    padding: 0;
  }
  .contents--column-2 .related_topics_box .column--2 .column__item .column__text .column__figure .btn {
    width: 100%;
    padding: 10px 50px 10px 28px;
    display: flex;
    min-width: 150px;
  }

  .contents--column-2 .related_topics_box .column--2 .column__item .column__text .column__figure .icon {
    position: static;
  }

}

@media screen and (max-width: 860px) {
  #complete  .column__item {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 860px) {
  .tableForm > .bookMarks {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#grandFooter,
.btnSitemap,
#fBreadcrumb li {
  display: none;
}

/*****************************
 *
 ** Validation switch style **
 *
 *****************************/

/* btn */
#input .formBtn.is_disable {
  margin: 0 -900px;
  padding: 20px 900px;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 25%);
  display: flex;
}
.formBtn.is_disable .obj_disable {
  display: flex;
  margin: 0 auto;
  background-color: #808080;
  width: 384px;
  height: 56px;
  align-items: center;
}
#input .formBtn.is_disable .obj_primary {
  display: none;
  margin: 0 auto;
}
#input .formBtn.is_primary {
  margin: 0 -900px;
  padding: 20px 900px;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 25%);
  display: flex;
}
#input .formBtn.is_primary .obj_disable {
  display: none;
  margin: 0 auto;
}
#input .formBtn.is_primary .obj_primary {
  display: block;
  margin: 0 auto;
}
.formBtn__Back {
  text-decoration: none;
  border: 1px solid rgba(216, 216, 216, 1);
  font-size: 16px;
  font-family: "jost",serif;
  padding: 19px 10px;
  font-weight: 500;
  display: flex;
  width: 160px;
  position: absolute;
  height: 50px;
  align-items: center;
}

.formBtn__Back .btn_back {
  margin: 0 auto;
}
.formBtn__Back img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-bottom: 1px;
  position: absolute;
}

@media screen and (max-width: 860px) {
  #input .formBtn.is_disable {
    padding: 0;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 25%);
    flex-direction: column;
  }
  #input .formBtn.is_disable .obj_disable {
    margin: 16px auto 0;
    width: 280px;
  }
  #input .formBtn.is_disable .obj_primary {
    display: none;
    margin: 16px auto 0;
    width: 280px;
  }
  #input .formBtn.is_primary {
    margin: 0 -465px;
    padding: 0 465px;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 25%);
    flex-direction: column;
  }
  #input .formBtn.is_primary .obj_disable {
    display: none;
    margin: 16px auto 0;
    width: 280px;
  }
  #input .formBtn.is_primary .obj_primary {
    display: block;
    margin: 16px auto 0;
    width: 280px;
  }
  .formBtn__Back {
    position: static;
    margin: 0 auto;
    font-size: 14px;
    width: 280px;
  }
}

/* btn */
.boardSide.boardSide--required .obj_required { display: table-cell;}
.boardSide.boardSide--complate .obj_required { display: none;}
.boardSide.boardSide--required .obj_complate { display: none;}
.boardSide.boardSide--complate .obj_complate { display: table-cell;}

/* th error text */
table th i {
  display: inline-block;
  font-style: normal;
}
table tr i .colorComplete { display: none;}
table tr.error i .colorAccent { display: inline-block;}
table tr.error i .colorComplete { display: none;}
table tr.complete i .colorAccent { display: none;}
table tr.complete i .colorComplete {
  display: inline-block;
  font-size: 14px;
}

table tr.error i .colorAccent { display: inline-block;}
table tr.error i .colorComplete { display: none;}
table tr.complete i .colorAccent { display: none;}
table tr.complete i .colorComplete {
  display: inline-block;
  font-size: 14px;
}

/* input error text */
.tableTopError .formError,
table tr .formError,
table tr.complete .formError,
table tr.complete .formError { display: none;}
table tr.error .formError.active,
.tableTopError .formError.active { display: block;}

/* input border */
table tr.error .input { border-color: #d00058;}
table tr.complete .input { border-color: #ccc;}

/* mail delivery register form */
/* label */
table tr i .colorAccent { display: inline-block;}
table tr i .colorComplete { display: none;}
table tr.completeLabel i .colorAccent { display: none;}
table tr.completeLabel i .colorComplete { display: inline-block;}

/* input border */
table tr input.errorBorder { border-color: #d00058;}
table tr input { border-color: #ccc;}

/* error text */
table tr .formError { display: none;}
table tr .formError.active { display: block;}

.formBtnContainer {
  position: static;
  background-color: #fff;
  width: 100%;
  transition: bottom 0.3s;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.agree .h5 {
  font-size: 14px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}
