@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: 80px;
	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: 0px 30px;
	width: 100%;
	box-sizing: border-box;
}

section#block01 .inbox .box01 p {
	font-size: 100%;
	line-height: 180%;
}


section#block02 {
	margin-bottom: 140px;
}

section#block02 .inbox {
	width: 1680px;
	max-width: 92%;
	margin: 0 auto;
}

section#block02 .inbox .box01{
	margin: 0px auto;
	width: 80%;
	box-sizing: border-box;
}
section#block02 h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 500%;
}

section#block02 h2 span {
	display: block;
	font-size: 24%;
	font-weight: bold;
}

section#block02 h2 strong {
	color: #3366CC;
	font-weight: normal;
}

section#block02 .inbox .box01 table {
	width: 100%;
	box-sizing: border-box;
	font-size: 100%;
	letter-spacing: 2px;
	border-top: #DDDDDD 1px solid;
}

section#block02 .inbox .box01 th {
	border-bottom: #DDDDDD 1px solid;
	text-align:left;
	padding: 40px 60px;
}
section#block02 .inbox .box01 td {
	border-bottom: #DDDDDD 1px solid;
	padding: 40px 80px;
}




section#block05 .inbox {
	width: 1680px;
	max-width: 92%;
	margin: 130px auto;
}

section#block05 .inbox .box01{
	margin: 75px 30px;
	width: 100%;
	box-sizing: border-box;
}
section#block05 h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 500%;
}

section#block05 h2 span {
	display: block;
	font-size: 24%;
	font-weight: bold;
}

section#block05 h2 strong {
	color: #3366CC;
	font-weight: normal;
}


.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


@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;
}
	
}