@charset "utf-8";
/* RESET */
*{
	box-sizing: border-box;
}
html,body,footer,main,div,p,ul,ol,li,p,address,table,tr,th,td,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
html,body,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dd,dt,th,td{
	font-size: 16px;
	line-height: 1.5;
	color: #111;
}
li,ol{
	list-style-type: none;
}
address{
	font-style: normal;
}
a{
	text-decoration: none;
}
img {
  vertical-align: top;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
table{
	border-collapse: collapse;
}
/* module */
.tac{text-align: center;}
.tar{text-align: right;}
.tal{text-align: left;}

.fb{font-weight: bold;}

.f14{font-size: 0.875rem;}
.f15{font-size: 0.9375rem;}
.f16{font-size: 1.125rem;}
.f18{font-size: 1.125rem;}
.f20{font-size: 1.25rem;}
.f22{font-size: 1.375rem;}
.f24{font-size: 1.5rem;}

.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}

.lh150{line-height: 1.5;}

.cpink{color: #ff0066;}