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

.txt01{
	width:90%;
	margin:20px 20px;
	overflow:hidden;
	font-size:1.125em;
}


.txt01 dt em{
	color:#308CBB;
	font-family: "kozuka-mincho-pr6n","游明朝体", "Yu Mincho", YuMincho, serif;
font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:30px;
}

.txt01 dd{
	overflow:hidden;
	margin-top:1em;
}

/**/

.txt02{
	width:95%;
	margin:30px auto;
	overflow:hidden;
	font-size:1.125em;
}

.txt02 dt{
	font-size:20px;
	font-weight:bold;
}

.txt02 dd{
	overflow:hidden;
	margin-top:0.75em;
}

.txt02 dd ul{
}

.txt02 dd ul li{
	list-style-type:none;
	background-image:url(images/icon_cir.png);
	background-repeat:no-repeat;
	background-position:left 0.25em;
	padding-left:18px;
	margin-top:0.25em;
}

/**/

.txt03{
	width:95%;
	margin:0px auto 30px auto;
	overflow:hidden;
	font-size:1.125em;
}

.txt03 p{
	margin-top:30px;
}

/**/
.br{
	font-size: 5vw;
}

/*改行*/
.br::before {
	content: "\A" ;
	white-space: pre ;
}

/**/
.table01{
	width:90%;
	margin:40px auto 40px auto;
	overflow:hidden;
}

.table01 table{
	width:100%;
	border-left:1px solid #3F8EBA;
	border-top:1px solid #3F8EBA;
}

.table01 table th{
	border-right:1px solid #fff;
	border-bottom:1px solid #3F8EBA;
	background-color:#3F8EBA;
	color:#fff;
	text-align:center;
	width:33.3%;
	padding:2em 0px;
	font-size:15px;
}

.table01 table td{
	border-right:1px solid #3F8EBA;
	border-bottom:1px solid #3F8EBA;
}

.table01 table td div{
	padding:0.5em 1em;
	line-height:175%;
}
