/*-------------------------
Navi
---------------------------*/
.solutionNavi {
    background-color: #92999e;
    overflow-x: auto;
    overflow-y: hidden;
}

#solutionContents .solutionNavi {
    background: none;
}

.solutionNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.solutionNavi li {
    width: calc(100% / 11);
    min-width: 100px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.solutionNavi li a {
    color: #fff;
}

.solutionNavi-2 li {
    width: 50%;
}

.solutionNavi-4 li {
    width: 25%;
}

.solutionNavi-5 li {
    width: 30%;
}

.solutionNavi-8 li {
    width: 12.5%;
}

.solutionNavi-5 li span img {
    width: 24%;
    position: absolute;
    left: 5%;
    top: 2%;
}

@media screen and (max-width: 640px) {
    .solutionNavi-5 li span img {
        display: none;
    }

    .solutionNavi a {
        padding: 10px 0 10px 5% !important;
    }

    .solutionNavi-5 {
        width: 100%;
    }

    .solutionNavi li a {
        font-size: 12px;
    }
}

.solutionNavi li:nth-child(n+2) {
    border-left-width: 0;
}

.solutionNavi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: center;
    background-color: #a0aab0;
    height: 100%;
    min-height: 60px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    line-height: 1.1;
    letter-spacing: 0em;
    padding: 10px 0 10px 42%;
    position: relative;
    transition: 200ms ease-out;
}

.solutionNavi a:hover,
.solutionNavi .current a {
    background-color: #fff;
    color: #a0aab0;
}

.solutionNavi .current a {
    cursor: default;
}

.solutionNavi a::after {
    display: block;
    content: "";
    background-color: #e60012;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: 200ms ease-out;
}

.solutionNavi a:hover::after,
.solutionNavi .current a::after {
    width: 100%;
    left: 0;
}

.solution-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    height: 100%;
    padding: 10px;
    border: 1px solid #dbdbdb;
    transition: 200ms ease-out;
}

.solution-list a:hover {
    background-color: #fff;
    color: #e60012;
}

.solution-list figure {
    width: 70px;
    margin-right: 10px;
}

.solution-list img {
    transition: 200ms ease-out;
}

.solution-list a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solution-list p {
    width: calc(100% - 80px);
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 640px) {
    .solution-list figure {
        width: 50px;
    }

    .solution-list p {
        width: calc(100% - 60px);
        font-size: 12px;
    }

    .solutionNavi a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* Contents */

#solutionContents {
    width: calc(100% - 240px);
    margin-left: 30px;
}

@media screen and (max-width: 640px) {
    #solutionContents {
        width: 100%;
        margin-top: 60px;
        margin-left: 0px;
    }
}

.solution-list-under>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 36px);
    border: 1px solid #dbdbdb;
    padding: 10px 3px 10px 3px;
    transition: 200ms ease-out;
    height: 120px;
}

@media screen and (max-width: 640px) {
    .solution-list-under>li>a {
        height: auto;
    }
}

.solution-list-under.products-photo-sensor>li>a {
    height: 100%;
}

.solution-list-under>li>a:hover {
    background-color: #f6f6f6;
}

.solution-list-under figure {
    width: 43%;
    margin-left: 3px;
}

.solution-list-under figure img {
    mix-blend-mode: darken;
    transition: 200ms ease-out;
}

.solution-list-under a:hover figure img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.solution-list-under dl {
    width: calc(57% - 8px);
    line-height: 1.4 !important;
}

.solution-list-under dt {
    color: #000;
    font-weight: 700;
    line-height: 1.4 !important;
    font-size: 14px;
}

.solution-list-under dt span {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4 !important;
}

.solution-list-under dt p {
    max-width: 50px;
    margin-bottom: 5px;
}

.solution-list-under .light-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 105px;
    margin-bottom: 5px;
}

.solution-list-under .light-logo p {
    width: calc(calc(100% - 5px) / 2);
    max-width: none;
    margin-bottom: 0;
}

.solution-list-under dd {
    font-size: 12px;
    /*text-align: justify;*/
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dotted #dbdbdb;
    line-height: 1.4 !important;
    margin-right: 5px;
    color: #000 !important;
}

.solution-list-under a:hover dd {
    color: #000 !important;
}

.solution-list-under li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    border: 1px solid #dbdbdb;
    border-top-width: 0;
    height: 36px;
}

.solution-list-under li li {
    margin-left: 10px;
}

.solution-list-under li li:first-child {
    margin-left: 10px;
}

.solution-list-under li li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #767676;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.solution-list-under li li:hover::after {
    width: calc(100% - 8px);
}

.solcol-margin-10>* {
    padding: 0 0 20px 10px !important;
}

.solcol-margin-10 {
    margin: 0 0 -10px -10px;
}

.solcol-margin-10>* {
    padding: 0 0 20px 10px !important;
}

.soltitle-03 {
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .1em;
}


/* SIDE MENU */

#solutionNavArea {
    background-color: #f6f6f6;
    width: 200px;
    /*font-size: 15px;*/
}

#solutionNavArea h2 {
    background-color: #768787;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
}

#solutionNavArea>h2:nth-child(1) {
    cursor: pointer;
}

#solutionNavArea>section:nth-child(2) {
    display: none;
}

#solutionNavArea h3 {
    background-color: #a0aab0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 2px 10px;
}

#solutionNavArea dl {
    padding: 10px;
    border-bottom: 1px solid #fff;
}

#solutionNavArea dt {
    font-weight: 700;
    padding-bottom: 3px;
}

#solutionNavArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#solutionNavArea li {
    width: 100%;
    line-height: 2.2em;
}

#solutionNavArea a {
    display: inline-block;
    position: relative;
    transition: 200ms ease-out;
}

#solutionNavArea a::after {
    display: block;
    content: "";
    background-color: #e62112;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: .3em;
    left: 0;
    transition: 200ms ease-out;
}

#solutionNavArea a:hover {
    color: #e62112;
}

#solutionNavArea a:hover::after {
    width: 100%;
}

#solutionNavArea>* {
    display: none;
}

#solutionNavArea>*:nth-child(n+3) {
    display: block;
}

@media screen and (max-width: 800px) {
    #solutionNavArea {
        width: 100%;
    }

    #solutionNavArea li {
        width: calc(50% - 5px);
    }

    #solutionNavArea>* {
        display: block;
    }

    #solutionNavArea>*:nth-child(n+3) {
        display: none;
    }

    .appli-im {
        width: 100%;
        height: auto;
    }
}