#contents .headSection {
    height: auto;
}

#contents .headSection .rightArea {
    margin-top: 0px!important;
}

#contents .headSection {
    padding-bottom: 20px!important;
}

@media screen and (max-width: 767px){
    #contents.responsive .headSection .leftArea a.bizproLogo {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    #contents.responsive .headSection .innerBlock {
        padding-bottom: 10px!important;
    }
    #contents.responsive .headSection .innerBlock .leftArea .flL {
        width: 100%;
    }
    #contents.responsive .headSection .leftArea > h1 {
        width: 100%;
        text-align: center;
        padding-top: 22px;
        padding-left: 0px!important;
        font-size: 19px!important;
        border: none;
    }
    #contents.responsive .headSection .rightArea .purchase02 {
        position: static;
        width: 100%;
        margin-top: 16px;
    }
    #contents .headSection .rightArea .purchase02 a {
        text-align: center;
        background: url(/common/images/bt_purchase_02_on.gif) no-repeat center top;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
}

.mt46 {
    margin-top: 46px!important;
}
.mb46 {
    margin-bottom: 46px!important;
}
.mb48 {
    margin-bottom: 48px!important;
}

.text_n {
    font-size: 16px;
    line-height: 27px;
}
@media screen and (max-width: 767px){
    .text_n {
        padding-left: 4%;
        padding-right: 4%;
    }
}

.wrap {
    width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .wrap {
        width: 100%;
    }
}

.func_seek {
    display: flex;
    flex-wrap: wrap;
    width: 494px;
    margin: 0 auto;
}
.func_seek.col1 {
    display: flex;
    flex-wrap: wrap;
    width: 232px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .func_seek {
        width: 58.9%;
    }
}

.func_seek > *,
.func_seek > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc( 50% - ( 30px / 2 ) );
    margin-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 100px;
    background-image: url("/products/bizprojector/function/images/icon/white-right-arrow-svgrepo-com.svg");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 93%;
    cursor: pointer;
}
.col1 > *,
.col1 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 100px;
    background-image: url("/products/bizprojector/function/images/icon/white-right-arrow-svgrepo-com.svg");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 93%;
    cursor: pointer;
}
.func_seek > *:nth-child(2n),
.func_seek > a:nth-child(2n) {
    margin-right: 0px;
}
.func_seek > a:hover  {
    text-decoration: none;
}
@media screen and (max-width: 767px){
    .func_seek > *,
    .func_seek > a {
        width: 100%;
        margin-right: 0;
        padding-right: 22px;
    }
    .func_seek > *:first-child,
    .func_seek > a:first-child {
        margin-bottom: 10px;
    }
}

.btn_func_detail {
    background-color: #f19226;
}

.btn_func_comparison {
    background-color: #0059b3;
}

.productArea {
    opacity: 0;
    overflow-x: scroll;
    /* overflow-x: scroll; */
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.productArea::-webkit-scrollbar {
    display:none;
}
@media screen and (max-width: 767px){
    .productArea {
        padding-left: 4%;
    }
}

.modalBack {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 910;
}
.modalArea {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 910;
}
.modal {
    position: fixed;
    border-radius: 10px;
    z-index: 91;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow: hidden;
}
.modal_inner {
    padding: 30px 30px 80px 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #e6e6e6;
}
.modalClose {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/products/bizprojector/function/images/icon/close-svgrepo-com.svg);
    background-color: #ffffff;
    background-position: center center;
    background-size: 26px 26px;
    cursor: pointer;
    border-radius: 100px;
    z-index: 900;
}
@media screen and (max-width: 767px){
    .modal_inner {
        padding: 13px 13px 80px 13px;
    }
}

.stickyButton {
    position: fixed;
    height: 78px;
    background-color: #e6e6e6;
    border-radius: 0 0 0 10px;
    box-sizing: border-box;
}
.stickyButton > div {
    padding-top: 20px;
}
@media screen and (max-width: 767px){
    .stickyButton {
        top: 91%;
    }
    .stickyButton > div {
        width: 100%;
    }
    .stickyButton > div > div {
        width: 90%;
        margin: 0 auto;
    }
}
.selectList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.selectList > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc( ( 100% / 6 ) - 10px - 8px + ( 10px / 6 ) );
    min-height: 110px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 4px solid #e6e6e6;
    box-sizing: content-box;
    background-color: #ffffff;
    cursor: pointer;
}
.selectList > div.selected {
    border: 4px solid #10218b;
}
.selectList > div img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.selectList > div p {
    margin-top: auto;
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
}
.selectList > div:nth-child(6n) {
    margin-right: 0px;
}
.selectList > div:nth-last-child(1),
.selectList > div:nth-last-child(2),
.selectList > div:nth-last-child(3),
.selectList > div:nth-last-child(4),
.selectList > div:nth-last-child(5),
.selectList > div:nth-last-child(6) {
    margin-bottom: 0px;
}
.selectList > div:nth-last-child(6):nth-child(6n),
.selectList > div:nth-last-child(6):nth-child(6n-1),
.selectList > div:nth-last-child(6):nth-child(6n-2),
.selectList > div:nth-last-child(6):nth-child(6n-3),
.selectList > div:nth-last-child(6):nth-child(6n-4),
.selectList > div:nth-last-child(5):nth-child(6n),
.selectList > div:nth-last-child(5):nth-child(6n-1),
.selectList > div:nth-last-child(5):nth-child(6n-2),
.selectList > div:nth-last-child(5):nth-child(6n-3),
.selectList > div:nth-last-child(4):nth-child(6n),
.selectList > div:nth-last-child(4):nth-child(6n-1),
.selectList > div:nth-last-child(4):nth-child(6n-2),
.selectList > div:nth-last-child(3):nth-child(6n),
.selectList > div:nth-last-child(3):nth-child(6n-1),
.selectList > div:nth-last-child(2):nth-child(6n) {
    margin-bottom: 10px;
}
.modelName {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
* > .modelName:first-child {
    margin-top: 0px;
}
@media screen and (max-width: 767px){
    .selectList > div {
        width: calc( ( 100% / 3 ) - 10px - 8px + ( 10px / 3 ) );
        min-height: auto;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .selectList > div p {
        font-size: 10px;
    }
    .selectList > div:nth-child(6n) {
        margin-right: 10px;
    }
    .selectList > div:nth-child(3n) {
        margin-right: 0px;
    }
    .selectList > div:nth-last-child(1),
    .selectList > div:nth-last-child(2),
    .selectList > div:nth-last-child(3),
    .selectList > div:nth-last-child(4),
    .selectList > div:nth-last-child(5),
    .selectList > div:nth-last-child(6) {
        margin-bottom: 10px;
    }
    .selectList > div:nth-last-child(1),
    .selectList > div:nth-last-child(2),
    .selectList > div:nth-last-child(3) {
        margin-bottom: 0px;
    }
    .selectList > div:nth-last-child(3):nth-child(3n),
    .selectList > div:nth-last-child(3):nth-child(3n-1),
    .selectList > div:nth-last-child(2):nth-child(3n) {
        margin-bottom: 10px;
    }
    .modelName {
        font-size: 12px;
    }
}

.scrollArea {
    display: flex;
    position: relative;
    left: -50px;
    width: calc( 100% + 100px );
    background-color: #ffffff;
    z-index: 120;
}
@media screen and (max-width: 767px){
    .scrollArea {
        width: 100%;
        left: 0px;
    }
}

.productTable {
    position: relative;
    width: 100%;
    border-left: 1px solid #e4e4e4;
}
.scrollArea .productTable {
    border-left: none;
}
.scrollArea .productTable {
    width: calc( 100% - 100px );
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .scrollArea .productTable {
        width: 100%;
        border-left: 1px solid #e4e4e4;
    }
}

.productList {
    width: 20%;
}
.productList.top tr:nth-child(3) {
    height: 120px;
}
.productList tr:nth-child(2n) {
    background-color: #fafafa;
}
.productList td,
.productList th {
    width: 225px;
    min-width: 225px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    word-break: break-all;
    box-sizing: border-box;
}
.productList td img,
.productList th img  {
    width: 80%;
}
.productList td img[src$=".svg"],
.productList th img[src$=".svg"]  {
    width: 14px;
    height: 14px;
}
.productList td:nth-child(n + 2) ,
.productList th:nth-child(n + 2)  {
    text-align: center;
}
.productList tr td:last-child ,
.productList tr th:last-child  {
    border-right: 1px solid #e4e4e4;
}
.productList td.productList_subtitle ,
.productList th.productList_subtitle {
    position: sticky;
    left: 0px;
    width: 37px;
    min-width: 37px;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #e9f4f6;
}
.productList td.productList_subtitle p span{
    display: block;
    text-align: center;
}
@media all and (-ms-high-contrast: none) {
    .productList td.productList_subtitle ,
    .productList th.productList_subtitle {
        padding: 10px;
        max-width: 37px;
        letter-spacing: 30px;
    }
}
.productList td.productList_name ,
.productList th.productList_name {
    position: sticky;
    left: 0px;
    width: 225px;
    min-width: 225px;
    font-size: 75%;
    text-align: left;
    border-right: 1px solid #e4e4e4;
    background-color: #e9f4f6;
}
.productList .subtitle td.productList_name ,
.productList .subtitle th.productList_name {
    position: sticky;
    left: 37px;
    width: calc( 225px - 37px );
    min-width: calc( 225px - 37px );
}
.productList.top td,
.productList.top th {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    font-weight: bold;
}
.productList.top tr:nth-child(2) td,
.productList.top tr:nth-child(2) th {
    font-size: 14px;
}
.productList.top tr:nth-child(3) td,
.productList.top tr:nth-child(3) th {
    width: 225px;
    padding: 0;
    background-color: #ffffff;
}
.productList.top tr:nth-child(1) td:nth-child(n + 2),
.productList.top tr:nth-child(1) th:nth-child(n + 2) {
    background-color: #0d4ea2;
}

.productList.top tr:nth-child(1) td.model_standard,
.productList.top tr:nth-child(1) th.model_standard {
    background-color: #0d4ea2;
}
.productList.top tr:nth-child(1) td.model_mobile,
.productList.top tr:nth-child(1) th.model_mobile {
    background-color: #00918e;
}
.productList.top tr:nth-child(1) td.model_shortFocusDesktop,
.productList.top tr:nth-child(1) th.model_shortFocusDesktop {
    background-color: #b2b935;
}
.productList.top tr:nth-child(1) td.model_shortFocusWall,
.productList.top tr:nth-child(1) th.model_shortFocusWall {
    background-color: #f89e5b;
}
.productList.top tr:nth-child(1) td.model_luminance,
.productList.top tr:nth-child(1) th.model_luminance {
    background-color: #575384;
}
.productList.top tr:nth-child(1) td.model_signage,
.productList.top tr:nth-child(1) th.model_signage {
    background-color: #79274d;
}
.productList.top tr:nth-child(2) td:nth-child(n + 2),
.productList.top tr:nth-child(2) th:nth-child(n + 2) {
    background-color: #008fd5;
}
.productList.top tr:nth-child(2) td.model_standard,
.productList.top tr:nth-child(2) th.model_standard {
    background-color: #008fd5!;
}
.productList.top tr:nth-child(2) td.model_mobile,
.productList.top tr:nth-child(2) th.model_mobile {
    background-color: #55b5b3;
}
.productList.top tr:nth-child(2) td.model_shortFocusDesktop,
.productList.top tr:nth-child(2) th.model_shortFocusDesktop {
    background-color: #b2b935;
}
.productList.top tr:nth-child(2) td.model_shortFocusWall,
.productList.top tr:nth-child(2) th.model_shortFocusWall {
    background-color: #e6b120;
}
.productList.top tr:nth-child(2) td.model_luminance,
.productList.top tr:nth-child(2) th.model_luminance {
    background-color: #9c85bd;
}
.productList.top tr:nth-child(2) td.model_signage,
.productList.top tr:nth-child(2) th.model_signage {
    background-color: #8f4c67;
}
.productList.top td.productList_name,
.productList.top th.productList_name {
    border-left: none;
    border-bottom:none;
    background-color: #ffffff;
}
.productList.top tr:first-child td:first-child,
.productList.top tr:first-child th:first-child {
    border-top: none;
}
@media screen and (max-width: 767px){
    .productList td img[src$=".svg"],
    .productList th img[src$=".svg"]  {
        width: 19px;
    }
    .productList td,
    .productList th {
        min-width: 43vw;
        padding-top: 10px;
        padding-bottom: 21px;
    }
    .productList.top td,
    .productList.top th {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .productList.top tr:nth-child(2) td:nth-child(n + 2),
    .productList.top tr:nth-child(2) th:nth-child(n + 2) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .productList td img,
    .productList th img  {
        width: 100%;
    }
    .subtitle {
        display: none;
    }
    .func {
        display: none;
    }
}

.scrollBtn {
    position: absolute;
    width: 44px;
    height: auto;
    cursor: pointer;
    display: block;
}
@media screen and (max-width: 767px){
    .scrollBtn {
        display: none!important;
    }
}

.btnArea {
    position: relative;
    top: 123px;
    width: 1009px;
    z-index: 130;
}

.btnPrev {
    left: 165px;
    z-index: 120;
}
.btnNext {
    right: -15px;
    z-index: 120;
}
@media all and (-ms-high-contrast: none) {
    .btnPrev {
        left: -50px;
    }
}

.accLabel {
    position: absolute;
    width: 959px;
    margin: 0 auto;
    padding:  10px 50px 10px 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background-image: url("/products/bizprojector/function/images/icon/accrdiion_down.png");
    background-repeat: no-repeat;
    background-position: 98.7% center;
    cursor: pointer;
    z-index: 110;
}
.accLabel.active {
    background-image: url("/products/bizprojector/function/images/icon/accrdiion_up.png");
}
.adjust {
    display: block;
    width: 1px;
    height: 47px;
}
@media screen and (max-width: 767px){
    .accLabel {
        width: calc( 100% - 8% );
        background-position: 93% center;
    }
}

#contents.responsive p.title {
    font-size: 12px;
    padding-bottom: 17px;
    display: none;
}
@media screen and (max-width: 767px){
    #contents.responsive p.title {
        display: block;
    }
}

.js-smoothScroll {
    position: absolute;
    z-index: 100;
}
@media screen and (max-width: 767px){
    .js-smoothScroll {
        display: none;
    }
}

.bc_installation {
    background-color: #1992b1!important;
}

.bc_correction {
    background-color: #1992b1!important;
}

.bc_connection {
    background-color: #329578!important;
}

.bc_operability {
    background-color: #c47e26!important;
}

.bc_effect {
    background-color: #bf649d!important;
}

.bc_clean_up  {
    background-color: #627b9a!important;
}

.bcg_gray {
    background-color: #999999!important;
}

.bcg_none {
    background-image: none!important;
}

#topic_path ul li:last-child {
    background: none;
}

.annotateList li {
    padding-left:2em;
	text-indent:-2em;
    font-size: 14px;
}
.annotateList li::before {
    content: "(注)";

}
@media screen and (max-width: 767px){
    .annotateList {
        padding-left: 4%;
        padding-right: 4%;
    }
    .annotateList li {
        font-size: 12px;
    }
}

#func #footer #fNav{
  width: 960px;
}
.subNav .innerBlock .layCol01 .listBlock .list li img.pl5{
  box-sizing: content-box;
}
