﻿@charset "UTF-8";

:root {
  /* コンテナ要素幅 */
  --responsive-sys-container-width: 1600px;
  --responsive-sys-content-header-width: 23%;

  /* ボタン幅 */
  --responsive-sys-button-width: 160px;
  --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: #f8f8f8;
}

@media screen and (min-width: 769px) {
  /* ----ヘッドライン---- */

  h1,
  .h1 {
    margin: 0 0 20px;
    color: #222;
    font-size: 32px;
    font-weight: bold;
  }

  h2,
  .h2 {
    margin: 0 0 24px;
    padding-left: 26px;
    color: #222;
    font-size: 24px;
    font-weight: bold;
    background: url(../../img/usr/common/icon/icon_ttl_dot.svg) no-repeat 0 50%;
    background-size: 10px 30px;
  }

  .event_content_wrap h2 {
    background: none;
    padding-left: 0;
    font-size: revert;
    font-weight: revert;
    color: revert;
    margin: revert;
  }

  h3,
  .h3 {
    margin: 0 0 24px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
  }

  .event_content_wrap h3 {
    padding: 0;
    font-size: revert;
    font-weight: revert;
  }
}
