@charset "utf-8";
/* CSS Document */

section#block01 {
	background: url(../images/bg01.png) no-repeat;
	background-position:top -20px right 0px;
	padding-top: 180px;
	margin-bottom: 200px;
	box-sizing: border-box;
	position: relative;
}

section#block01 .bread {
	position: absolute;
	display: block;
	width: 1680px;
	max-width: 92%;
	margin: 0 auto;
	top: 25px;
	left: 4%;
}

section#block01 .inbox {
	width: 1680px;
	max-width: 92%;
	margin: 0 auto;
}

section#block01 .inbox .box01{
	margin: 0 30px;
	width: 100%;
	box-sizing: border-box;
}

section#block01 .inbox .box01 p {
	font-size: 140%;
	line-height: 240%;
}

section#block01 .inbox .box01 dl dt {
	width: 100%!important;
	float: none;
	color:#00246F;
	box-sizing:border-box;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:10px;
	margin-bottom:10px;

	font-weight:bold;
}
section#block01 .inbox .box01 dl dd {
	width: 100%!important;
	padding-top: 0px;
	font-size: 100%!important;
	margin-bottom: 50px;
}



@media screen and (max-width: 780px) {
.keyvis img{
	width: auto;
	height: 160px;
}
	
	

section#block01 {
	background: url(../images/bg01.png) no-repeat;
	background-position:top -10px left 0px;
	background-size: 180% auto;
	padding-top: 140px;
	margin-bottom: 100px;
	box-sizing: border-box;
	position: relative;
}

section#block01 .bread {
	position: absolute;
	display: block;
	width: 1680px;
	max-width: 92%;
	margin: 0 auto;
	top: 25px;
	left: 4%;
	font-size: 92%;
}

section#block01 .inbox {
	width: 1680px;
	max-width: 94%;
	margin: 0 auto;
}



section#block01 .inbox .box01{
	margin: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

section#block01 .inbox .box01 p {
	font-size: 110%;
	line-height: 180%;
}

section#block01 .inbox .box01 dl dt {
	width: 100%!important;
	float: none;
	color:#00246F;
	box-sizing:border-box;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:10px;
	margin-bottom:10px;

	font-weight:bold;
}
section#block01 .inbox .box01 dl dd {
	width: 100%!important;
	padding-top: 0px;
	font-size: 100%!important;
	margin-bottom: 50px;
}
	
}