@charset "UTF-8";

/*===　下部固定バー　===*/
.bottom_bar_type1 { display: block }


.common_main_visual {
	height: 100px;
	background: transparent linear-gradient(108deg, #E4491CCB 0%, #0387B1C9 100%) 0% 0% no-repeat padding-box;
}
.common_main_visual_text {
	background: transparent!important;
}


/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {
	.mypage_cbox01 {
		padding-top: 60px;
	}
	.mypage_route_box {
		padding: 30px 40px;
		background-color: #fff;
	}
	.mypage_route_box > div {
		position: relative;
	}
	.mypage_route_box > div:not(:nth-of-type(1)) {
		margin-top: 60px;
	}
	.mypage_route_box > div:not(:last-child)::before {
		content: '';
		position: absolute;
		bottom: -35px;
		left: 50%;
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 15px 0 15px;
		border-color: #003246 transparent transparent transparent;
		transform: translateX(-50%);
	}
}

/*===============================================
●PC・タブレット用（700px以上）
===============================================*/
@media screen and (min-width:700px){

	img {
		width: 100%;
	}

	.mypage_cbox01 {
		max-width: 650px;
		width: 100%;
		margin: 0 auto;
		padding-top: 50px;
		box-sizing: border-box;
		background-color: transparent;
	}

	.mypage_route_box {
		padding: 30px 40px;
		background-color: #fff;
	}
	.mypage_route_box > div {
		position: relative;
	}
	.mypage_route_box > div:not(:nth-of-type(1)) {
		margin-top: 60px;
	}
	.mypage_route_box > div:not(:last-child)::before {
		content: '';
		position: absolute;
		bottom: -35px;
		left: 50%;
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 15px 0 15px;
		border-color: #003246 transparent transparent transparent;
		transform: translateX(-50%);
	}
}
