/*-----------------------------------------------------
	Reset
-----------------------------------------------------*/
:root {
    font-size: 10px;
}
body{
    font-size: 1.2rem;
}
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 .LpIVFrPrtsTst ul li {
    padding-left: 0;
    background: none;
}
div#MainContent .LpIVFrPrtsTst p {
    margin-bottom: 0;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0 15px;
    background: #e7e7e7;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox01 .LpIVFrPrtsTstHdg01 {
    width: 530px;
    padding-left: 38px;
    font-size: 5rem;
    line-height: 1.2;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox01 .LpIVFrPrtsTstHdg01 > .type-01 {
    color: #f00;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox02 {
    padding: 16px 0 23px;
    background: #000;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox02 > p {
    text-align: center;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox02 > p.InnerTxt01 {
    padding-bottom: 5px;
    font-size: 3rem;
    color: #fff;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox02 > p.InnerTxt01 em > .type-01 {
    color: #7ebf45;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox02 > p.InnerTxt01 em > .type-02 {
    color: #e30000;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox02 > p.InnerTxt02 {
    font-size: 2.4rem;
    color: #fff;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstMvBox02 > p.InnerImg {
    margin-top: 14px;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstSec01 {
    width: 970px;
    margin: 23px auto 0;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstHdg02 {
    font-size: 4rem;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstLst {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 33px 0 10px;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstLst li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 303px;
    margin-bottom: 40px;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstLst li > .InnerTxt {
    position: relative;
    display: inline-block;
    margin-bottom: auto;
    padding-bottom: 6px;
    padding-left: 8px;
    font-size: 1.8rem;
}
div#MainContent .LpIVFrPrtsTst .LpIVFrPrtsTstLst li > .InnerTxt::before {
    position: absolute;
    left: 0;
    display: block;
    width: 3px;
    height: 20px;
    background: #f00;
    content: "";
}
