@charset "utf-8";
/* CSS Document */




/**************************フォント　PC**********************/


h1,h2,h3,h4,h5,h6,p,div{
	font-family: 'Noto Sans Japanese', sans-serif;<span class="s2"> </span>;
	margin:0;
	padding:0;
	
}

.mini{
	font-size:30%;
	margin:10px 0
}

.gray{
	color: #7A7A7A;
}

.red{
	color:#ff0000;
}


.yellow{
	color:#fff000;
}

.blue{
	color:#12a0ea;
}

.white{
	color:#fff;
}

.orange{
	color:#fe700c;
}


.lh{
	line-height: 1em;
}

@media screen and (max-width: 640px)  {
.lh{
	line-height: 0.9em;
}	
}


.s120{font-size: 120%;}
.s150{font-size: 150%;}
.s200{font-size: 200%;}
.s250{font-size: 250%;}
.s300{font-size: 300%;}
.s400{font-size: 400%;}

.w200{font-weight:200;}
.w500{font-weight:500;}
.w900{font-weight:900;}



.large{
	font-size:2.5em;
	line-height:1.3em
}

.bold{
	font-weight:bold;
}


.point{
	color:#FF0004;
	font-weight:600;
}




/**************************スペースpc**********************/

.mt80{margin-top:80px;}
.mt50{margin-top:50px;}
.mt30{margin-top:30px;}
.mt20{margin-top:20px;}
.mt10{margin-top:10px;}

.mb80{margin-bottom:80px;}
.mb50{margin-bottom:50px;}
.mb30{margin-bottom:30px;}
.mb20{margin-bottom:20px;}
.mb10{margin-bottom:10px;}

.pt80{padding-top:80px;}
.pt50{padding-top:50px;}
.pt20{padding-top:20px;}
.pt10{padding-top:10px;}

/**************************ブロック間のアキ　pc**********************/

article{
	margin:50px 0 80px 0

}


@media screen and (max-width: 640px)  {
article{
	margin:30px 0 50px 0

}
}
