/* === mypage background image === */
/* === mypage background image === */
/* === mypage background image === */
.mypage {
	position: relative;
	padding: 0 255px;
	max-height: 430px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 1919px) {
	.mypage {
		padding: 0 200px;
	}
} 
@media (max-width: 1599px) {
	.mypage {
		padding: 0 150px;
	}
}
@media (max-width: 1367px) {
	.mypage {
		padding: 0 100px;
	}
}
@media (max-width: 1199px) {
	.mypage {
		padding: 0 50px;
	}
}
@media (max-width: 960px) {
	.mypage {
		padding: 0 25px;
	}
}
@media (max-width: 767px) {
	.mypage {
		padding: 0;
	}
}

.mypage .mypage-blue {
	position: relative;
	padding: 50px;
	width: 550px;
	height: 430px;
	background-color: #00216e;
	opacity: .85;
}
@media (max-width: 1599px) {
	.mypage .mypage-blue {
		padding: 35px;
		width: 450px;
		height: 350px;
	}
}
@media (max-width: 991px) {
	.mypage .mypage-blue {
		width: 350px;
		height: 275px;
	}
}
@media (max-width: 767px) {
	.mypage .mypage-blue {
		margin-top: 45%;
		padding: 25px 35px;
		width: 100%;
		max-height: 200px;
	}
}
@media (max-width: 375px) {
	.mypage .mypage-blue {
		margin-top: 65%;
	}
}

.mypage .mypage-title {
	position: relative;
	top: 50%;
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	text-align: left; 
	clear: initial;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1599px) {
	.mypage .mypage-title {
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width: 991px) {
	.mypage .mypage-title {
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.mypage .mypage-title {
		font-size: 20px;
		line-height: 28px;
	}
	.mypage .mypage-title.ios {
		top: 38%;
	}
}

.mypage .mypage-title:before,
.mypage .mypage-title:after {
	display: block;
	position: relative;
	content: '';
	width: 1px;
	height: 110px;
	background-color: #349f36;
}
@media (max-width: 1599px) {
	.mypage .mypage-title:before,
	.mypage .mypage-title:after {
		height: 80px;
	}
}
@media (max-width: 991px) {
	.mypage .mypage-title:before,
	.mypage .mypage-title:after {
		height: 75px;
	}
}
@media (max-width: 991px) {
	.mypage .mypage-title:before,
	.mypage .mypage-title:after {
		height: 50px;
	}
}
.mypage .mypage-title:before {
	top: -35px;
}
@media (max-width: 1599px) {
	.mypage .mypage-title:before {
		top: -25px;
	}
}
@media (max-width: 991px) {
	.mypage .mypage-title:before {
		top: -10px;
	}
}
.mypage .mypage-title:after {
	bottom: -35px;
}
@media (max-width: 1599px) {
	.mypage .mypage-title:after {
		bottom: -25px;
	}
}
@media (max-width: 991px) {
	.mypage .mypage-title:after {
		bottom: -10px;
	}
}


.mypage .gosection-mypage {
	display: none;
}
@media (max-width: 767px) {
	.mypage .gosection-mypage {
		display: inline-block;
	}
}

