@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * ボタン類
 */

#main div.button {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {
}

/** ***************************************************************************
 * 一覧ページ
 * ************************************************************************* */

body.page-archive
#info div.body {
  max-width: 840px;
}

/** ***************************************************************************
 * 一覧
 */

body.page-archive
#info ul.info li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.page-archive
#info ul.info li ~ li {
  border-top: none;
}

body.page-archive
#info ul.info li .date {
  display: block;
}

body.page-archive
#info ul.info li .date + * {
  margin-top: 0;
}

body.page-archive
#info ul.info li div.more {
  margin-left: 20px;
}

body.page-archive
#info ul.info li div.more a {
  padding: 4px 8px 7px;
  color: #fff;
  line-height: 1;
  font-size: 0.875em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 1.0);
}

body.page-archive
#info ul.info li div.more a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/** ***************************************************************************
 * 詳細ページ
 * ************************************************************************* */

body.page-detail
#info div.body {
  max-width: 690px;
}

/** ***************************************************************************
 * ページヘッダー
 */

body.page-detail
#page-header div.body {
  max-width: 690px;
}

/** ***************************************************************************
 * タイトル
 */

body.page-detail
#info .section-title {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 1.25em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.page-detail
  #info .section-title {
    line-height: 2.5;
    font-size: 1.25em;
  }

}
