*{
    min-height: 0vw; /* Safari clamp関数対策 */
}
.sp_only{
    display: none !important;
}
.sp_only450{
    display: none;
}
html{
    font-size: 62.5%;
    font-family:'Noto Sans JP';
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
    font-weight: 500;
    scroll-behavior: smooth !important;
    min-width: 1180px;
}
img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
img[src$=".svg"] {
	height: auto;
}
main{
    width: 100%;
}
p,li,td{
    color: #222222;
    font-weight: normal;
}
p,a{
    font-size: 1.6rem;
    line-height: 180%;
}
h1,h2,h3,h4{
    color: #222222;  
}
.white{
    color: white !important;
}
.bold{
    font-weight: bold;
    opacity: 1 !important;
}
.normal{
    font-weight: normal;
}
.center{
    margin: 0 auto;
    text-align: center;
}
.wrapper{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.between{
    justify-content: space-between;
}
.align_center{
    align-items: center;
}
.flex_alignCenter{
    display: flex;
    align-items: center;
}
.flex{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.PcflexSpcolmn{
    display: flex;
}
.rem12{
    font-size: 1.2rem;
}
.rem14{
    font-size: 1.4em;
}
.rem18{
    font-size: 1.8rem;
}
.Pc30SpMax{
    width: 30%;
}
.Pc35SpMax{
    width: 35%;
}
.Pc40SpMax{
    width: 40%;
}
.PcHalfSpMax{
    width: 47%;
}
.Pc55SpMax{
    width: 55%;
}
.Pc60SpMax{
    width: 60%;
}
.Pc65SpMax{
    width: 65%;
}
.Ancher{
    position: absolute;
    top: -60px;
}
.ls1{
    letter-spacing: 1px;
}
.relative{
    position: relative;
}
.width30{
    width: 30%;
}
.width47{
    width: 47%;
}
/* ヘッダー */
header{
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header_inner{
    padding: 5px 5%;
    height: 60px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo{
    width: 200px;
}
.headerNavUl{
    width: fit-content;
    display: flex;
}
@media screen and (max-width:768px){
    .headerNavUl{
        display: none;
    }
    .open .headerNavUl{
        display: block;
        position: fixed;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
    }
    .open .headerNavLi{
        border-bottom: 1px solid rgba(255, 255, 255, 0.61);
    }
    .open .headerNavLi:last-child{
        border-bottom: none;
    }
    .open .headerNavLi a{
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
    .open .headerNavLi a span{
        font-size: 1.6rem;
        letter-spacing: 0;
        font-weight: normal;
    }
}
.headerNavLi a{
    color: #00215b;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 120%;
    display: block;
    width: fit-content;
    white-space: nowrap;
    margin-right: 60px;
}
.headerNavLi:last-child a{
    margin-right: 0;
}
.headerNavLi a span{
    font-size: 1.2rem;
    line-height: 100%;
    font-weight: normal;
}
#headerNav{
    display: flex;
}
/* ハンバーガーメニュー */
.burger{
    width: 45px;
    height: 100%;
    background-color: white;
    cursor: pointer;
    border: none;
    z-index: 3;
    justify-content: center;
    align-items: center;
    display: none;
}
@media screen and (max-width:768px){
    .burger{
        display: flex;
    }
}
.burger_content{
    width: 100%;
    max-width: 45px;
}
.burger_line{
    width: 100%;
}
.burger_line_inner{
    padding-top: 80%;
    position: relative;
    margin-bottom: 3px;
}
.burger_span{
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #00215b;
    position: absolute;
    display: block;
    will-change: transform;
}
.burger_span:nth-child(1){
    top: 0;
    left: 0;
    transition: all 0.7s ease;
}
.burger_span:nth-child(2){
    top: calc(50% - 1px);
    left: 0;
    transform: translateX(0%);
    opacity: 1;
    transition: all 0.7s ease;
}
.burger_span:nth-child(3){
    bottom: 0;
    left: 0;
    transition: all 0.7s ease;
}
.open .burger_span:nth-child(1){
    top: calc(50% - 1px);
    left: 0;
    transform: rotate(45deg);
    transition: all 0.7s ease;
}
.open .burger_span:nth-child(2){
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.7s ease;
}
.open .burger_span:nth-child(3){
    bottom: calc(50% - 1px);
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.7s ease;
}
#mask{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top:0;
    right:0;
    z-index: -1;
}
@media screen and (max-width:768px){
    .open #mask{
        opacity: 1;
        visibility: visible;
    }
}
/* ハンバーガーメニュー */


/* フッター */
#footerMenu{
    background-color: #00215b;
    padding: 30px 0 20px 0;
}
#footerMenu p{
    line-height: 130%;
}
#footerMenu a{
    font-size: 2rem;
    font-weight: bold;
}
.mgb20px{
    margin-bottom: 20px;
}
/* トップに戻るボタン */
#pagetop{
    position: relative;
}
.totop{
    width: 44px;
    height: 44px;
    background: url(../image/totop.svg)no-repeat;
    position: fixed;
    right: 5%;
    bottom: 20px;
    cursor: pointer;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    background-size: contain;
}
.totop:hover{
    background: url(../image/totop2.svg)no-repeat;

}
.active .totop{
    opacity: 1;
    transition: opacity 1s ease;
    visibility: visible;
}
.absolute .totop{
    position: absolute;
    top: -90px;
    bottom: auto;
}
/* トップに戻るボタン */

/* フッター */

/* トップページ */
#topContentsArea{
    padding-top: 60px;
    display: flex;
    overflow: hidden;
}
.topContentsBox{
    flex: 1;
    padding: 40px 0;
}
.tp_turaned_k{
    background-color: #00215b;
}
.tp_led{
    background-image: linear-gradient(0deg, rgba(1, 113, 214, 1), rgba(14, 244, 255, 1));
}
.tp_multi{
    background-color: #64cac6;
}
.tp_klwc{
    background-color: #64a3ca;
    display: flex;
    flex-direction: column;
}
.tp_title{
    max-width: 360px;
    width: 90%;
    margin: 0 auto;
}
.obj_photo{
    max-width: 400px;
    margin: 0 auto;
}
.obj_status{
    width: fit-content;
    margin: 0 auto;
}
.obj_point{
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    line-height: 100%;
    padding: 5px 5px;
    background-color: #ec6d65;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 5px;
    display: none;
}
.tp_price{
    max-width: 350px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: auto;
}
.detailBtn{
    font-size: 1.8rem;
    color: white;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
    max-width: 350px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
    background-color: #a08b36;
    display: block;
    margin-top: auto;
}
@media (hover: hover) {
    .detailBtn:hover{
        color: #00215b;
        background-color: #f0ea0c;
    }
}
.turned_logo{
    width: 50%;
}
#strongArea{
    background-color: #EFEFEF;
    padding-bottom: 20px;
}
.strength{
    width: 100%;
    line-height: 100%;
    font-size: clamp(2rem,4.5vw,3.3rem);
    color: white;
    text-align: center;
    padding: 25px 0;
    background-color: #ec6d65;
    display: none;
}
.strengthPoint{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 20px 0 0 0;
}
.strengthPointBox{
    width: 20%;
}
.makuake{
    margin-top: 20px;
    width: 38%;
    background-color: #f0ea0c;
    padding: 20px;
    border-radius: 20px;
}
.makuake_logo{
    width: 120px;
}
.makuake_right{
    width: calc(100% - 150px);
}
.makuake_clowd{
    text-align: center;
    color: #0097e0;
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 5px;
}
.makuake_clowd2{
    border-radius: 5px;
    padding: 10px;
    background-color: #0097e0;
    color: white;
    font-size: 2.2rem;
    text-align: center;
    line-height: 120%;
}
.makuake_para{
    font-size: 1.6rem;
    line-height: 150%;
    margin-top: 5px;
}
#visualArea{
    overflow: hidden;
    position: relative;
}
.mainvisualArea{
    margin-top: 20px;
    background-color: #00215b;
    padding: 40px 0;
}
.main_visual{
    width: 100%;
    max-width: 706px;
}
.main_copy{
    width: 100%;
    max-width: 293px;
    position: absolute;
    right: 5%;
    top: 10%;
}
.main_kakaku{
    width: 100%;
    max-width: 420px;
    position: absolute;
    right: 0;
    bottom: -10px;
}
.submitBtn{
    background-color: #a08b36;
    color: white;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 2rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.submitBtn2{
    background-color: #a08b36;
    color: white;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 2rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
@media (hover: hover) {
    .submitBtn:hover{
        background-color: #f0ea0c;
        color: #00215b;
    }
    .submitBtn2:hover{
        background-color: #007ebd;
    }
}
.submitBtn::after{
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(4) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.submit_para{
    font-size: 1.6rem;
    line-height: 130%;
    margin-top: 5px;
    text-indent: -1.6rem;
    margin-left: 1.6rem;
    width: fit-content;
}
.submit_para span{
    color: #64588f;
}
#filterArea{
    margin-top: 40px;
    padding: 60px 0;
    background-color: #00215b;
    overflow: hidden;
}
.subTitle{
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 120%;
}
.white{
    color: white;
}
.sectionTitle{
    font-size: 3rem;
}
.mgb40px{
    margin-bottom: 40px;
}
.icon_flex{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.icon_flex_box{
    width: 17%;
    margin-right: 3.75%;
}
.icon_flex_box:last-child{
    margin-right: 0;
}
.lh_clear{
    line-height: 130%;
}
.whiteAsh{
    padding: 5%;
    background-color: white;
}
.secondTitle{
    font-size: 2.6rem;
    letter-spacing: 1px;
    color: #00215b;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #00215b;
    margin-bottom: 20px;
}
.pointBox{
    width: 30%;
    margin-right: 5%;
    border: 1px solid #00215b;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(211,226,231,0.2);
}
.pointBox:nth-child(3),
.pointBox:nth-child(6){
    margin-right: 0;
}
.point{
    font-size: 2rem;
    text-align: center;
    color:#00215b;
    margin-bottom: 5px;
}
#koukaArea{
    padding: 60px 0;
    overflow: hidden;
}
.blue{
    color: #00215b;
}
#kahunArea,#oteireArea{
    overflow: hidden;
    padding: 60px 0;
    background-image: linear-gradient(90deg, rgba(233, 240, 250, 1), rgba(168, 202, 240, 1));
}
.kahun{
    background-color: #00215b;
    border-radius: 20px;
    padding: 5%;
}
.kahunBox{
    border: 1px solid white;
    position: relative;
}
.kahunBoxPara{
    width: fit-content;
    padding: 10px 10px;
    background-color: #000000d8;
    color: white;
    position: absolute;
    line-height: 100%;
    top: 0;
    left: 0;
}
.sansaku{
    margin: 20px auto 0px auto;
    width: 20px;
    height: 20px;
    border-top: 20px solid #8bb5e6;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
#koukaArea2{
    background-color: #EFEFEF;
    padding: 60px 0;
    overflow: hidden;
}
.kouka_para{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    color: #00215b;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #00215b;
}
.kouka_h3{
    font-size: 2.6rem;
    font-weight: bold;
    color: #00215b;
}
.huzoku{
    color: #8bb5e6;
    font-size: 1.8rem;
    font-weight: bold;
}
.oteire_h2{
    background-color: white;
    border: 2px solid #00215b;
    color: #00215b;
    font-size: 3rem;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
}
.Pc30SpMax{
    width: 30%;
}
.oteirePoint{
    padding: 30px;
    background-color: white;
}
.oteirePoint img{
    display: block;
    max-width: 200px;
    margin: 0 auto 20px auto;
}
.annotation{
    font-size: 1.4rem;
    color: #37548b;
    text-indent: -1.4rem;
    margin-left: 1.4rem;
    line-height: 150%;
}
.oteire_para{
    font-size: 1.8rem;
    color: #37548b;
    line-height: 170%;
    margin-bottom: 5px;
}
#specificationArea{
    padding: 60px 0;
    overflow: hidden;
}
.table_space{
    width: 100%;
    overflow: auto;
}
.specification_table{
    width: 100%;
    min-width: 600px;
}
.specification_table th{
    color: white;
    font-size: 1.6rem;
    text-align: center;
    min-width: 150px;
    padding: 10px 0;
    background-color: #37548b;
    border-bottom: 2px solid #ACACAD;
}
.specification_table td{
    font-size: 1.6rem;
    text-align: center;
    width: calc((100% - 150px) / 2);
    padding: 10px 0;
    border-bottom: 2px solid #ACACAD;
}
.border_right{
    border-right: 1px solid #ACACAD;
}
.specification_table span{
    font-size: 1.4rem;
}
.table_annotation{
    font-size: 1.4rem;
    text-indent: -2.8rem;
    margin-left: 2.8rem;
    line-height: 150%;
}
#makuakeArea{
    background-color: #f0ea0c;
    padding: 60px 0;
}
.makuake_title{
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px auto;
    padding: 10px 5%;
    background-color: #00215b;
    border-radius: 10px;
    position: relative;
}
.makuake_title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px; 
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-top: 20px solid #00215b;   
    border-bottom: 20px solid transparent;   
    border-left: 20px solid transparent;   
    border-right: 20px solid transparent;   
}
.makuakeTitleSp{
    max-width: 400px;
    margin: 0 auto;
}


/* LED */
#led_visualArea{
    padding: 60px 0 0 0;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(0deg, rgba(1, 113, 214, 1), rgba(14, 244, 255, 1));
}
.led_turned_logo{
    max-width: 450px;
    padding: 10px 30px;
    background-color: #00215b;
}
.led_main_visual{
    width: 40%;
}
.led_maintitle{
    width: 100%;
    margin: 0 auto 5px auto;
}
.led_mainSubtitle{
    padding: 5px 15px;
    background-color: #595757;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-family: 600;
    color: white;
}
.led_mainSubtitle span{
    font-size: 2rem;
}
.led_mainPoint{
    padding: 10px 10px;
    width: fit-content;
    line-height: 100%;
    background-color: #f0ea0c;
    color: #00215b;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 20px;
}
.led_mainSpBr{
    display: none;
}
.led_price{
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}
.led_mainCopy{
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: white;
}
#ledsec01Area{
    overflow: hidden;
}
.ledsec01Flex{
    display: flex;
}
.ledsec01FlexBox{
    width: 50%;
    position: relative;
}
.ledsec01FlexBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.ledsec01FlexBox2{
    background-color: #00215b;
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.ledsec01_para{
    font-size: 3rem;
    color: white;
    padding-left: 40px;
}
#ledsec02Area{
    padding: 60px 0;
    overflow: hidden;
}
.denq{
    width: 80%;
}
.lumen{
    font-size: 3rem;
    line-height: 150% !important;
    text-align: center;
    color: white;
    background-color: #00215b;
    padding: 30px;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 100%;
}
.lumen_span{
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 130%;
    display: block;
}
.control{
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.ledsec02hikari{
    max-width: 600px;
    margin: 0 auto;
}
#ledsev03Area{
    padding: 60px 0;
    background-color: #EFEFEF;
    position: relative;
    overflow: hidden;
}
.ledsev03Box{
    max-width: 400px;
    padding: 20px;
    border: 1px solid #666;
    margin: 30px auto  0 auto;
    background-color: white;
}
.ledsev03_h4{
    font-weight: normal;
    font-size: 2rem;
}
.ledsev03_h4 span{
    font-size: 1.2rem;
}
.ledsev03_h5{
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    line-height: 100%;
    padding: 10px 0;
    background-color: #EFEFEF;
    margin-bottom: 5px;
}
.darken{
    mix-blend-mode: darken;
}
.ledsev03Point{
    font-size: 1.8rem;
    text-align: center;
    line-height: 100%;
    padding: 5px 0;
    color: white;
    background-color: #20aee5;
}
.whiteBack{
    background-color: white;
    padding: 15px;
}
.ledsev03Area_h4{
    color: #00215b;
    font-size: 2rem;
    margin-top: 5px;
}
.ledsev03PointBox{
    background-color: white;
    padding: 15px;
}
.ledsev03graf{
    background-color: white;
    padding: 30px;
}
.ledsev03graf_para{
    font-size: 2rem;
    padding: 15px;
    border: 1px solid #666;
    line-height: 150%;
}
.ledsev03grafArea{
    padding: 20px;
    background-color: #f0f4f4;
}
.led_spec{
    padding: 60px 0;
}
#multiArea{
    position: relative;
    background-color: #64cac6;
    padding: 120px 0;
    overflow: hidden;
}
#multiSec01Area{
    padding: 40px 0;
    background-color: #00a09b;
}
.multiSec01Box{
    background-color: white;
    border-radius: 20px;
    padding: 30px;
}
.multiSec01BoxSubTitle{
    color: #00a09b;
    font-size: 1.4rem;
}
.multiSec01BoxMainTitle{
    color: #00a09b;
    font-size: 2rem;
    border-bottom: 1px solid #00a09b;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#multiSec02Area{
    padding: 60px 0;
}
.eme{
    color: #00a09b;
}
.multiSec02AreaTitle{
    font-size: clamp(2.6rem,4vw,3rem);
    color: #00215b;
    text-align: center;
}
.styleBox{
    width: 22%;
    margin-bottom: 20px;
    margin-right: 4%;
}
.styleBox:nth-child(4n){
    margin-right: 0%;
}
.lh120{
    line-height: 120%;
}
#multiSec03Area{
    background-color: #f4f4f0;
    padding: 60px 0;
    overflow: hidden;
}
.multiSec03AreaTitle{
    color: #66c5da;
    font-size: 3rem;
    letter-spacing: 2px;
}
.multiSec03AreaTitle span{
    font-size: 2rem;
}
.multiSec03AreaPhoto{
    border-radius: 20px;
    border: 2px solid #00215b;
    overflow: hidden;
}
#multiSec04Area{
    padding: 60px 0;
    overflow: hidden;
}
.multiSec04AreaPoint{
    width: 30%;
    text-align: center;
    border-radius: 30px;
    background-color: #00215b;
    color: white;
    font-size: 1.6rem;
    line-height: 130%;
    margin-bottom: 20px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.multi_dashu{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #eef5f9;
}
.multi_ene{
    padding: 20px;
    background-color: #f4f4f0;
}
.multi_spec{
    padding: 60px 0;
    overflow: hidden;
}

#klwcArea{
    position: relative;
    padding: 90px 0;
    background-color: #64a3ca;
}
.klwc_filter{
    padding: 60px 0;
    overflow: hidden;
}
#klwc_sec01{
    overflow: hidden;
    padding: 60px 0;
}
#klwc_sec02Area{
    overflow: hidden;
    padding: 60px 0;
}
.overflow{
    overflow: hidden;
}
.klwc_sec02_point{
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #595757;
    border-radius: 50px;
    width: fit-content;
    padding: 5px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.klwc_sec02AreaFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.klwc_sec02AreaFlex_left{
    width: 60%;
}
.klwc_sec02AreaFlex_right{
    width: 38%;
}
.klwc_sec02Area_h4{
    font-size: 2.3rem;
    color: white;
    text-align: center;
    padding: 7px 0;
    background-color: #64a3ca;
    line-height: 120%;
}
.klwc_sec02_box{
    padding: 20px;
    background-color: #f4f4f0;
}
.klwc_sec02_box_txt h5{
    color: #00215b;
    font-size: 2.6rem;
    line-height: 130%;
    margin-bottom: 5px;
    margin-top: 10px;
}
#klwc_sec03Area{
    overflow: hidden;
    padding: 60px 0;
    background-image: linear-gradient(90deg, rgba(233, 240, 250, 1), rgba(168, 202, 240, 1));
}
.klwc01_table{
    width: 100%;
    min-width: 600px;
}
.klwc01_table th{
    color: white;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 0;
    background-color: #37548b;
    border-bottom: 2px solid #ACACAD;
}
.klwc01_table td {
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #ACACAD;
    table-layout: auto;
}