@charset "utf-8";
/*
Theme Name: SWELL CHILD
Template: swell
Version: 1.0.0
*/

/* ハニーポット項目を視覚的に隠す。
   display:none を使わないのは、それを検知して回避するボットがいるため */
.ishii-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}