@charset "utf-8";

.thumb-bd{
	padding:10px;
	border:1px solid #dcdcdc;
	}



table.support-info{
	}
table.support-info p.title{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #dcdcdc;
	}
	
table.support-info p{
	line-height:1.6;
	}
	
.img-thumb{
	border:2px solid #dcdcdc;
	}

table.download{
    width: 100%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #015386;
}
table.download td{
    width: 50%;
    text-align: center;
}
.no-bd{
    border: none !important;
}

a.btn-download{
    display: inline-block;
    width: 268px;
    color:#fff;
    font-weight: 600;
    padding: 10px 8px;
    border-radius: 3px;
    background:#015386;
    margin-bottom: 10px;
}
a.btn-download:hover{
    display: inline-block;
    width: 268px;
    color:#fff;
    font-weight: 600;
    padding: 10px 8px;
    border-radius: 3px;
    background:#1b75c2;
    margin-bottom: 10px;
}

/*
-------------------------------
追加　2024
-------------------------------
*/
.spec-hikaku{
    position: relative;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto;
    gap: 0 30px;
    padding: 20px 0;
    box-sizing: border-box;
}
.spec-hikaku .spec-panel{
    width: calc(100% / 3 - 20px);
	margin-bottom: 20px;
}
.spec-panel h3{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #015386;
    padding-bottom: 6px;
}
.spec-panel h3 sup{
    font-size: 0.8rem;
}
.spec-panel .pd-img img{
    display: block;
    width: 100%;
    max-width: 220px;
}

.spec-panel .item{
    position: relative;
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto;
    gap: 0 10px;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.spec-panel .item .spec-icon{
    width: 40px;
}
.spec-panel .item .spec-icon img{
    display: block;
    width: 100%;
}
.spec-panel .item .spec-txt{
    width: calc(220px - 50px);
}
.spec-panel .item .spec-txt p{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.15rem;
    text-align: left;
    color: #333;
}
.spec-panel .item .spec-txt p span{
    font-size: 0.8rem;
    color: #666;
}
.spec-panel .item .spec-txt p span br{
    font-size: 1rem;
    line-height: 1.4;
}

.light-opacity{
    opacity: 0.4;
}
.light-opacity img{
    opacity: 0.4;
}

.spec-notice{
    margin-bottom: 60px;
}
.spec-notice p{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 0.8rem;
    color: #666;
}

/*
-------------------------------
追加　2024 サポート情報　重要なお願い
-------------------------------
*/
.support-box_50_50{
    position: relative;
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto;
    gap: 0 20px;
    padding: 20px 0;
    box-sizing: border-box;
}
.box_50-inner{
    width: calc(50% - 20px);
}
.box_50-inner{
    width: calc(50% - 20px);
}
.box_50-inner img{
    display: block;
    width: 100%;
}



