@charset "shift_jis";

#vip-body {
 margin-bottom: 50px;
 font-size:16px;
 line-height: 1.6;
 width:830px;
}
#vip-body ul {
	margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#vip-body p {
	margin: 0;
}
.lp_font14 {
    font-size: 14px;
}
.lp_font15 {
    font-size: 15px;
}
#vip-body .ntext_b {
	font-weight: bold;
}
.vip_wrapper {
  padding: 0 15px;
}
.contents_h2 {
	color: #fff;
	background: #232323;
    font-size: 18px;
    font-weight: bold;
    margin: 45px 0px 20px;
    padding: 8px 15px 5px;
}
.square_indent {
	position: relative;
    padding-left: 18px;
}
.square_indent::before {	
	content: "";
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -5px;
}
.dotted_box {
	padding: 10px 15px;
	border: 2px dotted #7f7f7f;
	width: 450px;
}
.before_vip {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 22px;
}
.before_vip::before {
  content: "";
  background-image: url("/forest/docs/images/common/google_worning.svg");
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  position: absolute;
  left: 0;
}
.kome_indent {
  position: relative;
  padding-left: 18px
}
.kome_indent::before {
  content: "";
  position: absolute;
  left: 0;
}
.graybg_box {
	background-color: #f5f5f5;
	padding: 15px 15px 20px;
	margin:30px 0 0;
}
.rest_a a {
	text-decoration: none;
	color: #3079ED;
}
.rest_a a:hover {
	text-decoration: underline;
}

