/**
 * toppage
 */
.cs-container {
    position: relative;
}

img {
    vertical-align: top;
}

#mainVisual.top {
    height: 850px;
    overflow: hidden;
    width: 100%;
}

#mainVisual.top .innerHead {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    max-width: 1200px;
    padding: 0 30px;
}

#mainVisual.top .inner {
    margin: 0 auto;
    max-width: 1100px;
    position: absolute;
    top: 0;
    bottom: 40px;
    left: 55px;
    right: 55px;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 3px);
    transform: translate3d(0, 0, 3px);
}

#mainVisual.top h1 {
    position: absolute;
    top: 43%;
    left: 10px;
    width: 40%;
    z-index: 3;
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px);
}

#mainVisual.top h1 img {
    width: 100%;
}

#mainVisual.top h2 {
    position: absolute;
    top: 43%;
    right: 0;
    width: 61.9090909%;
    z-index: 3;
    -webkit-transform: translate3d(0, -50%, 3px);
    transform: translate3d(0, -50%, 3px);
}

#mainVisual.top h2 img {
    width: 100%;
}

#mainVisual .btnInner {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    height: 850px;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 2px);
}

.top-next-btn {
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-pre-btn {
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.bt-circle-wrapper {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.bt_circle:nth-of-type(n+2) {
    margin-left: 14px;
}

.main-menu {
    background: #000;
}

.main-menu .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main-menu nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu nav li {
    border-left: 1px solid #c0c0c0;
    flex: 0 0 19.9%;
}

.main-menu nav li:last-of-type {
    border-right: 1px solid #c0c0c0;
}

.main-menu nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 12px;
    box-sizing: border-box;
}
.main-menu nav a img{
	width:100%;
	max-width:478px;
}


.main-menu nav a:hover {
    opacity: .4;
}

.main-menu nav a .imgbox {
    flex: 0 0 59px;
}

.main-menu nav a .imgbox img {
    width: 100%;
}

.main-menu nav a .textbox {
    flex: 1 1 auto;
    text-align: center;
    margin-left: 12px;
}

.main-menu nav a .textbox p {
    margin: 0;
}

.main-menu nav a .textbox p:first-child {
    color: #ff0000;
    font-size: 13px;
}

.main-menu nav a .textbox p:last-child {
    color: #fff;
    line-height: 1.33;
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
}

/* IE */
@media all and (-ms-high-contrast: none) and (min-width: 1200px) {
    .rx-tcc-logo {
        width: 1200px;
    }

    #mainVisual.top .inner {
        width: 1100px;
    }
}

@media screen and (max-width: 1200px) {
    .main-menu nav a .imgbox {
        flex: 0 0 40px;
    }

    .main-menu nav a .textbox {
        margin-left: 8px;
    }

    .main-menu nav a .textbox p:first-child {
        color: #ff0000;
        font-size: 12px;
    }

    .main-menu nav a .textbox p:last-child {
        font-size: 16px;
    }
}

@media screen and (max-width: 979px) {
    #mainVisual.top .inner {
        left: 35px;
        right: 35px;
    }

    #mainVisual.top h1 {
        left: 5px;
    }

    .top-next-btn {
        height: 150px;
        top: 44%;
    }

    .top-pre-btn {
        height: 150px;
        top: 44%;
    }

    .main-menu nav a .imgbox {
        flex: 0 0 30px;
    }

    .main-menu nav a .textbox {
        margin-left: 6px;
    }

    .main-menu nav a .textbox p:first-child {
        color: #ff0000;
        font-size: 10px;
    }

    .main-menu nav a .textbox p:last-child {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .rx-tcc-logo.rx-tcc-logo-absolute {
        position: static;
        padding-bottom: 0;
    }

    .top-sp h1 {
        margin: 0;
    }

    .top-sp h2 {
        margin: 0;
    }

    .top-sp a {
        display: block;
    }

    .top-sp img {
        width: 100%;
        height: auto;
        display: block;
    }
}

/**
 * page1,2,3
 */
.contents-page .site-header-inner {
    padding: 0 30px;
}

#contentsHead {
    border-bottom: 1px solid #cacaca;
    background-position: center top;
}

#contentsHead .inner {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    height: 740px;
    padding: 80px;
    box-sizing: border-box;
}

#contentsHead .inner img {
    max-width: 806px;
    width: 100%;
}

#profile {
    background: #fff;
    border-bottom: #cacaca 1px solid;
}

#profile .inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 30px;
}

#profile div.flex-item {
    flex: 0 0 40%;
    width: 40%;
    max-width: 370px;
}

#profile div.flex-item img {
    width: 100%;
    max-width:
}

#profile p {
    font-size: 16px;
    line-height: 32px;
    color: #4d4d4d;
    margin: 0 0 0 30px;
}

#profile.prof-04 span.mt-small {
    margin-top: 1em;
    display: inline-block;
    position: relative;
}

#profile.prof-04 span.mt-small .s5-getStartedBlank {
    transform: translate(36px, 4px);
}

.block {
    padding: 60px 30px 75px;
}

.block .inner {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

.block .imgCenter {
    text-align: center;
}

.block .imgCenter p{
    text-align: left;
}

.block img {
    max-width: 100%;
    margin-bottom: 35px;
}

.block p {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.block p+p {
    margin-top: 40px;
}

.blockWhite {
    background: #fff;
}

.blockGray {
    background: #f2f2f2;
}

.productBanner {
    padding: 80px 30px;
    border-top: 1px solid #a3a3a3;
    text-align: center;
}

.productBanner h3 {
    margin: 0 0 40px;
}

.productBanner .left {
    flex: 0 0 240px;
    text-align: left;
}

.productBanner .right {
    flex: 1 1 auto;
    text-align: left;
}

.productBanner .rxProductImg {
    margin-bottom: 20px;
}

.productBanner .right .rxProductTxt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.productBanner .right p.rxProductTxt2 {
    font-size: 10px;
    line-height: 14px;
    color: #979797;
    margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
    .site-header-inner h1 img {
        max-width: 383px;
    }
}

@media screen and (max-width: 767px) {
    p#menuButton {
        margin: 0;
        position: absolute;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    p#menuButton img {
        width: 40px;
        border: 1px solid #A4A4A4;
        padding: 5px;
    }

    .site-header-inner.flex {
        padding: 25px 15px 5px;
        flex-direction: column;
        align-items: flex-start;
        display: block;
    }

    .site-header-inner .rx-tcc-logo {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .site-header-inner h1 {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
    }

    .site-header-inner h1 .sp {
        display: inline;
    }

    #spMenu {
        display: none;
    }

    #spMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #spMenu a {
        outline: none;
        text-decoration: none;
        color: #fff;
    }

    #spMenu li {
        border-bottom: 1px solid #404040;
        padding: 20px 0 20px 1em;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        background: #1d1d1d;
        box-sizing: border-box;
    }

    #contentsHead {
        padding: 10px 0 260px;
        background-size: cover;
    }

    #contentsHead .inner {
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
        height: auto;
        position: relative;
        padding: 20px;
    }

    #profile .inner {
        padding: 30px 20px;
        flex-direction: column;
        align-items: center;
        display: block;
        text-align: center;
    }

    #profile div.flex-item {
        width: 70%;
        margin: 0 auto 30px;
    }

    #profile p.flex-item {
        margin: 0;
        text-align: justify;
    }

    .productBanner {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .productBanner h3 {
        margin-bottom: 20px;
    }

    .productBanner h3 img {
        width: 80%;
        height: auto;
    }

    .productBanner .inner {
        flex-direction: column;
        align-items: center;
        display: block;
    }

    .productBanner .left {
        width: 100%;
        text-align: center;
        flex: 0 0 auto;
    }

    .productBanner .left img {
        width: 50%;
        max-width: 219px;
    }

    .productBanner .right {
        text-align: center;
    }

    .productBanner .rxProductImg {
        margin-bottom: 20px;
        width: 50%;
        max-width: 182px;
    }

    .productBanner .right .rxProductBtn {
        width: 45%;
        max-width: 157.94px;
    }

    .productBanner .right .rxProductTxt {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .productBanner .right p.rxProductTxt2 {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

@media screen and (max-width: 639px) {
    #contentsHead {
        padding: 10px 0 190px;
    }

    .block {
        padding: 60px 20px 0;
    }

    .block img {
        margin-bottom: 15px;
    }

    .block p {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .productBanner {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contents-page .rx-tcc-logo img {
        width: 70%;
    }
}

/* page01 */
.bg01 {
    background: url(../img/page01/page_bg_001.jpg);
}

/* page02 */
.bg02 {
    background: url(../img/page02/page_bg_002.jpg);
}

/* page03 */
.bg03 {
    background: url(../img/page03/page_bg_003.jpg);
}

/* page04 */
.bg04 {
    background: url(../img/page04/page_bg_004.jpg);
}

/* page05 */
.bg05 {
    background: url(../img/page05/page_bg_005.jpg);
}
