﻿@charset "UTF-8";
/* テキストカラー */
/* ボタンやリンク */
/* アクセントカラー */
/* その他 */
var {
  background: #64759b;
  padding: 0 0.1rem;
}

strong {
  width: fit-content;
  font-weight: 600;
  /*margin-bottom: 0.5em;
  padding: 0.2rem;*/
  background-image: linear-gradient(transparent 59%, #c9a854);
}

.border-title {
  border-left: 10px solid #b51f9f;
  border-bottom: 2px solid #5e16f6;
  padding: 0.5rem 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
  font-size: 26px;
}

div {
  color: #ffffff;
  letter-spacing: 1.1px;
}

p {
  margin-bottom: 1.5rem !important;
}
