<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*  静脈血栓塞栓症 */

/* PC版：画像 */
@media screen and (min-width: 560px) {
	main.vte01 #img02{
		width: 500px;
	}
	main.vte01 #img03{
		width: 375px;
	}
	main.vte01 #img04{
		width: 650px;
	}

	main.vte02 #img02{
		width: 600px;
	}
}

/* SP版：画像 */
@media screen and (max-width: 559px) {

}

.table_vte03{
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}
.table_vte03 dl{
	display: flex;
    flex-direction: column;
	text-align: center;
	height: 100%;
}
.table_vte03 dl#dl01{
    width: 40%;
}
.table_vte03 dl#dl02{
    width: 60%;
}
.table_vte03 dl dt,
.table_vte03 dl dd{
	padding: 1rem;
	border: 1px #000000 solid;
}
.table_vte03 dl dd{
	text-align: left;
}

.table_vte03 dl#dl01 dt,
.table_vte03 dl#dl01 dd{
	border-right: none;
}
.table_vte03 dl dt,
.table_vte03 dd:not(dd:last-child) {
	border-bottom: none; 
}
.table_vte03 dl dt{
	color: #FFFFFF;
    background-color: #6C14B4;
	height: 70px;
}

.table_vte03 dl#dl01 dd:nth-of-type(1),
.table_vte03 dl#dl01 dd:nth-of-type(2) {
	min-height:calc(349.86px / 2);
}
.table_vte03 dl#dl02 dd:nth-of-type(1) {
	min-height: 100%;
	padding-bottom: calc(1rem + 25px);
}
.table_vte03 dl#dl02 dd:nth-of-type(2){
	min-height: 260px;
}
.table_vte03 dl#dl01 dd:nth-of-type(3) {
	min-height: 122.72px;
}
.table_vte03 dl#dl02 dd:nth-of-type(3){
	min-height: 100%;
	padding-bottom: calc(1rem + 25px);
}

@media screen and (max-width: 559px) {
	.table_vte03{
		width: 200%;
	}

	.table_vte03 dl#dl01 dd:nth-of-type(1),
	.table_vte03 dl#dl01 dd:nth-of-type(2) {
		min-height: calc(345px / 2);
	}
	.table_vte03 dl#dl02 dd:nth-of-type(1) {
		min-height: 85px;
	}
	.table_vte03 dl#dl02 dd:nth-of-type(2){
		min-height: 260px;
	}
	.table_vte03 dl#dl01 dd:nth-of-type(3),
	.table_vte03 dl#dl02 dd:nth-of-type(3) {
		min-height: 120px;
	}

}</pre></body></html>