@charset "UTF-8";
.post-v-title {
  display: none; }

.about-temp-ttl {
  border-bottom: 5px solid #1d1619;
  margin-bottom: 30px;
  font-size: 40px;
  padding-left: 10px; }

.history dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }
  .history dl dt {
    display: flex;
    align-items: center;
    width: 150px; }
    .history dl dt span {
      display: block; }
      .history dl dt span.AD {
        font-family: acumin-pro-extra-condensed, sans-serif;
        font-weight: 700;
        font-size: 36px;
        padding-bottom: 5px;
        width: 50px;
        letter-spacing: 0.05em; }
      .history dl dt span.era {
        width: 100px;
        text-align: center; }
  .history dl dd {
    position: relative;
    width: calc(100% - 150px);
    display: flex;
    justify-content: space-between; }
    .history dl dd ul li {
      position: relative;
      line-height: 1.4em;
      margin: 5px 0;
      padding-left: 26px;
      font-size: 13px; }
      .history dl dd ul li::before {
        position: absolute;
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        left: 0;
        top: 0;
        background: url("../img/icon.allow.svg") center center no-repeat;
        background-size: 16px; }
    .history dl dd figure {
      display: block;
      right: 0;
      bottom: 0;
      position: absolute;
      text-align: center; }
      .history dl dd figure figcaption {
        display: block;
        font-size: 10px;
        white-space: nowrap; }
      .history dl dd figure img {
        width: 100px;
        height: auto;
        margin: 0 auto; }

.self-links h3 {
  background: #1d1619;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px; }
.self-links .btn-link-list.borderless li a {
  display: block;
  border-bottom: 1px solid #eee; }
.self-links .accordion {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  position: relative;
  display: block;
  min-width: 50%;
  text-align: left;
  line-height: 1.4em;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  padding-right: 40px; }
  .self-links .accordion::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/icon.plus.bk.svg") center center no-repeat;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease 0s; }
  .self-links .accordion:hover {
    opacity: 0.5;
    transition: all 0.3s ease 0s; }
  .self-links .accordion.open::after {
    transform: rotate(45deg); }
.self-links .frame-body {
  text-align: left;
  padding: 20px; }
.self-links .frame-body,
.self-links .accordion-body {
  font-size: 12px;
  line-height: 1.5em;
  background: #f6f7f8; }
  .self-links .frame-body iframe,
  .self-links .accordion-body iframe {
    border: none;
    height: 400px; }
  .self-links .frame-body ul ul,
  .self-links .accordion-body ul ul {
    padding-left: 40px; }
  .self-links .frame-body > ul > li > a,
  .self-links .accordion-body > ul > li > a {
    border-bottom: 2px solid #000 !important; }
.self-links .accordion-body {
  display: none; }

.about-links .article-box.addCap .body h3 {
  font-size: 20px; }

.profile-voice {
  border: 1px solid #eee; }
  .profile-voice header {
    background: #f6f7f8;
    padding: 40px;
    margin-bottom: 0; }
    .profile-voice header h4 {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.4em;
      margin-bottom: 10px; }
    .profile-voice header h3 {
      margin-bottom: 20px;
      font-size: 20px; }
  .profile-voice .comment {
    padding: 40px; }
    .profile-voice .comment h4 {
      margin-bottom: 15px; }
    .profile-voice .comment p {
      margin-bottom: 40px; }

.loupe {
  border-radius: 150px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

.fas-in-flex {
  width: 400px; }

/* ***************************************
/* ***************************************
/* ***************************************

SP

/* ***************************************
/* *****************************************/
@media screen and (max-width: 760px) {
  .about-temp-ttl {
    border-bottom: 5px solid #1d1619;
    margin-bottom: 5vw;
    font-size: 6vw;
    padding-left: 2vw; }

  .about-links .article-box.addCap .body h3 {
    font-size: 4vw;
    line-height: 1.2em; }

  .loupe {
    display: none !important; }

  .profile-voice {
    border: 1px solid #eee; }
    .profile-voice header {
      background: #f6f7f8;
      padding: 4vw;
      margin-bottom: 0;
      flex-direction: row; }
      .profile-voice header figure {
        margin-bottom: 0 !important; }
      .profile-voice header .fig-circle {
        width: 30vw;
        height: 30vw; }
        .profile-voice header .fig-circle img {
          width: 100%; }
      .profile-voice header > div {
        padding-left: 5vw; }
      .profile-voice header h4 {
        font-size: 3vw;
        font-weight: normal;
        line-height: 1.4em;
        margin-bottom: 10px; }
      .profile-voice header h3 {
        margin-bottom: 3vw;
        font-size: 5vw; }
      .profile-voice header p {
        font-size: 3vw;
        margin-bottom: 0; }
    .profile-voice .comment {
      padding: 4vw;
      padding-bottom: 0; }
      .profile-voice .comment h4 {
        margin-bottom: 4vw; }
      .profile-voice .comment p {
        margin-bottom: 5vw; }

  .fas-in-flex {
    width: auto; } }
