@charset "UTF-8";
/* event */
/* config
---------------------------------------------------------------------------*/
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333; }

@media screen and (max-width: 768px) {
  body {
    /*background-image: url(../img/cmn/bg-cnts-sp.png);*/
    background-size: 100% auto;
    background-repeat: repeat-y;
    font-size: 3.5vw; } }
@supports (-ms-accelerator: true) {
  body {
    letter-spacing: -.03em; } }
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px; }

ul {
  list-style-type: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    /*width /***/
    /*:auto;*/ } }
@media screen and (max-width: 768px) {
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; } }
input, textarea, select {
  font-size: .16em; }

form {
  margin: 0px; }

table {
  border-collapse: collapse;
  font-size: .16rem;
  border-spacing: 0; }

@media screen and (max-width: 768px) {
  html {
    font-size: 550%; } }
h1, h2, h3, h4, h5, h6,
th {
  font-weight: 400; }

/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

@media screen and (min-width: 769px) {
  a:hover {
    cursor: pointer;
    opacity: 0.5;
    /* IE8 over, Opera, Safari, CSS3 over */
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
    color: inherit; } }
.trns {
  transition-property: all;
  transition: 0.3s linear; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* bxslider
---------------------------------------------------------------------------*/
.bx-wrapper {
  box-shadow: none;
  border: none; }

.bx-wrapper {
  margin-bottom: 0; }

/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
.view-sp,
.view-tb {
  display: none; }

@media screen and (max-width: 768px) {
  .view-tb {
    display: block; }

  .view-pc {
    display: none; } }
@media screen and (max-width: 480px) {
  .view-sp {
    display: block; }

  .view-pc {
    display: none; } }
/* 画像パス */
/* 枠 */
/* flexbox */
/* position */
/* フォント */
@font-face {
  font-family: 'Ailerons';
  src: url("./font/Ailerons-Regular.eot") format("oldIE"), url("./font/Ailerons-Regular.woff") format("woff"), url("./font/Ailerons-Regular.ttf") format("truetype"); }
/* アイキャッチアイコンセット */
/* ボタン */
/* 色 */
/* 背景色 */
/* 文字色 */
/* 背景画像 */
/* 中央揃え */
/* object */
/* ホバーアクション */
/* 背景
---------------------------------------------------------------------------*/
#wrap {
  background-color: #000;
  color: #fff; }

/* event
---------------------------------------------------------------------------*/
.event {
  /* 日付 */
  /* 見出し */
  /* リード */ }
  .event .event__atcl {
    padding-bottom: 70px;
    border-bottom: 2px solid #0d5197; }
    @media screen and (max-width: 768px) {
      .event .event__atcl {
        padding-bottom: 6.7vw; } }
  .event .event__atcl + .event__atcl {
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      .event .event__atcl + .event__atcl {
        margin-top: 6.7vw; } }
  .event .event__atcl-date {
    font-size: .4rem;
    color: #0d5197;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .event .event__atcl-date {
        font-size: 6.25vw; } }
  .event .event__atcl-ttl {
    font-size: .22rem;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .event .event__atcl-ttl {
        font-size: 3.5vw; } }
  .event .event__atcl-desc {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .event .event__atcl-desc {
        line-height: 1.6; } }
  .event .event__atcl-desc a {
    text-decoration: underline;
    color: #0d5197; }
