@charset "UTF-8";

html{
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../img/bg_outer1.jpg);
  font-size: 14px;
}
.znti{
  width: 900px;
  height: 100%;
  min-height: 100%;
  background: #fff;
}
p{
  line-height: 1.2;
}

/* タイトル */
section.ue{
  margin: auto;
  text-align: center;
}
h1{
  margin: auto;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  width: 595px;
}
.gyo{
  line-height: 1;
}
img.watanabe{
  width: 120px;
  margin: 10px auto;
  text-align: center;
}

/* メニューとメイン横並び */
.menu{
  text-align: left;
  height: 100%;
  position:absolute;
}
li{
  line-height: 1;
  padding: 8px 0 0;
}
li.menu02{
  padding: 5px 0 0;
}
.main{
  text-align: left;
  width: 600px;
  padding: 0 10px 30px 300px;
}

/* メインページ */
.znti{
  margin: auto;
  text-align: center;
}

th{
  width: 58px;
  padding: 5px 10px 0 0;
  vertical-align: top;
}
td{
  line-height: 1;
  padding: 5px 0 0 0;
}

.data{
    width: 36px;
    text-align: right;
    padding: 5px 0 0;
}
.data2{
    width: 36px;
    text-align: right;
    padding: 5px 15px 0 0;
}
.endata{
  width: 120px;
}

.gura{
  width: 120px;
}

.gr01{
  width: 65px;
  font-size: 12px;
  padding: 5px 7px;
}
.gr02{
  width: 170px;
  font-size: 11px;
  padding: 5px;
}
.gr03{
  width: 170px;
  font-size: 11px;
  padding: 5px;
}
.gr04{
  width: 65px;
  font-size: 12px;
  padding: 5px;
}
.gr05{
  width: 60px;
  font-size: 12px;
  padding: 5px;
}

ol{
    list-style-type: decimal;
    padding-left: 25px;
  padding-right: 5px;
}

span{
  font-size: 12px;
}
.syou{
  font-size: 10px;
}

/* リンク */
a{
  text-decoration: none;
  color: #000;
}
a:hover{
  color: aquamarine;
}

/* メニューのリストタグ */
ul.iti{
  list-style: none;
  padding: 0 20px;
}
.sab{
  font-size: 12px;
  padding: 0 0 0 10px;
}

/* h2タグ */
h2{
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
}
h3{
  font-size: 20px;
  padding: 30px 0 0;
}

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
  color: #fff;
}
.en{
  color: blue;
}

.minilink{
  text-align: right;
}
.minilink a{
  text-decoration: none;
  color:dodgerblue;
  text-decoration: underline;
}
.minilink a:hover{
  color:aquamarine;
}

/* レスポンシブ設定 */
@media screen and (max-width: 500px) {
  body{
    width: auto;
  }
  .znti{
    width: auto;
  }
  /* タイトル */
  h1{
    display: none;
  }
  img.watanabe{
    display: none;
  }
  .respn{
    height:200px;
    width:auto;
    position:relative;
    overflow:hidden;
  }
  img.topimg{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
  }
  
/* メニューとメイン横並び */
  .menu{
    background: #000;
    display: flex;
    flex-flow: column;
    height: 80px;
    bottom: 0;
    position: fixed;
  }
  .main{
    display:block;
    width: auto;
    padding: 0 10px 100px;
  }
  #ryaku{
  padding: 0 10px;
  text-align: left;
}

/* メニューのリストタグ */
  a{
    text-decoration:underline;
    color: #fff;
  }
  ul.iti li{
    display: inline;
    color: #fff;
  }
  
  #page_top{
    display: none;
  }

}