.rootc p {
  font-family: var(--serif);
}

.rootc strong {
  background-color: #3187b54e;
  padding: 2px;
}

.card {
  max-width: 1024px;
  margin: auto;
  padding: 64px 0 64px 0;

  @media (width < 1024px) {
    padding: 24px;
  }
}

.card p {
  max-width: 860px;
  margin: auto;
  line-height: 180%;
  font-size: 18px;
  line-height: 160%;
}

.rootc_flow {
  counter-reset: num;
}

.rootc_flex {
  display: flex;
  flex-direction: row;
  max-width: 780px;
  margin: auto;
  margin-top: 64px;
  position: relative;
  counter-increment: num;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;

  figcaption {
    text-align: center;
    font-size: 15px;
  }

  p {
    font-size: 18px;
    line-height: 160%;
  }

  @media (width < 768px) {
    flex-direction: column;

  }
}

.rootc_flex img {
  object-fit: contain;
  margin-bottom: 16px;
}

.wp-block-lazyblock-mediatext ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  font-family: var(--serif);
  line-height: 160%;
  font-size: 18px;

  @media (width < 768px) {
    flex-direction: column;

  }
}

.wp-block-lazyblock-mediatext.reverse ul {
  flex-direction: row-reverse;

  @media (width < 768px) {
    flex-direction: column;

  }
}

.wp-block-lazyblock-mediatext ul>li:nth-child(1) {
  flex-basis: 45%;
  position: relative;
}

.wp-block-lazyblock-mediatext ul>li:nth-child(2) {
  flex-basis: 55%;
}

.wp-block-lazyblock-mediatext ul>li:nth-child(1)::before {
  content: '';
  display: block;
  position: absolute;
  left: -28px;
  top: 28px;
  right: 28px;
  bottom: -28px;
  border: 2px solid #3187b5;
}

.wp-block-lazyblock-mediatext.reverse ul>li:nth-child(1)::before {
  content: '';
  display: block;
  position: absolute;
  left: 28px;
  top: 28px;
  right: -28px;
  bottom: -28px;
  border: 2px solid #3187b5;
}

.aligncenter {
  text-align: center;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.rootc h2 {
  font-size: 36px;
  color: #2d5469;
  text-align: center;
  line-height: 160%;
  font-family: var(--serif);
  margin: 0 auto 32px auto;
  letter-spacing: 0.1em;

  @media (width < 768px) {
    font-size: 28px;
    letter-spacing: 0;
  }
}

.rootc h2 em {
  font-size: 22px;
  line-height: 160%;
  font-style: normal;
  letter-spacing: 0.1em;

  @media (width < 768px) {
    font-size: 19px;
    letter-spacing: 0;
  }
}

.rootc .recommend>* {
  max-width: 1024px;
  margin: auto;
}

.rootc .que {
  margin: auto;
  display: flex;

  font-family: var(--serif);
  font-size: 24px;
  padding: 36px 0;
  padding-bottom: 4px;
  max-width: 860px;
  border-bottom: 3px solid #3187b5;

  align-items: flex-start;
  justify-content: flex-start;

  @media (width < 768px) {
    margin: auto;
  }
}

.rootc .que::before {
  content: 'Q';
  display: inline-block;
  font-family: var(--serif);
  font-size: 56px;
  color: #3187b5;
  opacity: 0.4;
  vertical-align: top;
  padding-bottom: 5px;
  padding-right: 5px;
}


.rootc .ans {
  background-color: rgba(88, 147, 214, 0.2);
  margin: auto;
  max-width: 860px;
  font-family: var(--serif);
  padding: 36px;
  font-weight: normal;
  margin-bottom: 48px;
  font-family: var(--sansserif)
}

.rootc .ans strong,
.rootc .que strong {
  background-color: transparent;
}

.rootc table {
  table-layout: fixed;
  border-collapse: collapse;
}

.rootc td {
  border: 1px solid #ddd;
}


.nagare_bg {
  background-color: rgba(158, 189, 197, 0.137);
  margin: auto;
  font-family: var(--serif);
  padding: 36px;

  margin-bottom: 48px;
}

.blurbgimage {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.blurbgimage .bgimage {
  filter: blur(40px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  opacity: .7;
}

.blurbgimage .mainimage {
  height: 100%;
  width: auto;
  max-width: 960px;
  position: absolute;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
}