@charset "UTF-8";
.highlight-table [class*=__cell--lv1] {
    background-color: #595959;
}
.highlight-table [class*=__cell] {
    border: 1px solid #000;
}
.highlight-table__body > .table__matrix {
	margin-right: 2em;
	margin-top: 0.5em;
	width: 95%;
	border: none;
}
.highlight-table__body > th[class*=__cell]{
    border: 1px solid #000!important;
}
tr:first-child td:first-child {
    border: none;
}
.cell__note > td{
	border: none!important;
	padding: 0!important;
}
.highlight-image-wrap {
    display: flex;
}
.highlight-image {
    min-width: 1px;
    margin: 0;
}
.highlight-image__frame {
    display: inline-block;
    max-width: 100%;
}
.height-large{
	height: 4em;
}
.height-middle{
	height: 2em;
}
.height-small{
	height: 3em;
}
@media only screen and (max-width:767.98px){
.table[data-table-sp=scroll] .highlight-table__body {
    padding-bottom: 20px;
    overflow-x: auto;
}
.highlight-image img {
    max-width: 855px !important;
}
.height-large{
	height: 8em;
}
.height-middle{
	height: 6em;
}
.height-small{
	height: 4em;
}
}
