.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

/*==================================================================================================

==================================================================================================*/
.sec {
  padding: clamp(0px, 8.3333333333vw, 120px) 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec.--privacy {
    padding-top: 10vw;
  }
}
.sec__ttl {
  font-size: clamp(0px, 2.9166666667vw, 42px);
  margin-bottom: 1.4285714286em;
  font-weight: 600;
  font-family: "Montserrat", serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec__ttl {
    font-size: 8.5333333333vw;
  }
}
.sec__ttl span {
  font-weight: 400;
}

.news-list {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.25em;
}
.news-list li {
  border-bottom: 2px solid #d91a17;
  padding: 0 0 0.75em;
  margin-bottom: 0.75em;
}
.news-list li time {
  color: #d91a17;
  font-weight: bold;
  display: block;
}
.news-list li a:hover {
  color: #d91a17;
}

.single-area,
.page-area {
  max-width: 1000px;
  margin: 0 auto 5em;
}
.single-area__date,
.page-area__date {
  text-align: right;
  margin-bottom: 3em !important;
}
.single-area > *,
.page-area > * {
  font-family: "Noto Sans JP", sans-serif;
}
.single-area > *:not(:last-child),
.page-area > *:not(:last-child) {
  margin-bottom: 1em;
}
.single-area a,
.page-area a {
  color: #d91a17;
  text-decredtion: underline;
}
.single-area a:hover,
.page-area a:hover {
  text-decredtion: none;
}
.single-area ul,
.page-area ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.single-area ol,
.page-area ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.single-area li + li,
.page-area li + li {
  margin-top: 0.5em;
}
.single-area h2, .single-area h3, .single-area h4, .single-area h5, .single-area h6,
.page-area h2,
.page-area h3,
.page-area h4,
.page-area h5,
.page-area h6 {
  font-weight: bold;
  margin-bottom: 1.5em !important;
}
.single-area h2:not(:first-child), .single-area h3:not(:first-child), .single-area h4:not(:first-child), .single-area h5:not(:first-child), .single-area h6:not(:first-child),
.page-area h2:not(:first-child),
.page-area h3:not(:first-child),
.page-area h4:not(:first-child),
.page-area h5:not(:first-child),
.page-area h6:not(:first-child) {
  margin-top: 3em;
}
.single-area h2,
.page-area h2 {
  font-size: 1.5em;
  background: #f2f2f2;
  border-left: 0.25em solid #d91a17;
  padding: 0.75em 0.5em;
}
.single-area h3,
.page-area h3 {
  font-size: 1.25em;
  background: #d91a17;
  color: #FFF;
  padding: 0.5em 0.75em;
}
.single-area h4,
.page-area h4 {
  font-size: 1.25em;
  border-bottom: 2px solid #d91a17;
  padding: 0.5em 0;
}
.single-area h5,
.page-area h5 {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0.75em 0.5em;
}
.single-area h6,
.page-area h6 {
  font-size: 1em;
}

.page-area > *:not(:last-child) {
  margin-bottom: 1em;
}
.page-area h2, .page-area h3, .page-area h4, .page-area h5, .page-area h6 {
  margin-bottom: 1em !important;
}
.page-area h2:not(:first-child), .page-area h3:not(:first-child), .page-area h4:not(:first-child), .page-area h5:not(:first-child), .page-area h6:not(:first-child) {
  margin-top: 2em;
}

.privacy-cont {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: left;
  color: #231e1f;
}
@media screen and (max-width: 768px) {
  .privacy-cont {
    font-size: 0.875em;
  }
}
.privacy-cont h2 {
  margin-top: 2em;
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 1.25em;
}
.privacy-cont ol {
  font-size: 0.9375em;
  margin-bottom: 1em;
}
.privacy-cont ol > li {
  list-style: decimal;
  margin-left: 1.5em;
}
.privacy-cont ol > li + li {
  margin-top: 0.5em;
}
.privacy-cont ol > li ul {
  margin-top: 0.5em;
}
.privacy-cont ul {
  font-size: 0.9375em;
  margin-bottom: 1em;
}
.privacy-cont ul > li {
  margin-left: 1em;
  text-indent: -1em;
}
.privacy-cont ul > li + li {
  margin-top: 0.25em;
}
.privacy-cont table {
  width: 100%;
  margin: 0.5em 0 1em;
  text-align: center;
}
.privacy-cont table th, .privacy-cont table td {
  border: 1px solid #231e1f;
  padding: 0.25em;
}
.privacy-cont table th {
  width: 40%;
}
.privacy-cont table thead th, .privacy-cont table thead td {
  font-weight: bold;
  background: #b78a3d;
  color: #FFF;
}
.privacy-cont p {
  margin-bottom: 1em;
  font-size: 0.9375em;
}
.privacy-cont a {
  text-decoration: underline;
}
.privacy-cont a:hover {
  text-decoration: none;
}
.privacy-cont hr {
  margin: 4em 0 2em;
}