/*プロフィール枠*/
#author_profile {
    border: 1px solid #fe9225;
    width: 100%;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    /* display: none; */
}
[data-element-id] #author_profile {
    display: block;
}
#author_profile p {
  margin-bottom: 10px;
  line-height: 1.8;
}


/*この記事を書いた人の見出し*/
#author_profile p.label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #fe9225;
  padding: 10px 15px;
}
/*名前*/
#author_profile p.author_name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    border-left: 1px solid #fe9225;
}
/*名前下の下線*/
#author_profile p.author_name::after {
  content: "";
  border-bottom: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
/*左側画像ブロック*/
#author_profile .left {
  width: 20%;
  margin: 10px 0 15px 30px;
}
/*画像サイズ*/
#author_profile .left img {
  width: 100%;
  border-radius: 100px;
}

/*右側テキストブロック*/
#author_profile .right {
    width: 74%;
    font-size: 12px;
    line-height: 1.6;
    padding: 15px 10px 10px 30px;
}

.link-txt{
  margin-top: 10px;
}

.link-txt a{
  border-bottom: 1px dashed #0077dd;
    color: #0077dd;
}

@media only screen and (max-width: 599px){
  #author_profile .left {
    width: 50%;
    float: initial;
    margin: 10px auto 30px;
}

#author_profile .right {
    width: 96%;
    float: left;
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 0 20px 15px;
}

.detail-content .article-img{
  width: 100%;
  margin-right: auto;
}

}

#single-main h4 {
    color: #ff7800;
    font-weight: bold;
    margin: 20px 0 10px;
    border-bottom: 2px solid;
}
@media (max-width:599px) {
  #single-main h4 {
      margin: 10px 0;
  }
}
