@charset "utf-8";
/* CSS Document */
.cs_nav_list a{
	color: #1F1F1F
}
.cs_nav_list a:hover{
	color: #0043B9
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
   padding-top: 56.25%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box001{
	width: 200px;
	height: auto;
}
.box002 {
  background-color: blue;
  border-radius: 30px;
  color: #fff;
  text-align: center;
	padding: 10px;
	font-size: 30px;
	    line-height: normal;
	margin-right: 10px;
}
.box003 p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.box003 {
	vertical-align: middle;
}
.box003 th {
	background-color: lightblue;
}
.box004 {
	background-color: #DCF5FC !important ;
	white-space: nowrap;
	    width: 10%;
}
.box005 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 1400px) {
  .box005 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .box005 {
	  line-height: 36px;
    font-size: 24px;
  }
}