/* includeされる要素へのスタイル上書き*/

body {
    background-color: #000;
}

.s5-breadcrumbs__wrap {
    padding: 10px 0 25px;
    background: #fff;
}

.s5-breadcrumbs__wrap .s5-breadcrumbs {
    margin: 0 auto;
}

.s5-returnToTop {
    padding-top: 50px;
    margin: 0;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .s5-breadcrumbs__wrap {
        padding: 25px 0 15px;
        background: #fff;
    }
}

/* IEでのfixed要素ガクつき問題解消 */

.s5-breadcrumbs__wrap, .rx-tcc-logo, #topheader .inner, #speakers, #report, #footerArea, #includeFooter, .s5-allProducts, .s5-pageFooter {
    position: relative;
    z-index: 2;
}

#ssfl-loginbar {
    position: relative;
    z-index: 3;
}

.s5-pageHeader {
    z-index: 4 !important;
}

.s5-returnToTop__button {
    z-index: 3;
}

/* page style */

#topheader {
    height: 814px;
    background: url(../img/visual_shadow.png) repeat-x;
}

#topheader h1 {
    margin: 0 0 10px;
}

#topheader .inner .rx100m5Top {
    margin: 0 0 10px;
}

#topheader .inner {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
}

#topheader .inner img {
    max-width: 100%;
}

#speakers {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

#speakers h2 {
    padding: 0 20px;
}

#speakers h2 img {
    max-width: 100%;
}

#speakers p {
    color: #333;
}

#speakers .speakersInner {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 30px 0;
}

#speakers .left, .right {
    flex: 0 0 44.387755102%;
}

#speakers .center {
    flex: 1 1 auto;
    margin-top: 105px;
}

#speakers .left p, .right p {
    text-align: left;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#speakers .left img, .right img {
    margin-bottom: 30px;
    max-width: 100%;
}

#speakers .left p.award, #speakers .right p.award {
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#report {
    border-top: 1px solid #686868;
    background: #fff;
    padding: 50px 0 100px;
    text-align: center;
}

#report p {
    color: #333;
}

#report .reportInner {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 30px 0;
}

#report .reportInner p {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0 100px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#report img {
    max-width: 100%;
}

.footer_product {
    border-top: 1px #262626 solid;
    text-align: center;
    background: #000;
}

.footer_product img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .s5-breadcrumbs.s5-breadcrumbs:not(.s5-breadcrumbs--max950):not(.s5-breadcrumbs--fix950):not(.s5-breadcrumbs--fix1200) {
        margin: 0;
    }
    .s5-breadcrumbs__wrap {
        padding: 25px auto 15px;
        background: #fff;
    }
    .sm-slider {
        display: none;
    }
    #topheader {
        height: auto;
    }
    #topheader #topTextAnchor {
        width: 100%;
        margin-bottom: 20px;
    }
    #topheader .inner h1 img {
        width: 90%;
        height: auto;
        margin: 0 0 10px;
        vertical-align: bottom;
    }
    #topheader .inner {
        padding: 0;
    }
    #speakers .speakersInner {
        padding: 30px 20px 0;
    }
    #report .reportInner {
        padding: 30px 20px 0;
    }
}

@media screen and (max-width: 639px) {
    .s5-breadcrumbs__wrap {
        display: none;
    }
    #topheader h1 {
        margin: 0;
    }
    #topheader .inner h1 img {
        width: 90%;
        height: auto;
        margin: 0 0 10px;
        vertical-align: bottom;
    }
    #speakers h2 img {
        width: 53.01%;
    }
    #speakers .speakersInner {
        flex-wrap: wrap;
    }
    #speakers .left, .right {
        flex: 0 0 100%;
    }
    #speakers .center {
        margin: 50px auto;
    }
    #speakers .left p.award, #speakers .right p.award {
        text-align: justify;
        text-justify: inter-ideograph;
    }
    #report {
        border-top: 1px solid #686868;
        background: #fff;
        text-align: center;
        padding: 50px 0;
    }
    #report h2 img {
        width: 80%;
        margin: 0 auto;
    }
    #report .reportInner p {
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 10px 0 40px;
    }
}
