
/* --------------------------------------------------- */
#sec01 {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
	z-index: 1;
}
#sec01 dl {
	display: table;
	width: 100%;
	background-color: #fff;
	border: rgba(0,0,0,.1) 1px solid;
	padding: 25px 40px;
	border-radius: 3px;
	margin-bottom: 10px;
}
#sec01 dt,
#sec01 dd {
	display: table-cell;
	vertical-align: top;
}
#sec01 dt {
	width: 220px;
	font-weight: 500;
	letter-spacing: 3px;
	color: #06479C;
}
#sec01 dd {
}
#sec01 dd p {
	line-height: 1.7em;
	margin-bottom: 10px;
}
#sec01 dd p strong {
	display: block;
	font-size: .9em;
	font-weight: 500;
	margin-bottom: 5px;
}
#sec01 dd ul {
	list-style: outside disc;
	margin-left: 20px;
}
#sec01 dd li {
	line-height: 1.7em;
	margin-bottom: 5px;
}
#sec01 a {
	text-decoration: underline;
	color: blue;
}

@media screen and (max-width: 900px) {
	#sec01 {
		margin-bottom: 60px;
	}
	#sec01 dl {
        padding: 20px 25px;
    }
    #sec01 dt {
        width: 150px;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 40px;
	}
	#sec01 dl,
	#sec01 dt,
	#sec01 dd {
		display: block;
		width: 100%;
	}
	#sec01 dl {
        padding: 15px 20px;
    }
	#sec01 dt {
		margin-bottom: 10px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


