/* =====  特定商法取引法に基づく表記 ===== */
#info {
	margin-bottom: 120px;
}
#info h2 {
	color: #642937;	
	font-size: 18px;
	border-bottom: 1px solid #6b2938;
}

.wrapper-tokutei {
  margin: 0 auto;
  width: 100%;
}
.tokutei {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
.tokutei-inner {
	color: #642937;
  display: table-cell;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid rgba(0,0,0,.1);
  border-bottom: none;
  background-color: #eee;
}
.tokutei-inner p {
  margin: 0;
  padding: 5px;
}
.tokutei-box {
	color: #642937;		
  display: table-cell;
  width: 70%;
  border: 1px solid rgba(0,0,0,.1);
  border-bottom: none;
  border-left: none;
  padding: 10px;
}
.tokutei-box p {
  margin: 0 0 0 10px;
  padding: 5px;
}

.tokutei:last-of-type .tokutei-inner,
.tokutei:last-of-type .tokutei-box {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

@media (max-width: 768px) {
  /* ~768px */
.tokutei-inner {
  width: 100%;
  float: left;
 }
 .tokutei-box {
  width: 100%;
  float: left;
  border-left: 1px solid rgba(0,0,0,.1);
  }
}