/*** visual ***/
#page_main_visual{
	position: relative;
	margin-bottom: 100px;
}

#page_main_visual img{
	width: 100%;
}

#page_main_visual .catch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	padding: 60px 90px;
	background-color:rgba(9,54,120,0.6);
	color: #fff;
	font-size: 1.5em;
}

#page_main_visual .catch p{

	line-height: 2;
}


@media (max-width: 768px) {
	#page_main_visual{
		position: relative;
		margin-bottom: 70px;
	}
}

#page_top h2{
	text-align: center;
	margin-bottom: 30px;
}

#page_top h2 .suv{
	font-size: 0.6em;
	color: #787878;
}

@media (max-width: 768px) {
	#page_top h2{
		text-align: center;
		margin-bottom: 20px;
	}
}

.common_section .section_inner{
	background: #f0f9fa;
	padding: 40px 80px;
}

@media (max-width: 768px) {
	.common_section .section_inner {
	    padding: 25px;
	}
}


#page_information h3{
	color: #093678;
	line-height: 1.8;
}

#page_information h3.title{
	margin-bottom: 30px;
	font-size: 1.7em;
}

#page_information h3.title span{
	border-bottom: 1px solid #093678;

}

#page_information .box{
	margin-bottom: 50px;
}

#page_information .thumb_wrap01{
	margin-right: 30px;
}

#page_information .thumb_wrap02{
	margin-left: 30px;
}

#page_information .thumb{
	box-shadow: 2px 2px 4px gray;
} 


#page_information .title_icon{
  position: relative;
  display:inline-block;
  padding: 0 5px 0 10px;
  background: #093678;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
}
#page_information .title_icon::before{
  content: "";
  position: absolute;
  top: 0;
  right: -7.5px;
  border-left: 11px solid #093678;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}


@media (max-width: 768px) {
	#page_information .thumb_wrap01{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	#page_information .thumb_wrap02{
		margin-left: 0px;
		margin-bottom: 30px;
	}

	#page_information h3.title{
		margin-bottom: 15px;
		font-size: 1.7em;
	}
}

#page_about{
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	#page_about{
		padding-bottom: 0px;
	}
}

.table_style01{
	width: 100%;
	border-top: 1px solid #c8c8c8;
}
.table_style01 th,
.table_style01 td{
	padding: 30px 25px;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}
.table_style01 th{
	width: 200px;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.01em;
	vertical-align: middle;
	position: relative;
	background: #093678;
	color: #fff;
}

.table_style01 td{
	border-right: 1px solid #c8c8c8;
	background: #fff;
}

.table_style01 li{
  text-indent: -1em;
  padding-left: 1em;
}


@media (max-width: 768px) {
	.table_style01,
	.table_style01 tbody,
	.table_style01 tr,
	.table_style01 th,
	.table_style01 td{
		display: block;
		width: auto;
	}
	.table_style01 th{
		border: none;
	}
	.table_style01 th,
	.table_style01 td{
		padding: 15px;
	}

}

.map{
	margin-top: 50px;
}

.map h3{
	line-height: 1;
	font-size: 22px;
	margin-bottom: 20px;
}

.map h3 span{
  font-size: 16px;
  font-weight: normal;
}

.map_wrap{
	display: flex;
}

.map_wrap .map_content_left{
	margin-right: 30px;
}

.map_wrap .content01{
	font-size: 18px;
	font-weight: bold;
}

.map_wrap .content02{
	font-size: 14px;
}

@media (max-width: 768px) {

	.map h3{
		font-size: 20px;
	}
	.map_wrap{
		display: block;
	}
	.map_wrap .map_content_left{
		margin-right: 0px;
	}
	.map_wrap .map_content{
		width: 100%;
		margin-bottom: 30px;
	}
	.map_wrap .img img{
		width: 100%;
	}
}
