.index-main {
    width: 73%;
}
.side-r {
    width: 22.79%;
    font-size: 90%;
}
.index-item img{
    margin-bottom: 0.3em;
}

.index-item {
    font-size: 80%;
    margin-bottom: 1.5em;
}

.news {
margin-bottom: 2em;
    border: 1px solid #eb6001;
    height: 9em;
    padding: 1em;
}

.h2-news {
margin-top: 0;
    padding: 0.5em;
    color: #eb5f02;
    border-bottom: 2px solid;
    font-size: 95%;
}
.h2-list {
  color:#002C50;
  font-weight:bold;
}
.h2-list:before {
    content: '';
    display: inline-block;
    margin-right: 0.3em;
    margin-bottom: 0.3em;
    width: 2em;
    height: 2em;
    background: url(https://img21.shop-pro.jp/PA01400/144/etc/logo-blue.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.news .col {
   padding: 0;
  height: 6em;
   overflow-y: scroll;
}

.news .col::-webkit-scrollbar{height:8em;}/*バーの太さ*/
.news .col::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.news .col::-webkit-scrollbar-thumb{background:#656f77;}/*バーの色*/

.news ul {margin:0;}

.news .date {
  padding-right:1em;
}

.news li {
 list-style-type: none;
}

.news li:before {
    content: '\25C6';
    display: inline-block;
    vertical-align: 2px;
}
.bg-lightblue {
  background:#cee3ea;
  padding:0.8em 0.3em;
}

@media (max-width: 480px) {
  /* ~480px */
 .index-main, .side-r  {
    width: 100%;}
}