
@charset "utf-8";
/* ===========================================================

	Title: member.css
	Created: 2020-8-24

=========================================================== */
/*


		member


=========================================================== */
/* ===========================================================

	card-style

=========================================================== */
.card-style {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 8px 32px 32px;
	margin-bottom: 32px;
}
.card-style__contents {
	display: flex;
	margin: 0 -16px;
}
.card-style__cell {
	width: 100%;
	margin: 0 16px;
}
.card-style__contents .archive-list li {
	padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
	.card-style {
		margin: 0 -10px 32px;
	    padding: 8px 15px 32px;
	}
	.card-style__contents {
		display: block;
		margin: 0;
	}
	.card-style__cell {
		width: 100%;
		margin: 0 0 16px;
	}
	.password-table td input,
	.account-table td input {
			width: 100%; 
	}
}
