﻿.list-writer,
.supervisor-detail {
  background-color: #fff;
  padding: 40px;
}
.list-writer .heading-primary {
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
}
.eyecatch-main {
  width: 100%;
  margin: 0 0 40px 0;
}
.list-writer .author-box {
  border: 4px solid #DEDEDE;
  padding: 25px;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
}
.list-writer .author-content {
  margin-left: 0;
  width: 100%;
}
.list-writer .author-thumb {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 100px;
    margin-right: 20px;
}
.list-writer  a {
  color: #4A90E2;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}
.list-writer .writer-item {
  margin-bottom: 20px;
}
.content .author-name {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #DEDEDE;
  margin-bottom: 12px;
  padding-bottom: 6px;
}
.author-description {
  font-size: 16px;
}
.circle-image img {
  max-height: 100px;
  height: 100px;
}
.supervisor-detail .content {
  counter-reset: content-h2;
}
.supervisor-detail .eyecatch-main {
  margin-bottom: 0;
}
.supervisor-detail .content {
  padding-top: 0;
}
.supervisor-detail h2 {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  padding: 12px 30px 8px 30px;
  margin: 50px -40px 30px -40px;
  position: relative;
  text-align: justify;
  padding-left: 40px;
  line-height: 1.5;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(0.25turn, rgba(230,129,149) 50%, rgba(253,228,202));
  border-image-slice: 1;
}
.supervisor-detail .content > h2::before, .supervisor-detail .content div > h2::before {
  counter-increment: content-h2;
  content: counter(content-h2) ". ";
}
.content .recommended-orange {
  background: #FFF;
  margin: 95px 0 0;
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px solid #ffd864;
}
.content .recommended-orange__content {
  display: flex;
  margin-top: 0;
}
.content .recommended-orange__txt {
  margin: 20px 20px 20px 0;
}
.content .recommended-orange__title {
  font-size: 18px;
  color: #0062AC;
  line-height: 1.4;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: underline;
}
.content .recommended-orange__tab {
  font-size: 20px;
  position: absolute;
  top: -47px;
  left: 0;
  padding: 5px 35px 5px 35px;
  background: #ffd864;
  border-radius: 9px 9px 0 0;
  color: #333;
  font-weight: 400;
}
.content .recommended-orange a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.content div::after {
  content: "";
  display: block;
  clear: both;
}
.supervisor-detail a, .supervisor-detail a:hover {
  color: #4A90E2;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}
.supervisor-detail .heading-primary {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.breadcrumb-sp div {
  display: inline-flex;
}
@media only screen and (max-width: 767px){
  .list-writer, .supervisor-detail {
    padding: 20px;
  }
  .supervisor-detail h2 {
    margin: 25px -20px 30px -20px;
    padding-left: 20px;
  }
  .sp-related {
    margin-top: 85px;
  }
  .content .recommended-orange {
    margin: 55px 0 0;
  }
  .content .recommended-orange__title {
    font-size: 16px;
  }
}