html, body {
  background-color: #000;
  font-family     : Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin          : 0;
  width           : 100%;
  height          : 100%;
  position        : relative;
  z-index         : -999;
}

img {
  height: auto;
  width : 100%;
}

h1 {
  margin  : auto; 
  position: absolute;
  top     : 0;
  left    : 0;
  right   : 0;
  bottom  : 0;
  width   : 300px;
  height  : 170px;
}

h1 > img {
  width : 300px;
  height: auto;
}

h2 {
  text-align: right;
}

h2 > img {
  max-width: 435px;
}

h3 {
  /* border-bottom: 1px solid #FFF; */
  font-size   : 18px;
  font-weight : normal;
  margin      : 20px 0 0;
  padding-left: 10px;
}

h4 {
  font-size  : 15px;
  font-weight: normal; 
  margin     : 10px 0 0;
}

@media screen and (min-width: 1000px) and (min-height: 568px) {
  h1 {
    margin  : auto; 
    position: absolute;
    top     : 0;
    left    : 0;
    right   : 0;
    bottom  : 0;
    width   : 370px;
    height  : 210px;
  }

  h1 > img {
    width : 370px;
    height: 210px;
  }
}

/* ---------- Wrapper ---------- */
#wrapper {
	background: url(../images/background.png) left top / cover no-repeat fixed;
	margin    : 0;
	height    : 100%;
  position  : relative;
  width     : 100%;
  z-index   : -1;
}

/* ---------- サイドメニュー ---------- */
#menu {
  background-color: #ffffff;
  opacity         : 0.6;
  position        : absolute;
  top             : 200px;
  left            : 0;
  width           : 100%;
  height          : 30px;
}

#menu ul {
  width          : 1200px; 
  display        : flex;
  justify-content: flex-end;
  margin         : 0 auto; 
}

#menu li {
  width          : 150px;
  list-style-type: none;
}

#menu li a {
  color          : #000000;
  display        : block;
  text-decoration: none;
}

/* ---------- TextBox ---------- */
.textbox {
  color: #ffffff;
  /*
  position: absolute;
  top: 300px;
  right: 50px;
  */
  width : 300px;
  height: 300px;
}

.textbox img {
  box-shadow: 1px 1px 5px #000;
  width     : 300px;
  height    : auto;
}

.textbox-wrapper {
  width          : 1200px; 
  display        : flex;
  justify-content: space-between;
  margin         : 0 auto; 
  position       : absolute;
  top            : 300px;
  left           : 300px;
}

/* ---------- ハンバーガーアイコン ---------- */
a.menu-button {
  position: absolute;
  z-index : 999;
}

.menu-button > img {
  height : 50px; 
  margin : 30px;
  width  : 50px;
}

/* ---------- Page Holder, Section ---------- */
#page_holder {
  overflow: hidden;
  position: relative;
  top     : 0;
}

#page_holder,
section {
  box-sizing: border-box;
  width     : 100%;
  height    : 100%;
}

section {
  background-attachment: fixed;
  background-color     : rgba( 0, 0, 0, 0.9 );
  color                : #FFF;
  overflow             : auto;
  padding              : 80px 30px;
}

/* ---------- Content Wrap ---------- */
.content_wrap {
  max-width: 800px;
  margin   : 0 auto 40px; 
}

/* ---------- Table ---------- */
table.dark {
  background-color: #000;
  border          : 1px solid #333;
  border-collapse : collapse;
  box-sizing      : border-box;
  max-width       : 800px;
  width           : 100%; 
}

table.dark th,
table.dark td {
  border          : 1px solid #333;
  border-collapse : collapse;
  padding         : 10px; 
}

table.dark dl {
  margin: 10px 0 30px;
}

table.dark dt {
  background-color: #222;
  color           : #F2F2F2;
  font-size       : 16px;
  font-weight     : bold;
  margin          : 0 0 5px;
  padding         : 5px 10px;
}

/* ---------- Footer ---------- */
footer {
  bottom  : 0;
  position: absolute;
  width   : 100%;
  z-index :  -1;
}

footer p {
  color     : #FFF;
  font-size : 14px;
  text-align: center;
}

/* ---------- 見出しカラムボックス ---------- */
.heading_col_wrap {
  margin : 20px 0;
  padding: 10px 0;
  width  : 100%;
}

.heading_col_wrap h3 {
  border-top   : 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-size    : 24px;
  padding      : 30px 0;
  text-align   : center;
}

.heading_col_wrap h3 span {
  font-size: 14px;
  display  : block;
}

.heading_col_wrap h3.small {
  font-size: 18px;
}

/* ---------- コンテンツカラムボックス ---------- */
.content_col_wrap {
  display: flex;
}

.content_col_wrap div {
  border    : 1px solid #666;
  flex      : 1;
  flex-grow : 1;
  margin    : 10px;
  padding   : 20px;
  text-align: center;
}

.content_col_wrap div > img {
  max-width: 64px;
}

.content_col_wrap div span {
  font-size: 11px;
}

@media screen and (max-width: 600px) {
  .content_col_wrap {
    flex-direction: column;
  }
}

.flow_content_col_wrap{
  margin-bottom: 50px;
}

.flow_content_col_wrap img {
  float        : left;
  padding-right: 10px;
  max-width    : 380px; 
}

.flow_content_col_wrap p {
  float: left;
  max-width    : 400px;
}

/* ---------- ボタン ---------- */
.btn {
  border    : 1px solid #FFF;
  margin    : 10px;
  text-align: center;
}

.btn a {
  background-color: rgba(255, 255, 255, 0.3);
  color           : #FFF; 
  display         : block;
  font-size       : 18px;
  padding         : 20px;
  text-decoration : none;
  transition: background-color 1s linear;
}

.btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.closebtn {
  max-width: 32px;
}

/* ---------- 調整 ---------- */
.lower {
  margin-bottom: 50px;
}

/* ---------- clearfix ---------- */
.clearfix:after {
  content: "";
  clear  : both;
  display: block;
}