

* {
    outline: none;
    box-sizing: border-box;
}

html,
body,
.container {
    height: 100%;
}

body {
    font-family: 'Noto Sans JP';
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

img {
    max-width: 100%;
    border: none;
}

h1,
h2,
h3,
h4,
h5 {
    display: block;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}

h1 {
    font-size: 48px;
    color: #ffcc33;
    text-transform: unset;
}

h2 {
    font-size: 53px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

p, .terms ul {
    font: 20px 'Noto Sans JP', normal;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.wrapper {
    max-width: 1640px;
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.text-bold {
    font-weight: 700 !important;
}

.link {
    font-weight: 700;
    color: #009;
    text-decoration: underline;
}

.link:hover {
    color: #33f;
}

.active {
    color: #ffcc33 !important;
}

::-webkit-input-placeholder {
    color: #000;
    font-size: 18px;
}

:-moz-placeholder {
    color: #000;
    font-size: 18px;
}

::-moz-placeholder {
    color: #000;
    font-size: 18px;
}

:-ms-input-placeholder {
    color: #000;
    font-size: 18px;
}

/* header */

header {
    background-color: rgba(0, 0, 51, 1);
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.header-form{
  position: sticky;
}
.header-main {
    background-color: rgba(0, 0, 51, 0.7);
}

header .navigation {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    display: inline-block;
}

nav li {
    display: inline-block;
    margin-left: 40px;
}

nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav a:hover {
    color: #fc3;
}

.get-start-nav {
    color: #fc3;
    border: 1px solid #fc3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px;
}

.get-start-nav:hover {
    background-color: #fc3;
    color: #000;
}

.hide-nav-item{
      display: none;
}

.logo-top {
    position: relative;
    animation: fadeLogo 0.5s;
}

/* mobile menu */

.hum {
    width: 90px;
    height: 60px;
    border: 1px solid #fc3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    cursor: pointer;
    display: none;
}

.hum span {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #fc3;
}

.hum span:nth-child(1) {
    top: 30%;
}

.hum span:nth-child(2) {
    top: 43%;
}

.hum span:nth-child(3) {
    top: 57%;
}

.hum span:nth-child(4) {
    top: 70%;
}

.mobile-menu {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: -100%;
    width: 60%;
    z-index: 1002;
    background-color: #fc3;
    padding: 13% 11%;
    height: 100%;
   overflow-y: scroll;
}

.mobile-menu li {
    display: block;
    padding-bottom: 20px;
}

.mobile-menu li a {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    overflow: auto;
}
.mobile-menu li.mobile-menu__active a{
   font-weight: 600;
}

.mobile-menu .close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.mobile-menu .close:before,
.mobile-menu .close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12%;
    display: block;
    width: 80%;
    height: 80%;
    height: 1px;
    background-color: #000;
}

.mobile-menu .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu .get-start-nav {
    color: #0d0d80;
    border: 1px solid #0d0d80;
}

.substrate {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
}


/*=============================================
  ================= HOME PAGE =================
  =============================================*/

.main-head {
    background: url(../img/bg_header_main.png) no-repeat top center;
    background-size: cover;
    height: 1050px;
}

.main-head .box-form {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 230px;
    align-items: center;
    flex-direction: column;
}

.main-head .form {
    width: 920px;
    padding: 50px;
    background-color: rgba(0, 0, 51, 0.9);
    text-align: center;
    overflow: hidden;
}

.main-head h1 {
    font-size: 33px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 3rem;
}

.main-head p {
    font-weight: 100;
    color: #fff;
}

.box-anim-icon {
    width: 65%;
    margin-bottom: 100px;
}

.box-anim-icon .anim {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 100%;
}

.box-anim-icon .anim>div {
    width: 37%;
    /* 40 */
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.box-anim-icon img {
    max-width: 30%;
    position: relative;
    animation: tremble 1.5s infinite;
}

.box-anim-icon .anim .anim-1 img:nth-child(1) {
    animation-delay: 0.5s;
}

.box-anim-icon .anim .anim-2 img:nth-child(1) {
    animation-delay: 2s;
}

.box-anim-icon .anim .anim-2 img:nth-child(2) {
    animation-delay: 2.5s;
}

.box-anim-icon .anim .anim-2 img:nth-child(3) {
    animation-delay: 3s;
}

.box-anim-icon .small-25 {
    animation-delay: 1.5s;
    max-width: 25%;
}

.box-anim-icon .small-40 {
    animation-delay: 1s;
    max-width: 40%;
}

.box-anim-icon .small-10 {
    max-width: 10%;
}


/* style form main */

form.form-page {
    width: 100%;
    height: 80px;
    margin-top: 50px;
}

form.form-page>div {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

form.form-page select,
form.form-page input,
form.form-page button {
    position: relative;
    height: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 15px;
    display: inline-block;
}

form.form-page .pos-rel {
    width: 50%;
}

form.form-page select {
    width: 36%;
    background: url(../img/arrow_select_down.svg) no-repeat 90% 50% #fff;
    background-size: 15px 15px;
    font: 27px 'Noto Sans JP', normal;
    font-weight: 700;
}

form.form-page input {
    width: 100%;
    font: 17px 'Noto Sans JP', normal;
}

form.form-page button {
    cursor: pointer;
    font: 34px 'Noto Sans JP', normal;
    font-weight: 900;
    background: #ffdc37;
    background: -moz-linear-gradient(top, #ffdc37 0%, #df8500 100%);
    background: -webkit-linear-gradient(top, #ffdc37 0%, #df8500 100%);
    background: linear-gradient(to bottom, #ffdc37 0%, #df8500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc37', endColorstr='#df8500', GradientType=0);
}

form.form-page button img {
    margin-left: 20px;
    width: 20px;
}

form.form-page button:hover {
    background: #ffdc37;
}

form.form-page>div:nth-child(1) button {
    width: 60%;
}

form.form-page>div:nth-child(2) button {
    width: 46%;
}

.main-head form.form-page input,
.main-head form.form-page select {
    animation: inputAnim 0.3s;
}

.main-head form.form-page>div:nth-child(1) button,
.main-head form.form-page>div:nth-child(2) button {
    animation: inputAnim 0.6s;
}

.feed_contact input.error,
.feed_contact textarea.error {
    border-color: #f00 !important;
}

.error:not(.feedCaptcha-error) {
    border: 1px solid #f00 !important;
}
#feedCaptcha > div {
        border: 1px solid transparent;
}
.feedCaptcha-error {
    color: #f00;
    border: none!important;
}

/* box tr */

.box-tr {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    text-align: center;
}

.box-tr .elem {
    width: 25%;
}

.box-tr .elem h3 {
    color: #0d0d80;
    text-transform: none;
    margin-bottom: 15px;
}

.box-tr .elem img {
    width: 14%;
    position: relative;
    top: 11px;
    margin-right: 10px;
}


/* here to help */

.here-help {
    padding: 17rem 0 2rem;
}

.here-help .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.here-help .left-box {
    width: 60%;
}

.here-help .right-box {
    width: 40%;
}

.here-help h2 {
    color: #fc3;
    letter-spacing: 7px;
}

.here-help .box-list li {
    margin-bottom: 40px;
    position: relative;
    padding-left: 55px;
}

.here-help .box-text p {
    padding: 20px 0 120px;
    width: 87%;
}

.here-help .box-list li:before {
    content: '1';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 60px;
    font-weight: 100;
    color: #fc3;
}

.here-help .box-list li:nth-child(2):before {
    content: '2';
}

.here-help .box-list li:nth-child(3):before {
    content: '3';
}

.here-help .right-box .img img {
    max-width: 100%;
}

.here-help .box-img-mob {
    display: none;
    text-align: center;
}


/* trust */

.trust {
    position: relative;
}

.trust .middle-box h2 {
    color: #009;
}

.trust .middle-box>p {
    width: 67%;
    color: #0f0f81;
    font-size: 23px;
    text-transform: uppercase;
    padding: 20px 0 80px;
}

.trust .box-right-text {
    width: 67%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trust .box-right-text img {
    width: 12%;
    margin-right: 20px;
}

.trust .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trust .left-box {
    width: 40%;
}

.trust .left-box .img {
    position: relative;
    top: 1px;
}

.trust .right-box {
    width: 57%;
    padding-right: 13%;
}

.trust .right-box .box {
    position: relative;
}

.trust .right-box li:first-child {
    margin-bottom: 100px;
}

.trust .right-box .box h3 {
    text-transform: none;
    margin-bottom: 30px;
}

.trust .right-box .box img {
    position: absolute;
    top: 0;
    left: -100px;
    width: 8%;
}


/* bottom form */

.bottom-form {
    background-color: #003;
    padding: 50px 0;
    overflow: hidden;
}

.bottom-form .box-form {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottom-form .box-form>div {
    width: 50%;
}

.bottom-form .box-form form.form-page {
    margin: 0;
}

.bottom-form form.form-page input,
.bottom-form form.form-page select {
    animation: inputAnim 0.3s;
}

.bottom-form form.form-page>div:nth-child(1) button,
.bottom-form form.form-page>div:nth-child(2) button {
    animation: inputAnim 0.6s;
}


/* footer */

footer {
    max-width: 75%;
    margin: 0 auto;
    padding: 100px 1rem;
}

footer .bot-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

footer .bot-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background-color: #666;
}

footer .bot-nav li {
    display: inline-block;
    margin-right: 30px;
}

footer .bot-nav li a {
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
}

footer .bot-nav li a:hover {
    color: #009;
}

footer .material {
    padding-top: 120px;
}

footer .material h3 {
    font-size: 30px;
    text-transform: none;
}

footer .material p {
    font-size: 18px;
    font-weight: 100;
    margin-top: 40px;
}

footer strong {
    font-weight: 600;
}

.footer-line {
    width: 100%;
    background-color: #666;
    text-align: center
}

.footer-line .copyright {
    font: 21px 'Noto Sans JP', normal;
    font-weight: 100;
    color: #fff;
    padding: 15px 0;
}

.page header {
    background-color: rgba(0, 0, 51, 1);
}

/*==============================================
  ================= WORKS PAGE =================
  ==============================================*/

.works {
    padding: 12rem 0;
}

.works .box-works-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.works .box-works-list h5,
.works .box-works-list p {
    font-size: 18px;
    line-height: 1.5;
}

.works .box-works-list p {
    line-height: 1;
}

.works .box-works-list .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
}

.works .box-works-list .list-item img {
    width: 50px;
    margin-right: 10px;
}

.works .box-works-list .list-img {
    width: 15px;
}

.works .block-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 10rem 0;
}

.works .block-content>div {
    width: 50%;
}

.works .block-content ul {
    margin: 2rem 0 4rem;
}

.works .block-content li {
    font-size: 20px;
    margin-bottom: 1.5rem;
    padding-left: 3.5rem;
    position: relative;
    line-height: 1.2;
}

.works .block-content li:before {
    content: url(../img/list-icon.svg);
    position: absolute;
    left: 0;
    display: inline-block;
    width: 40px;
}

.works .block-content a {
    font-size: 20px;
    font-weight: 900;
}


/*================================================
  ================= CONTACT PAGE =================
  ================================================*/

.contact {
    padding: 12rem 0 8rem;
    overflow-x: hidden;
}

.contact .box-contact {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.contact .box-contact .left-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 40%;
}

.contact .box-contact .left-box .box-info {
    margin-bottom: 5rem;
}

.contact .box-contact .left-box p {
    font-size: 18px;
}

.contact .box-contact .left-box a {
    font-size: 47px;
    font-weight: 900;
    color: #009;
    display: inline-block;
    text-decoration: underline;
     margin-bottom:5px;
}

/*.contact .box-contact .left-box a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #009;
}*/

.contact .box-contact .left-box a:hover {
    color: #33f;
}

.contact .box-contact .right-box {
    background-color: #fed456;
    padding: 5rem 1% 5rem 10rem;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 58%;
    position: relative;
}

.contact .box-contact .right-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fed456;
    position: absolute;
    top: 0;
    left: 100%;
}

/* form style */

form.feed_contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

form.feed_contact .form-group {
    width: 48%;
}

form.feed_contact h5 {
    font-size: 18px;
}

form.feed_contact .form-group:nth-child(2n-1) {
    float: left;
}

form.feed_contact .form-group:nth-child(2n) {
    float: right;
}

form.feed_contact .form-group.full {
    width: 100%;
}

form.feed_contact label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 15px;
}

form.feed_contact input,
form.feed_contact textarea {
    width: 100%;
    resize: none;
    border: 1px solid transparent;
    padding: 10px;
    margin: 0.5rem 0 1rem;
    border-radius: 5px;
    font: 18px 'Noto Sans JP';
    font-weight: 300;
}

form.feed_contact textarea {
    height: 150px;
}

form.feed_contact .box-mid-form {
    margin: 4rem 0 1rem;
}

form.feed_contact .box-bot-form {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

form.feed_contact button {
    border: none;
    background-color: #009;
    color: #fff;
    width: 150px;
    height: 74px;
    border-radius: 5px;
    font: 16px 'Noto Sans JP';
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 2rem;
}

form.feed_contact button:hover {
    background-color: #33f;
}

form.feed_contact .req-text {
    position: absolute;
    top: 0;
    left: 0;
}



/*========================================================
  ================= TERMS & PRIVACY PAGE =================
  ========================================================*/

.terms {
    padding: 12rem 0 8rem;
}

.terms a,
.terms h5 {
    font-size: 20px;
    text-transform: unset;
}
.apply #omReApplyPage a {
    font-size: 14px;
}
.terms p {
    margin: 40px 0
}
.terms li {
	margin-top: 10px;
}
.terms a {
    color: #009;
    text-decoration: underline;
}

.terms a:hover {
    color: #33f;
}

.terms h1 {
    margin-bottom: 5rem;
}


/*============================================
  ================= FAQ PAGE =================
  ============================================*/

.faq {
    padding: 12rem 0 8rem;
}

.faq .box-img-faq {
    padding: 2rem 0 5rem;
    position: relative;
}

.faq .box-img-faq .img {
    display: inline-block;
}

.faq .box-img-faq .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2.5rem;
    top: 0;
    background: url(../img/faq_img_right.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.box-acc {
    position: relative;
}

.box-acc .ac-head:before {
    content: url(../img/plus_icon.svg);
    display: block;
    width: 23px;
    position: absolute;
    left: 0;
    top: 10px;
    pointer-events: none;
}

.box-acc:hover .ac-head:before {
    content: url(../img/plus_icon_hv.svg);
}

.box-acc.in .ac-head:before {
    content: url(../img/minus_icon.svg);
}

.box-acc.in .ac-head:hover:before {
    content: url(../img/minus_icon_hv.svg);
}

.box-acc.in:after {
    display: none;
}

.ac-head {
    cursor: pointer;
    padding: 10px 0 10px 30px;
}

.ac-body {
    display: none;
    padding: 30px 0;
}

.ac-head h4 {
    font-size: 20px;
    text-transform: unset;
    color: #009;
}

.list-accord li,
.ac-body p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 30px;
}

.list-accord li p:before {
    content: url(../img/list-icon.svg);
    position: absolute;
    top: -3px;
    left: 0;
    display: inline-block;
    width: 20px;
}


/* modal */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1004;
    overflow-y: auto;
}

.flex-add {
    display: flex;
}

.modal .window {
    width: 750px;
    height: 380px;
    position: relative;
    z-index: 1006;
    padding: 0 3rem;
    background: url(../img/modal_img.png) no-repeat -10% 100% #ffb100;
    background-size: contain;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    animation: modal 0.5s ease-in;
    -webkit-animation: modal 0.5s ease-in;
    -moz-animation: modal 0.5s ease-in;
}

.modal .window form.form-page {
    height: auto;
}

.modal .window form.form-page>div {
    flex-direction: column;
}

.modal .window form.form-page select,
.modal .window form.form-page button,
.modal .window form.form-page input {
    width: 100%;
    height: 65px;
    font-size: 28px;
    padding: 10px;
}

.modal .window form.form-page select,
.modal .window form.form-page input {
    margin-bottom: 1rem;
    padding: 0 20px;
}

.modal .window form.form-page input {
    font-size: 16px;
}

.modal .window form.form-page button {
    color: #fff;
    background: #2f2fb1;
    background: -moz-linear-gradient(top, #2f2fb1 0%, #04043a 100%);
    background: -webkit-linear-gradient(top, #2f2fb1 0%, #04043a 100%);
    background: linear-gradient(to bottom, #2f2fb1 0%, #04043a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2fb1', endColorstr='#04043a', GradientType=0);
}

.modal .window form.form-page button:hover {
    background: #2f2fb1;
}

.modal .window .box-modal-content {
    width: 60%;
}

.modal .window h5 {
    font-size: 33px;
    text-transform: none;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.modal .window p {
    font-size: 20px;
}

.modal .window .close-modal {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.modal .window .close-modal:before,
.modal .window .close-modal:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.modal .window .close-modal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .window .close-modal:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal form.form-page .pos-rel {
    width: 100%;
}

.modal p.text-req {
    bottom: 0;
}


/* animate */

@keyframes fadeLogo {
    0% {
        opacity: 0;
        left: -500px;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes inputAnim {
    0% {
        right: -1000px;
    }

    100% {
        right: 0px;
    }
}

@keyframes tremble {
    0% {
        top: 0px;
    }

    5% {
        top: 1px;
    }

    10% {
        top: 2px;
    }

    15% {
        top: 3px;
    }

    20% {
        top: 4px;
    }

    25% {
        top: 5px;
    }

    30% {
        top: 4px;
    }

    35% {
        top: 3px;
    }

    40% {
        top: 2px;
    }

    45% {
        top: 1px;
    }

    50% {
        top: 0;
    }

    55% {
        top: -1px;
    }

    60% {
        top: -2px;
    }

    65% {
        top: -3px;
    }

    70% {
        top: -4px;
    }

    75% {
        top: -5px;
    }

    80% {
        top: -4px;
    }

    85% {
        top: -3px;
    }

    90% {
        top: -2px;
    }

    95% {
        top: -1px;
    }

    100% {
        top: 0;
    }
}

@keyframes modal {
    0% {
        top: -100%;
    }

    50% {
        top: 3%;
        transform: rotate(0deg);
    }

    60% {
        top: -5%;
        transform: rotate(5deg)
    }

    100% {
        top: 0;
    }
}

#omForm .om_full_area h3 {
    display: none;
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
    background: rgba(0, 0, 51, 0.9);
}

#omReApplyPage .omReApplySection ::-webkit-input-placeholder {
    font-size: 16px;
}

#omReApplyPage .omReApplySection ::-moz-placeholder {
    font-size: 16px;
}

#omReApplyPage .omReApplySection :-moz-placeholder {
    font-size: 16px;
}

#omReApplyPage .omReApplySection :-ms-input-placeholder {
    font-size: 16px;
}

#omForm .om_full_legacy a {
    font-size: 12px;
}

.pos-rel {
    position: relative;
}

p.text-req {
    font-size: 11px !important;
    font-weight: 400;
    color: #f00 !important;
    position: absolute;
    left: 17px;
    bottom: -17px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
}
