.mainColumn{
  margin-top: 30px;
}
.authorList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
.authorList:after{
  display: block;
  content: "";
  width: calc(50% - 15px);
  min-width: 236px;
}
.cardAuthor{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #2d478b;
  border-radius: 0 0 20px 20px;
  padding: 20px 10px 0;
  background-color: #FFF;
  width: calc(50% - 15px);
  min-width: 236px;
  color: #2d478b;
}
.cardAuthor figure{
  aspect-ratio: 1/1;
  width: 130px;
  height: 130px;
}
.cardAuthor figure img,
.blcProfile figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cardAuthor .title,
.blcProfile .title{
  border: 1px solid #2d478b;
  border-radius: 1em;
  padding: 3px 0.5em 4px;
  background-color: #FFF;
  line-height: 1.0em;
  position: relative;
  top: -10px;
}
.cardAuthor .name{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
}
.cardAuthor a{
  display: block;
  border-top: 1px solid #2d478b;
  padding: 20px 30px 20px 0;
  width: 100%;
  color: #2d478b;
  font-weight: 600;
  line-height: 1.0em;
  position: relative;
}
.cardAuthor a:before{
  display: block;
  content: "";
  border: 1px solid #2d478b;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-44%);
}
.cardAuthor a:after{
  display: block;
  content: "";
  border-top: 1px solid #2d478b;
  border-right: 1px solid #2d478b;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
/*AutorDetail*/
.blcProfile{
  border: 2px solid #2d478b;
  border-radius: 20px 4px;
  padding: 20px;
  margin-bottom: 60px;
  background-color: #FFF;
  position: relative;
}
.blcProfile:before{
  display: inline-block;
  content: "PROFILE";
  padding: 8px 16px 10px;
  border-radius: 0 2px 0 10px;
  background-color: #2d478b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.0em;
  letter-spacing: 0.1em;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}
.blcProfile .profileMain{
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 20px;
}
.blcProfile .profileName {
  padding-top: 20px;
}
.blcProfile .title{
  position: static;
  top: 0;
  color: #2d478b;
}
.blcProfile .profileMain h1{
  margin-top: 10px;
  font-size: 25px;
  color: #2d478b;  
}
.blcProfile .profileMain figure{
  aspect-ratio: 1/1;
  width: 100px;
  height: 100px;
}
.blcProfile p.license{
  margin-top: 20px;
  font-size: 14px;
}
.profileMessage{
  margin-top: 20px;
  border-top: 1px dashed #2d478b;
  padding-top: 20px;
  position: relative;
}
.profileMessage dt{
  display: inline-block;
  padding-right: 7px;
  position: absolute;
  top: -23px;
  background-color: #FFF;
}
.profileMessage dd p{
  margin-bottom: 1em;
}
.profileMessage dd p:last-child{
  margin-bottom: 0;
}
/*blcColumnAuthor*/
.blcColumnAuthor{
  margin-top: 60px;
  padding: 20px;
  border-radius: 15px 5px;
  background-color: #FFF;
}
.blcColumnAuthor h2.tit.icoLetter{
  margin-bottom: 20px;
  border-left: 0;
  padding: 0 0 0 45px;
  font-size: 20px;
}
.blcColumnAuthor h2.tit.icoLetter:before {
  width: 40px;
  height: 27px;
  bottom: 0;
}
.cardIssue div {
  aspect-ratio: 4 / 3;
}
.blcColumnAuthor p{
  line-height: 1.2em;
}
.blcColumnAuthor .slider{
  margin-bottom: 40px;
}
.blcColumnAuthor .btn{
  margin-bottom: 40px;
}
.blcColumnAuthor .bnr img{
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.blcColumnAuthor .bnr.sp{
  display: none;
}
@media screen and (max-width: 890px){
  .blcColumnAuthor .bnr.pc{
    display: none;
  }
  .blcColumnAuthor .bnr.sp{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .blcColumnAuthor .bnr.pc{
    display: block;
  }
  .blcColumnAuthor .bnr.sp{
    display: none;
  }  
}
@media screen and (max-width: 520px){
  .blcColumnAuthor .bnr.pc{
    display: none;
  }
  .blcColumnAuthor .bnr.sp{
    display: block;
  }
}