﻿@charset "UTF-8";

:root {
  /* コンテナ要素幅 */
  --responsive-sys-container-width: 1200px;
  --responsive-sys-content-header-width: 23%;

  /* ボタン幅 */
  --responsive-sys-button-width: 170px;
  --responsive-sys-snssync-button-width: 355px;

  /* 枠色 */
  --responsive-sys-border-color-gray-primary: #c8c8c8;
  --responsive-sys-border-color-gray-tertiary: #e5e5e5;
  --responsive-sys-border-color-gray-secondary: #dcdcdc;

  /* 背景色 */
  --responsive-sys-content-header-background-color: #ebeff3;
}

@media screen and (min-width: 769px) {
  /* ----ヘッドライン---- */

  h1,
  .h1 {
    margin: 0 0 40px;
    padding: 16px 0 20px;
    font-size: 32px;
  }

  .pane-contents h1::after,
  .pane-contents .h1::after {
    width: 40px;
  }

  h2,
  .h2 {
    margin: 0 0 32px;
    padding: 0 0 14px 14px;
    font-size: 28px;
  }

  h2::before,
  .h2::before {
    height: 28px;
  }

  h3,
  .h3 {
    margin: 0 0 24px;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
    color: #111;
    font-size: 18px;
    font-weight: bold;
  }

  .pane-main {
    padding-bottom: 0;
  }
  
  .pane-main > div > .block-topic-path:last-child {
    margin-top: 40px;
  }

}
