@charset "utf-8";

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

.box-privacy:not(:last-child){
	margin-bottom: 2em;
}
.head-sub{
	margin-bottom: 0.5em;
}
.list-circle > li{
	line-height: 1.7;
}

.list-circle > li:before{
	color: #e6001b;
}

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


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

@media screen and (min-width: 641px) , print {
	
	
}



/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */

@media screen and (max-width: 640px) {

}


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
