@charset "utf-8";

.telPanel01{
	border: 2px solid #dbdbdb;
	margin-bottom: 20px;
}
.telPanel01:last-of-type{
	margin-bottom: 0;
}

.telPanel01 dt{
	background:#eeeeee;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.telPanel01 .telPanelItem{
	padding: 15px 10px;
	border-bottom: 2px solid #dbdbdb;
}
.telPanel01 .telPanelItem:last-of-type{
	border-bottom: none;
}
.telPanel01 .telPanelItem >*:last-child{
	margin-bottom: 0;
}
.telPanelItem .img{
	margin-bottom: 10px;
}
.telPanelIcon{
	display: inline-block;
	background:#eeeeee;
	margin-bottom: 5px;
	padding: 2px 10px;
	font-weight: bold;
}
.telPanelTxt{
	margin-bottom: 5px;
}
.colorRed01{
	color:#e51711!important;
}

@media print,screen and (min-width: 768px) {
	.telPanel01{
		margin-bottom: 40px;
	}
	.telPanel01 dt{
		background:#eeeeee;
		padding: 15px;
		font-size: 2.0rem;
		font-weight: bold;
	}
	.telPanel01 dd{
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.telPanel01 .telPanelItem{
		display: table-cell;
		padding: 20px 15px;
		border-right: 2px solid #dbdbdb;
		border-bottom:none;
		vertical-align: middle;
	}
	.telPanelItem .img{
		width: 74%;
	}
	.telPanelItem .img.imgBig{
		width: 88%;
	}
	.telPanel01 .telPanelItem:last-of-type{
		border-right: none;
	}
	.telPanelIcon{
		margin-bottom: 10px;
		padding: 2px 10px;
	}
}