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

.MainTitleAreaBgimage{
	background-image: url(../Images/eyecatch_image.png);
    width: 100%;
    margin: auto;
    text-align: center;
    background-position: center center;
    height: 200px;
    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: 100%;
    padding: 3%;
	font-size: 32px;
	top: 25%;
    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: 14px;
    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 {
	margin: 50px auto 0;
	text-align: center;
	width: 100%;
}

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

.MainTitleArea h1 {
	color: #00638E;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 0 auto 2%;
	padding: 0 0 8%;
	text-align: center;
	width: 100%;
}

.SubTitleArea h2{
	color:#00638E;
	font-size:20px;
	font-weight:600;
	letter-spacing:0.1em;
	margin:0 auto 4%;
	padding:20px 0 10px;
	text-align:center;
	width:100%;
}

.SubTitleArea h2::before {
    height: 18px;
    margin: 0 auto 0.5rem;
}

.loadingWrap {
	height: 100%;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:999999;
	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: 200px;
}
