@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * フォント設定
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: normal;
  src: url('../../_font/NotoSansCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: bold;
  src: url('../../_font/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSansCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Black.ttf') format('opentype');
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 全体
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
  min-width: 320px;
  color: #000;
  font: 14px/1.6 'NotoSansCJKjp', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}

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

@media screen and (min-width:737px) {

  body {
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * レイアウト用
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.body {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * セクショニング
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower .section ~ .section {
  margin-top: 50px;
}

.column ~ .column {
  margin-top: 30px;
}

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

@media screen and (min-width:737px) {

  body.layout-lower .section ~ .section {
    margin-top: 100px;
  }

  .column ~ .column {
    margin-top: 50px;
  }

}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */

#header {
  position: relative;
  z-index: 2;
}

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

@media screen and (min-width:737px) {

  #header {
    width: 100%;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 1.0);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ヘッダー トップ コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.header-top {
  padding: 10px 0;
}

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

@media screen and (min-width:737px) {

  #header div.header-top {
    padding: 6px 0;
  }

}

/* -------------------------------------------------------------------------------------------------
   * ナビ
/* ---------------------------------------------------------------------------------------------- */

#header div.header-top ul.nav,
#header div.header-top ul.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header div.header-top ul.nav {
  font-size: 0.8em;
  border-collapse: collapse;
  display: table;
}

#header div.header-top ul.nav li {
  line-height: 1.2;
  white-space: nowrap;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  vertical-align: middle;
  display: table-cell;
}

#header div.header-top ul.nav li a {
  padding: 0 1em;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}

#header div.header-top ul.nav li a:hover {
  text-decoration: underline;
}

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

@media screen and (min-width:737px) {

  #header div.header-top ul.nav {
    margin-left: auto;
    margin-right: 0;
    font-size: 0.85em;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ヘッダー コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.header div.body {
  width: 100%;
  display: table;
  letter-spacing: -0.4em;
}

#header div.header div.body > * {
  letter-spacing: normal;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ロゴ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.header div.logo {
  padding-right: 32%;
  position: relative;
}

body.layout-index
#header div.header div.logo {
  padding-bottom: 5px;
}

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

@media screen and (min-width:737px) {

  #header div.header div.logo {
    width: 30%;
    margin-top: -20px;
    padding-right: 0;
    vertical-align: top;
    display: inline-block;
  }

  body.layout-index
  #header div.header div.logo {
    padding-bottom: 0;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

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

@media screen and (min-width:737px) {

  #header div.header div.logo .content {
    width: auto;
    min-width: 200px;
    max-width: 390px;
    display: block;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 開催日
/* ------------------------------------------------------------------------------------------------- */

#header div.header div.logo .date {
  margin-top: 5px;
  line-height: 1;
}

#header div.header div.logo .date img[src*="shusai"] {
  display: none;
}

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

@media screen and (min-width:737px) {

  #header div.header div.logo .date {
    width: auto;
    max-width: 280px;
    min-width: 240px;
    padding: 0;
    display: block;
  }

  #header div.header div.logo .date img[src*="shusai"] {
    display: inline;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * バナー
/* ------------------------------------------------------------------------------------------------- */

#header div.header div.logo .banner {
  width: 30%;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#header div.header div.logo .banner + * {
  margin-top: 0;
}

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

@media screen and (min-width:737px) {

  #header div.header div.logo .banner {
    display: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.header div.contents {
  padding-top: 10px;
}

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

@media screen and (min-width:737px) {

  #header div.header div.contents {
    width: 70%;
    padding-left: 20px;
    padding-top: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
  }

}

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

@media screen and (min-width:1171px) {

  #header div.header div.contents {
    vertical-align: top;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * バナー
/* ------------------------------------------------------------------------------------------------- */

#header div.header div.contents .banner {
  display: none;
}

#header div.header div.contents .banner + * {
  margin-top: 0;
}

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

@media screen and (min-width:737px) {

  #header div.header div.contents .banner {
    width: 18%;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 10px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#header div.header div.contents .nav {
  position: relative;
}

#header div.header div.contents .nav ul.list,
#header div.header div.contents .nav ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header div.header div.contents .nav ul.list li ~ li {
  margin-top: 4px;
}

#header div.header div.contents .nav ul.list li img {
  width: 100%;
}

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

@media screen and (min-width:737px) {

  #header div.header div.contents .nav {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 42%;
    display: table;
    position: static;
	text-align: right;
  }

  #header div.header div.contents .nav ul.list {
    width: 100%;
    font-size: 12px;
    display: table;
  }

  #header div.header div.contents .nav ul.list li {
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
    vertical-align: top;
    display: table-cell;
  }

  #header div.header div.contents .nav ul.list li ~ li {
    margin-top: 0;
    display: table-cell;
  }

  #header div.header div.contents .nav ul.list li a {
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
  }

#header div.header div.contents .nav ul.list li img {
  width: auto;
}

}

/* ----------------------------------------------------------------------------------------------------
   * メニュー アイコン
/* ------------------------------------------------------------------------------------------------- */

.drawermenu {
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 2;
}

.drawermenu i.icon {
  height: 100%;
  display: block;
  position: relative;
}

.drawermenu i.icon span {
  width: 100%;
  max-width: none;
  height: 0;
  display: block;
  border-bottom: 3px solid #202020;
  transition:
    all 0.3s ease-in-out 0.0s,
    left 0.0s ease-in-out 0.0s;
  position: absolute;
  left: 0;
}

body.menu-active
.drawermenu i.icon span {
  width: 30px;
}

/* 上 */

.drawermenu i.icon span:nth-of-type(1) {
  top: 3px;
}

body.menu-active
.drawermenu i.icon span:nth-of-type(1) {
  -webkit-transform:
    translateX(-3px)
    translateY(7px)
    rotate(-315deg);
  transform:
    translateX(-3px)
    translateY(7px)
    rotate(-315deg);
}

/* 中 */

.drawermenu i.icon span:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}

body.menu-active
.drawermenu i.icon span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
}

/* 下 */

.drawermenu i.icon span:nth-of-type(3) {
  bottom: 3px;
}

body.menu-active
.drawermenu i.icon span:nth-of-type(3) {
  -webkit-transform:
    translateX(-3px)
    translateY(-8px)
    rotate(315deg);
  transform:
    translateX(-3px)
    translateY(-8px)
    rotate(315deg);
}

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

@media screen and (min-width:737px) {

  div.drawermenu {
    display: none;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メニュー リスト
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu {
  width: 100%;
  padding: 0 5px;
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 999;
}

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

@media screen and (min-width:737px) {

  #menu {
    display: none;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 一覧
/* ---------------------------------------------------------------------------------------------- */

.menu ul,
.menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu ul {
  max-height: 0;
  opacity: 0;
  font-weight: bold;
  overflow: hidden;
  transition:
    max-height 0.4s ease-out 0.0s,
    opacity 0.4s ease-out 0.0s;
}

.menu ul.menu-list {
  color: #fff;
  background-color: rgba( 62, 62, 62, 1.0 );
}

body.menu-active
.menu ul.menu-list,
.menu ul li.active > ul {
  max-height: 200vh;
  opacity: 1;
  position: relative;
  transition:
    max-height 0.5s ease-in 0.4s,
    opacity 0.4s ease-in 0.4s;
}

.menu ul.menu-list a {
  padding: 0.625em 0.5em 0.75em 1em;
  color: inherit;
  display: block;
  text-decoration: none;
}

/* 現在表示中のページ :::::::::::::::::::::::::::::::::::::::::::::::::: */

.menu ul.menu-list li.current > a {
  padding-left: 1.75em;
  font-weight: bold;
  position: relative;
}

.menu ul.menu-list li.current > a::before {
  content: '>';
  font-family: serif;
  font-weight: bold;
  position: absolute;
  top: 0.75em;
  left: 0.75em;
}

/* スライドボタン :::::::::::::::::::::::::::::::::::::::::::::::::: */

.menu ul.menu-list li.parent > a {
  padding-right: 30px;
  position: relative;
}

.menu ul.menu-list li.parent > a::after {
  content: '≪';
  font-family: serif;
  -webkit-transform:
    translate(0, -50%)
    rotate(-90deg);
  transform:
    translate(0, -50%)
    rotate(-90deg);
  transition: all 0.3s ease-in-out 0.0s;
  position: absolute;
  top: 50%;
  right: 10px;
}

.menu ul.menu-list li.active > a::after {
    -webkit-transform:
      translate(0, -50%)
      rotate(-270deg);
    transform:
      translate(0, -50%)
      rotate(-270deg);
}

/* 1階層目 :::::::::::::::::::::::::::::::::::::::::::::::::: */

.menu ul.menu-list > li ~ li {
  border-top: 1px solid #fff;
}

.menu ul.menu-list > li > a {
  background-color: rgba( 0, 0, 0, 1.0 );
}

/* 2階層目～ :::::::::::::::::::::::::::::::::::::::::::::::::: */

.menu ul.menu-list ul {
  padding-left: 2em;
}

.menu ul.menu-list ul li ~ li {
  border-top: 1px solid #fff;
}

.menu ul.menu-list ul li > a {
  padding-left: 0.5em;
}

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

@media screen and (min-width:737px) {

  .menu {
    display: none;
  }

}

/* ****************************************************************************************************
   * グローバル ナビ
**************************************************************************************************** */

#global-nav {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1000;
  display: none;
}

#global-nav div.body {
  padding-left: 0;
  padding-right: 0;
}

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

@media screen and (min-width:737px) {

  #header > #global-nav {
    margin-top: 10px;
    display: block;
  }

}

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

@media screen and (min-width:1171px) {

  #header > #global-nav {
    display: none;
  }

  #header div.header #global-nav {
    max-width: 900px;
    margin-top: 5px;
    display: block;
  }

}

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

#global-nav ul,
#global-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav ul.list {
  width: 100%;
  display: table;
}

#global-nav ul.list li {
  cursor: pointer;
  font-weight: bold;
	position: relative;
}

#global-nav ul.list li a {
	display: block;
	text-decoration: none;
}

#global-nav ul.list li a:hover,
#global-nav ul.list li.current > a {
  color: #f00;
}

/* ----------------------------------------------------------------------------------------------------
   * 1階層目
/* ------------------------------------------------------------------------------------------------- */

#global-nav ul.list > li {
  padding: 0 25px;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
  display: table-cell;
  overflow: hidden;
}

#global-nav ul.list > li > a {
  padding: 10px 0;
}

#global-nav ul.list > li.active {
  overflow: visible;
}

#global-nav ul.list > li.active img,
#global-nav ul.list > li.current img {
  opacity: 0;
}

#global-nav ul.list > li.active img ~ img,
#global-nav ul.list > li.current img ~ img {
  opacity: 1;
}

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

@media screen and (min-width:1171px) {

  #global-nav ul.list > li > a {
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 2階層目～
/* ------------------------------------------------------------------------------------------------- */

#global-nav ul.list ul {
  max-height: 0;
  transition:
    max-height 0.5s ease 0.0s,
    opacity 0.5s ease 0.0s;
	position: absolute;
	top: 0;
	left: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

#global-nav ul.list li.active > ul {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------------------------------------------------------------------
   * 2階層目
/* ------------------------------------------------------------------------------------------------- */

#global-nav ul.list > li > div.child {
  padding-top: 30px;
  transition: opacity 0.5s ease 0.0s;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

#global-nav ul.list > li > div.child:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

#global-nav ul.list > li.active > div.child {
  opacity: 1;
}

#global-nav ul.list > li > div.child::before {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 1.0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: -10px;
  left: 50%;
}

#global-nav ul.list li.active div.child > ul {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

#global-nav ul.list > li > div.child > ul {
  width: 100%;
  max-width: none;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1.0);
  position: static;
}

#global-nav ul.list > li > div.child > ul > li {
  vertical-align: top;
  display: inline-block;
}

#global-nav ul.list > li > div.child > ul > li > a {
  padding: 10px;
}

#global-nav ul.list > li:nth-child(4) > div.child > ul {
  float: right;
}

#global-nav ul.list > li:nth-child(5) > div.child > ul {
  float: right;
}

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

@media screen and (min-width:737px) {

  #global-nav ul.list > li > div.child::before {
    border-bottom-color: rgba(0, 0, 0, 1.0);
  }

  #global-nav ul.list > li > div.child > ul {
    background-color: rgba(0, 0, 0, 1.0);
  }

  #global-nav ul.list > li > div.child > ul > li > a {
    color: #fff;
  }

  #global-nav ul.list > li > div.child > ul > li > a:hover,
  #global-nav ul.list > li > div.child > ul > li.current > a {
    color: #f00;
  }

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */

body.layout-lower #visual {
  margin-bottom: 10px;
}

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

@media screen and (min-width:737px) {

  body.layout-lower #visual {
    margin-bottom: 20px;
  }

}

/* ****************************************************************************************************
   * メイン
**************************************************************************************************** */

#main {
  line-height: 1.6;
}

body.layout-lower
#main {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

body.layout-lower
#main::before {
  content: '';
  width: 100%;
  height: 260px;
  background: url(../../_image/_common/bg-1.png) -50px bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

body.layout-lower
#main div.body {
  max-width: 1020px;
}

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

@media screen and (min-width:737px) {

  #main {
    font-size: 18px;
  }

  body.layout-lower
  #main {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
  }

  body.layout-lower
  #main::before {
    height: 400px;
    background: url(../../_image/_common/bg-1.png) -50px bottom no-repeat;
  }

}

/* ****************************************************************************************************
   * 共用コンテンツ
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * バナー
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#common-banner {
  padding: 40px 0;
}

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

@media screen and (min-width:737px) {
#common-banner {
  margin: -15px 0;
}

#common-banner ul.list,
#common-banner ul.list li {
  margin: 15px 0 20px 0!important;
  padding: 0;
  list-style: none;
}
}

#common-banner ul.list,
#common-banner ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#common-banner ul.list {
  margin-bottom: -10px;
  letter-spacing: -0.4em;
  text-align: center;
}

#common-banner ul.list li {
  width: 25%;
  min-width: 150px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
  z-index: 2;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページトップ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#pagetop {
  width: 80px;
  transition:
    opacity 0.5s ease-in 0.3s,
    bottom 0.3s ease-in 0.0s;
  position: fixed;
  z-index: 2;
  right: 10px;
  bottom: -100%;
  opacity: 0;
}

#pagetop.active {
  bottom: 20px;
  opacity: 1.0;
}

#pagetop.complete {
  position: absolute;
  top: -40px;
  bottom: auto;
}

#pagetop a {
  display: block;
}

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

@media screen and (min-width:737px) {

  #pagetop {
    width: 127px;
    display: block;
    bottom: -100%;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer div.contents {
  padding: 10px 0;
  background-color: #dedede;
}

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

@media screen and (min-width:737px) {

  #footer div.contents {
    padding: 30px 0;
  }

}

/* -------------------------------------------------------------------------------------------------
   * ロゴ
/* ---------------------------------------------------------------------------------------------- */

#footer div.contents div.logo {
  text-align: center;
}

#footer div.contents div.logo img {
  max-width: 45%;
  min-width: 220px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コピーライト
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer div.copyright {
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  background-color: #005194;
}

#footer div.copyright a {
  color: inherit;
}

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

@media screen and (min-width:737px) {

  #footer div.copyright {
    padding: 30px 0;
    font-size: inherit;
  }

  #footer div.copyright div.body:after {
    content: ".";
    display: block;
    line-height: 0;
    clear: both;
    visibility: hidden;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 個人情報保護方針
/* ---------------------------------------------------------------------------------------------- */

#footer div.copyright .privacy {
  text-align: center;
}

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

@media screen and (min-width:737px) {

  #footer div.copyright .privacy {
    float: right;
  }

}

/* -------------------------------------------------------------------------------------------------
   * コピーライト
/* ---------------------------------------------------------------------------------------------- */

#footer div.copyright .content {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

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

@media screen and (min-width:737px) {

  #footer div.copyright .content {
    margin-top: 0;
    float: left;
  }

}
