@charset "utf-8";

/* ////////////////////
PC,SP共通
//////////////////// */

.privacypolicy ul.disc-list li{
	text-indent: -1em;
    margin-left: 1em;
}

.privacypolicy ul.disc-list li:before{
	content: '・';
	display: inline-block;
	width: 1em;
	text-indent: 0;
}

.text-page-bottom{
	color: #fff;
	line-height: 1.75;
}

/* ////////////////////
PC,SP共通
//////////////////// */

/* ////////////////////
PCのみ
//////////////////// */
@media screen and (min-width:641px) , print {

	.FlexPage6{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
	
	.wrap-page-bottom{
		margin-top: 75px;
	}
}
/* ////////////////////
PCのみ
//////////////////// */

/* ////////////////////
SPのみ
//////////////////// */
@media screen and (max-width: 640px){
	
	.FlexPage6{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	.FlexPage6 >:last-child{
		margin-left: auto;
		margin-right: auto;
	}
	
	.wrap-page-bottom{
		margin-top: 10vw;
	}
}
/* ////////////////////
SPのみ
//////////////////// */
