@charset "utf-8";

/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-1 {
  min-height: 50px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-left: 34px;
  line-height: 1.2;
  font-size: 26px;
  background: url(../../_images/_common/title-1.png) no-repeat;
}

.title-1 + * {
  margin-top: 0 !important;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

.title-1 {
  min-height: 30px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 22px;
  line-height: 1.4;
  font-size: 17px;
  border-top: 1px solid #9e77ba;
  background-position: left -2px;
  background-size: auto 30px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-2 {
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 22px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  background-color: #f1f1f1;
  background-image:
    url(../../_images/_common/title-2-1.png),
    url(../../_images/_common/title-2-2.png);
  background-position:
    left top,
    right bottom;
  background-repeat:
    no-repeat,
    no-repeat;
}

.title-2 + * {
  margin-top: 0 !important;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

.title-2 {
  min-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 3
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-3 {
  min-height: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 40px;
  line-height: 1.3;
  color: #9e77ba;
  font-size: 18px;
  font-weight: bold;
  background: url(../../_images/_common/title-3.png) no-repeat;
}

.title-3 + * {
  margin-top: 0 !important;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

.title-3 {
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 4
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-4 {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  color: #9e77ba;
  font-weight: bold;
}

.title-4:before {
  content: '◆';
}

.title-4 + * {
  margin-top: 0 !important;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

.title-4 {
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 5
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-5 {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.title-5 + * {
  margin-top: 0 !important;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

.title-5 {
}

}

/* ****************************************************************************************************
   * テキスト
**************************************************************************************************** */

.color-red { color:#f00; }

.align-l { text-align:left; }
.align-c { text-align:center; }
.align-r { text-align:right; }

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

.inline-left  { margin-right:4.70%; margin-bottom:0.75em; float:left; }
.inline-right { margin-left:4.70%; margin-bottom:0.75em; float:right; }

.inline-left img,
.inline-right img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.valign-t { vertical-align:top; }
.valign-m { vertical-align:middle; }
.valign-b { vertical-align:bottom; }

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

.inline-left,
.inline-right {
  width: 100% !important;
  margin: 10px 0;
  float: none;
  text-align: center;
}

.inline-left img,
.inline-right img {
  display: inline-block;
}

}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

table.default { border-collapse:collapse; }

table.default > tbody > tr > th {
	font-weight: normal;
	border: solid 1px #bdb9cd;
}

table.default > tbody > tr > td {
	border: solid 1px #bdb9cd;
	background: #fff;
}

table.default > tbody > tr > th[scope="col"] {
	background: #e5e5e5;
}

table.default > tbody > tr > th[scope="row"] {
	background: #f1f1f1;
}

table.default caption {
  margin-bottom: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.scroll-hint {
  width: 100% !important;
}
.scroll-hint + div {
  width: 100% !important;
  margin-top: 1em;
}

.scroll-hint > * {
  min-width: 820px;
/*  display: flex;*/
  margin-top: 0 !important;
}

.scroll-hint-icon {
  top: 10px !important;
  left: 10px !important;
}

}

/* ****************************************************************************************************
   * フレキシブル：テーブル
**************************************************************************************************** */

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

table.flex-table {
  display: block;
}

table.flex-table > tbody {
  display: block;
}

table.flex-table > tbody > tr {
  width: 100%;
  display: block;
}

body.msie9 table.flex-table > tbody > tr {
  float: left;
}

table.flex-table > tbody > tr > th {
  width: 100%;
  padding: 0.25em 0.5em;
  display: block;
  font-weight: normal;
  text-align: left;
  border-left: none;
  border-right: none;
}

body.msie9 table.flex-table > tbody > tr > th {
  float: left;
}

table.flex-table > tbody > tr > td {
  width: 100%;
  display: block;
  border: none;
  text-align: left;
}

body.msie9 table.flex-table > tbody > tr > td {
  float: left;
}

table.flex-table caption {
  margin-bottom: 0.5em;
  display: block;
  font-weight: bold;
  text-align: left;
}

}

/* ****************************************************************************************************
   * フレキシブル：グーグルマップ
**************************************************************************************************** */

.flex-map {
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.flex-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ****************************************************************************************************
   * フレキシブル：動画
**************************************************************************************************** */

.flex-video {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.flex-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ****************************************************************************************************
   * リスト
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.default,
ul.default li {
  margin: 0;
  padding: 0;
}

ul.default {
  margin-left: 1.25em;
  word-break: normal;
}

ul.default li ~ li {
  margin-top: 0.25em;
}

ul.default + * { margin-top:1em; }

* + ul.default { 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.25em;
}

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; }

/* ****************************************************************************************************
   * フロート
**************************************************************************************************** */

.float-r { float:right; }
.float-l { float:left; }

/* ****************************************************************************************************
   * フロートクリア
**************************************************************************************************** */

.clearfix:after { content:"."; display:block; line-height:0; clear:both; visibility:hidden; }

.clear { clear:both; }

/* ****************************************************************************************************
   * 表示／非表示
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ブレイクポイント以下の場合に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media print, 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 print, screen and (min-width:737px) {

  .show-pc {
    position: static;
    z-index: inherit;
  }

  br.show-pc {
    display: inline;
  }

}
