/* STYLES FOR INDUSTRY PAGES

   developer:   suef
   requires:    /common/framework/css/framework.ja.css
   ========================================================================== */

/* ==========================================================================
   MAIN

   colors:
   #dd1100
   #464646
   #5f5f5f
   #666666
   #7c7c7c
   ========================================================================== */

.inner {
    box-sizing: content-box;
    max-width: 855px;
    margin: 0 auto;
    padding: 1.5rem 1rem 3rem;
}

.main {
    color: #666;
    font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', Arial, sans-serif;
    line-break: strict;
}

.main img {
    max-width: 100%;
}

.main hr {
    height: 1px;
    background: #d6d6d6;
    border: 0;
    max-width: 855px;
    margin: 0 auto;
}

.main a {
    color: #dd1100;
}

.main a:hover {
    color: #f77700;
}

.button {
    background: #fff;
    border: 0;
    border-radius: 3px;
    color: #dd1100;
    display: inline-block;
    font-weight: 400;
    padding: 5px 10px;
}

a.button:hover {
    background: #f57300;
    color: #fff;
}

/* HEADER
   ========================================================================== */
.header {
    color: #464646;
    font-size: 1.1rem;
    font-weight: 300;
}

.header .inner {
    padding: 2rem 1rem 1rem;
}

.header .first {
    color: #5f5f5f;
    font-weight: 600;
    margin: 1.3rem 0 1.3rem;
    line-height: 1.5;
}

.header p:last-of-type {
    margin: 0;
    line-height: 1.5;
}

.header h1 {
    border-bottom: solid 1px #d6d6d6;
    color: #dd1100;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 1;
    margin: 1rem 0 1.8rem;
    padding: 0 0 2rem;
    text-align: center;
}

.header .for {
    color: #7c7c7c;
    display: block;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -.5px;
    padding-bottom: 10px;
}

/* TOGGLE CONTENT
   ================================== */
.toggle-nav {
    border-collapse: collapse;
    display: table;
    margin: 0 auto 3rem;
    text-align: center;
    width: 100%;
}

.toggle-nav li {
    border: 1px solid #dd1100;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    color: #dd1100;
    font-size: 1.1rem;
    padding: .3rem 1rem;
}

.toggle-nav li.selected {
    background: #dd1100;
    color: #fff;
    position: relative;
}

.toggle-nav li.selected:after {
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #dd1200 transparent transparent transparent;
    bottom: -6px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.toggle-content p {
    margin: 0 0 1rem;
    line-height: 1.5;
}

.toggle-content li {
    font-size: .83rem;
    margin: 0 0 1rem;
    padding: 0 0 0 .6rem;
    position: relative;
    line-height: 1.5;
}

.toggle-content li:last-of-type {
    margin: 1rem 0 0;
}

.toggle-content ul + p {
    margin:1rem 0 0;
}

.toggle-content li:before {
    background: #d10;
    content: '';
    display: inline-block;
    height: .3rem;
    left: 0;
    position: absolute;
    top: .4rem;
    width: .3rem;
}

.toggle-content .competition {
    display: block;
    font-weight: 600;
    margin: .5rem 0 0;
}

.toggle-content .left {
    padding: 0 2rem 0 0;
}

.toggle-content .right {
    padding: 0 0 0 2rem;
}

.toggle-content .advantages a {
    color: #666;
}

.toggle-content .advantages a:hover,
.toggle-content .advantages a.inline:hover {
    color: #f77700;
}

.toggle-content .advantages a.inline {
    color: #dd1100;
}

.toggle-content .advantages:nth-of-type(1) {
    padding: 0 1rem 0 0;
}

.toggle-content .advantages:nth-of-type(2) {
    padding: 0 .5rem 0 .5rem;
}

.toggle-content .advantages:nth-of-type(3) {
    padding: 0 0 0 1rem;
}

.toggle-content .small {
    font-size: .83rem;
    font-weight: 600;
}

.toggle-content .chevron {
    color: #dd1100;
}

figure {
    margin: 0 0 1.5rem;
}

figcaption {
    color: #666;
    font-size: .8rem;
}


.quote-section {
    background: url('/solutions/industry/img/profilequotes.png') no-repeat right 30%;
    background-size: 60% auto;
    display: table;
    margin: 0 0 2rem;
}

.quote-section:hover .video:before {
    background: url('/solutions/images/screencastbutton-over.png') no-repeat center center;
    background-size: 20% auto;
}

a.quote-section:hover .video {
    box-shadow: 0px 0px 0px 2px #dd1100;
}

.video-container {
    display: table-cell;
    vertical-align: middle;
    width: 42%;
}

.video {
    border: 1px solid #d1d1d1;
    display: inline-block;
    position: relative;
}

.video:before {
    content: '';
    background: url('/solutions/images/screencastbutton.png') no-repeat center center;
    background-size: 20% auto;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.video img {
    display: block;
}

.quote-container {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.quote {
    font-size: 1.2rem;
    color: #dd1100;
    padding: 0 0 0 1rem;
    text-align: left;
}

.person {
    color: #666;
    display: inline-block;
    margin: .5rem 1rem 0;
    padding: 0 0 0 1rem;
    position: relative;
    text-align: left;
}

.person strong {
    display: block;
}

.person:before {
    content: '\2014';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.solutions.inner {
    padding: 2rem 1rem 4rem;
}

section h1 {
    color: #dd1100;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0 0 1rem;
    text-align: center;
}

.solutions p {
    background: url('/solutions/industry/img/services.png') no-repeat right .5rem;
    background-size: 8.5rem auto;
    font-size: 1rem;
    font-weight: 300;
    min-height: 8.5rem;
    padding: 0 9rem 0 0;
    line-height: 1.5rem;
}

.solutions p strong {
    display: block;
    padding-bottom: 5px;
}

.footer {
    background: #dd1100;
}

.footer .inner {
    margin: 0 auto;
    max-width: 780px;
    padding: 2rem 1rem;
    text-align: center;
}

.footer .pod {
    color: #fff;
    display: block;
    font-size: .87rem;
    font-weight: 300;
}

.footer .pod:first-of-type {
    background: url('/solutions/industry/img/questions.png') no-repeat left .2rem;
    background-size: 2.4375rem auto;
    padding: 0 1.6rem 0 3.5rem;
}

.footer .pod:last-of-type {
    background: url('/solutions/industry/img/get-started.png') no-repeat .6rem .2rem;
    background-size: 1.8125rem auto;
    padding: 0 0 0 3.5rem;
}

.footer .text {
    display: table-cell;
    max-width: 200px;
    text-align: left;
    vertical-align: top;
}

.footer .button-cell {
    display: table-cell;
    padding: 3px 0 0 0;
    text-align: right;
    width: 100px;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    .footer .inner {
        max-width: 690px;
    }
}

/* styles for small screens (720px)
   ========================================================================== */

@media all and (max-width: 720px) {
    .footer {
        text-align: center;
    }

    .footer .inner {
        display: inline-block;
        max-width: 460px;
        text-align: left;
    }

    .footer .text {
        display: inline-block;
        width: 150px;
        margin: 0 0 .8rem 0;
    }

    .footer .button-cell {
        display: inline-block;
        text-align: left;
    }
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {

    .toggle-content .left,
    .toggle-content .right {
        padding: 0;
    }

    .quote-section,
    .quote-container,
    .video-container {
        display: block;
        width: 100%;
    }

    .quote-section {
        background: none;
    }

    .right {
        margin: 25px 0 0;
    }
    .toggle-content .advantages:nth-of-type(1),
    .toggle-content .advantages:nth-of-type(2),
    .toggle-content .advantages:nth-of-type(3) {
        margin: 1rem 0 0;
        padding: 0;
    }
    .solutions p {
        background-size: 18.5vw auto;
        padding: 0 22vw 0 0;
    }

    .footer {
        text-align: center;
    }

    .footer .inner {
        display: inline-block;
    }

    .footer .pod:nth-of-type(1),
    .footer .pod:nth-of-type(2) {
        margin: 1rem 0;
        padding: 0 0 0 3.5rem;
    }

    .footer .text {
        display: table-cell;
        margin: 0;
        width: auto;
    }

    .footer .button-cell {
        display: table-cell;
        padding: .5rem 0 0 .5rem;
        text-align: left;
        width: 88px;
    }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}

/* printer styles
   ========================================================================== */

@media print {}