/* 左寄せ本文画像 */
.contents-item-photo-left {
  width: 160px;
  overflow: hidden;
  margin-right: 13px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width:767px){
  .contents-item-photo-left {
    width: 140px;
  }
}


/* 右寄せ本文TOP画像 */
.contents-item-photo-right {
  width: 160px;
  overflow: hidden;
  margin-left: 9px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width:767px){
  .contents-item-photo-right {
    width: 140px;
  }
}

/* 2022.07.25追加 */
/* 右寄せ本文２枚目以降画像 */
.contents-item-photo-right2 {
  width: 162px;
  margin-left: 13px;
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width:767px){
  .contents-item-photo-right2 {
    width: 125px;
    margin-top: 30px;
  }
}

/* 2022.09.15追加（過去記事画像キャプション用文字調整） */
table tbody tr td b {
  font-size: 14px;
}


/* 会員登録ボタン */
.user-only-button:visited {
  color: #ffffff;
}
/* ログインボタン */
.user-only-login-button:visited {
  color: #0e3283;
}
/* 新着記事お知らせ登録（メール）ボタン */
.user-only-newpost-button:visited {
  color: #000000;
}
/* 本文の囲み */
.enc-wrap table tbody tr td p {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}


.category {
  font-size: 17px;
}
/* コメントの注記 */
.comment-user-only {
  font-size: 14px;
  color: red;
}
/* 読者コメント関連 */
.comment-body a {
  color: blue;
  text-decoration: underline;
}

/* プレビュー文言エリア */
.preview-word {
  background-color: #707070;
  color: #FFFFFF;
  font-size: 30px;
  margin-top: -25px;
  opacity: 0.5;
  position:absolute;
  z-index: 1;
}
@media screen and (max-width:767px){
  .preview-word {
    font-size: 18px;
    margin-top: -4px;
  }
}

/* 外部関係者用プレビューリンク */
.outer-preview-link {
    color: #FFFFFF;
    font-size: 16px;
}
@media screen and (max-width:767px){
  .outer-preview-link {
    font-size: 12px;
  }
}

/* メッセージ表示 */
.success-message {
  margin: 10px 10px 0px 10px;
  padding: 10px;
  border: 1px solid deepskyblue;
  background: bisque;
  color: blue;
  font-size: 90%;
}
.error-message {
  margin: 10px 10px 0px 10px;
  padding: 10px;
  border: 1px solid deepskyblue;
  background: bisque;
  color: red;
  font-size: 90%;
}

/* 関連資料ダウンロード */
.document-dl-link-login {
  margin-left: 0.3rem;
}
.document-dl-link-list {
  list-style-type: disc;
  margin-left: 2rem;
}
