@charset "UTF-8";
/*----------モバイル表示------------*/

/*  エスティイーはSHARP正規認定店です
------------------------- */
.copy-sentence {
    padding-top: 36px;
    padding-right: 36px;
    padding-left: 36px;
    background-color: #fff;
    text-align: center;
}

/* 主力商品の紹介 
-----------------------*/

/* BP-61C36 71C36のキャッチコピー
---------------------*/
.copy-catchcopy {
    text-align: center;
}

.copy-catchcopy_main {
    margin-bottom: 0;
    color: #25408b;
    font-weight: bold;
    font-size: 24px;
}

.copy-catchcopy_sub {
    margin-bottom: 0;
}

/* 商品詳細
---------------------*/
.copy_section {
 margin-bottom: 80px;
}
.copy_section:first-of-type {
    border-bottom: 1px solid #dedede;
    border-right: none;
}

/* 商品画像 */
.copy_section-img {
    padding-bottom: 24px;
}

/* 機能アイコン */
.copy_icons {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copy_icons_list {
    width: calc( (100% / 6) - .5em );
}

.copy_icons_img {
    width: 100%;
}

/* スペック表 */
.copy-ability tbody,
.copy-ability tr {
    display: block;
}

.copy-ability thead {
    display: none;
}

.copy-ability tr {
    margin-bottom: 1em;
    border-top: 2px solid #777;
    border-bottom: 2px solid #777;
}

.copy-ability thead th,
.copy-ability tbody td {
    vertical-align: middle;
}

.copy-ability thead th {
    padding-top: 1em;
    padding-bottom: .8em;
}

.copy-ability tbody td {
    padding-top: 1em;
    padding-bottom: .8em;
    padding-left: 40%;
    border-bottom: 1px solid #ddd;
}
.copy-ability tbody td:last-of-type {
    border-bottom: none;
}

.copy-ability tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
}



/*-------------タブレットサイズ-------------*/
@media screen and (min-width: 768px) {
    
    /* 商品詳細---------------------*/
    .copy_section:first-of-type {
        padding-right: 1.5em;
        border-bottom: none;
        border-right: 1px solid #dedede;
    }

    .copy_section:last-of-type {
        padding-left: 1.5em;
    }

}


/*-------------パソコン小サイズ-------------*/
@media screen and (min-width: 992px) {
    
    /* 商品詳細---------------------*/
    .copy_section:first-of-type {
        padding-right: 2em;
    }

    .copy_section:last-of-type {
        padding-left: 2em;
    }

    /* スペック表 */
    .copy-ability tr {
        margin-bottom: 0;
        border: none;
        display: table-row;
    }

    .copy-ability thead {
        display: table-header-group;
    }

    .copy-ability thead th {
        border-top: 0;
        border-bottom: 3px solid #777;
    }

    .copy-ability tbody {
        display: table-row-group;
    }

    .copy-ability tbody td {
        padding-top: .8em;
        padding-bottom: .6em;
        padding-left: 1em;
    }

    .copy-ability tbody td::before {
        content: none;
    }

    .copy-ability tbody td:last-of-type {
        border-bottom: 1px solid #ddd;
    }
    
    

}


/*-------------パソコン中サイズ-------------*/
@media screen and (min-width: 1200px) {


}


/*-------------パソコン大サイズ-------------*/
@media screen and (min-width: 1600px) {


}