@charset "utf-8";

/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-1 {
  margin: 0 auto 30px;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: table;
}

.title-1 .icon {
  margin-bottom: 10px;
  display: block;
}

.title-1 span {
  margin: 0 auto;
  padding: 0.125em 0;
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 900;
  display: table;
  position: relative;
  z-index: 1;
}

.title-1 span::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../image/icon-line-1.png);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.title-1 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .title-1 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .title-1 span {
    padding: 0 0.25em;
    font-size: 36px;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-2 {
  margin: 0 auto 20px;
  color: #71cfc1;
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 900;
  text-shadow: 
    -1px -1px 0 #0a0205,
     1px -1px 0 #0a0205,
     1px  1px 0 #0a0205,
    -1px  1px 0 #0a0205,
     2px  2px 0 #0a0205;
  display: table;
}

.title-2 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .title-2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 3
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0.25em;
  padding-right: 0.25em;
  letter-spacing: -0.4em;
  font-size: 18px;
  font-weight: bold;
  display: table;
  position: relative;
  z-index: 1;
}

.title-3 > * {
  letter-spacing: normal;
}

.title-3 .icon {
  display: block;
}

.title-3 span {
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.title-3 span::after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 0.5em solid #fdf637;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.25em;
}

.title-3 + * {
  margin-top: 0;
}

/* ****************************************************************************************************
   * テキスト
**************************************************************************************************** */

.font-10 { font-size:10px; }
.font-11 { font-size:11px; }
.font-12 { font-size:12px; }
.font-13 { font-size:13px; }
.font-14 { font-size:14px; }
.font-15 { font-size:15px; }
.font-16 { font-size:16px; }
.font-17 { font-size:17px; }
.font-18 { font-size:18px; }
.font-19 { font-size:19px; }
.font-20 { font-size:20px; }
.font-21 { font-size:21px; }
.font-22 { font-size:22px; }
.font-23 { font-size:23px; }
.font-24 { font-size:24px; }
.font-25 { font-size:25px; }
.font-26 { font-size:26px; }
.font-27 { font-size:27px; }
.font-28 { font-size:28px; }
.font-29 { font-size:29px; }
.font-30 { font-size:30px; }

.font-normal { font-weight:normal; }

.align-l { text-align:left; }
.align-c { text-align:center; }
.align-r { text-align:right; }

.color-red { color:#f00; }

.block { display:block; }

.inline-block { display:inline-block; }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャプション
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.caption　+ *,
* + .caption {
  margin-top: 0.5em !important;
  font-size: 0.875em;
}

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

.valign-t { vertical-align:top; }
.valign-m { vertical-align:middle; }
.valign-b { vertical-align:bottom; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 左寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-l {
  margin: 0 1em 1em 0;
	float: left;
}

.image-l + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 右寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-r {
  margin: 0 0 1em 1em;
	float: right;
}

.image-r + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 中央寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-c {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
	display: block;
  text-align: center;
}

.image-c + p {
  margin-top: 0;
}

/* ****************************************************************************************************
   * 横スクロール コンテンツ
**************************************************************************************************** */

/* :::::::: ブレイクポイント（スマホ表示時） :::::::: */

@media screen and (max-width:736px) {

  .overflow-x {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .overflow-x * {
    max-width: 200vw;
  }

}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * デフォルト
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

table.default { border-collapse:collapse; }

table.default > tbody > tr > th {
	border-top: dashed 1px #aaa;
	border-bottom: dashed 1px #aaa;
}

table.default > tbody > tr > td {
	border-top: dashed 1px #aaa;
	border-bottom: dashed 1px #aaa;
}

table.default caption {
  margin-bottom: 0.5em;
}

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

/* ****************************************************************************************************
   * フレキシブル：テーブル
**************************************************************************************************** */

/* :::::::: ブレイクポイント（スマホ表示時） :::::::: */

@media screen and (max-width:736px) {

  table.flex-table {
    display: block;
  }

  table.flex-table > tbody {
    display: block;
  }

  table.flex-table > tbody > tr {
    padding: 0.75em 0;
    border-top: dashed 1px #aaa;
    border-bottom: dashed 1px #aaa;
    display: block;
  }

  table.flex-table > tbody > tr ~ tr {
    border-top: none;
  }

  table.flex-table > tbody > tr > th {
    margin-bottom: 0.25em;
    padding: 0;
    border: none;
    display: block;
  }

  table.flex-table > tbody > tr > th[scope="col"] {
    display: none;
  }

  table.flex-table > tbody > tr > th[scope="row"] {
    width: 100%;
    font-size: 1.062em;
    text-align: left;
    display: block;
  }

  table.flex-table > tbody > tr > td {
    padding: 0;
    border: none;
    display: block;
  }

  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.125em;
}

ul.default + * { margin-top:1em; }

* + ul.default { margin-top:1em; }

/* -------------------------------------------------------------------------------------------------
   * スタイル 1
/* ---------------------------------------------------------------------------------------------- */

ul.style-1 {
  margin-left: 0;
  padding-left: 0;
}

ul.style-1 li {
  padding-left: 1.125em;
  list-style: none;
  position: relative;
  z-index: 1;
}

ul.style-1 li::before {
  content: '';
  width: 0.75em;
  height: 0;
  border-bottom: 0.75em solid #5dc3b3;
  position: absolute;
  z-index: -1;
  top: 0.425em;
  left: 0;
  
}

ul.style-1 li ~ li {
  margin-top: 0.125em;
}

ul.style-1 + * { margin-top:1em; }

* + ul.style-1 { margin-top:1em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ol
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ol.default,
ol.default li {
  margin: 0;
  padding: 0;
}

ol.default {
  margin-left: 1.75em;
}

ol.default li ~ li {
  margin-top: 0.125em;
}

ol.default + * { margin-top:1em; }

* + ol.default { margin-top:1em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 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:1em; }

* + dl.default { margin-top:1em; }

/* ****************************************************************************************************
   * 表示／非表示
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ブレイクポイント以下の場合に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .show-sp {
    position: fixed;
    top: -100%;
    left: -100%;
    z-index: -99999;
  }
  
  br.show-sp {
    display: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ブレイクポイントを超える場合に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.show-pc {
  position: fixed;
  top: -100%;
  left: -100%;
  z-index: -99999;
}

br.show-pc {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .show-pc {
    position: static;
    z-index: inherit;
  }

  br.show-pc {
    display: inline;
  }

}

/* ****************************************************************************************************
   * フロートクリア
**************************************************************************************************** */

.clearfix:after { content:"."; display:block; line-height:0; clear:both; visibility:hidden; }

.clear { clear:both; }
