@charset "UTF-8";
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
/* font */
.cms-blocks .cms-blocks-text {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  line-height: 2;
}
.cms-blocks .cms-blocks-image {
  margin-bottom: 2.5rem;
}
.cms-blocks .cms-blocks-image__caption {
  display: block;
  margin-top: 1.15625rem;
  font-size: 0.9375rem;
  color: rgba(118, 126, 136, 0.7);
}
.cms-blocks .cms-blocks-heading03 {
  font-size: 1.5rem;
  line-height: 1.9166666667;
  padding-bottom: 1.375rem;
  padding-left: 1.875rem;
  border-bottom: 1px solid #D4DADF;
  margin-bottom: 2.5rem;
  background: url(../img/news/detail/deco-cricle.svg) no-repeat 0 0.8125rem;
  background-size: 1.375rem auto;
}
.cms-blocks .cms-blocks-dl-box {
  border: 1px solid #D4DADF;
  font-size: 1.0625rem;
  padding: 1.5rem 2.1875rem;
  margin-bottom: 2.5rem;
}
.cms-blocks .cms-blocks-dl-box__ttl {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.cms-blocks .cms-blocks-dl-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
.cms-blocks .cms-blocks-dl-box__link {
  text-decoration: underline;
  color: #0096A7;
}
.cms-blocks .cms-blocks-list {
  margin-bottom: 2.5rem;
}
.cms-blocks .cms-blocks-list li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1.125rem;
  line-height: 1.7222222222;
}
.cms-blocks .cms-blocks-list li:not(:last-of-type) {
  margin-bottom: 1.0625rem;
}
.cms-blocks .cms-blocks-number-list {
  margin-bottom: 2.5rem;
}
.cms-blocks .cms-blocks-number-list li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 1.125rem;
  line-height: 1.7222222222;
}
.cms-blocks .cms-blocks-number-list li:not(:last-of-type) {
  margin-bottom: 1.0625rem;
}
.cms-blocks .cms-blocks-quote {
  background-color: #F8F8FB;
  padding: 1.76875rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  margin-bottom: 2.5rem;
}/*# sourceMappingURL=single-blocks.css.map */