@charset "utf-8";

/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-1 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: 'NotoSerifCJKjp', serif;
  text-align: center;
}

.title-1 img {
  margin: 0 auto 5px;
  display: block;
}

.title-1 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .title-1 {
    margin-bottom: 40px;
  }

}

/* ****************************************************************************************************
   * ボタン
**************************************************************************************************** */

.button-style {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition:
    color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  position: relative;
  z-index: 1;
}

.button::-webkit-search-decoration {
  display: none;
}

.button::focus {
  outline-offset: -2px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.button-style-1 {
  min-width: 200px;
  padding: 15px 1em;
  cursor: auto;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 0.875em;
  background-color: rgba(0, 0, 0, 0.2);
}

.button-style-1[href] {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 1.0);
}

.button-style-1:hover {
  color: #fff;
}

.button-style-1::before {
  content: '';
  border: 1px solid #aaa;
  position: absolute;
  z-index: -1;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0;
}

.button-style-1[href]:hover::before {
  opacity: 1;
}

.button-style-1::after {
  content: '\e92a';
  line-height: 1;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -6px;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0;
}

.button-style-1[href]:hover::after {
  opacity: 1;
}

.button-style-1 img {
  vertical-align: baseline;
}

.button-style-1:hover img {
  opacity: 1;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 検索
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.button-style-search-1 {
  padding: 0.75em 1.5em;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.125em;
  background-color: rgba(0, 122, 185, 1.0);
}

.button-style-search-1:hover {
  color: #fff;
  background-color: rgba(0, 122, 185, 0.8);
}

.button-style-search-1::before {
  content: '\e905';
  margin-right: 0.5em;
  line-height: 1;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ****************************************************************************************************
   * テキスト
**************************************************************************************************** */

.note {
  line-height: 1.5;
  letter-spacing: normal !important;
  font-size: 10px;
}

.note + *,
* + .note {
  margin-top: 5px !important;
}

.caption {
  line-height: 1.5;
  letter-spacing: normal !important;
  font-size: 10px;
}

.caption + *,
* + .caption {
  margin-top: 5px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  [href*="tel:"] {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none !important;
  }

}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

table.default { border-collapse:collapse; }

table.default caption {
  margin-bottom: 0.5em;
}

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

table.default > tbody > tr > th {
  font-weight: normal;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

table.default > tbody > tr > th[scope="col"] {
}

table.default > tbody > tr > th[scope="row"] {
}

table.default > tbody > tr > td {
  padding-left: 1em;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

/* ****************************************************************************************************
   * フレキシブル：テーブル
**************************************************************************************************** */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  table.flex-table {
    display: block;
  }

  table.flex-table > tbody {
    display: block;
  }

  table.flex-table > tbody > tr {
    margin-bottom: 1.5em;
    display: block;
    background: transparent !important;
  }

  table.flex-table > tbody > tr > th {
    margin-bottom: 0.5em;
    padding: 0;
    padding-left: 0.75em;
    border: none;
  }

  table.flex-table > tbody > tr > th[scope="col"] {
    display: none;
  }

  table.flex-table > tbody > tr > th[scope="row"] {
    width: 100%;
    padding-left: 0.75em;
    font-size: 1.062em;
    border-left: solid 4px #666;
    display: block;
  }

  table.flex-table > tbody > tr > td {
    padding: 0;
    padding-left: 1.25em;
    display: block;
    border: none;
  }

  table.flex-table > tbody > tr > td:empty {
    height: 1em;
  }

  table.flex-table caption {
    display: block;
  }

}

/* ****************************************************************************************************
   * リスト
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.default,
ul.default li {
  margin: 0;
  padding: 0;
}

ul.default {
  margin-left: 1.75em;
}

ul.default li ~ li {
  margin-top: 0.5em;
}

ul.default + * { margin-top:1.5em; }

* + ul.default { margin-top:1.5em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ol
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ol.default,
ol.default li {
  margin: 0;
  padding: 0;
}

ol.default {
  margin-left: 1.75em;
}

ol.default li ~ li {
  margin-top: 0.5em;
}

ol.default + * { margin-top:1.5em; }

* + ol.default { margin-top:1.5em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * dl
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

dl.default,
dl.default dt,
dl.default dd {
  margin: 0;
  padding: 0;
}

dl.default dt {
  font-weight: inherit;
}

dl.default dd {
  margin-top: 0.25em;
  margin-left: 2.25em;
  display: list-item;
  list-style: disc;
}

dl.default + * { margin-top:1.5em; }

* + dl.default { margin-top:1.5em; }

/* ****************************************************************************************************
   * 表示／非表示
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * SP時に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .active-sp {
    position: fixed;
    top: -100%;
    left: -100%;
    z-index: -99999;
  }

  br.active-sp {
    display: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * PC時に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.active-pc {
  position: fixed;
  top: -100%;
  left: -100%;
  z-index: -99999;
}

br.active-pc {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .active-pc {
    position: static;
    z-index: inherit;
  }

  br.active-pc {
    display: inline;
  }

}
