@charset "UTF-8";
.wmpr-ul li{
	font-size: 1em!important;
}

.wmpr-btn-primary {
	font-size: 1em!important;
	
}

.h2 {
	font-size: 3em!important;
	
}

.btn-sm {
	font-size: 0.8em!important;
	
}


/* PR */
p.pr {
  height: 15px;
  font-size: 12px!important;
  color: Gray;
  display: block;
}

/* 擬似要素 */
p.pr::before {
  content: 'PR';
  position: absolute;
  display: block;
}

/* PR_CLINICFOR */
p.pr_cf {
  height: 15px;
  font-size: 12px!important;
  color: Gray;
  display: block;
}

/* 擬似要素 */
p.pr_cf::before {
  content: '※CLINIC FORの情報提供元:CLINIC FOR';
  position: absolute;
  display: block;
}