.content {
  border-top: 10px solid #00a1e9;
}
.page-title {
  color: #00a1e9;
}
.header-image .cap-img{
	color: #000000;
	background-color: rgba(255,255,255,0.7);
	padding: 5px;
	display: inline-block;
	right: 0px;
	bottom: 0px;
}
.con-head {
  max-width: 800px;
  font-size: 1.6rem;
  line-height: 4rem;
}
.con-head div {
  width: 70%;
}
.con-head div.logo {
  width: 25%;
}
.con-area {
  margin-top: 60px;
  position: relative;
  margin-bottom: 40px;
}
.con-area .con-map {
  padding-top: 40px;
}
.con-area .area5 {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 2.8rem;
  justify-content: flex-start;
  z-index: 2;
}
.con-area .area5 .img {
  width: 25%;
  padding-right: 20px;
}
.con-area .area5 h3 {
  line-height: 3.4rem;
}
/* media query */
@media screen and (max-width:1200px) {
  .con-area .area5 {
	top: -90px;    
  }
  .con-area .con-map {
    padding-top: 0px;
	 margin-top: 140px
  }
}
.con-spot div {
  align-items: flex-start;
}
.con-spot > div {
	width: 46%;
	font-size: 1.4rem;
	line-height: 2.8rem;
	margin-bottom: 30px;
	letter-spacing: normal;
}
.con-spot div .cap-img {
  margin-top: -10px;
}
.con-spot div h3 {
	padding-left: 30px;
	font-size: 2.1rem;
	line-height: 3.2rem;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;
	letter-spacing: normal;
	vertical-align: middle;
}
.con-spot > div > p {
  padding-left: 30px;
  letter-spacing: normal;
}
.con-spot div h3:before {
	content: "1";
	color: #FFFFFF;
	background-color: #002870;
	text-align: center;
	width: 25px;
	border-radius: 50%;
	height: 25px;
	letter-spacing: -0.1px;
	display: block;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	position: absolute;
	line-height: 2.3rem;
}
.con-spot-wrap .con-spot {}
.con-spot-wrap .con-spot > div {
}
.con-spot div h3.n01:before {
  content: "1";
}
.con-spot div h3.n02:before {
  content: "2";
}
.con-spot div h3.n03:before {
  content: "3";
}
.con-spot div h3.n04:before {
  content: "4";
}
.con-spot div h3.n05:before {
  content: "5";
}
.con-spot div h3.n06:before {
  content: "6";
}
.con-spot div h3.n07:before {
  content: "7";
}
.con-spot div h3.n08:before {
  content: "8";
}
.con-spot div h3.n09:before {
  content: "9";
}
.con-spot div h3.n10:before {
	content: "10";

}
.con-spot div h3.none ,.con-spot div h3.none+ p{
  padding-left: 0px;
}
.con-spot div h3.none:before {
  content: "";
  display: none;
}
.con-spot div h3 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.con-spot a h3::after {
	content: "MAP ▲";
	display: block;
	font-size: 1.1rem;
	line-height: 2rem;
	border: 1px solid #002870;
	padding: 0px 5px;
	letter-spacing: normal;
	margin-left: 10px;
	border-radius: 5px;
	color: #002870;
		position: absolute;
	top: 50%;
	right: 0px;
		transform: translateY(-50%);
}
.area-img {
  position: relative;
  border-radius: 15px;
  margin-top: 30px;
  padding: 20px;
  background-color: #EEF9FF;
  font-size: 1.5rem;
}
.con-spot div.area-img h3 {
  margin-top: 0px;
}
.con-spot.column {
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
	border-top: 3px dotted #ccc;
	border-bottom: 3px dotted #ccc;
	align-items: center;
}
.con-spot.column > div:first-child{
	width: 55%;  
}
.con-spot.column > div:last-child{
	width: 40%;  
}
div.con-spot.columnZZZ::before, div.con-spot.columnZZZ::after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/common/border.png);
  background-repeat: repeat-x;
  background-position: center center;
}
div.con-spot.columnZZZ::after {
  top: auto;
  bottom: 0px;
  left: 0px;
}
.area-img .cho {
  position: absolute;
  top: -18%;
  right: 15%;
  width: 30%;
  max-width: 80px;
}
.area-img .cho2 {
  top: -15%;
  right: -2%;
  max-width: 100px;
}
.zeh {
  margin-top: 60px;
  border-radius: 20px;
}
.zeh div {
  width: 70%;
}
.zeh div.img {
  width: 24%;
}
/* ===============================================================================
media query
=============================================================================== */
@media screen and (max-width:768px) {
  .con-head {
    line-height: 2.8rem;
    flex-direction: column-reverse;
    font-size: 1.5rem;
  }
  .con-head div {
    width: 100%;
  }
  .con-head div.logo {
    width: 50%;
    padding-bottom: 20px;
    margin-top: 0px;
    padding-top: 20px;
  }
  .con-area {
    margin-top: 40px;
    padding: 0px 2%;
    position: static;
  }
  .con-head div p {
	font-size: 1.4rem;
	line-height: 2.4rem;
  }

  .con-area p br {
    display: none;
  }
  .con-area .area5 {
    position: static;
    text-align: center;
  }
  .con-area .area5 p {
    text-align: left;
  }
  .con-area .area5 .img {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .con-area .area5 .img img {
    width: 40%;
  }
  .con-area .con-map {
	padding-top: 20px;
	margin-top: 0px;
  }
  .area-img > div {
    width: 100%;
  }
  .area-img br {
    display: none;
  }
  .area-img div.area6 {
    padding: 10px;
    border-radius: 10px;
  }
  .area-img div.area6 h3, .area-img div.area6 h3 + p {
    line-height: 2.4rem;
  }
  .area-img div.area6 .cho {
    position: absolute;
    bottom: auto;
    right: 5px;
    width: 60px;
    top: -30px;
  }
  .con-spot div, .con-spot-wrap .con-spot > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .con-spot > div > p {
    padding-left: 0px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
	.con-spot a h3::after {
	right: 0px;
}
	.con-spot.column > div:first-child,
.con-spot.column > div:last-child{
	width: 100%;  
}
  .area-img .cho {
    top: -10%;
    right: 12%;
    width: 30%;
    max-width: 40px;
  }
  .area-img .cho2 {
    top: -5%;
    right: 0%;
    max-width: 60px;
  }
  .zeh {
    padding: 10px;
    border-radius: 10px;
    margin: 40px 2% 0px;
  }
  .zeh div, .zeh div.img {
	width: 100%;
  }
  .zeh div.img {
	margin: 10px auto 0px;
	width: 70%;
  }
}