@charset "utf-8";
/* CSS Document */

#contents .ex_pic img{
	width: 100%;
}
#guidelp_Contents{
	padding: 25px 20px;
	background: #f5f5f5;
	margin-bottom: 30px;
}
#sid-links{
	position:sticky;
	top: 0;
	padding-top: 10px;
}
.link01{
	margin-bottom: 25px;
}
.link01 a{ 
	display: block;
	overflow: hidden;
	border-radius: 8px;
}
.link01 img{
	width: 100%;
    max-width: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-figure .c-figure__caption{
	text-align: center;
	margin-top: 3px;
}
.profile_area{
	display: flex;
	align-items: start;
}
.profile_img{
	min-width: 100px;
	margin-right: 15px;
}
.profile_img img{
	width: 100%;
	max-width: 100px;
	border-radius: 5px;
}

@media screen and (min-width: 768px){
	.link01{
		position: relative;
		z-index: 1;
		-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.08);
		box-shadow: 1px 1px 6px rgba(0,0,0,.08);
		border-radius: 8px;
		width: 272px;
	}
	.link01 a:hover img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media screen and (max-width:767px) {
	aside{
		display: flex;
		flex-flow: column;
	}
	#sid-links{
		order: 1;
		position: relative;
		margin-bottom: 24px;
	}
	#guidelp_Contents{
		order: 2;
	}
	.link01{
		margin-bottom: 18px;
	}
	.profile_area{
		display: block;
	}
	.profile_img{
		text-align: center;
		margin: 20px 0 15px;
	}
}
