body {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02em;
}

.pc-hide {
    display: none;
}

.main-content {
    background: #c93444;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.success_logo_image{
  position: absolute;
  left: 45px;
  top:20px;
  z-index: 999;
}
.success_logo_image img {
  height: 50px;
}
.main-content.success-page {
    background-image: url("../images/registration-bg.jpg");
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}

.main-content .box-block {
    background: rgba(255, 255, 255, 0.4);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-right: 250px;
    padding-bottom: 118px;
    width: 64%;
    height: calc(100vh - 244px); /* 126 + 118 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-content .box-block .thanks-message {
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.main-content .box-block .info-message {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin: 29px 0 48px;
    padding: 0 175px;
}

/*button*/
.main-content .button-block .btn:hover {
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
}
.main-content .button-block .btn {
    height: 45px;
    width: 238px;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    outline: 0 none;
    transition: all 0.3s;
}
.main-content .button-block .btn:active,
.main-content .button-block .btn:focus,
.main-content .button-block .btn:visited{
    outline: 0 none;
}
.main-content .button-block .btn:last-child {
    margin-right: 0;
}
.main-content .button-block .btn.btn-round-left{
    background: #fff;
    color: #00346A;
    border: 0 none;
    border-radius: 600px;
}

/*END*/

/*bottom-icons*/
.main-content .box-block .bottom-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 118px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .main-content .box-block .bottom-icons .du {} */
.main-content .box-block .bottom-icons .bjit-aca {
    margin-left: 62px;
    margin-right: 62px;
}
/*END*/


.main-content .samurai {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 77%;
}


@media screen and (max-width: 1024px) {
    .sp-hide {
        display: none;
    }
    .pc-hide {
        display: inherit;
    }
    .success_logo_image{
   display: none;
      }

    .main-content .box-block {
        margin: 0 9px -40px;
        padding-bottom: 76px;
        padding-left: 14px;
        width: calc(100vw - 32px); /* 18 + 14 */
        height: calc(100vh - 120px); /* 44 + 76 */
        align-items: flex-start;
    }
    .main-content .box-block .thanks-message{
        font-size: 25px;
        line-height: 29px;
        margin-top: 50px;
    }
    .main-content .box-block .info-message{
        font-size: 20px;
        line-height: 23px;
        margin: 31px -60px;
    }
    .main-content .box-block h1,
    .main-content .box-block h3{
        text-align: left !important;
    }
    .main-content .box-block .button-block{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 76px;
        background: rgba(255, 255, 255, 1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-content .box-block .button-block .btn{
        font-size: 13px;
        line-height: 15px;
    }
    .main-content .box-block .bottom-icons{
        position: relative;
        background: none;
        justify-content: flex-start;
    }
    .main-content .box-block .bottom-icons .bjit-aca{
        margin: 0 27px 0 32px;
        height: 53px;
    }
    .main-content .box-block .bottom-icons .du{
        height: 55px;
    }
    .main-content .box-block .bottom-icons .bjit{
        height: 31px;
    }
}

@media screen and (min-width: 1366px) {
    .main-content.details {
        align-items: center;
    }
    .main-content section {
        margin-right: 0;
    }

}
