



.border2 {
	width: 800px;
	color: #696969;
	background: #fff0f5;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	padding: .5em 0 .5em .5em;
	border-left: 6px solid #dda0dd;
}
 /* 左に太い線ピンク系ここまで */  
 
 
.border3 {
	width: 800px;
	color: #696969;
	background: #e0ffff;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	padding: .5em 0 .5em .5em;
	border-left: 6px solid #00ced1;
}
 /* 左に太い線グリーン系ここまで */  

/* ２色アンダーライン青黄　見出しに使用「schedule、rentalなど」 */ 
 .tone {
  width: 800px;
  color: #696969;
  position: relative;
  text-align: left;
  border-bottom: solid 3px #f5d010;
  position: relative;
}

.tone:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #062cfc;
  bottom: -3px;
  width: 20%;
}
 
/* ２色アンダーラインここまで */ 



/* ２色アンダーライン青水色　見出しに使用「schedule、rentalなど」 */ 
 .tone2 {
  width: 800px;
  color: #696969;
  position: relative;
  text-align: left;
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.tone:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
 
/* ２色アンダーラインここまで */ 