/* === mypage background image === */
/* === mypage background image === */
/* === mypage background image === */
.mypage {
	position: relative;
	padding: 0 135px;
	max-height: 430px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 1199px) {
	.mypage {
		padding: 0 70px;
	}
}
@media (max-width: 767px) {
	.mypage {
		padding: 0;
	}

	.page-id-225 .mypage {
		background-position: 65% 50%;
	}
}

.mypage .mypage-blue {
	position: relative;
	padding: 55px;
	width: 810px;
	height: 430px;
	background-color: rgba(0,51,204, .85);
	background-color: rgba(0, 33, 110, 0.6)
	/* background-color: #00216e;
	opacity: .85; */
}
@media (max-width: 1599px) {
	.mypage .mypage-blue {
		padding: 35px;
		width: 650px;
		height: 350px;
	}
}
@media (max-width: 991px) {
	.mypage .mypage-blue {
		width: 450px;
		height: 275px;
	}
}
@media (max-width: 767px) {
	.mypage .mypage-blue {
		margin-top: 25%;
		padding: 25px 35px;
		width: 100%;
		max-height: 200px;
	}
}
@media (max-width: 375px) {
	.mypage .mypage-blue {
		margin-top: 45%;
	}
}


.mypage .mypage-blue > span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mypage .mypage-title {
	position: relative;
	font-weight: 500;
	/* font-family: '359Sans-628'; */
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	text-align: left;
	text-transform: uppercase; 
	clear: initial;
}
@media (max-width: 1599px) {
	.mypage .mypage-title {
		font-size: 34px;
		line-height: 42px;
	}
}
@media (max-width: 991px) {
	.mypage .mypage-title {
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width: 767px) {
	.mypage .mypage-title {
		font-size: 22px;
		line-height: 30px;
	}
	.mypage .mypage-title.ios {
		top: 38%;
	}
}


.mypage .gosection-mypage {
	display: none;
}
@media (max-width: 767px) {
	.mypage .gosection-mypage {
		display: inline-block;
	}
}

/* === link with button in blue area === */
.btn-goto {
	display: inline-block;
	position: relative;
	margin-top: 75px;
	padding: 22px 42px;
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	text-transform: uppercase;
	color: #414141;
}
@media (max-width: 1599px) {
	.btn-goto {
		margin-top: 30px; 
		padding: 15px 35px;
	}
}
@media (max-width: 1199px) {
	.btn-goto {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.btn-goto {
		padding: 12px 30px;
		width: auto;
		font-size: 13px;
	}
}

.btn-goto:active,
.btn-goto:focus,
.btn-goto:link,
.btn-goto:visited {
	color: #414141;
}

.btn-goto:hover {
	background-color: #1c3372;
	border: 1px solid #fff;
	color: #fff;
}
