.wrp-blog-detail img {
    padding: 0 0 10px 0;
}

.box26 p{
    padding: 0 0 0 0!important;
}

strong{
font-weight:600;
}

.base-sub ul{
list-style: disc;
padding: 0px 20px 50px 20px;
}

.base-sub li{
padding: 5px 0px;
}

.base-sub iframe {
    width: 100%;
}


.author_profile .desc {
    padding: 0 0 50px 0;
}

.wrp-blog-detail .r-info {
  text-align:center;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin: 50px;
}
.wrp-blog-detail .r-info::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

a.btn--orange {
  color: #fff!important;
  background-color: #eb6100!important;
  border-bottom: 5px solid #b84c00!important;
}
a.btn--orange:hover {
  margin-top: 3px!important;
  color: #fff!important;
  background: #f56500!important;
  border-bottom: 2px solid #b84c00!important;
margin-top: 53px !important;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3)!important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3)!important;
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.author_profile {
    position: relative;
    padding: 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.author_profile .avatar_area {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.author_profile .info_inner {
    padding: 0 0 0 40px;
    width: 550px;
}

.name{
    font-weight: bold;
    padding-bottom: 5px;
}

.author_profile .desc {
    line-height: 2;
    margin: 0;
    font-size: 14px;
}

@media screen and (max-width: 847px) {
.author_profile .info_inner {
    width: 100%;
padding:0;
}
.author_profile .avatar_area {
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}
.name {
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}
}

#toc_container p.toc_title+ul.toc_list {
    line-height: 2;
}

#toc_container {
    width: 100%!important;
    padding: 30px!important;
    margin-bottom:3em;
}