@charset "utf-8";
.information-note{
	margin-bottom: 1rem;
	padding: .75rem;
	background: #eee;
	position: relative;
}

.information-note a{
	font-weight: bold;	
}

.information-note .information-ttl{
	cursor: pointer;
	font-weight: bold;	
}

.information-note .information-ttl.on::before{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid black;
	margin-right: 5px;
}

.information-note .information-ttl.off::before{
	content: "";
	position: absolute;
	bottom: 50%;
	right: 10px;
	transform: translate(0, 70%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid black;
	margin-right: 5px;
}

.information-note .information-cont{
	display: none;
	padding-top: 1.5em;
	font-size: .875rem;
	line-height: 1.25rem;
}


.-individual .-mt8.-s3 {
  background: #fff;
  border: solid 1px #e3a917;
  color: #e3a917;
}
.-individual .-mt8.-rsync {
  background: #fff;
  border: solid 1px #e82b25;
  color: #e82b25;
}
.-individual .-mt8.-ftp {
  background: #fff;
  border: solid 1px #1f76c0;
  color: #1f76c0;
}
.-individual .-required {
  color: red;
  font-size: 30px;
}