<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ----------------------------
key color
---------------------------- */
/* ----------------------------
共通スタイル
------------------------------- */
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'YuGothic','Yu Gothic',Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block; }

body {
  margin: 0px;
  padding: 0px; }

table {
  table-layout: fixed; }

#wrapper {
  margin: 0 auto;
  padding: 0; }

.contentWrap {
  margin: 0 auto 0 auto;
  width: 90%; }

a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
  border: 0;
  vertical-align: bottom; }

img {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt"; }

/* clearfix -------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* タイトル ------------- */
h2,
h2 span {
  font-family: 'Montserrat', sans-serif; }

h2 span {
  color: #131d3d; }

p {
  line-height: 1.85;
  font-size: 14px;
  color: #444444; }

.only_sp {
  display: block; }

.only_pc {
  display: none; }

/* フェード ------------- */
.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease; }

/* fade */
.fadein {
  opacity: 1;
  transform: translateY(0); }

.fade_slide {
  opacity: 0;
  transform: translateX(-50px);
  transition: 1s ease; }

/* fade */
.fadein_slide {
  opacity: 1;
  transform: translateX(0); }

.name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* number */ }
  .name .number {
    padding-right: 12px;
    line-height: 1.2;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 37px;
    color: #131d3d; }
    .name .number strong {
      line-height: 1.2;
      font-family: 'Open Sans Condensed', sans-serif;
      font-weight: 700;
      font-size: 56px;
      color: #131d3d; }
  .name span:nth-of-type(2) {
    line-height: 1.2;
    font-weight: 600;
    font-size: 26px;
    color: #000000; }
    .name span:nth-of-type(2) span {
      display: block;
      font-weight: 600;
      font-size: 12px;
      color: #000000; }

/* name */
/* ----------------------------
東洋経済 ヘッダー&amp;フッター
------------------------------- */
#tk_head {
  border-bottom: solid 1px #aaa; }
  #tk_head &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto; }
  #tk_head .logo {
    width: 127px;
    margin: 5px 0 5px 10px; }
    #tk_head .logo a {
      display: block; }
      #tk_head .logo a img {
        display: block;
        width: 100%; }
  #tk_head .ad {
    margin: 8px 10px 0 0; }
    #tk_head .ad img {
      display: block;
      width: 27px;
      margin: 0 0 4px auto; }
    #tk_head .ad span {
      display: block;
      text-align: right;
      font-size: 12px;
      line-height: 1; }

/* tk_head */
footer {
  margin-top: 60px;
  padding: 0 0 20px 0;
  border: none;
  /* nav */
  /* p */ }
  footer nav {
    padding: 0;
    /* ul */ }
    footer nav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 20px;
      width: 100%;
      border-top: solid 1px #c7c7c7; }
      footer nav ul li {
        width: 50%;
        height: 48px;
        box-sizing: border-box;
        border-right: none;
        border-bottom: solid 1px #c7c7c7; }
        footer nav ul li:nth-child(1) {
          order: 1; }
          footer nav ul li:nth-child(1) span {
            border-right: solid 1px #c7c7c7; }
        footer nav ul li:nth-child(2) {
          order: 2; }
        footer nav ul li:nth-child(3) {
          order: 3; }
          footer nav ul li:nth-child(3) span {
            border-right: solid 1px #c7c7c7; }
        footer nav ul li:nth-child(4) {
          order: 4;
          border-bottom: solid 1px #c7c7c7; }
        footer nav ul li:nth-child(5) {
          width: 100%;
          order: 5; }
          footer nav ul li:nth-child(5) span {
            border-style: none; }
        footer nav ul li a {
          font-size: 100%;
          padding: 0; }
          footer nav ul li a:link, footer nav ul li a:active {
            color: #333;
            text-decoration: none; }
          footer nav ul li a:visited {
            color: #333;
            text-decoration: none; }
          footer nav ul li a:hover {
            color: #333;
            text-decoration: underline; }
          footer nav ul li a:focus {
            outline: none; }
        footer nav ul li span {
          display: flex;
          justify-content: center;
          height: 36px;
          margin: 6px 0;
          align-items: center;
          font-family: Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif; }
  footer p {
    text-align: center; }
    footer p img {
      width: 250px;
      height: 59px; }
  footer.underPage {
    margin-top: 0; }

/* footer */
.logo_tkbs {
  display: block;
  margin: 40px auto 0 auto;
  width: 240px; }

/* ----------------------------*/
#main .bottomBtn {
  display: block;
  margin: 0 auto 0 auto;
  padding: 1em 0;
  max-width: 230px;
  width: 60%;
  background-color: #131d3d;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none; }
  #main .bottomBtn.index {
    border: 1px solid #131d3d;
    background-color: #ffffff;
    text-decoration: none;
    color: #131d3d; }

#main .imgBox img {
  height: 100%; }

/* main */
/* ----------------------------
メニュー
------------------------------- */
/* メニューボタン----------- */
#menu_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #131d3d;
  transition: 0.3s; }
  #menu_btn span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    transition: .3s; }
    #menu_btn span:nth-of-type(2) {
      top: 20px; }
    #menu_btn span:nth-of-type(3) {
      top: 27px; }
  #menu_btn:hover {
    background-color: #465D91;
    cursor: pointer; }
    #menu_btn:hover span:nth-of-type(1) {
      top: 10px; }
    #menu_btn:hover span:nth-of-type(3) {
      top: 29px; }

/* menu_btn */
/* メニュー本体----------- */
#menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  transition: 0.7s;
  /* close */ }
  #menu h2 {
    position: relative;
    z-index: 99;
    padding: 15px 0 0 0;
    margin: auto auto 8px auto;
    max-width: 800px;
    width: 90%;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff; }
    #menu h2 span {
      display: block;
      margin-top: 0.5em;
      font-size: 60%;
      font-family: 'Lato', sans-serif;
      color: #ffffff; }
  #menu &gt; div {
    position: relative;
    z-index: 99;
    margin: 0 auto auto auto;
    padding: 10px 0 0 0;
    max-width: 800px;
    width: 100%;
    max-height: 512px;
    height: 100%; }
  #menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto 0 auto;
    width: 90%; }
  #menu li {
    margin: 0 0 10px 0;
    width: 50%; }
    #menu li a {
      display: block;
      text-decoration: none;
      line-height: 1.2;
      font-size: 11px;
      color: #ffffff; }
    #menu li span {
      display: block;
      font-size: 8px; }
  #menu .close {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 999;
    color: #ffffff; }
    #menu .close:hover {
      cursor: pointer; }
      #menu .close:hover span {
        transform: rotate(225deg); }
    #menu .close span {
      display: block;
      position: absolute;
      top: -2px;
      right: 45px;
      width: 30px;
      height: 30px;
      transform: rotate(45deg);
      transition: 0.5s; }
      #menu .close span:before, #menu .close span:after {
        content: '';
        position: absolute;
        background: #fff; }
      #menu .close span:before {
        top: 14px;
        left: 5px;
        width: 20px;
        height: 2px; }
      #menu .close span:after {
        top: 5px;
        left: 14px;
        width: 2px;
        height: 20px; }
  #menu #bg {
    display: block;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }

/* menu */
.hidden {
  opacity: 0;
  pointer-events: none; }

/* ----------------------------
topページ
------------------------------- */
.topPage {
  /* moreBtn */
  /* SP版 ヘッダー ------------------------------- */
  /* headerArea */
  /* ----------------------------
SP版 メイン
------------------------------- */
  /* main */ }
  .topPage .moreBtn {
    display: table;
    margin: 0 auto 0 5%;
    padding: 1em 2em 1em 2em;
    border: 1px solid #333333;
    background-color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #333333; }
  .topPage .headerArea {
    margin: 0 0 120px 0;
    padding: 20px 0 0 0;
    /* h1 */
    /* textArea */
    /* watchArea */ }
    .topPage .headerArea h1 {
      position: relative;
      width: 90%;
      margin: 0 auto 30px;
      padding: 0 0 30px; }
      .topPage .headerArea h1:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 2px solid #131D3D;
        width: 35%; }
      .topPage .headerArea h1 img {
        margin: 0;
        width: 90%; }
    .topPage .headerArea h2 {
      margin: 0 auto 20px auto;
      width: 90%; }
    .topPage .headerArea .textArea {
      margin-bottom: 40px;
      padding: 0px 5% 0px 5%;
      box-sizing: border-box; }
      .topPage .headerArea .textArea p br {
        display: none; }
      .topPage .headerArea .textArea p span {
        display: block;
        margin: 1.5em 0 0 0;
        line-height: 1.85;
        font-size: 11px; }
        .topPage .headerArea .textArea p span br {
          display: inline; }
    .topPage .headerArea .watchArea {
      position: relative;
      padding-top: 117.5vw; }
      .topPage .headerArea .watchArea h2 {
        position: relative;
        z-index: 9;
        margin: 0em auto 1.5em auto;
        width: 90%; }
        .topPage .headerArea .watchArea h2 span {
          display: block;
          margin-top: 0.5em;
          font-weight: 700;
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 20px; }
      .topPage .headerArea .watchArea p {
        margin: 0 auto 1em auto;
        width: 90%;
        line-height: 1.5;
        font-weight: 700;
        font-size: 15px;
        font-feature-settings: 'palt'; }
      .topPage .headerArea .watchArea .imgBox {
        position: absolute;
        top: 0;
        overflow: hidden;
        width: 100%;
        height: 119.466vw; }
        .topPage .headerArea .watchArea .imgBox img {
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
  .topPage #main {
    /* secArea1 */
    /* secArea2 */
    /* secArea3 */ }
    .topPage #main .secArea1 {
      /* watchBox */ }
      .topPage #main .secArea1 .watchBox {
        position: relative;
        margin: 0 0 100px 0; }
      .topPage #main .secArea1 .imgBox {
        position: relative;
        z-index: 9;
        width: 70%;
        height: 122.95vw;
        max-height: 305px;
        overflow: hidden; }
        .topPage #main .secArea1 .imgBox img {
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .topPage #main .secArea1 .contentWrapL &gt; div:nth-of-type(2) {
        margin-top: -2.5vw; }
      .topPage #main .secArea1 .bg {
        display: block;
        position: absolute;
        top: -30px;
        z-index: -1;
        left: 0;
        width: 70%;
        height: 122.95vw;
        max-height: 305px;
        background-color: #465D91; }
      .topPage #main .secArea1 h2 {
        position: relative;
        z-index: 9;
        margin: 0 auto 2em auto;
        width: 90%; }
        .topPage #main .secArea1 h2 span {
          display: block;
          margin-top: 0.5em;
          font-weight: 700;
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 20px; }
      .topPage #main .secArea1 p {
        margin: 0 auto 1em auto;
        width: 90%;
        line-height: 1.5;
        font-weight: 700;
        font-feature-settings: 'palt';
        font-size: 15px; }
      .topPage #main .secArea1 .right .imgBox {
        margin-right: 0;
        margin-left: auto; }
      .topPage #main .secArea1 .right h2 {
        margin-left: 5%; }
      .topPage #main .secArea1 .left .imgBox {
        margin-right: auto;
        margin-left: 0; }
      .topPage #main .secArea1 .left .bg {
        display: block;
        position: absolute;
        top: -30px;
        z-index: -1;
        left: auto;
        right: 0; }
    .topPage #main .secArea2 {
      margin: 0 0 80px 0;
      padding: 60px 0 1px 0;
      background-color: #bfc7d8; }
      .topPage #main .secArea2 li &gt; div {
        display: flex;
        justify-content: space-around;
        margin: 0 auto 60px auto; }
      .topPage #main .secArea2 li div.imgBox {
        width: 45%; }
      .topPage #main .secArea2 li div.txtBox {
        width: 50%; }
      .topPage #main .secArea2 h2 {
        position: relative;
        z-index: 9;
        margin: 0 auto 1em 0;
        width: 90%; }
        .topPage #main .secArea2 h2 span {
          display: block;
          margin-top: 0.5em;
          font-weight: 700;
          font-family: 'Noto Sans JP', sans-serif;
          font-feature-settings: 'palt';
          font-size: 13px; }
          .topPage #main .secArea2 h2 span.small {
            font-size: 13px; }
      .topPage #main .secArea2 .txtBox {
        align-content: space-between; }
        .topPage #main .secArea2 .txtBox p {
          margin: 0 auto 1em 0;
          line-height: 1.5;
          font-weight: 600;
          font-feature-settings: 'palt';
          font-size: 12px; }
      .topPage #main .secArea2 .moreBtn {
        margin: 0 auto 0 0;
        font-size: 12px; }
    .topPage #main .secArea3 {
      margin: 0 0 80px 0;
      /* watchArea */ }
      .topPage #main .secArea3 .watchArea {
        position: relative;
        padding-top: 119.466vw; }
        .topPage #main .secArea3 .watchArea h2 {
          position: relative;
          z-index: 9;
          margin: 0 auto 1.5em auto;
          width: 90%; }
          .topPage #main .secArea3 .watchArea h2 span {
            display: block;
            margin-top: 0.5em;
            font-weight: 700;
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 20px; }
        .topPage #main .secArea3 .watchArea p {
          margin: 0 auto 1em auto;
          width: 90%;
          font-weight: 700;
          font-size: 15px; }
        .topPage #main .secArea3 .watchArea .txtBox {
          margin-top: -2.5vw; }
        .topPage #main .secArea3 .watchArea .imgBox {
          position: absolute;
          top: 0;
          overflow: hidden;
          width: 100%;
          height: 119.466vw; }
          .topPage #main .secArea3 .watchArea .imgBox img {
            object-fit: cover;
            font-family: 'object-fit: cover;'; }

/* top */
/* ----------------------------
下層ページ
------------------------------- */
.underPage {
  /* mainArea */
  /* bottomArea */ }
  .underPage h3 {
    color: #444444; }
  .underPage .mainArea {
    margin: 0 0 40px 0; }
    .underPage .mainArea li {
      padding: 10px 10px 10px 10px;
      box-sizing: border-box; }
    .underPage .mainArea .imageBox {
      margin-bottom: 20px;
      width: 100%;
      height: 100%; }
      .underPage .mainArea .imageBox img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100vw; }
    .underPage .mainArea .textBox {
      background: #fff; }
    .underPage .mainArea h2 {
      position: relative;
      z-index: 9;
      margin: 0 auto 1.2em auto;
      padding: 0 0 15px 0;
      width: 100%; }
      .underPage .mainArea h2 span {
        display: block;
        margin-top: 0.5em;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px; }
      .underPage .mainArea h2:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        border-bottom: 2px solid #131d3d;
        width: 35%; }
    .underPage .mainArea h3 {
      margin: 0 auto 1em auto;
      width: 100%;
      font-weight: 700;
      font-size: 15px; }
    .underPage .mainArea p.small {
      margin: 1em 0 0 0;
      font-size: 12px; }
  .underPage .bottomArea {
    position: relative;
    z-index: 9;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box; }
    .underPage .bottomArea ul {
      margin: 0 0 30px 0; }
      .underPage .bottomArea ul.watchList li {
        width: 33%; }
    .underPage .bottomArea li &gt; img {
      display: block;
      margin: 0 auto 1em auto;
      width: 80px;
      height: 80px;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    .underPage .bottomArea li p {
      text-align: center;
      line-height: 1.2;
      font-size: 12px;
      color: #444444; }
      .underPage .bottomArea li p span {
        display: block;
        line-height: 1.2;
        font-size: 10px; }
    .underPage .bottomArea .bottomBtn {
      margin-bottom: 2em !important;
      text-decoration: none; }
    .underPage .bottomArea .linkWrap {
      margin: 0%; }
    .underPage .bottomArea .swiper-button-next,
    .underPage .bottomArea .swiper-button-prev {
      border-bottom: 0; }
    .underPage .bottomArea .swiper-button-prev,
    .underPage .bottomArea .swiper-button-next {
      top: 60px;
      width: 25px;
      height: 120px;
      margin-top: 0;
      background-image: none !important; }
      .underPage .bottomArea .swiper-button-prev:after,
      .underPage .bottomArea .swiper-button-next:after {
        content: "";
        display: block;
        position: absolute;
        top: 35px;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        width: 15px;
        height: 15px; }
    .underPage .bottomArea .swiper-button-prev {
      left: 0px; }
      .underPage .bottomArea .swiper-button-prev:after {
        left: 4px;
        transform: rotate(-45deg); }
    .underPage .bottomArea .swiper-button-next {
      right: 0px; }
      .underPage .bottomArea .swiper-button-next:after {
        right: 4px;
        transform: rotate(135deg); }

/* under */

/*# sourceMappingURL=style.css.map */</pre></body></html>