@charset "utf-8";
/* CSS Document */


.ecscsupport #main h1 {
    padding: 0 0 0 2em;
    height: 150px;
    background: url(./img/ecsc_banner.jpg) no-repeat center top;
    background-size: contain;
    display: flex;
    align-items: center;
    text-indent: -9999px;
    border-bottom: none;
}

div#main em {
    color: #164999;
}

.ibcsupport #main .readmore {
    list-style: none;
    text-align: right;
}

/* Download Datasheetsボタンを中央寄せ */
.priorityLink {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.priorityLink li {
    float: none;
}

.label-red_block {
    background-color: #e00202;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 8px;
    vertical-align: middle;
}


.ecoc2026_detail{
    margin-top:1em;
}
.ecoc2026_detail dt,.ecoc2026_detail dd{
    line-height: 1.4;
}
.ecoc2026_detail dt{
	float: left;
	font-weight: bold;
}
/*.ecoc2021_detail dd:before{
	content: ": ";
	display: inline;
}*/
.ecoc2026_detail dd{
	margin: 0 0 0.75em 6em;
}

.exhibit-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 2em 0;
    flex-wrap: wrap;
}

.exhibit-images img {
    display: block;
    max-width: 100%;
    height: auto;
}

.exhibit-images img:first-child {
    width: 320px;
}

.exhibit-images img:last-child {
    width: 304px;
}

@media screen and (max-width: 640px) {
    .exhibit-images {
        flex-direction: column;
        gap: 20px;
    }
}