@charset "utf-8";

/* デザイン適用のためにこのファイルを追加 */

.btn_box {
  background: #333;
  color: #fff;
  padding: 8px;
}

.btn_box .btn:first-child {
  margin-top: 0;
}
.btn_box .btn {
  background-color: #666;
  color: #fff;
  height: auto;
  margin-top: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.headings-desc h1, .headings-desc h2{
	all: unset;
}
