@charset "utf-8";

/*--------------------

/fmoney-d/index.html
remodal-default-theme-add.cssの調整・追加

--------------------*/

/*----------remodal-default-theme-add.css overwrite start----------*/

.remodal-overlay {
	background-color: rgba(0,0,0,.45);
}

.remodal-close {
	right: 0;
	left: auto;
}

/*----------remodal-default-theme-add.css overwrite end----------*/

/*----------remodal start----------*/

.remodal {
	line-height: 1.8;
	border-radius: 12px;
	box-shadow: 1px 1px 5px 2px #666;
}

.remodal__lv2-heading {
	color: #845efe;
	font-size: 36px;
}

.remodal__lv2-heading-inner {
	display: inline-block;
	padding: 0 0 0 57px;
	background-repeat: no-repeat;
	background-position: left center;
}

.remodal__lv2-heading-inner--student {
	background-image: url(../images/icon-student.png);
}

.remodal__lv2-heading-inner--child {
	background-image: url(../images/icon-child.png);
}

.remodal__txt,
.remodal__list {
	margin: 30px 0 0;
	text-align: left;
}

.remodal__txt {
	font-size: 21px;
}

.remodal__list-item {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

/*----------remodal end----------*/
