.sm,
#navTgl,
#sm,
#hung_menu{
	display:none;
}
dl{
    display:table-row;
}
.wrap {
    width: 95%;
	min-width:1140px;
    max-width: 1600px;
	margin: 0px auto;
	padding: 0px;
}
#footer,
.wrap,
#heads{
	min-width:1140px;
}
@media screen and (max-width: 1099px) {/*tablet*/
	body {min-width:900px;}
}
@media screen and (min-width: 1100px) {/*PC*/
}

header{
    display: block;
    background-color: white;
    border-bottom: 1px solid #ddd;
    height: 85px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}

#rightserch{
    float: right;
    margin: 15px 15px 0 0;
}
input.mado{
    padding: 20px 20px 20px 40px;
    border-radius: 100px;
    background-color: #f7f7f7;
    border: none;
    width: 250px;
}
.searchform{
    position: relative;
}
.searchform i{
    position: absolute;
    top: 20px;
    left: 20px;
}
#logo {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}
#logo img{
    width: 200px;
}
#head_txt{
    float: left;
    margin: 0 0 0 0;
    padding: 25px 0 0 20px;
    line-height: 150%;
    font-size: 12px;
}
#headnav ul{
    float: right;
    margin: 0px;
    padding: 0px;
    display: table;
    border-right: 1px solid #ddd;
}
#headnav ul li{
    display: table-cell;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ddd;
    width: 120px;
}
#headnav ul li a{
    display: block;
    padding: 20px;
    color: black;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    line-height: 150%;
}
#headnav ul li a img{
    width: 30px;
    height: auto;
    margin-top: -5px;
}
#headnav ul li a span{
    display: block;
    clear: both;
    margin: auto;
}
#headnav ul li a em{
    font-style: normal;
}
#topmainimg{
    margin: 50px 0 0 0;
    text-align: center;
    position: relative;
}
#topmainimg{
    width: 100%;
    height: 950px;
    clear: both;
    position: relative;
    display: block;
    background-image: url(../img/topbackimg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 1000px;
    margin-top: -60px;
}
#topmainimg img#logotate{
    width: 200px;
    height: auto;
    margin: 300px auto auto auto;
}
#topmainimg #topserch{
    position: absolute;
    
    z-index: 6;
      top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    
}
#topmainimg #topserch input{
    padding: 30px 30px 30px 60px;
    width: 400px;
    margin: 30px 0 0 -20px;
}
#topmainimg #topserch form{
    display: block;
    width: 450px;
    margin: auto;
}
#topmainimg #topserch .searchform i{
    top: 57px;
    left: 10px;
    font-size: 20px;
}
/**/
#listwrap{
    width: 95%;
    margin: 50px auto;
}
#listwrap ul{
    margin: 0px;
    padding: 0px;
}
#listwrap ul li:nth-of-type(5n){ 
    margin: 0px 0 3% 0 !important;
}
    

#listwrap ul li{
    margin: 0px 3% 3% 0;
    padding: 0px;
    float: left;
    list-style: none;
    width: 17.6%;
}
#listwrap ul li a{
    color: black;
    text-decoration: none;
}
#listwrap ul li a img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#listwrap ul li a h2{
    font-family: "Sawarabi Mincho";
}
#listwrap ul li a h3{
    font-weight: normal;
    font-size: 12px;
}
#listwrap ul li a h3 span{
    border-radius: 5px;
    display: block;
    background-color: #f7f7f7;
    padding: 0px 5px;
    float: left;
    margin: 0 5px 5px 0;
}
#listwrap ul li a p{
    clear: both;
    font-size: 12px;
}
/*---------*/
#base_wrap{
    width: 65%;
    max-width: 1100px;
    margin: 70px auto;
}
#base_wrap img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#base_wrap h1{
    text-align: center;
    font-family: "Sawarabi Mincho";
    font-size: 70px;
    font-weight: normal;
    margin: 0 auto 0 auto
}
#base_wrap h1 ruby {
	-webkit-ruby-position: after;
	ruby-position: under;
}
#base_wrap h1 rt{
    font-size: 16px;
    margin: 10px auto;
}
.baseh2{
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    margin: 30px 0;
}
/**/
#basic_table{
    display: table;
    background-color: #f7f7f7;
    border-radius: 5px;
    width: 100%;
}
#basic_table dl {
    display: table-row;
}
#basic_table dl dt,
#basic_table dl dd{
    display: table-cell;
    vertical-align: top;
    padding: 3.5%;
    width: 50%;
}
#basic_table dl dd iframe{
    width: 100%;
}
/**/
#basic_table dl dt table{
    
}
#basic_table dl dt table th{
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    color: gray;
    width: 15%;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
#basic_table dl dt table td{
    border-bottom: 1px dashed #ddd;
    padding: 10px 0; 
}
#basic_table dl dt table tr:last-child th,
#basic_table dl dt table tr:last-child td{
    border-bottom: none;
}
#syousai_txtwrap{
    width: 70%;
    margin: 100px auto;
}
#syousai_txtwrap h2{
    font-family: "Sawarabi Mincho";
    font-size: 30px;
    font-weight: normal;
    margin: 30px auto;
    clear: both;
}
.space50{
    padding-top: 100px;
}
/*---------*/
.timeline {
  list-style: none;
    margin: 0px;
    padding: 30px 0px;
}
.timeline > li {
  margin-bottom: 60px;
}

  .timeline > li {
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
      margin: -7px 0 0 0;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #dcdcdc solid;
    padding-left: 30px;
      padding-bottom: 50px;
  }
  .timeline-content:before {/*●*/
    content: '';
    width: 12px;
    height: 12px;
    background: black;
    position: absolute;
    left: 106px;
    border-radius: 100%;
  }
.timeline-content h3{
      margin: -7px 0 0 0;
}
.noneline{
    border: none;
}
.imglist{
    
    padding: 30px 0px;
}
.imglist ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.imglist ul li{
    margin: 0px;
    padding: 30px 0px;
    list-style: none;
    width: 100%;
    clear: both;
}
.imglist ul li img{
    width: 40% !important;
    float: left;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    
}
.imglist ul li h3{
    margin: 0px;
}

/**/
#pankz{
    background-color: #f7f7f7;
    margin: 85px 0 0 0;
    padding: 3px 0px;
}
#pankz p{
    width: 95%;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
}
#pankz p a{
    color: black;
}
.navigation{
    clear: both;
}
.modoru{
    clear: both;
}
.modoru a{
    border-radius: 100px;
    display: block;
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
    width: 200px;
    margin: 100px auto auto auto;
}
footer{
    display: block;
    clear: both;
    background-color: black;
    text-align: center;
    padding: 50px 0;
    margin: 100px 0 0 0;
    color: white;
    font-size: 11px;
}
footer img{
    width: 150px;
    height: auto;
    margin: auto;
}