@charset "utf-8";

/* Reset
-------------------------------------------------- */
div#ContentsArea div#ContentsLayout.SingleWide:first-child{
padding-top:0;
}

div#MainContent #MainContentBody > .Section:first-child > p:first-child{
margin-bottom:0;
}

div#MainContent .LpSjlMov p{
margin-bottom:0;
}
/* ----------------------------------------------- */

/* LpSjlMovHdg */
.LpSjlMov .LpSjlMovHdg1{
    margin-bottom: 30px;
}

/* LpSjlMovMainArea */
.LpSjlMov .LpSjlMovMainArea{
    margin: 0 auto 40px;
}

/* LpSjlMovDlCtlg */
.LpSjlMov .LpSjlMovDlCtlg{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 2.5em;
    font-weight: bold;
}

/* LpSjlMovDlTxt */
div#MainContent .LpSjlMov .LpSjlMovDlTxt{
    margin-bottom: 40px;
    padding: 6px 0;
    font-size: 2em;
    color: #fff;
    background: #3f3f3f linear-gradient(#3f3f3f 0%, #171717 100%);
    text-align: center;
}

.LpSjlMov .LpSjlMovDlTxt .Inner{
    display: inline-block;
    position: relative;
    padding: 0 88px;
}

.LpSjlMov .LpSjlMovDlTxt .Inner::before,
.LpSjlMov .LpSjlMovDlTxt .Inner::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 24px;
    height: 25px;
    background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat 0 0;
    transform: translateY(-50%);
}

.LpSjlMov .LpSjlMovDlTxt .Inner::before{
    left: 20px;
}

.LpSjlMov .LpSjlMovDlTxt .Inner::after{
    right: 20px;
}