@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/
@media (min-width: 1201px),print {
  .book-item {
    margin-top: 10px;
  }
  .book-item + .book-item {
    margin-top: 78px;
    padding-top: 78px;
    border-top: 1px solid #cfcfcf;
  }
  .book-item__ttl {
    font-size: 1.875rem;
    font-weight: 700;
  }
  .book-item__intro {
    margin-bottom: 46px;
    line-height: 1.8;
    margin-top: -20px;
  }
  .book-item__content {
    margin-top: 54px;
  }
  .book-item__content + .book-item__content {
    margin-top: 96px;
  }
  .book-item__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .book-item .figure__image {
    margin-right: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .book-item .figure__image img {
    width: 352px;
  }
  .book-item .figure__ttl {
    font-weight: bold;
    font-size: 1.25rem;
  }
  .book-item .figure__ttl .issue {
    color: #0a3291;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 14px;
  }
  .book-item .figure__data {
    margin-top: 18px;
    font-weight: 700;
  }
  .book-item .figure__content {
    margin-top: 20px;
  }
  .book-item .figure__content__ttl em {
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 3px;
  }
  .book-item .figure__content__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .book-item .figure__content__list li + li {
    margin-top: 3px;
  }
  .book-item .figure__content__list span:first-of-type {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .book-item .figure__content__list span + span {
    margin-left: 1.2em;
  }
  .book-item .figure__text {
    margin-top: 18px;
    line-height: 1.8;
  }
  .book-item .figure .c-button {
    margin: 48px 0 0;
    text-align: left;
  }
  .book-item .figure .c-button a {
    width: 254px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }

  /* M&A情報誌 */
  .strike__data {
    font-weight: 700;
  }
  .strike__data_title {
    margin-top: 10px;
  }
  .strike__data_version {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 10px;
  }

  /* M&A年鑑へのアンカーリンクのずれ解消 */
  #ma_nenkan2023 {
    padding-top: 120px;
    margin-top: -120px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .book-item {
    margin-top: calc( var(--vw) * 0.78125 );
  }
  .book-item + .book-item {
    margin-top: calc( var(--vw) * 6.09375 );
    padding-top: calc( var(--vw) * 6.09375 );
    border-top: 1px solid #cfcfcf;
  }
  .book-item__ttl {
    font-size: calc( var(--vw) * 2.34375 );
    font-weight: 700;
  }
  .book-item__intro {
    margin-bottom: calc( var(--vw) * 3.5937499999999996 );
    line-height: 1.8;
    margin-top: calc( var(--vw) * -1.5625 );
  }
  .book-item__content {
    margin-top: calc( var(--vw) * 4.21875 );
  }
  .book-item__content + .book-item__content {
    margin-top: calc( var(--vw) * 7.5 );
  }
  .book-item__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .book-item .figure__image {
    margin-right: calc( var(--vw) * 4.6875 );
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .book-item .figure__image img {
    width: calc( var(--vw) * 27.500000000000004 );
  }
  .book-item .figure__ttl {
    font-weight: bold;
    font-size: calc( var(--vw) * 1.5625 );
  }
  .book-item .figure__ttl .issue {
    color: #0a3291;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: calc( var(--vw) * 1.09375 );
  }
  .book-item .figure__data {
    margin-top: calc( var(--vw) * 1.40625 );
    font-weight: 700;
  }   
  .book-item .figure__content {
    margin-top: calc( var(--vw) * 1.5625 );
  }
  .book-item .figure__content__ttl em {
    font-weight: 700;
    margin-bottom: calc( var(--vw) * 0.9375 );
    display: block;
    letter-spacing: calc( var(--vw) * 0.234375 );
  }
  .book-item .figure__content__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .book-item .figure__content__list li + li {
    margin-top: calc( var(--vw) * 0.234375 );
  }
  .book-item .figure__content__list span:first-of-type {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .book-item .figure__content__list span + span {
    margin-left: 1.2em;
  }
  .book-item .figure__text {
    margin-top: calc( var(--vw) * 1.40625 );
    line-height: 1.8;
  }
  .book-item .figure .c-button {
    margin: calc( var(--vw) * 3.75 ) 0 0;
    text-align: left;
  }
  .book-item .figure .c-button a {
    width: calc( var(--vw) * 19.84375 );
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  /* M&A情報誌 */
  .strike__data {
    font-weight: 700;
  }

  .strike__data_title {
    margin-top: 10px;
  }

  .strike__data_version {
    font-weight: 700;
    font-size: calc( var(--vw) * 1.3 );
    margin-top: 10px;
  }

  /* M&A年鑑へのアンカーリンクのずれ解消 */
  #ma_nenkan2023 {
  padding-top: calc( var(--vw) * 9.5 );
  margin-top: calc( var(--vw) * -9.5 );
  }
}
@media only screen and (max-width: 767px) {
  .book-item + .book-item {
    margin-top: 11.979166666666668vw;
    padding-top: 11.979166666666668vw;
    border-top: 1px solid #cfcfcf;
  }
  .book-item__ttl {
    font-size: 5.208333333333334vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
  .book-item__intro {
    margin-top: -6.510416666666667vw;
    margin-bottom: 9.114583333333332vw;
    text-align: center;
    line-height: 1.9;
  }
  .book-item__content {
    margin-top: 9.895833333333332vw;
  }
  .book-item__content + .book-item__content {
    margin-top: 15.364583333333334vw;
  }
  .book-item .figure__image {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .book-item .figure__image img {
    width: 56.25vw;
  }
  .book-item .figure__ttl {
    font-weight: bold;
    font-size: 4.427083333333334vw;
      text-align: center;
  }
  .book-item .figure__ttl .issue {
    color: #0a3291;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 2.604166666666667vw;
  }
  .book-item .figure__data {
    margin-top: 5.208333333333334vw;
    font-weight: 700;
  }
  .book-item .figure__content {
    margin-top: 6.25vw;
  }
  .book-item .figure__content__ttl em {
    font-weight: 700;
    margin-bottom: 2.604166666666667vw;
    display: block;
    letter-spacing: 0.5208333333333333vw;
      text-align: center;
  }
  .book-item .figure__content__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
      /* text-align: center; */
  }
  .book-item .figure__content__list_strike li {
      text-align: center;
  }
  .book-item .figure__content__list li + li {
    margin-top: 1.8229166666666667vw;
  }
  .book-item .figure__content__list span:first-of-type {
    width: 4em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .book-item .figure__text {
    margin-top: 5.989583333333334vw;
    line-height: 1.8;
  }
  .book-item .figure .c-button {
    margin-top: 9.114583333333332vw;
  }
  .book-item .figure .c-button a {
    width: 64.84375vw;
    padding-left: 0;
    padding-right: 0;
  }

  /* M&A情報誌 */
  .strike__data {
    font-weight: 700;
  }
  .strike__data_title {
    margin-top: 10px;
  }
  .strike__data_version {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
  }

  /* M&A年鑑へのアンカーリンクのずれ解消 */
  #ma_nenkan2023 {
    padding-top: 14vw;
    margin-top: -14vw;
  }
}

