@charset "utf-8";

.header-page {
  margin-bottom: 3em;
}
#main-author .fa-external-link-alt {
  margin-right: 0.4em;
}
.content-primary {
  float: right;
  width: calc(65% - 2em);
  min-height: 51vh;
}
.content-secondary {
  float: left;
  width: 35%;
  border-right: 1px solid var(--controller-bg-a-01);
  padding: 0 2em 1em 0;
  box-sizing: border-box;
}
.content-secondary + .content-secondary {
  margin-top: 2em;
}
.archive-found_posts .prefix::after {
  content: ":";
  margin-right: 0.5em;
}
.archive-found_posts .count {
  font-size: 1.2em;
  font-weight: 600;
  margin-left: 0.5em;
}
.archive-found_posts .found_posts {
  margin-left: 0;
}
.archive-found_posts .found_posts::before {
  content: "/";
  margin-right: 0.1em;
}
.archive-found_posts .unit {
  font-size: 0.7em;
}
.list-archive-title {
  margin-bottom: 1em;
}
.list-archive {
  width: 100%;
  border-bottom: 1px solid var(--controller-bg-a-02);
  padding: 1em;
  box-sizing: border-box;
  margin: 0;
}
.list-archive:first-child {
  border-top: 1px solid var(--controller-bg-a-02);
}
.list-archive + .list-archive {
  margin: 0;
}
.img-archive-post {
  width: 160px;
}
.author-title {
  margin-top: 0.28em;
}
#author-avatar,
#author-description {
  margin: 1em auto;
}
#author-first_name + #author-last_name {
  margin-left: 0.5em;
}
.author-dl {
  display: table;
  padding: 0.3em 0;
  box-sizing: border-box;
}
.author-dl dt,
.author-dl dd {
  display: table-cell;
  vertical-align: baseline;
}
.author-dl dt {
  padding-right: 0.5em;
  font-weight: 400;
  font-size: 0.8em;
}
.author-dl dt::after {
  content: "：";
}
.author-dl dd .dotted-line {
  display: inline-block;
  vertical-align: top;
  max-height: 1.8em;
  overflow: hidden;
  word-break: break-all;
}
.author-sns_list li {
  line-height: 1.3;
  margin: 0.75em 0;
}
#author-dl-employer_url,
[id^="author-dl-employer"] dt,
[id^="author-dl-employer"] dd,
#author-dl-job_title dt,
#author-dl-job_title dd,
#author-dl-user_url,
#author-dl-user_url dt,
#author-dl-user_url dd,
#author-dl-org,
#author-dl-org dt,
#author-dl-org dd,
#author-dl-sns,
#author-dl-sns dt,
#author-dl-sns dd {
  display: block;
}

.author-dl[data-current_location="true"] a {
  pointer-events: none;
}

#employer-section {
  border-top: 1px solid var(--controller-bg-a-02);
  margin: 0.75em 0;
  padding: 1.25em 0;
  box-sizing: border-box;
}
#employer-section-title {
  font-weight: 400;
  font-size: 0.8em;
}
#employer-section-title::after {
  content: "：";
}
#employer-section .author-dl {
  border-left: 1px solid var(--controller-bg-a-02);
  padding-left: 0.6em;
  margin-left: 0.15em;
}
#author-dl-user_location .user_location-address {
  margin-right: 0.25em;
}
#author-dl-user_location .user_location-address::after {
  content: ",";
}
.content-secondary .fas {
  margin-right: 0.4em;
  color: var(--action-color-a-01);
}
.author-sns_list li > a::before {
  color: var(--action-color-a-01);
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 782px) {
  .content-primary,
  .content-secondary {
    float: none;
    width: auto;
    min-height: 0;
  }
  .content-secondary {
    margin: 1em auto;
    border: none;
    padding: 0;
  }
  .content-primary + .content-secondary {
    margin-top: 2em;
  }
  .content-secondary + .content-secondary {
    margin-top: 1em;
  }
  .img-archive-post {
    width: 100px;
  }
  .author-sns_list li {
    margin: 1em 0;
  }
}
