@charset "utf-8";

/*2*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) , print { /*PC&TB*/
}

/*3*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) and ( max-width:1023px) { /*TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}

.f4Wrap{ 
    width:100%;
    margin: 60px 0 0 0;
}  

@media screen and (max-width:768px) { /*SP*/
    .table-wrapper {
        /* width: 375px; */
        width: 365px;
        overflow-x: auto;
        position: relative;
        cursor: grab;
        
    }
    .table-wrapper th,.table-wrapper td{
        font-size: 12px!important;
    }
    .cmps_note{
        width: 100%;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        color: #000;
    }
    .cmps_note span{
        font-size: 11px;
        color: #B3000F;
        margin: 0 2px;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .table-wrapper {
        width: 100%;
        overflow-x: auto;
        position: relative;
        cursor: grab;
        
    }
    .table-wrapper th,.table-wrapper td{
        font-size: 14px!important;
    }
    .cmps_note{
        display: none;
    }
}

.table-wrapper.is-dragging {
    cursor: grabbing;
    user-select: none;
}

@media screen and (max-width:768px) { /*SP*/
    .comparison-table {
        border-collapse: collapse;
        width: max-content;
        white-space: nowrap;
        table-layout: fixed;
        width: 100%;
        margin: 0 10px 0 0;
    }
    .comparison-table th,
    .comparison-table td {
        border: 1px solid #ccc;
        padding: 20px 0;
        width: 160px;
        text-align: center;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .comparison-table {
        border-collapse: collapse;
        width: max-content;
        white-space: nowrap;
        table-layout: fixed;
        width: 100%;
        margin: 0;
    }
    .comparison-table th,
    .comparison-table td {
        border: 1px solid #ccc;
        padding: 20px 0;
        width: 254px;
        text-align: center;
    }
}

.comparison-table thead th {
    background-color: #eee;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    position: sticky;
    left: 0;
    font-weight: bold!important;
    z-index: 3;
    /* background-color: #f9f9f9; */
    /* transform: translateX(-1px); */
}



/* .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    pointer-events: none;
    visibility: hidden;
}

.fixed-header th {
    background-color: #eee;
}

.fixed-header th:first-child {
    position: sticky;
    left: 0;
    background-color: #f9f9f9;
    z-index: 4;
} */

/* -------- */

@media screen and (max-width:768px) { /*SP*/
    .cmps_heads{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-weight: bold;
        text-align: left;
    }
    .cmps_heads img{
        width: 38px;
        margin: 0 5px 0 0;
    }
    .cmps_pcON{
        display: none;
    }
    .cmps_spON{
        display: block;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .cmps_heads{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-weight: bold;
    }
    .cmps_heads img{
        width: 58px;
        margin: 0 10px 0 0;
    }
    .cmps_pcON{
        display: block;
    }
    .cmps_spON{
        display: none;
    }
}
    

/* -------- */

.cmps_border_1{
    border-top: none!important;
    border-left: none!important;
    background-color: #fff!important;
}
.cmps_border_2{
    border: none!important;
    background-color: #fff!important;
}


/* -------- */

.cmps_color_1{ background-color: #6ab6cc; }
.cmps_color_2{ background-color: #06b4ea; }
.cmps_color_3{ background-color: #73cee1; }
.cmps_color_4{ background-color: #c5de92; }
.cmps_color_5{ background-color: #fdb813; }
.cmps_color_6{ background-color: #a3cf62; }
.cmps_color_7{ background-color: #fed09e; }

.cmps_circle{ font-size: 22px!important; }

/* -------- */

@media screen and (max-width:768px) { /*SP*/
    .cmps_link1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        color: #000!important;
        text-decoration: none!important;
        font-size: 12px;
        line-height: 16px;
        width: 130px;
        height: 50px;
        box-sizing: border-box;
        transition: 0.3s;
        margin: 0 0 0 0;
    }
    .cmps_link1:hover {
        opacity: 0.5;
    }
    .cmps_arrow_icon {
        display: inline-block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
    }
    .cmps_arrow_text {
        flex-grow: 1;
    }
    .cmps_arrow_box{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        width: 35px; height: 48px;
        border-radius: 4px;
    }
    .cmps_link_wrap{
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .cmps_link1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        color: #000!important;
        text-decoration: none!important;
        font-size: 16px;
        width: 220px;
        box-sizing: border-box;
        transition: 0.3s;
        margin: 0 0 0 0;
    }
    .cmps_link1:hover {
        opacity: 0.5;
    }
    .cmps_arrow_icon {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
    }
    .cmps_arrow_text {
        flex-grow: 1;
    }
    .cmps_arrow_box{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        width: 65px; height: 65px;
        border-radius: 4px;
    }
    .cmps_link_wrap{
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}



@media screen and (max-width:768px) { /*SP*/
    .fixed-header-wrapper {
        /* width: 375px; */
        width: 365px;
        /* overflow-x: auto; */
        position: fixed;
        cursor: grab;
        /* margin: 0 10px; */
        top: 0;
        left: 0;
        z-index: 999;
        background: #fff;
        pointer-events: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 768px) and (max-width:1295px) { /*TB*/
    .fixed-header-wrapper {
        /* width: 375px; */
        width: 100%;
        /* overflow-x: auto; */
        position: fixed;
        cursor: grab;
        /* margin: 0 10px; */
        top: 0;
        left: 0;
        z-index: 999;
        background: #fff;
        pointer-events: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 1296px),print { /*PC*/
    .fixed-header-wrapper {
        width: 100%;
        /* overflow-x: auto; */
        position: fixed;
        cursor: grab;
        /* margin: 0; */
        top: 0;
        left: 0;
        z-index: 999;
        background: #fff;
        pointer-events: none;
        visibility: hidden;
    }
}

.fixed-header {
    position: relative;
    top: 0;
    left: 0;
}

.fixed-header th {
    background-color: #eee;
}

.fixed-header th:first-child {
    position: sticky;
    left: 0;
    background-color: #f9f9f9;
    z-index: 4;
}

.cmps_transform_1 {
    transform: translate(-1px, -1px)!important;
}
