@charset "UTF-8";
@font-face {
  font-family: "iconfont";
  src: url("../css/fonts/iconfont.ttf?z2x5l0") format("truetype"), url("../css/fonts/iconfont.woff?z2x5l0") format("woff"), url("../css/fonts/iconfont.svg?z2x5l0#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 10px;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  width: 100%;
}

body {
  font-size: 1.6rem;
  width: 100%;
}

button:hover, button:active,
input:hover,
input:active,
a:hover,
a:active {
  outline: none;
}

img {
  max-width: 100%;
}

.align-left {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.content:not(:first-child), .title:not(:first-child) {
  margin-top: 1.6rem;
}

.c-button {
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
}

.c-button {
  appearance: none;
}
.c-button:disabled, fieldset:disabled .c-button {
  cursor: not-allowed;
}

.title {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
.title--invert {
  color: #fff;
}

.title--size1 {
  font-size: 3.2rem;
}
.title--size2 {
  font-size: 2.8rem;
}
.title--size3 {
  font-size: 2.4rem;
}
.title--size4 {
  font-size: 2rem;
}
.title--size5 {
  font-size: 1.8rem;
}
.title--size6 {
  font-size: 1.6rem;
}
.title--size7 {
  font-size: 1.4rem;
}
.link {
  color: #000AD2;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.link--download {
  display: inline-block;
  padding-left: 26px;
}
.link--download::before {
  content: "";
  display: inline-block;
  margin: -0.2em 8px 0 -26px;
  font-family: "iconfont";
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
}

.content + .c-grid {
  margin-top: 2.3em;
}
.content *:not(figure):first-child {
  margin-top: 0;
}
.content *:not(figure):last-child {
  margin-bottom: 0;
}
.content a:not(.c-moreLink) {
  color: #000AD2;
}
.content a:not(.c-moreLink)[target=_blank]:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%3E%3Cg%20transform%3D%22translate(-457.854%20-2384.878)%22%3E%3Cpath%20d%3D%22M10186.426%2C7491.436h-4.071v6.653h6.424v-4.049%22%20transform%3D%22translate(-9724%20-5104.711)%22%20fill%3D%22none%22%20stroke%3D%22%2300569c%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M10205.23%2C7485.2l4.795-4.822%22%20transform%3D%22translate(-9743.675%20-5095)%22%20fill%3D%22none%22%20stroke%3D%22%2300569c%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M10210.664%2C7480.378h3.969v3.528%22%20transform%3D%22translate(-9748.278%20-5095)%22%20fill%3D%22none%22%20stroke%3D%22%2300569c%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: contain;
}
.content a:not(.c-moreLink)[target=_blank][href$=".pdf"]:after {
  margin-left: 6px;
  width: 13px;
  height: 13px;
  background-image: url("../img/common/icon_pdf.png");
}
.content ul,
.content ol {
  margin: 1.15em 0;
  letter-spacing: 0.02em;
}
.content ul > li,
.content ol > li {
  position: relative;
}
.content ul > li:before,
.content ol > li:before {
  content: "";
  position: absolute;
  left: 0;
}
.content ul > li {
  padding-left: 16px;
}
.content ul > li:before {
  top: 0.7em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000AD2;
  border-radius: 50%;
}
.content ol {
  counter-reset: ol;
}
.content ol > li {
  padding-left: 2.5em;
}
.content ol > li:before {
  counter-increment: ol;
  content: "(" counter(ol, lower-roman) ")";
  top: 0;
  letter-spacing: 0.05em;
}
.content li + li {
  margin-top: 0.4em;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: -3px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.content p {
  margin: 0.85em 0;
  letter-spacing: 0.02em;
}
.content figure {
  position: relative;
  margin: 60px 0;
  overflow: hidden;
}
.content figure::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.content figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.content--left {
  text-align: left;
}
.content--center {
  text-align: center;
}
.content--right {
  text-align: right;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.c-table {
  width: 100%;
}
.c-table th {
  font-weight: 400;
}
.c-table th, .c-table td {
  padding: 20px 15px 30px;
}
.c-table th:first-child, .c-table td:first-child {
  padding-left: 24px;
}
.c-table th:last-child, .c-table td:last-child {
  padding-right: 24px;
}
.c-table thead th {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #F6F6F6;
  font-weight: 500;
  vertical-align: middle;
}
.c-table tbody th, .c-table tbody td {
  border-bottom: 1px solid #DCDCDC;
}
.c-table tbody th[rowspan], .c-table tbody td[rowspan] {
  border-top: none;
}

.c-defineList {
  font-size: 1.6rem;
  font-weight: 300;
}
.c-defineList__inner {
  display: flex;
}
.c-defineList--align-right .c-defineList__inner {
  justify-content: flex-end;
}
.c-defineList__label {
  font-weight: inherit;
}
.c-defineList__label::after {
  content: "：";
}

.c-tab {
  border-bottom: 1px solid #DCDCDC;
}
.c-tab__list {
  display: flex;
  align-items: stretch;
}
.c-tab__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-width: 1px 1px 0px;
  border-color: #DCDCDC;
}
.c-tab__button {
  position: relative;
  width: 100%;
  padding: 10px 30px 11px;
  font-size: 2.4rem;
  font-weight: 500;
  height: 100%;
  cursor: pointer;
  background-color: #F6F6F6;
}
.c-tab__button--active {
  cursor: default;
  color: #000AD2;
  background-color: #fff;
}
.c-tab__button--active::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  display: block;
  height: 6px;
  width: 100%;
  background: #fff;
}
.c-tab__button--active .c-tab__label {
  color: #000AD2;
  font-weight: 500;
}

.c-tabPanel {
  padding-top: 40px;
}

.c-note {
  font-size: 1.4rem;
  font-weight: 300;
}
.c-note__item {
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.c-note__item + .c-note__item {
  margin-top: 14px;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 64px;
  border: 1px solid currentColor;
  color: #000AD2;
  text-align: center;
  font-weight: 500;
  transition: 240ms ease-out;
  transition-property: background, color, border-color;
}
.c-button:disabled, .c-button--disabled {
  color: #C6C6C6;
  box-shadow: none;
  pointer-events: none;
}
.c-button__icon {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-family: "iconfont";
}
.c-button__icon::before {
  display: block;
  width: 1em;
  height: 1em;
  background: no-repeat center;
  background-size: 100% 100%;
}
.c-button__icon[data-icon=document]::before {
  content: "";
  font-size: 2rem;
  margin-left: -0.1em;
  margin-right: -0.1em;
}
.c-button__icon + .c-button__label {
  margin-left: 15px;
}
.c-button--primary {
  background: #000AD2;
  border-color: #000AD2;
  color: #fff;
}

.c-select {
  position: relative;
  -ms-user-select: none;
      user-select: none;
}
.c-select__list {
  position: fixed;
  z-index: 1;
  font-size: 1.6rem;
}

.c-selectButton {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 46px 10px 11px;
  min-height: 52px;
  border: 1px solid #DCDCDC;
  font-family: inherit;
}
.c-selectButton__label {
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-selectButton::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  font-family: "iconfont";
  font-size: 1.3rem;
  transform: translateY(-50%);
}

.c-selectList {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  padding: 8px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-selectList__option {
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
.c-selectList__option--focused {
  background: rgba(0, 0, 0, 0.05);
}
.c-selectList__symbol {
  position: relative;
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 1px;
}
.c-selectList__symbol--selected {
  background: #000AD2;
  border-color: #000AD2;
}
.c-selectList__symbol--selected::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 30%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -75%) rotate(-45deg);
}

.p-linkList__item {
  position: relative;
  border-bottom: 1px solid #DCDCDC;
  color: #000AD2;
}
.p-linkList__item--blank {
  border: none;
  padding: 17px 0;
}
.p-linkList__item--disabled {
  color: #C6C6C6;
}
.p-linkList__item--text {
  color: #000;
}
.p-linkList__link {
  display: block;
  padding: 17px 0;
}

.p-linkList__icon + .p-linkList__link {
  padding-right: 2.4rem;
}
.p-linkList__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: auto 0;
  font-family: "iconfont";
  line-height: 1;
  pointer-events: none;
  overflow: hidden;
  flex-shrink: 0;
}
.p-linkList__icon[data-icon=pdf] {
  margin: auto -0.1em;
  font-size: 2.4rem;
}
.p-linkList__icon[data-icon=pdf]::after {
  content: "";
}
.p-linkList__icon[data-icon=external] {
  font-size: 1.6rem;
}
.p-linkList__icon[data-icon=external]::after {
  content: "";
}

.p-topFileIcon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #000AD2;
  border-radius: 4px;
  color: #000AD2;
  font-size: 1.6rem;
  transition: 120ms ease-out;
  transition-property: background, color;
}
.p-topFileIcon::before {
  content: attr(data-file-icon);
  line-height: 1;
  padding-bottom: 0.1em;
}
.p-topFileIcon[href] {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}
.p-topFileIcon[href]:focus-visible {
  outline-offset: 3px;
}

.p-topFileLegend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 23px;
  border: 1px solid #DCDCDC;
}
.p-topFileLegend__title {
  margin-right: auto;
  font-size: 1.4rem;
}
.p-topFileLegend__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.p-topFileLegend__item {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 5px 17px;
}
.p-topFileLegend__icon {
  flex-shrink: 0;
  margin-right: 6px;
}
.p-topFilter__list {
  display: flex;
  flex-wrap: wrap;
  margin: -3px -16px;
}
.p-topFilter__list:first-child {
  margin-bottom: 0;
}
.p-topFilter__list + .p-topFilter__list {
  margin-top: 0;
}
.p-topFilter__item {
  padding: 3px 16px;
}
.p-topFilter__label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-topFilter__input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.p-topFilter__input:focus-visible + .p-topFilter__symbol {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 3px;
}
.p-topFilter__symbol {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  background: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 1px;
}
.p-topFilter__input:checked + .p-topFilter__symbol {
  background: #000AD2;
  border-color: #000AD2;
}
.p-topFilter__input:checked + .p-topFilter__symbol::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 40%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -75%) rotate(-45deg);
}
.p-topFilter__column--filter {
  width: calc(100% - 150px);
}
.p-topFilter__column--sort {
  width: 134px;
}

.p-topTable {
  table-layout: fixed;
  width: 100%;
}
.p-topTable__head {
  padding-top: 22px !important;
  padding-bottom: 25px !important;
}
.p-topTable__head--category {
  width: 11.0915492958%;
}
.p-topTable__head--price {
  width: 12.1478873239%;
}
.p-topTable__head--contrast {
  width: 13.0281690141%;
}
.p-topTable__head--ratio {
  width: 10.2112676056%;
}
.p-topTable__head--assets {
  width: 11.7957746479%;
}
.p-topTable__head--files {
  width: 14.7007042254%;
}
.p-topTable__head--sortable {
  position: relative;
  cursor: pointer;
}
.p-topTable__label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.p-topTable__head--sortable .p-topTable__label {
  padding-right: 15px;
}
.p-topTable__unit {
  font-size: 1.4rem;
  line-height: 1;
}
.p-topTable__sort {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 9px;
  height: 14px;
  margin: auto 0 auto -9px;
}
.p-topTable__sort svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-topTableFiles {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.p-topTableFiles__item {
  padding: 4px;
}

.p-top__recordDate {
  margin-top: 16px;
}
.p-top__fileLegend {
  margin-top: 40px;
}
.p-top__filter {
  margin-top: 64px;
}
.p-top__table {
  margin-top: 32px;
}

.p-fundInfoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px 0;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}
.p-fundInfoList__item {
  padding: 3px 24px;
  width: 29.7535211268%;
}
.p-fundInfoList__item--ratio {
  width: 40.4929577465%;
}
.p-fundInfoList__title {
  font-weight: 400;
}
.p-fundInfoList__titleSub {
  font-size: 1.2rem;
}
.p-fundInfoList__content {
  padding-top: 10px;
  font-size: 2.8rem;
}
.p-fundInfoList__number {
  margin-right: 4px;
  font-weight: 700;
}
.p-fundInfoList__number--small {
  font-size: 2rem;
  margin-left: 14px;
}
.p-fundInfoList__unit {
  display: inline-block;
  font-size: 2rem;
}

.p-fundInfo__list {
  margin-right: auto;
}
.p-fundInfo__date {
  margin-top: 32px;
}

.p-fundInformationPDF__list {
  margin: -6px;
}
.p-fundInformationPDF__item {
  padding: 6px;
}
.p-fundInformationPDF__link {
  position: relative;
  display: block;
  padding: calc(24px - 0.25em) 16px;
  border: 1px solid #DCDCDC;
  font-weight: 500;
  text-align: center;
  transition: 240ms ease-out;
  transition-property: background;
}
.p-fundInformationPDF__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 28px;
  height: 13px;
  background: url(../img/common/icon_pdf.svg) no-repeat;
}
.p-fundInformationPDF__icon {
  display: block;
  margin-right: 14px;
}
.p-fundInformationPDF__icon img {
  display: block;
}

.p-fundInformationHistoryTable td {
  padding-top: 17px;
  padding-bottom: 16px;
}
.p-fundInformationHistoryTable__head--price {
  width: 30.9222423146%;
}
.p-fundInformationHistoryTable__unit {
  margin-left: 4px;
  font-size: 1.4rem;
}
.p-fundInformationHistoryTable__toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  background: #fff;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 17px 25px 16px 24px;
}
.p-fundInformationHistoryTable__toggle::after {
  content: "";
  display: block;
  font-family: "iconfont";
  line-height: 1;
  color: #000AD2;
}
.p-fundInformationHistoryTable__toggle--opened::after {
  transform: rotate(180deg);
}
.p-fundInformationHistoryTable__list {
  padding: 10px 0;
  border-bottom: 1px solid #DCDCDC;
}
.p-fundInformationHistoryTable__row {
  display: flex;
  justify-content: space-between;
}
.p-fundInformationHistoryTable__date, .p-fundInformationHistoryTable__price {
  padding: 10px 24px;
}
.p-fundInformationHistoryTable__date {
  font-weight: 400;
  padding-right: 15px;
}
.p-fundInformationHistoryTable__price {
  width: 30.9222423146%;
  padding-left: 15px;
}

.p-fundInformationHistory__table {
  margin-top: 25px;
}
.p-fundInformationHistory__link {
  margin-top: 30px;
}
.p-fundInformationFileList__button {
  margin-top: 30px;
  width: 100%;
}

.p-fundInformationReport__note {
  padding-top: 10px;
}
.p-fundInformationReport__filelist {
  margin-top: 4px;
}

.p-fundInformationTeam__link {
  margin-top: 32px;
}

.p-fundInformation__columns:not(:first-child) {
  margin-top: 80px;
}

.p-msChart {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}
.p-msChart__legends {
  margin-top: 34px;
}
.p-msChart__canvasArea {
  position: relative;
  font-size: 1.2rem;
  margin-top: 16px;
}
.p-msChart__canvas {
  display: block;
  width: 100%;
}
.p-msChart__canvas--action {
  position: absolute;
  top: 0;
}
.p-msChart__link {
  margin-top: 33px;
  text-align: center;
}
.p-msChart__note {
  margin-top: 30px;
}
.p-msChartControl__title {
  font-weight: 400;
}
.p-msChartControl__content {
  padding-top: 7px;
}
.p-msChartControl__list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.p-msChartControl__item {
  padding: 4px;
}
.p-msChartControl__button {
  display: block;
  background: #F0F0F0;
  padding: 4px 0 5px;
  width: 78px;
  text-align: center;
}

.p-msChartLegend {
  font-size: 1.4rem;
}
.p-msChartLegend__list {
  display: flex;
  justify-content: center;
  margin: -8px -16px;
}
.p-msChartLegend__item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.p-msChartLegend__symbol {
  flex-shrink: 0;
  display: block;
  width: 2px;
  height: 16px;
}
.p-msChartLegend__label {
  margin-left: 8px;
}

.p-fundPerformance__chart {
  margin: 0 auto;
}

.p-fundCompaniesSection__list {
  margin-top: 24px;
}

.p-fundCompanies__section + .p-fundCompanies__section {
  margin-top: 80px;
}

.p-fund__info {
  margin: 64px 0 80px;
}
.p-fund__tab {
  margin-top: 64px;
}
.p-fund__information, .p-fund__performance, .p-fund__companies {
  padding-top: 64px;
}
.p-fund__name {
  padding-top: 120px;
  font-weight: 300;
}

.p-fundReports__section {
  padding-top: 64px;
}
.p-fundReports__columns {
  margin-top: 24px;
}
.p-fundReports__name {
  padding-top: 120px;
  font-weight: 300;
}
.p-fundReports__link {
  padding-top: 80px;
}

.p-distributionsTable__head--date {
  width: 16.0211267606%;
}
.p-distributionsTable__head--distribution {
  width: 16.7253521127%;
}
.p-distributionsTable__head--nav {
  width: 17.5176056338%;
  padding-top: calc(22px + 0.15em) !important;
  padding-bottom: calc(22px + 0.15em) !important;
  line-height: 1.2;
}

.p-distributions__select {
  width: 145px;
}
.p-distributions__table {
  margin-top: 32px;
}

.p-redemptionsFundFile__title {
  padding: 0 24px;
}
.p-redemptionsFundFile__content {
  margin-top: 12px;
}
.p-redemptionsFundFile__link {
  padding-left: 24px;
  padding-right: 48px !important;
}
.p-redemptionsFundFile__icon {
  right: 24px;
}

.p-redemptionsTable__head:nth-child(2) {
  width: 18.0457746479%;
}
.p-redemptionsTable__head:nth-child(3) {
  width: 37.5%;
}
.p-redemptionsTable__head:nth-child(4) {
  width: 15.2288732394%;
}
.p-redemptionsTable__unit {
  margin-left: 4px;
  font-size: 1.4rem;
}

.p-redemptionsFund__content {
  padding-top: 32px;
}
.p-redemptionsFund__files {
  margin-top: 40px;
}

.p-redemptions__section + .p-redemptions__section {
  margin-top: 140px;
}
.p-redemptions__fund {
  margin-top: 80px;
}
@media screen and (min-width: 800px){
  .mobile\:show {
    display: none;
  }
  .desktop\:align-left {
    text-align: left;
  }
  .desktop\:align-right {
    text-align: right;
  }
  .desktop\:align-center {
    text-align: center;
  }
  .link:hover {
    text-decoration: underline;
  }
  .c-table thead th {
    font-size: 1.6rem;
  }
  .c-button:hover {
    background: #000AD2;
    color: #fff;
  }
  .c-button--primary:hover {
    background: #343BDB;
    border-color: #343BDB;
  }
  a.p-linkList__link:hover {
    text-decoration: underline;
  }
  .p-topFileIcon[href]:hover {
    background: #000AD2;
    color: #fff;
  }
  .p-topFileLegend__title {
    padding: 12px 0;
  }
  .p-topFileLegend__title::before, .p-topFileLegend__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-topFileLegend__title::before {
    margin-top: -0.25em;
  }
  .p-topFileLegend__title::after {
    margin-top: -0.25em;
  }
  .p-topFilter__item--mobile {
    display: none;
  }
  .p-fundInfoList__item:not(:last-child) {
    border-right: 1px solid #DCDCDC;
  }
  .p-fundInfoList__titleSub {
    margin-left: 4px;
  }
  .p-fundInformationPDF__list {
    display: flex;
  }
  .p-fundInformationPDF__item {
    width: 25%;
  }
  .p-fundInformationPDF__link:hover {
    background: #F6F6F6;
  }
  .p-fundInformationFileList__link {
    padding-bottom: 16px;
  }
  .p-fundInformationFileList__button {
    max-width: 308px;
  }
  .p-fundInformation__team {
    margin-top: 80px;
  }
  .p-msChart__control {
    align-self: center;
  }
  .p-fund__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-fund__column {
    width: calc((100% - 30px) / 2);
  }
  .p-distributions__select {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-redemptionsFundFile__content {
    display: flex;
    justify-content: space-between;
  }
  .p-redemptionsFundFile__list {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 800px) and (min-width: 800px){
  .content a:not(.c-moreLink):hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 799px){
  body {
    padding: 0 20px;
  }
  .mobile\:align-left {
    text-align: left;
  }
  .mobile\:align-right {
    text-align: right;
  }
  .mobile\:align-center {
    text-align: center;
  }
  .desktop\:show {
    display: none;
  }
  .mobile\:title--size1 {
    font-size: 3.2rem;
  }
  .mobile\:title--size2 {
    font-size: 2.8rem;
  }
  .mobile\:title--size3 {
    font-size: 2.4rem;
  }
  .mobile\:title--size4 {
    font-size: 2rem;
  }
  .mobile\:title--size5 {
    font-size: 1.8rem;
  }
  .mobile\:title--size6 {
    font-size: 1.6rem;
  }
  .mobile\:title--size7 {
    font-size: 1.4rem;
  }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-size: 1.4rem;
  }
  .content figure {
    margin: 40px 0;
  }
  .content figure::before {
    padding-top: 30%;
  }
  .c-table {
    font-size: 1.4rem;
  }
  .c-table th, .c-table td {
    padding: 20px 5px 30px;
  }
  .c-table th:first-child, .c-table td:first-child {
    padding-left: 10px;
  }
  .c-table th:last-child, .c-table td:last-child {
    padding-right: 10px;
  }
  .c-table thead th {
    line-height: 1.2;
    padding-top: 24px;
    padding-bottom: 23px;
  }
  .c-tab__list {
    margin-left: -7px;
    margin-right: -8px;
  }
  .c-tab__button {
    font-size: 1.6rem;
    padding: 8px 9px 8px;
  }
  .c-select {
    font-size: 1.4rem;
  }
  .c-selectButton {
    min-height: 54px;
    padding-left: 9px;
    padding-right: 32px;
  }
  .c-selectButton::after {
    right: 11px;
  }
  .p-linkList__item--blank {
    display: none;
  }
  .p-linkList__link {
    padding: 16px 0 15px;
  }
  .p-topFileLegend {
    padding: 23px 15px;
  }
  .p-topFileLegend__list {
    margin: 13px -16px -8px;
  }
  .p-topFileLegend__item {
    padding: 8px 16px;
  }
  .p-topFilter {
    display: flex;
    justify-content: space-between;
  }
  .p-topFilter__item--desktop {
    display: none;
  }
  .p-topFilter__list {
    display: none;
  }
  .p-topTable {
    font-size: 1.6rem;
  }
  .p-topTable {
    display: block;
  }
  .p-topTable tbody, .p-topTable tr, .p-topTable th, .p-topTable td {
    display: block;
  }
  .p-topTable thead {
    display: none;
  }
  .p-topTable tr + tr {
    margin-top: 64px;
  }
  .p-topTable tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 19px;
  }
  .p-topTable tbody td::before {
    content: attr(data-cel-title);
  }
  .p-topTable td.p-topTable__name {
    display: block;
    padding: 0 0 26px;
    border-bottom: none;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-topTable td.p-topTable__name::before {
    content: none;
  }
  .p-topTable td.p-topTable__files {
    padding: 20px 0;
  }
  .p-topTable td.p-topTable__empty {
    display: block;
    padding: 20px 0;
  }
  .p-topTableFiles {
    margin-top: 0;
  }
  .p-topTableFiles__item {
    padding-top: 0;
  }
  .p-top__recordDate {
    margin-top: 10px;
  }
  .p-top__fileLegend {
    margin-top: 24px;
  }
  .p-top__filter {
    margin-top: 63px;
  }
  .p-top__table {
    margin-top: 49px;
  }
  .p-fundInfoList {
    flex-wrap: wrap;
    padding: 31px 24px 33px;
  }
  .p-fundInfoList__item {
    padding: 0;
    width: auto;
  }
  .p-fundInfoList__item--price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 11px;
    border-bottom: 1px solid #DCDCDC;
  }
  .p-fundInfoList__content {
    padding-top: 0;
    line-height: 1;
  }
  .p-fundInfoList__content:not(.p-fundInfoList__item--price .p-fundInfoList__content) {
    font-size: 2.4rem;
  }
  .p-fundInfoList__number--small {
    display: inline-block;
    margin-left: 4px;
    font-size: 1.4rem;
  }
  .p-fundInfoList__unit:not(.p-fundInfoList__item--price .p-fundInfoList__unit) {
    font-size: 1.4rem;
  }
  .p-fundInfo__date {
    margin-top: 16px;
  }
  .p-fundInformationPDF__list {
    margin: -6px 0;
  }
  .p-fundInformationPDF__item {
    padding: 6px 0;
  }
  .p-fundInformationHistoryTable td {
    padding-bottom: 18px;
  }
  .p-fundInformationHistoryTable__head--price {
    width: 38.8059701493%;
  }
  .p-fundInformationHistoryTable__toggle {
    padding: 20px 10px 18px;
    font-size: 1.4rem;
  }
  .p-fundInformationHistoryTable__list {
    font-size: 1.4rem;
  }
  .p-fundInformationHistoryTable__date, .p-fundInformationHistoryTable__price {
    padding: 10px 10px 9px;
  }
  .p-fundInformationHistoryTable__date {
    padding-right: 5px;
  }
  .p-fundInformationHistoryTable__price {
    width: 38.8059701493%;
    padding-left: 5px;
  }
  .p-fundInformationHistory__table {
    margin-top: 32px;
  }
  .p-fundInformationHistory__link {
    margin-top: 23px;
  }
  .p-fundInformationFileList__button {
    margin-top: 24px;
  }
  .p-fundInformationReport__filelist {
    margin-top: 9px;
  }
  .p-fundInformation__columns:not(:first-child) {
    margin-top: 64px;
  }
  .p-fundInformation__report, .p-fundInformation__team {
    margin-top: 64px;
  }
  .p-msChart__legends {
    margin-top: 23px;
  }
  .p-msChart__link {
    margin-top: 24px;
  }
  .p-msChart__note {
    margin-top: 32px;
  }
  .p-msChartControl {
    font-size: 1.2rem;
  }
  .p-msChartControl__list {
    width: 240px;
  }
  .p-msChartControl__item:nth-child(1) {
    order: 1;
  }
  .p-msChartControl__item:nth-child(2) {
    order: 2;
  }
  .p-msChartControl__item:nth-child(3) {
    order: 3;
  }
  .p-msChartControl__item:nth-child(4) {
    order: 5;
  }
  .p-msChartControl__item:nth-child(5) {
    order: 6;
  }
  .p-msChartControl__item:nth-child(6) {
    order: 7;
  }
  .p-msChartControl__item:nth-child(7) {
    order: 8;
  }
  .p-msChartControl__item:nth-child(8) {
    order: 4;
  }
  .p-msChartControl__button {
    padding: 2px 0;
    width: 52px;
  }
  .p-msChartLegend {
    font-size: 1.2rem;
  }
  .p-msChartLegend__list {
    margin-left: 0;
    margin-right: 0;
  }
  .p-msChartLegend__item {
    padding-left: 0;
    padding-right: 0;
    margin-right: -1px;
  }
  .p-msChartLegend__label {
    margin-left: 2px;
  }
  .p-fundCompaniesSection__list {
    margin-top: 18px;
  }
  .p-fundCompanies__section + .p-fundCompanies__section {
    margin-top: 64px;
  }
  .p-fund__info {
    margin-bottom: 64px;
  }
  .p-fund__tab {
    margin-top: 64px;
  }
  .p-fund__information, .p-fund__performance, .p-fund__companies {
    padding-top: 48px;
  }
  .p-fund__name {
    padding-top: 100px;
    font-size: 1.4rem;
  }
  .p-fundReports__columns {
    margin-top: 20px;
  }
  .p-fundReports__name {
    padding-top: 100px;
    font-size: 1.4rem;
  }
  .p-fundReports__link {
    padding-top: 100px;
  }
  .p-distributionsTable__head--date {
    width: 20.8037825059%;
  }
  .p-distributionsTable__head--distribution {
    width: 20.8037825059%;
    padding-top: calc(22px + 0.05em) !important;
    padding-bottom: calc(21px + 0.05em) !important;
    line-height: 1.4 !important;
  }
  .p-distributionsTable__head--nav {
    width: 21.9858156028%;
    padding-top: calc(22px + 0.05em) !important;
    padding-bottom: calc(21px + 0.05em) !important;
    line-height: 1.4 !important;
  }
  .p-distributions__select {
    margin-top: 48px;
    font-size: 1.6rem;
  }
  .p-distributions__table {
    margin-top: 24px;
    overflow-x: auto;
  }
  .p-distributions__tableContent {
    min-width: 423px;
  }
  .p-redemptionsFundFile__title {
    padding: 0 10px;
  }
  .p-redemptionsFundFile__content {
    margin-top: 18px;
  }
  .p-redemptionsFundFile__link {
    padding-left: 10px;
    padding-right: 34px !important;
  }
  .p-redemptionsFundFile__icon {
    right: 10px;
  }
  .p-redemptionsTable__head:nth-child(2) {
    width: 23.2835820896%;
  }
  .p-redemptionsTable__head:nth-child(3) {
    width: 23.2835820896%;
  }
  .p-redemptionsTable__head:nth-child(4) {
    width: 26.8656716418%;
  }
  .p-redemptionsTable th, .p-redemptionsTable td {
    padding-left: 4px;
    padding-right: 3px;
  }
  .p-redemptionsFund__content {
    padding-top: 31px;
  }
  .p-redemptionsFund__files {
    margin-top: 48px;
  }
  .p-redemptions__section + .p-redemptions__section {
    margin-top: 90px;
  }
  .p-redemptions__fund {
    margin-top: 48px;
  }
  .p-redemptions__fund + .p-redemptions__fund {
    margin-top: 64px;
  }
}