@charset "UTF-8";
/* -------------------------------------------------------------------------------- */
/* 本文テキストブロック                                            .mgsblk-text */
/* -------------------------------------------------------------------------------- */

/* 管理画面のみ: 薄い枠で領域を示す */
.editor-styles-wrapper .mgsblk-text {
  border: 1px dashed #ccc;
  padding: 8px;
  min-height: 40px;
}

.mgsblk-text {
  font-size: 15px;
  line-height: 190%;
  color: #333;
  margin-bottom: 40px;
}

/* PC: 中央寄せ → モバイル: 左寄せ */
.mgsblk-text--center {
  text-align: center;
}

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

.mgsblk-text--white {
  color: #fff;
}

.mgsblk-text--gray {
  color: #888;
}

/* -------------------------------------------------------------------------------- */
/*         MOBILE                                                                   */
/* -------------------------------------------------------------------------------- */
.mgsblk-text.mgsblk-mb-off {
  margin-bottom: 0 !important;
}

/* -------------------------------------------------------------------------------- */
/*         MOBILE                                                                   */
/* -------------------------------------------------------------------------------- */
@media only screen and (max-width: 739px) {
  .mgsblk-text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .mgsblk-text--center {
    text-align: left;
  }
}
