@charset "UTF-8";

body {
	background: #fff;
}

/* ==============================================================
		利用規約
===============================================================*/
.f-flow {
	display: block;
	width: 990px;
	margin: auto;
	margin-bottom: 40px;
	padding-top: 35px;
	position: relative;
}

.wrapper {
	padding: 0 45px;
}

.staticBlock {
	font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

.staticBlock + .staticBlock {
	margin-top: 30px;
}

.staticBlock__title {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	background-color: #FF57A6;
	padding: 5px 10px 1px;
}

.staticBlock__content {
	padding: 25px 29px 30px;
	border: 1px solid #CCCCCC;
	border-top: none;
}

.staticBlock__content > p {
	font-size: 14px;
}

.staticBlock__content > .sign {
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
}

.staticBlock__content a {
	text-decoration: underline;
}

.highLight {
	margin-top: 25px;
}

.highLight__title {
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #FF57A6;
	padding: 6px 0 1px;
}

.highLight__content .rulesGroup {
	margin-top: 20px;
}

.rulesGroup__topic {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 3px;
	font-size: 14px;
}

.rulesGroup__topic:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-color: #FF57A6;
	width: 4px;
	height: 16px;
	margin-right: 6px;
}

.rulesGroup__topic > span {
	display: inline-block;
	vertical-align: middle;
}

.rulesGroup__content {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
}

.rulesGroup p + .staticList {
	margin-top: 8px;
}

.staticList > li {
	margin-bottom: 8px;
	position: relative;
}

.staticList > li:before {
	content: attr(data-decimal);
	position: absolute;
	left: 0;
	top: 0;
}

.staticList > li:last-child {
	margin-bottom: 0;
}

.staticList--decimal > li {
	padding-left: 22px;
}

.staticList--decimal > li:before {
	width: 22px;
}

.staticList--brackets {
	margin-top: 8px;
	padding-bottom: 2px;
}

.staticList--brackets > li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 40px;
}

.staticList--brackets > li:last-child {
	margin-bottom: 0;
}

.staticList--brackets > li:before {
	width: 40px;
}

.toptext {
	font-size: 10px;
	width: 100%;
	background: #F64498;
	float: inherit;
	height: 20px;
	display: grid;
	place-items: center;
}
.header-container {
	background: #FF7CB9;
	height: 65px;
	display: flex;
}
.header-inner {
	width: 1000px;
	margin: 0 auto;
	padding-right: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}