html {
    scroll-padding-top: 120px;
}


.title {
  font-size: 16px;
  font-weight: bold;
  padding: 0.4em 1.5em;
  color: #fff;
  background: #7c3ec1;
  margin-bottom: 10px;
}

.comentbox{
	padding: 5px 15px;
	line-height: 1.5;
}

/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 20px 8px 20px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #1a1aff;
	margin-bottom: 10px;
}
.btn a:hover {
	color: #fff;
	background: #492572;
}
