.side_menu_wrap {
  margin-right:40px;
}

@media screen and (max-width: 576px){
.side_menu_wrap {
  margin-right:0px;
  padding: 16px;
}
  }


  .side-rec {
  border-radius: 12px;
  background:#f4f4f4;
  padding:30px 30px 15px;
  margin-bottom: 40px;
}



.side-title {
    display: block;
    padding-left: 27px;
    padding-bottom: 1em;
    color: #333;
    letter-spacing: .1em;
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 18px;
}

.side-title:before {
    content: '';
    width: 3px;
    height: 18px;
    background: rgb(8, 32, 108);
    border-radius: 2px;
    display: inline-block;
    margin-left: -27px;
    margin-right: 10px;
    vertical-align: middle;
}

.side-title-rec {
  padding-bottom: 1em;
    color: #333;
    letter-spacing: .1em;
    text-decoration: none;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 17px;
}

/**/

aside .subject {
  margin:0;
  padding:0;
  list-style: none;
}


aside .subject li {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
  margin-bottom:0;
  padding: .9rem 0;
  position: relative; 
}

aside .subject li a {
  color: #333;
  font-weight: normal;
  letter-spacing: .1em;
  text-decoration: none; 
  font-size: 15px;
  display: block;
  position: relative;
}
aside .subject li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .9em;
  width: 54px;
  border-radius: 10px;
}
aside .subject li a i {
  font-size: 1rem;
  height: 1.2rem;
  width: 1.3rem;
  display: block;

  color:#b3d6ff;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 1.2rem;
} 




@media only screen and (max-width: 767px) {
  aside .subject {
  margin-bottom: 30px;
}

aside .subject li {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #bbb4a7;
  margin-bottom:2px;
  padding: 1rem 0;
  position: relative;
  
}
aside .subject li a {
font-size: 15px;
}
aside .subject li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  width: 40px;
  border-radius: 10px;
}

}



