@charset "shift_jis";

#depo-body {
 margin-bottom: 50px;
 font-size:16px;
 line-height: 1.5;
 color:#333;
 width:830px;

}

h2 {
	color:#4169e1;
	border-bottom:3px solid #4169e1;
	font-size: 18px;
	margin: 30px 0px 10px;
}

.depo-label {
	background-color:#e6f3ff;
	display: inline-block;
    padding: 7px;
    margin-bottom: 10px;
}

span.showy {
	color:#4169e1;
	font-weight: bold;
}

.check {
  content: '';
  width: 10px;
  height: 5px;
  border-left: 3px solid #4169e1;
  border-bottom: 3px solid #4169e1;
  transform: rotate(-45deg);
  display: inline-block;
  margin: 0px 5px 3px 5px;
}

#depo-body h1 {
	font-size:26px;
	
}
/* “Á“T */
.benefits-box {
    background-color: #fce4ef;
    width: 230px;
    height: 170px;
    padding: 10px;
    border-radius: 3px;
    margin: 20px 0px;
}
.benefits-list {
	font-size:18px;
	font-weight: bold;
}

.benefits-list2 {
    font-size: 16px;
    font-weight: bold;
    color: #CB2770;
    margin: 5px 0px;
    line-height: 1.4;
}

/* “Á’¥ */
.features-box {
	border:1px solid #ccc;
	border-radius:20px;
    width: 220px;
    padding: 10px 15px;
    height: 130px;
    background-color: #faf8de;
    text-align: center;
    font-size: 14px;
    margin: 10px 0px;
}

.features-list {
	font-weight: bold;
	font-size:18px;
	color: #CB2770;
	margin: 5px 0px;
}

.features-link  {
   color:#333;
   font-weight: bold;
}
.features-link a:hover {
    text-decoration: none;
}

.inq-box {
	float: left;
    width: 350px;
    margin: 0px 0px 0px 0px;
    font-size: 14px
}

.inq-list {
	padding: 3px 30px 3px 10px;
	background-color: #F2EFD5;

}

.p-marker {
	background: linear-gradient(transparent 70%, #dbf5ba 70%);
}

.depo-list {
    font-weight: bold;
    font-size: 18px;
	background-color: #999;
    color: #fff;
    text-align: center;
    padding: 5px;
    letter-spacing: 3px;
    border-radius: 3px;
    margin: 60px auto 20px;
}
