.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}




.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}



.category-table {
  width: 65%;
  margin:0 0 22px 0;
}


@media only screen and (max-device-width: 480px) {
 .category-table {
 width: 100%;

 }
  
  
 hr {
    background-color: black;
}
  
  
 .4bnr-table{
   width:960px;
   padding:40px 0 0 0: 
  }
  
  
  
  
  

  
  
  
  
  
  
  
  
  ul.category-list h3 {
    background-color: #fff !important;
    border-bottom: 1px solid #e0e0e0;
    border-left: medium none;
    margin: 0;
    padding: 10px 15px;
}


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

ul.category-list {
    background-color: #ffffff;
    border-bottom: 1px solid;
    margin: 0;
    padding: 0;
}
ul.category-list h3 {
    background-color: #eeeeee;
    border-bottom: 1px solid #e0e0e0;
    border-left: medium none;
    margin: 0;
    padding: 10px 15px;
}

ul.category-list h3 a {
    color: #454545;
    display: inline-block;
    font-size: 1.5rem;
    height: 1.6rem;
    overflow: hidden;
    width: 90%;
}
ul.category-list h3 a.open-suncate {
    float: right;
    height: 1.5em;
    width: auto;
}

ul.category-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.category-list ul li {
    border-bottom: 1px solid #e0e0e0;
}

ul.category-list ul li a {
    box-sizing: border-box;
    color: #212121;
    display: table;
    height: auto;
    padding: 20px;
    width: 100%;
}

  
    
/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
}
  
  
  
  
  
  
  
  
  /*PCの場合*/
.pc	{ display:inline!important; }
.mb	{ display:none!important; }
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.mb { display:inline!important; }
}