@charset "utf-8";

    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:1;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #000 !important;
}
.cookie-agree {
  color: #fff;
  width: 30px;
  background: #04344d;
  padding: .2em 1.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
/* ゆっくり消える */
.cc-hide2 {
  animation: hide 2s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}

h1, h2 {
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ","MS Pゴシック", sans-serif;
	text-align : center;
	}
h1 {
	background-color: #e6e3ac ;
	padding: 5px 20px;
	}	
h2 {
	border-left: 10px solid #64610f;
	border-bottom: 5px solid #e6e3ac;
	font-size: 1.4em;	/* フォント指定 */
	color: #3c3c3c;
	padding-right: 20px;
	margin-top: 0;
	margin-left: 0px;
	margin-bottom: 0
	}
h3 {
	font-size: 1.4em;	/* フォント指定 */
	color: #3c3c3c;
	text-align: center;
	padding-right: 20px;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 0
	}
h4 {
	background-color: #ffe1e4;
	font-size: 1.2em;/* フォント指定 */
	color: #3c3c3c;	
	text-align: center;

	padding-right: 20px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: -15px;
	}
h5 {
	background-color: #0000c3;
	font-size: 1.2em;/* フォント指定 */
	color: #ffffff;	
	text-align: center;

	padding-right: 20px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: -15px;
	}

section p {
        font-weight: bold;
	padding: 0px 10px;
	text-align: center;
}


/* テーブル1 */
table.style1 {
	width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;

	border-collapse: separate;
	border-spacing: 0;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;

}
table.style1 th {
	background: #504d08;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
}
table.style1 th {
	padding: 4px;
	text-align: center;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.style1 td {
	padding: 8px 4px 2px 4px;
	text-align: left;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	
}
table.style1 td.color1 {
	background: #ccc;
}

caption {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 5px;
}

#global_navi {
	width: 90%;
	clear: both;
	overflow: hidden;
	margin: 4px auto;
	font-size: 0.8rem;
}
/* グローバル・ナビ */
#global_navi {
	width: 90%;
	clear: both;
	overflow: hidden;
	margin: 4px auto;
	font-size: 0.9rem;
}

#global_navi li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
        height:40px;
	float: left;
	margin-right: 1px;
	text-align: center;
	}

#global_navi li a {
	display: block;
	padding: 6px;
	background-color: #aa008b;
	color:  #fff;
	text-decoration: none;
}

#global_navi li a:hover	{
	background-color: #5d004c;
}
/* グローバル・ナビ１ */
#global_navi1 {
	width: 90%;
	clear: both;
	overflow: hidden;
	margin: 4px auto;
	font-size: 0.9rem;
}

#global_navi1 li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90px;
        height:40px;
	float: left;
	margin-right: 1px;
	text-align: center;
	}

#global_navi1 li a {
	display: block;
	padding: 6px;
	background-color: #4b5cff;
	color:  #fff;
	text-decoration: none;
}

#global_navi1 li a:hover	{
	background-color: #1728cf;
}

/* グローバル・ナビ２ */
#global_navi2 {
	width: 90%;
	clear: both;
	overflow: hidden;
	margin: 4px auto;
	font-size: 0.9rem;
}

#global_navi2 li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
        height:40px;
	float: left;
	margin-right: 1px;
	text-align: center;
	}

#global_navi2 li a {
	display: block;
	padding: 6px;
	background-color: #007605;
	color:  #fff;
	text-decoration: none;
}

#global_navi2 li a:hover	{
	background-color: #003802;
}

/* グローバル・ナビ３ */
#global_navi3 {
	width: 90%;
	clear: both;
	overflow: hidden;
	margin: 4px auto;
	font-size: 0.9rem;
}

#global_navi3 li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
        height:40px;
	float: left;
	margin-right: 1px;
	text-align: center;
	}

#global_navi3 li a {
	display: block;
	padding: 6px;
	background-color: #464646;
	color:  #fff;
	text-decoration: none;
}

#global_navi3 li a:hover	{
	background-color: #292929;
}

/* フッター */
div#footer	{
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 8px;
	clear: both;
}
address	{
	font-size: 0.75em;
	font-style: normal;
	margin-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
