.PageTop{
	height:70px;
	width:100%;
	background:#fff;
	margin:auto;
}

.MainTitleArea{
	width:100%;
	margin:60px auto 0;
	text-align:center;

}

.MainTitleAreaBgimage{
	background-image: url(../Images/eyecatch_image.png);
    width: 100%;
    margin: auto;
    text-align: center;
    background-position: center center;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.MainTitleAreaBgimage h1{
	margin: auto;
    text-align: center;
    color: #00638E;
    font-size: 40px;
    top: 18%;
    position: absolute;
    z-index: 999;
    width: 600px;
    padding: 3%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    font-weight: 600;
    text-shadow: 0 0 10px #ffffffd6;
    line-height: 1.6;
}

.MainTitleAreaBgimage h1 span {
    font-size: 15px;
    display: block;
    font-weight: 500;
    color: #3E5363;
}

.MainTitleArea h1{
	color:#00638E;
	font-size:38px;
	letter-spacing:0.1em;
	margin:0 auto 2%;
	text-align:center;
	width:100%;
	padding:0 0 4%;
	font-weight:600;
	border-bottom: 1px solid #E2EBED;
    padding-bottom: 40px;
}

.MainTitleArea h1 span {
    font-size: 15px;
    display: block;
    font-weight: 500;
    color: #3E5363;
}

.SubTitleArea{
	width:100%;
	margin:auto;
	text-align:center;

}

.SubTitleArea h2{
	color:#00638E;
	font-size:24px;
	font-weight:600;
	letter-spacing:0.1em;
	margin:0 auto;
	padding:20px 0;;
	text-align:center;
	width:100%;
	/* border-bottom:1px dotted #3E5363; */
}

.SubTitleArea h2 span{
	display: block;
	color: #3E5363;
	font-size:13px;
	font-weight:300;
}

.SubTitleArea h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    margin: 0 auto 0.6rem;
    background: url("../Images/icon_drop.png") no-repeat center / contain;
}

.loadingWrap {
	height: 100%;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.loadingWrap img {
	width: 300px;

}