body {
  margin: 0;
  font: 400 14px/20px "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
}

@media (min-width: 599px) {
  #contents {
    width: 375px;
  }
}

@media (min-width: 959px) {
  #contents {
    width: 725px;
  }
}

@media (min-width: 1279px) {
  #contents {
    width: 930px;
  }
}

#contents {
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
}

.exposure-contents,
.enq-preview-contents,
.publication-contents {
  margin-top: 60px;
}

.education-template {
  margin-bottom: 10px;
}

#title-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 23px;
  margin: 0;
  padding: 20px 10px 20px 10px;
  background: #00695c;
  color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

#title-bar span {
  margin-left: 15px;
}

.q-title {
  /* 設問種類：見出しの表示スタイル */
  margin: 0 0 16px;
  font-weight: 400;
}

.q-title2 {
  /* 設問種類：見出し 以外の各設問タイトルの表示スタイル */
  margin: 0 0 10px;
  font-weight: 400;
}

.question-parts {
  padding: 0 0 25px 25px;
}

.card {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.card-warn {
  /* message preview */
  background-color: #fce4ec;
  color: #c51162;
  padding: 20px;
  border-radius: 4px;
  width: 75%;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.pre-title {
  margin: 0;
  margin-left: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* 位置調整 */

.text-center {
  /* 真ん中 */
  text-align: center;
}

/* 文字色 */

.text-warn {
  /* 赤 */
  color: #d32f2f !important;
}

.text-break {
  /* テキスト折り返し */
  word-break: break-all;
}

/*リッチテキストエディタのみ適用スタイル*/

.ql-editor {
  white-space: normal;
}

.ql-editor img {
  /* 画像に影追加 */
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.ql-editor blockquote {
  /* 引用文：文字の横に縦線 */
  border-left: 4px solid #ccc;
  padding-left: 14px;
}

.ql-editor pre.ql-syntax {
  /* コード挿入：色 */
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-editor pre {
  /* コード挿入：余白 */
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
