@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 .LpSr2000Mov2 p{
margin-bottom:0;
}
/* ----------------------------------------------- */

/* LpSr2000Mov2Hdg */
.LpSr2000Mov2 .LpSr2000Mov2Hdg1{
    margin-bottom: 30px;
}

/* LpSr2000Mov2MainArea */
.LpSr2000Mov2 .LpSr2000Mov2MainArea{
    margin: 0 auto 40px;
}

/* LpSr2000Mov2DlCtlg */
.LpSr2000Mov2 .LpSr2000Mov2DlCtlg{
    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;
}

/* LpSr2000Mov2DlTxt */
div#MainContent .LpSr2000Mov2 .LpSr2000Mov2DlTxt{
    margin-bottom: 40px;
    padding: 6px 0;
    font-size: 2em;
    color: #fff;
    background: #3f3f3f linear-gradient(#3f3f3f 0%, #171717 100%);
    text-align: center;
}

.LpSr2000Mov2 .LpSr2000Mov2DlTxt .Inner{
    display: inline-block;
    position: relative;
    padding: 0 88px;
}

.LpSr2000Mov2 .LpSr2000Mov2DlTxt .Inner::before,
.LpSr2000Mov2 .LpSr2000Mov2DlTxt .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%);
}

.LpSr2000Mov2 .LpSr2000Mov2DlTxt .Inner::before{
    left: 20px;
}

.LpSr2000Mov2 .LpSr2000Mov2DlTxt .Inner::after{
    right: 20px;
}
