/*-----------------------------------------------------
	Reset
-----------------------------------------------------*/
div#HeaderArea {
    margin-bottom: 0;
}

body > #Container {
    overflow: hidden;
    padding-top: 0;
}

div#ContentsLayout {
    padding-bottom: 0;
}

div#ContentsArea div#ContentsLayout.SingleWide:first-child {
    padding-top: 0;
}

div#MainContent div#MainContentBody > .Section > p:first-child {
    margin: 0;
}

div#ContentsLayout.SingleWide div#MainContentBody > .Section:first-child {
    padding-bottom: 0;
}

div#MainContent .LpXmRpt ul li {
    padding-left: 5px;
    background: none;
}
div#MainContent .LpXmRpt {
    padding-bottom: 30px;
}
div#MainContent .LpXmRpt .LpXmRptHdg01 {
    margin: 23px 0 20px;
    font-size: 2.5em;
    text-align: center;
}
div#MainContent .LpXmRpt .LpXmRptHdg01 > em {
    color: #fe1212;
}
div#MainContent .LpXmRpt .LpXmRptMv {
    margin-bottom: 25px;
}
div#MainContent .LpXmRpt .LpXmRptMv .LpXmRptLst > ul {
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
}
div#MainContent .LpXmRpt .LpXmRptMv .LpXmRptLst::after {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 273px;
    background: linear-gradient(to left, #333, rgba(51, 51, 51, .6));
    content: "";
    right: 0;
}
div#MainContent .LpXmRpt .LpXmRptMv .LpXmRptLst::before {
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
    width: 675px;
    height: 60px;
    background: #fff;
    content: "";
}
div#MainContent .LpXmRpt .LpXmRptMvInner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
div#MainContent .LpXmRpt .LpXmRptMvInner::after {
    position: absolute;
    left: -100%;
    z-index: -2;
    width: 300%;
    height: 273px;
    background: #333;
    content: "";
}
div#MainContent .LpXmRpt .LpXmRptMvImg01, div#MainContent .LpXmRpt .LpXmRptMvImg02 {
    z-index: 2;
}
div#MainContent .LpXmRpt .LpXmRptMvImg01 {
    position: absolute;
    top: 0;
    left: 5%;
}
div#MainContent .LpXmRpt .LpXmRptMvImg02 {
    position: absolute;
    top: 20px;
    right: 90px;
}
div#MainContent .LpXmRpt .LpXmRptHdg02 {
    margin-bottom: 30px;
    padding: 4px 0;
    font-weight: normal;
    font-size: 1.666666em;
    color: #fff;
    text-align: center;
    background: #163e6b;
}
div#MainContent .LpXmRpt .LpXmRptHdg02 span {
    font-weight: bold;
    font-size: 1.2em;
}
div#MainContent .LpXmRpt .LpXmRptSecInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
div#MainContent .LpXmRpt .LpXmRptSec .LpXmRptBox {
    width: 470px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    -ms-flex-direction    : column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.333333em;
}
div#MainContent .LpXmRpt .LpXmRptSec .cmnLpAncrBtn03 {
    margin: 30px 0;
    text-align: center;
}
div#MainContent .LpXmRpt .LpXmRptSec .cmnLpAncrBtn03 a {
    font-size: 1.25em;
}
div#MainContent .LpXmRpt .LpXmRptBox .LpXmRptBoxTxt {
    max-width: 470px;
}
@media all and (-ms-high-contrast:none){
  div#MainContent .LpXmRpt .LpXmRptMv .LpXmRptLst::before {
    bottom: 0;
  }
}