@charset "UTF-8";
/**
 * .mypage_header
 */
.mypage_header {
	padding: 25px 50px;
	border-bottom: solid 1px #ECEFF1;
	overflow: auto;
	background-color: #102D8D;
	color: #fff;
}
.mypage_header ol {
	/*display: flex;*/
	white-space: nowrap;
	float: right;
}
.mypage_header li {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	padding-right: 15px;
	font-size: 1.2rem;
}
/*.mypage_header li::after {*/
/*	position: absolute;*/
/*	display: block;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	width: 5px;*/
/*	height: 5px;*/
/*	margin: auto;*/
/*	border-top: solid 1.5px #fff;*/
/*	border-right: solid 1.5px #fff;*/
/*	transform: rotate(45deg);*/
/*	content: '';*/
/*}*/
.mypage_header li:last-child::after {
	display: none;
	content: '';
}
.mypage_header li a {
	color: #fff;
}
.mypage_header li img {
	vertical-align: baseline;
}

.btn_common_member_info {
	font-size: 1.2em !important;
	color: #fff !important;
	text-decoration: underline !important;
}
.btn_common_name {
	font-size: 1.2em !important;
	color: #fff !important;
	text-decoration: none !important;
}
.btn_common_login-out {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 10px 50px;
	margin-top: 0;
	margin-bottom: 0;
	min-width: 160px;
	background: #fff !important;
	border: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none !important;
	color: #102D8D !important;
	font-size: 1.3rem;
	transition: background 0.3s;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid #102D8D;
}
.btn_common_mypage {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 10px 50px;
	margin-top: 0;
	margin-bottom: 0;
	min-width: 160px;
	background: #102D8D !important;
	border: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 1.3rem;
	transition: background 0.3s;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid #fff;
}

@media only screen and (max-width:767px) {
	.breadcrumb {
		padding-top: 60px;
	}

	.mypage_header {
		padding: 10px;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
	.mypage_header ol {
		display: flex;
		white-space: normal;
		float: none;
	}
	.mypage_header li {
		font-size: 1rem;
		margin-right: 1px;
		padding-right: 0;
	}
	.mypage_header li:first-child{
		margin-right: auto;
		margin-top: 5px;
	}
	.mypage_header li::after {
		width: 0;
		height: 0;
	}
	.mypage_header li:last-child::after {
		display: none;
		content: '';
	}
	.mypage_header li a {
		color: #fff;
	}
	.mypage_header li img {
		vertical-align: baseline;
	}
	.btn_common_name {
		font-size: 1.1em !important;
		color: #fff !important;
		text-decoration: none !important;
		margin-right: auto;
	}
	.btn_common_member_info {
		font-size: 1.0em !important;
		color: #fff !important;
		text-decoration: underline !important;
		margin-right: auto;
	}
	.btn_common_login-out {
		/*width: 60px !important;*/
		min-width: 90px !important;
		font-size: 1.0rem !important;
		padding: 5px 10px 5px 10px;
	}
	.btn_common_mypage {
		/*width: 60px !important;*/
		min-width: 90px !important;
		font-size: 1.0rem !important;
		padding: 5px 10px 5px 10px;
		margin-right: 5px;
	}
	.btn_common_login-out {
		margin-right: 20px;
	}
}
