@charset "UTF-8";
body.information.flow #main .page_body .chart .step:last-of-type {
	border: none;
}
body.information #main .page_body .mypage h3 {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 15px;
	color: #0099e5;
}
.wrapper_entrybtn {
	z-index: 90;
}
a.link_mypage, body.information.flow #main .page_body .examination dl dd a {
	color: #0099e5;
}
a.btn_mypage {
	display: block;
	border: 1px solid #0099e5;
	color: #0099e5;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	transition: background .3s;
	max-width: 640px;
	margin: auto;
}
a.btn_mypage:hover {
	opacity: 1;
	background-color: #ccebfa;
}
.wrapper_entrybtn .MypageBtn {
	font-weight: 700;
}
/*style.cssから改行のみを抜粋*/
.sw-Br {
	display: none
}
/*style.cssから改行のみを抜粋*/
@media screen and (max-width: 767px) {
	.wrapper_entrybtn .entryBtn, .wrapper_entrybtn .MypageBtn {
		background: #ffe100;
		color: #0099e5;
	}
	.wrapper_entrybtn .MypageBtn {
		width: 100%;
		font-size: 3.8vmin;
	}
	.wrapper_entrybtn .entryBtn a, .wrapper_entrybtn .MypageBtn a {
		background: #ffe100;
		color: #0099e5;
		display: block;
		padding: 16px 5px; /*文言が一行の時*/
		/*padding: 6px 5px;*/ /*文言が二行の時*/
		text-decoration: none;
	}
	.wrapper_entrybtn .entryBtn a:before, .wrapper_entrybtn .MypageBtn a:before {
		content: "";
		display: inline-block;
		width: 15px;
		height: 24px;
		background-image: url(../../pc/images/btn_arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 10px 10px;
		vertical-align: middle;
	}
	body.information #main .page_body .contents section:last-of-type { /*マイページ*/
		margin-bottom: 50px;
	}
	/*style.cssから改行のみを抜粋*/
	.sw-Br.-mobile {
		display: inline
	}
	/*style.cssから改行のみを抜粋*/
}
@media screen and (min-width: 768px) {
	.wrapper_entrybtn .entryBtn, .wrapper_entrybtn .MypageBtn {
		background: none;
		color: #0099e5;
		width: auto;
	}
	.wrapper_entrybtn .MypageBtn {
		text-align: right;
		position: fixed;
		right: 30px;
		bottom: 35px;
		transition: .2s;
		z-index: 100;
		letter-spacing: 0.01em;
	}
	.wrapper_entrybtn .MypageBtn a {
		padding: 15px 30px;
		background: #ffe100;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
		display: inline-block;
		transition: .3s;
		border-radius: 30px;
		font-size: 18px;
	}
	.wrapper_entrybtn .MypageBtn a:before {
		content: "";
		display: inline-block;
		width: 38px;
		height: 24px;
		background-image: url(../../pc/images/btn_arrow.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		vertical-align: middle;
	}
	.wrapper_entrybtn .MypageBtn:hover {
		bottom: 40px;
	}
	.wrapper_entrybtn .MypageBtn:hover a {
		background: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	}
	body.information #main .page_body .mypage h3 {
		font-size: 1.7rem;
		margin-bottom: 30px;
	}
	a.btn_mypage {
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	a.btn_mypage::before {
		content: '';
		position: absolute;
		top: 0.8em;
		bottom: 0;
		margin: auto;
		vertical-align: middle;
		left: 30px;
		width: 50px;
		height: 1px;
		background: #0099e5;
	}
	a.btn_mypage::after {
		content: '';
		position: absolute;
		top: 0.8em;
		bottom: 0;
		margin: auto;
		vertical-align: middle;
		left: 68px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #0099e5;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*style.cssから改行のみを抜粋*/
	.sw-Br.-pc {
		display: inline
	}
	/*style.cssから改行のみを抜粋*/
}
@media screen and (max-width: 320px) {
	/*style.cssから改行のみを抜粋*/
	.sw-Br.-xs {
		display: inline
	}
	/*style.cssから改行のみを抜粋*/
	.sw-Br.-noneXs {
		display: none
	}
}