@charset "utf-8";
.indent15 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.snsAccount .clmAccount{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.snsAccount .wIcon{
	width: 44px;
}
.snsAccount .wTxt{
	width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
	.snsAccount .clmAccount{
		align-items:flex-start;
	}
	.snsAccount .wTxt{
		width: calc(100% - 60px);
	}
}
