<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#tokudai-panel h2{
	position:relative;
	margin:18px 0 0;
	border-radius:5px;
	min-height:50px;
	font-weight:bold;
	font-size:28px;
	background:#222;
}
#tokudai-panel h2 img{
	position:absolute;
	bottom:0;
	left:10px;
}
#tokudai-panel h2 span{
	position:relative;
	display:block;
	padding:5px 0 0 95px;
	color:#fff;
}

#tokudai-panel .bnr-main{
	margin:0 0 7px;
}

/********** 内側 **********/
#tokudai-panel .tokudai-panel-inner{
	padding:25px 20px;
}
#tokudai-panel h3{
	font-weight:bold;
	font-size:25px;
	border-bottom:solid 3px #333;
	color:#333;
}
#tokudai-panel .section .section-box{
	padding:22px 0 35px;
}
#tokudai-panel .section .img{
	float:left;
}
#tokudai-panel .section .txt{
	float:right;
	width:665px;
	font-size:16px;
}
#tokudai-panel .section1 .section-box{
	padding:22px 0 35px 10px;
}
#tokudai-panel .section2 .img{
	float:right;
}
#tokudai-panel .section2 .txt{
	float:left;
	width:565px;
}
#tokudai-panel .section3 .img{
}
#tokudai-panel .section3 .txt{
	width:555px;
}
#tokudai-panel .section3 .txt p{
	margin:0 0 10px;
}
#tokudai-panel .section4 .img{
	float:right;
}
#tokudai-panel .section4 .txt{
	float:left;
	width:490px;
}
#tokudai-panel .section4 .txt p{
	margin:0 0 15px;
}
#tokudai-panel .section4 .txt .btns{
	display:table;
	width:100%;
}
#tokudai-panel .section4 .txt .btns ul{
	width:100%;
	display:table-row;
}
#tokudai-panel .section4 .txt .btns ul li{
	display:table-cell;
}
#tokudai-panel .section4 .txt .btns ul li.btn-right{
	padding:0 0 0 10px;
}
#tokudai-panel .btns{
	display:inline;
	width:100%;
	padding:5px;
}
#tokudai-panel .page{
	position:relative;
	margin:10px 0 0;
	border-radius:5px;
	min-height:40px;
	font-weight:bold;
	font-size:22px;
	text-align:center;
	background:#000AD3;
}
#tokudai-panel h4{
	position:relative;
	margin:5px 0 0;
	border-radius:5px;
	min-height:10px;
	font-weight:bold;
	font-size:20px;
	}
</pre></body></html>