@charset "UTF-8";
/*================================================================
*FILE          :institutional-investors.css
*DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
それぞれfoundationよりインポート。
*AUTHOR        :
*--------------------------------------------------------------
*(C)
=================================================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "GennoMincho";
  font-weight: normal;
  src: url("../font/SourceHanSerif-Regular.woff") format("woff"), url("../font/SourceHanSerif-Regular.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: "GennoMincho";
  font-weight: bold;
  src: url("../font/SourceHanSerif-Bold.woff") format("woff"), url("../font/SourceHanSerif-Bold.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  font-display: swap;
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  font-display: swap;
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* 色
-----------------------------------------------------------------*/
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* functions
-----------------------------------------------------------------*/
/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "GennoMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .08em; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1024px) {
    body {
      min-width: 2px; } }
  @media print, screen and (min-width: 1025px) {
    body {
      min-width: 768px; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*  head Level3
  -------------------------- */
/*  head Level4
  -------------------------- */
/*  pdfIcon
  -------------------------- */
/*  listStyleDisc
  -------------------------- */
/*  listStyleNumber
 -------------------------- */
/*  listStyleDefinition
 -------------------------- */
/*  listStylePdf
 -------------------------- */
/*  textCaution
 -------------------------- */
/*  tableStyle
 -------------------------- */
/*  tableStylePdf
 -------------------------- */
/*  tableStyleVertical
 -------------------------- */
/*  tableStyleNumber
 -------------------------- */
/*  column2Style
 -------------------------- */
/*  scrollContentStyle
 -------------------------- */
/*  chartStyle
 -------------------------- */
/*  categorySort
-------------------------- */
/*  sortSelect
-------------------------- */
/*  numericData
 -------------------------- */
/*  frameTitle
-------------------------- */
/*  distribute
-------------------------- */
/*  portfolioCheckbox
-------------------------- */
/*  portfolioReset
-------------------------- */
@media print, screen and (max-width: 767px) {
  .mainVisual {
    height: 100px;
    background-image: none;
    border-bottom: 1px solid #eeebe9; } }

@media print, screen and (min-width: 768px) {
  .mainVisual {
    height: 190px;
    background-image: url("../img/bg_noise.jpg");
    background-size: 30px;
    background-repeat: repeat; } }

.pageTitle {
  color: #000; }

.mainContent {
  line-height: 1 !important; }
  @media print, screen and (max-width: 767px) {
    .mainContent {
      padding: 40px 0 50px !important; } }

@media print, screen and (max-width: 767px) {
  .institutionalSection {
    padding: 0 20px; } }

.institutionalSection_title {
  font-weight: bold;
  font-size: 20px; }
  @media print, screen and (max-width: 767px) {
    .institutionalSection_title {
      letter-spacing: .16em;
      font-size: 18px; } }
  @media print, screen and (min-width: 768px) {
    .institutionalSection_title {
      letter-spacing: 0.08em;
      line-height: 1.6; } }

@media print, screen and (max-width: 767px) {
  .InvestmentContent {
    margin-top: 40px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .InvestmentContent {
    width: 240px;
    margin-right: 30px; } }

@media print, screen and (min-width: 1025px) {
  .InvestmentContent {
    width: 220px;
    margin-right: 60px; } }

.InvestmentContent_info {
  text-align: center; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .InvestmentContent_info {
      width: 100%; } }

.InvestmentContent_info_title {
  padding: 20px 0;
  background-color: #e6e2df;
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .InvestmentContent_info_title {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.08em; } }
  @media print, screen and (min-width: 768px) {
    .InvestmentContent_info_title {
      font-size: 16px;
      letter-spacing: 0.16em; } }

.InvestmentContent_info_text {
  background-color: #efebea; }
  @media print, screen and (max-width: 767px) {
    .InvestmentContent_info_text {
      padding: 15px 27px 25px; } }
  @media print, screen and (min-width: 768px) {
    .InvestmentContent_info_text {
      font-size: 16px;
      padding: 35px 0 20px; } }

.InvestmentContent_info_code {
  letter-spacing: 0.08em;
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .InvestmentContent_info_code {
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) {
    .InvestmentContent_info_code {
      font-size: 16px; } }

@media print, screen and (max-width: 767px) {
  .codeNumber {
    font-size: 20px; } }

@media print, screen and (min-width: 768px) {
  .codeNumber {
    display: block;
    margin-bottom: 17px;
    font-size: 24px; } }

@media print, screen and (max-width: 767px) {
  .InvestmentContent_info_note {
    font-size: 11px;
    line-height: 1;
    margin-top: 5px; } }

@media print, screen and (min-width: 768px) {
  .InvestmentContent_info_note {
    font-size: 12px;
    line-height: 1.7; } }

.InvestmentContent_info_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: solid 1px #999999; }
  @media print, screen and (max-width: 767px) {
    .InvestmentContent_info_button {
      letter-spacing: 0.16em;
      margin-top: 22px; } }
  @media print, screen and (min-width: 768px) {
    .InvestmentContent_info_button {
      width: 160px;
      letter-spacing: 0.08em;
      margin: 20px auto 0;
      font-size: 14px; } }
  @media print, screen and (min-width: 1025px) {
    .InvestmentContent_info_button {
      transition: color .1s ease-out,background .1s ease-out; }
      .InvestmentContent_info_button:hover {
        color: #fff;
        background: #999; } }
  .InvestmentContent_info_button::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 767px) {
      .InvestmentContent_info_button::before {
        background-image: url("../img/icon_blank_sp.png");
        background-size: 13px;
        width: 13px;
        height: 13px; } }
    @media print, screen and (min-width: 768px) {
      .InvestmentContent_info_button::before {
        background-image: url("../img/icon_blank_pc.png");
        width: 10px;
        height: 12px; } }

@media print, screen and (min-width: 768px) {
  .institutionalInfo {
    display: flex; } }

@media print, screen and (min-width: 768px) {
  .investment_buttonList {
    width: 220px;
    margin-right: 20px; } }

.investment_buttonList_node {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: 10px;
  background-color: #333333; }
  .investment_buttonList_node + .investment_buttonList_node {
    margin-top: 8px; }
  @media print, screen and (max-width: 767px) {
    .investment_buttonList_irmovie {
      padding-top: 40px;
      height: 120px !important; } }
  @media print, screen and (min-width: 768px) {
    .investment_buttonList_irmovie {
      padding-top: 35px;
      height: 124px !important; } }
  @media print, screen and (max-width: 767px) {
    .investment_buttonList_irmovie::after {
      height: 100px !important; } }
  @media print, screen and (min-width: 768px) {
    .investment_buttonList_irmovie::after {
      height: 104px !important; } }
  .investment_buttonList_irmovie::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 767px) {
      .investment_buttonList_irmovie::before {
        background-image: url("../img/institutional-movie-arrow-sp.png");
        background-size: 32px;
        top: 28px; } }
    @media print, screen and (min-width: 768px) {
      .investment_buttonList_irmovie::before {
        background-image: url("../img/institutional-movie-arrow-pc.png");
        top: 30px; } }
  @media print, screen and (max-width: 767px) {
    .investment_buttonList_node {
      height: 70px;
      font-size: 16px;
      letter-spacing: 0.16em; } }
  @media print, screen and (min-width: 768px) {
    .investment_buttonList_node {
      height: 76px;
      font-size: 16px;
      letter-spacing: 0.12em; } }
  @media print, screen and (min-width: 1025px) {
    .investment_buttonList_node {
      transition: color .1s ease-out,background .1s ease-out; }
      .investment_buttonList_node:hover {
        color: #fff;
        background: #999; } }
  .investment_buttonList_node::after {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    content: "";
    border: solid 1px #fff;
    margin: auto; }
    @media print, screen and (max-width: 767px) {
      .investment_buttonList_node::after {
        width: calc(100% - 20px);
        height: calc(100% - 20px); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .investment_buttonList_node::after {
        width: 168px;
        height: 60px; } }
    @media print, screen and (min-width: 1025px) {
      .investment_buttonList_node::after {
        width: 200px;
        height: 60px; } }

@media print, screen and (max-width: 767px) {
  .distributionList {
    margin-top: 40px; } }

.distributionList_title {
  border-bottom: solid 4px #eeebe9;
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .distributionList_title {
      height: 35px;
      font-size: 20px;
      font-weight: bold; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .distributionList_title {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .distributionList_title {
      height: 35px;
      letter-spacing: 0.16em; } }
  @media print, screen and (min-width: 1025px) {
    .distributionList_title {
      height: 52px;
      font-size: 20px; } }

@media print, screen and (min-width: 768px) {
  .distributionList {
    width: 380px; } }

.distribution_childList {
  border-bottom: solid 4px #eeebe9; }
  @media print, screen and (max-width: 767px) {
    .distribution_childList {
      margin: 0 0 25px; } }
  @media print, screen and (min-width: 768px) {
    .distribution_childList {
      margin-bottom: 20px; } }

.distribution_childList_node {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #eeebe9; }
  @media print, screen and (max-width: 767px) {
    .distribution_childList_node {
      padding: 10px 0;
      line-height: 1; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .distribution_childList_node {
      padding: 5px 0; } }
  @media print, screen and (min-width: 768px) {
    .distribution_childList_node {
      letter-spacing: 0.08em; } }
  .distribution_childList_node:first-child {
    padding: 10px 0;
    line-height: 1.6;
    border-top: none; }
    .distribution_childList_node:first-child span {
      display: block;
      font-size: 11px; }
      @media print, screen and (max-width: 767px) {
        .distribution_childList_node:first-child span {
          margin: 0; } }
      @media print, screen and (min-width: 768px) {
        .distribution_childList_node:first-child span {
          margin-left: 0;
          letter-spacing: .08em; } }
    .distribution_childList_node:first-child .distribution_childList_number {
      font-size: 28px;
      display: initial;
      line-height: 1;
      margin-right: 10px; }
    .distribution_childList_node:first-child .distribution_childList_text {
      text-align: right; }
    .distribution_childList_node:first-child .distribution_childList_title {
      font-size: 20px; }

@media print, screen and (max-width: 767px) {
  .distribution_childList_title {
    letter-spacing: 0.08em;
    font-size: 16px; } }

@media print, screen and (min-width: 768px) {
  .distribution_childList_title {
    font-size: 18px; } }

@media print, screen and (max-width: 767px) {
  .distribution_childList_title span {
    margin-left: 7px;
    font-size: 10px;
    margin-top: 8px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .distribution_childList_title span {
    display: block;
    font-size: 11px;
    letter-spacing: .08em; } }

@media print, screen and (min-width: 1025px) {
  .distribution_childList_title span {
    margin-left: 10px;
    font-size: 11px;
    letter-spacing: .08em; } }

.distribution_childList_text {
  /*font-family: "Crimson Text", serif;*/
  letter-spacing: 0.08em; }
  @media print, screen and (max-width: 767px) {
    .distribution_childList_text {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .distribution_childList_text {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_list_node-document .distribution_childList_text {
      font-size: 12px; } }

.distribution_childList_number {
  letter-spacing: 0.04em;
  margin-right: 10px;
  font-size: 24px; }

.distributionList_button {
  border: 1px #999 solid;
  font-size: 14px;
  line-height: 40px;
  display: block;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .distributionList_button {
      margin: 0 25px;
      letter-spacing: .16em; } }
  @media print, screen and (min-width: 768px) {
    .distributionList_button {
      margin-left: auto;
      width: 180px;
      letter-spacing: .08em; } }
  @media print, screen and (min-width: 1025px) {
    .distributionList_button {
      transition: color .1s ease-out,background .1s ease-out; }
      .distributionList_button:hover {
        color: #fff;
        background: #999; } }

.institutionalNews {
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .institutionalNews {
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    .institutionalNews {
      margin: 80px 0; } }
  @media print, screen and (min-width: 768px) {
    .institutionalNews .institutionalNews_inner {
      display: flex; } }
  .institutionalNews .institutionalNews_inner + .institutionalNews_inner {
    margin-top: 20px; }
  @media print, screen and (max-width: 767px) {
    .institutionalNews .institutionalSection_title {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 768px) {
    .institutionalNews .institutionalSection_title {
      width: 20%; } }
  .institutionalNews .listStyleDefinition {
    border-top: 4px solid #eeebe9;
    border-bottom: 4px solid #eeebe9; }
    @media print, screen and (max-width: 767px) {
      .institutionalNews .listStyleDefinition {
        margin-top: 0; } }
    @media print, screen and (min-width: 768px) {
      .institutionalNews .listStyleDefinition {
        width: 80%;
        margin-top: 0; } }
    @media print, screen and (max-width: 767px) {
      .institutionalNews .listStyleDefinition dl {
        padding: 12.5px 0; } }
    @media print, screen and (min-width: 768px) {
      .institutionalNews .listStyleDefinition dl {
        padding: 16px 0; } }
    @media print, screen and (min-width: 768px) {
      .institutionalNews .listStyleDefinition .label {
        margin-bottom: 0; } }
    @media print, screen and (min-width: 768px) {
      .institutionalNews .listStyleDefinition dt {
        margin-right: 25px;
        align-items: center;
        width: auto; } }
    @media print, screen and (min-width: 768px) {
      .institutionalNews .listStyleDefinition dt span.label {
        width: 100px;
        margin-bottom: 10px; } }
    @media print, screen and (max-width: 767px) {
      .institutionalNews .listStyleDefinition dt span.date {
        letter-spacing: .08em; } }
    @media print, screen and (min-width: 768px) {
      .institutionalNews .listStyleDefinition dt span.date {
        width: auto; } }
    .institutionalNews .listStyleDefinition dd {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media print, screen and (max-width: 767px) {
        .institutionalNews .listStyleDefinition dd {
          letter-spacing: .08em; } }
      @media print, screen and (min-width: 768px) {
        .institutionalNews .listStyleDefinition dd {
          flex-grow: initial;
          width: 100%; } }
    .institutionalNews .listStyleDefinition .eir_area_latest_info dd a {
      max-width: 88%; }
    .institutionalNews .listStyleDefinition .size {
      font-size: 10px; }
    .institutionalNews .listStyleDefinition .pdfIcon {
      display: flex; }
    .institutionalNews .listStyleDefinition .pdfIcon span {
      margin-top: 5px;
    }
      @media print, screen and (max-width: 767px) {
        .institutionalNews .listStyleDefinition .pdfIcon {
          align-items: center;
          flex-direction: column-reverse; } }
      @media print, screen and (min-width: 768px) {
        .institutionalNews .listStyleDefinition .pdfIcon {
          align-items: center;
          flex-flow: column-reverse; } }
  .institutionalNews .institutionalNews_link {
    margin-top: 20px;
    text-align: center; }
    .institutionalNews .institutionalNews_link a {
      border: 1px #999 solid;
      font-size: 14px;
      line-height: 40px;
      display: block; }
      @media print, screen and (max-width: 767px) {
        .institutionalNews .institutionalNews_link a {
          margin: 25px 44.5px 0;
          letter-spacing: .16em; } }
      @media print, screen and (min-width: 768px) {
        .institutionalNews .institutionalNews_link a {
          margin-left: auto;
          width: 180px;
          letter-spacing: .08em; } }
      @media print, screen and (min-width: 1025px) {
        .institutionalNews .institutionalNews_link a {
          transition: color .1s ease-out,background .1s ease-out; }
          .institutionalNews .institutionalNews_link a:hover {
            color: #fff;
            background: #999; } }

@media print, screen and (max-width: 767px) {
  .infomationList {
    margin-top: 40px; } }

@media print, screen and (min-width: 1025px) {
  .infomationList_inner_sponsorBanner {
    width: 560px; } }

.infomationList .institutionalSection_title {
  border-bottom: 4px solid #eeebe9; }
  @media print, screen and (max-width: 767px) {
    .infomationList .institutionalSection_title {
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 768px) {
    .infomationList .institutionalSection_title {
      padding-bottom: 30px; } }

@media print, screen and (min-width: 768px) {
  .infomationList_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.infomationList_inner_sponsorBanner > .institutionalSection_title,
.infomationList_inner_interview > .institutionalSection_title {
  border-bottom: none; }

@media print, screen and (max-width: 767px) {
  .infomationList_inner_left,
  .infomationList_inner_center,
  .infomationList_inner_right {
    width: 100%; } }

@media print, screen and (min-width: 768px) {
  .infomationList_inner_left,
  .infomationList_inner_center,
  .infomationList_inner_right {
    width: 30%; } }

@media print, screen and (max-width: 767px) {
  .infomationList_inner_left,
  .infomationList_inner_center,
  .infomationList_inner_sponsorBanner {
    margin-bottom: 35px; } }

@media print, screen and (max-width: 767px) {
  .portfolioList,
  .financeList {
    margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  .portfolioList,
  .financeList {
    margin-top: 25px; } }

.portfolioList_node,
.financeList_node {
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .portfolioList_node,
    .financeList_node {
      margin-top: 10px; } }
  @media print, screen and (min-width: 768px) {
    .portfolioList_node,
    .financeList_node {
      margin-top: 3px;
      font-size: 15px;
      letter-spacing: 0.12em; } }
  .portfolioList_node:nth-child(-n+1),
  .financeList_node:nth-child(-n+1) {
    margin-top: 0; }

.portfolioList_link,
.financeList_link,
.environmentList_link {
  display: inline-block;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .portfolioList_link,
    .financeList_link,
	.environmentList_link {
      font-size: 16px;
      padding-left: 22.5px; } }
  @media print, screen and (min-width: 768px) {
    .portfolioList_link,
    .financeList_link,
	.environmentList_link {
      padding-left: 20px; } }
  @media print, screen and (min-width: 1025px) {
    .portfolioList_link,
    .financeList_link,
	.environmentList_link {
      border-bottom: 1px solid transparent; } }
  @media print, screen and (min-width: 1025px) and (min-width: 1025px) {
    .portfolioList_link:hover,
    .financeList_link:hover,
	.environmentList_link:hover {
      border-color: #000; } }
  .portfolioList_link::before,
  .financeList_link::before,
  .environmentList_link::before {
    content: '>';
    display: block;
    position: absolute; }
    @media print, screen and (max-width: 767px) {
      .portfolioList_link::before,
      .financeList_link::before,
      .environmentList_link::before {
        transform: translateY(-50%);
        top: 50%;
        left: 0; } }
    @media print, screen and (min-width: 768px) {
      .portfolioList_link::before,
      .financeList_link::before,
      .environmentList_link::before {
        top: 0;
        left: 0; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .sponsorBanner_node img {
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .sponsorBanner_node img {
    width: 100%; } }

@media print, screen and (min-width: 1025px) {
  .sponsorBanner_node {
    transition: .1s ease-out; }
    .sponsorBanner_node:hover {
      opacity: .6; } }

@media print, screen and (max-width: 767px) {
  .sponsorBanner_node + .sponsorBanner_node {
    margin-top: 25px; }
    .sponsorBanner_node + .sponsorBanner_node img {
      width: 100%; } }

@media print, screen and (min-width: 768px) {
  .sponsorBanner_node + .sponsorBanner_node {
    margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  .infomationList,
  .otherInfoList {
    margin-top: 0;
    vertical-align: top; } }

@media print, screen and (max-width: 767px) {
  .otherInfoList {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .otherInfoList {
    width: 28%;
    margin-left: 4%; } }

@media print, screen and (min-width: 1025px) {
  .otherInfoList {
    width: 280px;
    margin-left: 55px; } }

@media print, screen and (max-width: 767px) {
  .otherInfoList .institutionalSection_title {
    padding-bottom: 25px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .otherInfoList .institutionalSection_title {
    padding-bottom: 33px; } }

@media print, screen and (min-width: 1025px) {
  .otherInfoList .institutionalSection_title {
    padding-bottom: 30px; } }

@media print, screen and (max-width: 767px) {
  .environmentList {
    margin-bottom: 40px; } }

@media print, screen and (min-width: 768px) {
  .environmentList {
    margin-bottom: 120px; } }

.environmentList_node + .environmentList_node {
  margin-top: 7px; }

@media print, screen and (max-width: 767px) {
  .createrBanner_link img,
  .sightseeingBanner_link img {
    width: 100%; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .createrBanner_link img,
  .sightseeingBanner_link img {
    width: 100%; } }

@media print, screen and (min-width: 1025px) {
  .createrBanner_link,
  .sightseeingBanner_link {
    transition: .1s ease-out; }
    .createrBanner_link:hover,
    .sightseeingBanner_link:hover {
      opacity: .6; } }

.sightseeingBanner_link {
  display: block; }
  @media print, screen and (max-width: 767px) {
    .sightseeingBanner_link {
      padding: 0 20px;
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    .sightseeingBanner_link {
      margin-top: 80px; } }

@media print, screen and (max-width: 767px) {
  .bg {
    margin-top: 40px;
    background-color: #f7f5f4;
    height: 40px; } }


/*  individualSection
  -------------------------- */
.individualSection > h3 {
  font-weight: bold;
  line-height: 1.4; }
  @media print, screen and (max-width: 767px) {
    .individualSection > h3 {
      padding-bottom: 20px;
      border-bottom: 2px solid #eeebe9;
      font-size: 18px;
      letter-spacing: .04em; } }
  @media print, screen and (min-width: 768px) {
    .individualSection > h3 {
      padding-bottom: 25px;
      border-bottom: 5px solid #eeebe9;
      font-size: 24px; } }
  @media print, screen and (max-width: 374px) {
    .individualSection > h3 {
      font-size: 16px; } }
  @media print, screen and (max-width: 767px) {
    .individualSection > h3 + * {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .individualSection > h3 + * {
      margin-top: 25px; } }

@media print, screen and (max-width: 767px) {
  .individualSection {
    margin-top: 55px; } }

@media print, screen and (min-width: 768px) {
  .individualSection {
    margin-top: 70px; } }

.individualButton {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  background-color: #eeebe9; }
  @media print, screen and (max-width: 767px) {
    .individualButton {
      height: 100px;
      font-size: 16px;
      text-align: center;
      line-height: 1.75; } }
  @media print, screen and (min-width: 768px) {
    .individualButton {
      width: 100%;
      height: 100px;
      font-size: 20px;
      letter-spacing: 0.16em; } }
  @media print, screen and (max-width: 767px) {
    .individualButton + .individualButton {
      margin-top: 15px; } }
  @media print, screen and (min-width: 768px) {
    .individualButton + .individualButton {
      margin-left: 5%; } }
  @media print, screen and (max-width: 767px) {
    .individualBanner + .individualButton {
      margin-top: 36px; } }
  @media print, screen and (min-width: 768px) {
    .individualBanner + .individualButton {
      margin-top: 45px; } }
  @media print, screen and (min-width: 768px) {
    .individualButtonColumn .individualButton {
      width: 47.5%; } }
  .individualButton:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    background-image: url(../img/icon_arrow-right-black.svg);
    background-size: 100% 100%; }
    @media print, screen and (max-width: 767px) {
      .individualButton:after {
        right: 25px;
        width: 7px;
        height: 12px; } }
    @media print, screen and (min-width: 768px) {
      .individualButton:after {
        right: 40px;
        width: 7px;
        height: 11px; } }
