/* reset */
html {
    min-width: 970px;
}

div#HeaderArea {
    margin: 0;
}

div#ContentsArea.FullWidth {
    overflow: hidden;
}

div#ContentsArea div#ContentsLayout.SingleWide:first-child {
    padding-top: 0;
}

div#MainContent #MainContentBody > div.Section:first-child {
    padding: 0;
}

div#MainContent #MainContentBody > div.Section:first-child > p {
    margin: 0;
}

/* LpCL3000 */
#LpCL3000 {
    color: #000;
}

#LpCL3000 *,
#LpCL3000 *::before,
#LpCL3000 *::after {
    box-sizing: border-box;
}

#MainContent #LpCL3000 p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 30px;
}

#MainContent #LpCL3000 .TxtState {
    color: #FF3434;
    font-size: 18px;
    font-weight: bold;
    line-height: inherit;
}

#MainContent #LpCL3000 .TxtImgDesc {
    font-size: 16px;
    line-height: inherit;
    margin: 0 0 10px;
}

#MainContent #LpCL3000 .TxtBold {
    font-weight: bold;
}

#LpCL3000 .LpCL3000Hdg02 {
    font-size: 36px;
    margin-bottom: 20px;
}

#LpCL3000 .LpCL3000Hdg02.Ty01 {
    color: #FFF;
}

#MainContent #LpCL3000 .LpCL3000Hdg03 {
    font-size: 18px;
    text-transform: none;
    margin: 0 0 6px;
}

#LpCL3000 .LpCL3000ExHdg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 30px;
}

#LpCL3000 .LpCL3000ExHdg::before, #LpCL3000 .LpCL3000ExHdg::after {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px dashed #737E83;
    height: 1px;
    min-width: 190px;
}

#LpCL3000 .LpCL3000ExHdg::before {
    margin-right: 20px;
}

#LpCL3000 .LpCL3000ExHdg::after {
    margin-left: 20px;
}

.gtie9 #LpCL3000 .LpCL3000ExHdg::before,
.gtie9 #LpCL3000 .LpCL3000ExHdg::after {
    display: inline-block;
}

#LpCL3000 .LpCL3000ColWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#LpCL3000 .LpCL3000ColWrap.Col02 {
    margin-left: -14px;
}

#LpCL3000 .LpCL3000ColWrap.Col02 .Col {
    width: 50%;
    padding-left: 14px;
}

#LpCL3000 .LpCL3000ColWrap.Col03 {
    margin-left: -36px;
}

#LpCL3000 .LpCL3000ColWrap.Col03 .Col {
    width: 33.33333%;
    padding-left: 36px;
}

#MainContent #LpCL3000 .LpCL3000CvBtnList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

#MainContent #LpCL3000 .LpCL3000CvBtnList li {
    background: none;
    margin: 0;
    padding: 0;
}

#MainContent #LpCL3000 .LpCL3000CvBtnList li:not(:last-child) {
    margin: 0 0 10px;
}

#LpCL3000 .LpCL3000ColList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#MainContent #LpCL3000 .LpCL3000ColList li {
    background: none;
}

#LpCL3000 .LpCL3000ColList.Col02 {
    margin-left: -14px;
}

#MainContent #LpCL3000 .LpCL3000ColList.Col02 .ColItem {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 0 0 14px;
}

#MainContent #LpCL3000 .LpCL3000ColList.Col02 .ColItem:nth-child(n + 3) {
    margin: 0;
}

#LpCL3000 .LpCL3000ColList.Col03 {
    margin-left: -36px;
}

#MainContent #LpCL3000 .LpCL3000ColList.Col03 .ColItem {
    width: 33.33333%;
    margin: 20px 0 0;
    padding: 0 0 0 36px;
}

#MainContent #LpCL3000 .LpCL3000ColList.Col03 .ColItem:nth-child(-n + 3) {
    margin: 0;
}

#LpCL3000 .LpCL3000BtnDl {
    position: relative;
    transition: all .3s;
    background: #E60012;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

#LpCL3000 .LpCL3000BtnDl .Text {
    display: inline-block;
    position: relative;
    font-weight: bold;
    line-height: 1;
    padding-right: 16px;
}

#LpCL3000 .LpCL3000BtnDl .Text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -33px;
    transform: translateY(-50%);
    background: url(../../img/landing_page/cl-3000_pr/icon_btn_dl.png) no-repeat;
    width: 25px;
    height: 25px;
}

#LpCL3000 .LpCL3000BtnDl .Img {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 2px #ccc;
    margin-right: 2px;
}

#LpCL3000 .LpCL3000BtnDl:hover {
    opacity: 0.8;
}

#LpCL3000 .LpCL3000BtnDl.Ty01 {
    padding: 12px 9px 14px 55px;
}

#LpCL3000 .LpCL3000BtnModels {
    display: inline-block;
    transition: all .3s;
    border: 1px solid #2A8AC6;
    color: #2A8AC6;
    font-size: 16px;
    font-weight: bold;
}

#LpCL3000 .LpCL3000BtnModels .Text {
    position: relative;
}

#LpCL3000 .LpCL3000BtnModels .Text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 6px solid #2A8AC6;
}

#LpCL3000 .LpCL3000BtnModels:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
}

#LpCL3000 .LpCL3000BtnModels.Ty01 {
    padding: 13px 88px 13px 102px;
}

#MainContent #LpCL3000 .LpCL3000Img {
    margin: 0;
}

#LpCL3000 .LpCL3000Main {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    background: #E6E7E9;
}

#LpCL3000 .LpCL3000MainInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 970px;
    min-height: 580px;
    margin: auto;
    padding: 95px 0 213px;
}

#LpCL3000 .LpCL3000Main .LpCL3000MainDesc {
    width: 425px;
}

#MainContent #LpCL3000 .LpCL3000Main .LpCL3000MainDesc .TxtLead {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 24px;
}

#LpCL3000 .LpCL3000Main .LpCL3000MainDesc .SeriesNameHdg01 .SeriesNameWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
}

#LpCL3000 .LpCL3000Main .LpCL3000MainDesc .SeriesNameHdg01 .SeriesNameWrap > span {
    display: block;
}

#LpCL3000 .LpCL3000Main .LpCL3000MainDesc .SeriesNameHdg01 .TxtState {
    text-align: right;
    margin: 0 15px 0 0;
}

#LpCL3000 .LpCL3000Main .LpCL3000MainCv {
    width: 408px;
    margin-left: 110px;
}

#LpCL3000 .LpCL3000Main .LpCL3000MainBg {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: -1;
    transform: translateX(50%);
}

@media screen and (min-width: 1310px) {
    #LpCL3000 .LpCL3000MainInner {
        width: 1310px;
    }
    #LpCL3000 .LpCL3000Main .LpCL3000MainDesc {
        width: 620px;
    }
    #LpCL3000 .LpCL3000Main .LpCL3000MainCv {
        width: 460px;
    }
}

@media screen and (max-width: 1309px) {
    #LpCL3000 .LpCL3000Main .LpCL3000MainDesc .TxtBlank {
        display: block;
    }
}

#LpCL3000 .LpCL3000Section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#LpCL3000 .LpCL3000SectionInner {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 970px;
    min-height: 670px;
    margin: auto;
    padding: 80px 10px;
}

#LpCL3000 .LpCL3000SectionInner .LpCL3000SectionBg {
    position: absolute;
    z-index: -1;
}

#LpCL3000 .LpCL3000Section.Section01 {
    background: #4D5156;
}

#LpCL3000 .LpCL3000Section.Section01 p {
    color: #FFF;
}

#LpCL3000 .LpCL3000Section.Section01 .LpCL3000ColWrap {
    margin-left: -14px;
}

#LpCL3000 .LpCL3000Section.Section01 .LpCL3000ColWrap .Col {
    margin-left: 14px;
}

#MainContent #LpCL3000 .LpCL3000Section.Section01 .TxtCaption {
    overflow: hidden;
    position: absolute;
    top: calc(100% - 119px);
    right: 10px;
    font-size: 16px;
    line-height: inherit;
    max-width: 220px;
    max-height: 6.5em;
    padding-left: 20px;
}

#MainContent #LpCL3000 .LpCL3000Section.Section01 .TxtCaption::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    border: 7px solid transparent;
    border-bottom: 13px solid #FFF;
}

#LpCL3000 .LpCL3000Section.Section01 .LpCL3000SectionBg {
    top: 0;
    right: -224px;
}

#LpCL3000 .LpCL3000Section.Section02 {
    background: #09090A;
}

#LpCL3000 .LpCL3000Section.Section02 p {
    color: #FFF;
}

#LpCL3000 .LpCL3000Section.Section02 .LpCL3000SectionBg {
    top: 0;
    left: -108px;
}

#LpCL3000 .LpCL3000Section.Section03 {
    background: #FFF;
}

#LpCL3000 .LpCL3000Section.Section03 .LpCL3000BoxSup {
    position: absolute;
    bottom: 300px;
    right: 10px;
    width: 330px;
}

#LpCL3000 .LpCL3000Section.Section03 .LpCL3000BoxSup .LpCL3000BoxSupDesc {
    margin-left: 62px;
}

#MainContent #LpCL3000 .LpCL3000Section.Section03 .LpCL3000BoxSup .LpCL3000BoxSupDesc p {
    font-size: 16px;
    margin-bottom: 15px;
}

#LpCL3000 .LpCL3000Section.Section03 .LpCL3000SectionBg {
    bottom: 0;
    right: 85px;
}

#LpCL3000 .LpCL3000Section.Section04 {
    background: #4D5156;
}

#LpCL3000 .LpCL3000Section.Section04 p {
    color: #FFF;
}

#LpCL3000 .LpCL3000Section.Section04 .LpCL3000SectionBg {
    left: -215px;
    top: 0;
}

#LpCL3000 .LpCL3000Section.Section05 {
    background: #ECEEEF;
}

#LpCL3000 .LpCL3000Section.Section05 .LpCL3000SectionInner {
    min-height: auto;
    padding: 50px 10px;
}

#MainContent #LpCL3000 .LpCL3000Section.Section05 .LpCL3000ExList li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

#MainContent #LpCL3000 .LpCL3000Section.Section05 .LpCL3000ExList li .LpCL3000ExTxt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    background: #737E83;
    color: #FFF;
    font-size: 20px;
    line-height: inherit;
    margin: 0;
    padding: 10px;
}

#MainContent #LpCL3000 .LpCL3000Section.Section05 .LpCL3000ExList li .LpCL3000ExImg {
    background: #FFF;
}

#LpCL3000 .LpCL3000Section .LpCL3000SectionContents {
    width: 50%;
}

#LpCL3000 .LpCL3000Section .LpCL3000SectionContents.Ty01 {
    margin-right: auto;
}

#LpCL3000 .LpCL3000Section .LpCL3000SectionContents.Ty02 {
    margin-left: auto;
}

#LpCL3000 .LpCL3000CtlgDlInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 970px;
    margin: auto;
    padding: 50px 10px;
}

#MainContent #LpCL3000 .LpCL3000CtlgDlInner .LpCL3000CtlgDlTxt {
    max-width: 750px;
}

#MainContent #LpCL3000 .LpCL3000CtlgDlInner .LpCL3000CtlgDlTxt p {
    font-size: 32px;
    margin: 0;
}

#LpCL3000 .LpCL3000CtlgDlInner .LpCL3000CtlgDlImg {
    padding-right: 65px;
}
