@charset "utf-8";
/* Base
 * ======================================================================== */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@font-face {
  font-family: "MyHiraginoKakuGothicProN";
  font-weight: normal;
  src: local("ヒラギノ角ゴ ProN W3"), local("HiraKakuProN-W3"), local("Hiragino Kaku Gothic ProN");
}
@font-face {
  font-family: "MyHiraginoKakuGothicProN";
  font-weight: normal;
  src: local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6"), local("HiraKakuProN-W6"), local("Hiragino Kaku Gothic ProN");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
html[lang="ja"] body {
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "YuGothic", "MyYuGothicM", "Yu Gothic", sans-serif;
}
html[lang="en"] body {
  font-family: arial,sans-serif,"MS Gothic";
}

body {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  margin: auto;
  min-height: 100%;
  padding: 0;
  width: 100%;
  word-break: normal;
  word-wrap: break-word;
}
body > img {
  float: left;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

li,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:link {
  color: #005180;
}
a:visited {
  color: #3d81a8;
}
a:hover,
a:focus {
  text-decoration: none;
}

header a,
footer a {
  text-decoration: none;
}

em,
strong,
b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.2em;
}

sup {
  top: -.5em;
  bottom: -.2em;
}

img,
svg,
iframe {
  border: 0;
  border-style: none;
}

iframe {
  width: 100%;
}

table {
  border-collapse: collapse;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  max-width: 100%;
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
}
input[disabled],
button[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
}

input
button {
  overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input[type="hidden"] {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  padding: 0;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

fieldset {
  padding: .35em .75em .625em;
}

/* Placeholder-Selector
 * ------------------------------------------------------------------------ */
/* Clearfix
 * ------------------------------------------ */
.text-around::after {
  display: table;
  content: "";
  clear: both;
}

/* Reset margins of first and last
 * ------------------------------------------ */
body > :first-child,
li > :first-child,
dt > :first-child,
dd > :first-child,
table > :first-child,
thead > :first-child,
tbody > :first-child,
tr > :first-child,
th > :first-child,
td > :first-child,
form > :first-child,
.modal-content-wrap .modal-content .modal-content-inner > :first-child,
.lyt-outer > :first-child,
.lyt-inner > :first-child,
.str-content > :first-child,
.str-content.of-column > .str-primary > :first-child,
.str-content.of-column > .str-secondary > :first-child,
[class^="sct-"] > :first-child,
.mod-box > :first-child,
.mod-box > .content > :first-child,
.mod-box-2 > :first-child,
.mod-box-2 > .content > :first-child,
.mod-box-3 > :first-child,
.mod-box-3 > .content > :first-child,
.mod-box-4 > :first-child,
.mod-box-4 > .content > :first-child,
.mod-btn-list > li > :first-child,
.mod-btn-list-2 > li > :first-child,
.mod-grid > .col > :first-child,
.mod-idx > .item > .outer > .inner > :first-child,
.mod-idx-2 > .item > .outer > .inner > :first-child,
.mod-idx-6 > .item > .outer > .inner > :first-child,
.mod-link-list > ul > li > :first-child,
.mod-link-list > ol > li > :first-child,
.mod-list > ul > :first-child,
.mod-list > ol > :first-child,
.mod-list > ul > li > :first-child,
.mod-list > ol > li > :first-child,
.mod-list-bullet > ul > :first-child,
.mod-list-check > ul > :first-child,
.mod-list-arrow > ul > :first-child,
.mod-list-bullet > ol > :first-child,
.mod-list-check > ol > :first-child,
.mod-list-arrow > ol > :first-child,
.mod-list-bullet > ul > li > :first-child,
.mod-list-check > ul > li > :first-child,
.mod-list-arrow > ul > li > :first-child,
.mod-list-bullet > ol > li > :first-child,
.mod-list-check > ol > li > :first-child,
.mod-list-arrow > ol > li > :first-child,
.mod-list-number > ul > :first-child,
.mod-list-number > ol > :first-child,
.mod-list-number > ul > li > :first-child,
.mod-list-number > ol > li > :first-child,
.mod-list-desc dl > :first-child,
.mod-list-desc dl > .item > .content > :first-child,
.mod-list-news > .item > :first-child,
.mod-list-news-02 > .item > :first-child,
.mod-list-news > .item > .list > dt > :first-child,
.mod-list-news-02 > .item > .list > dt > :first-child,
.mod-list-news > .item > .list > dd > :first-child,
.mod-list-news-02 > .item > .list > dd > :first-child,
.text-around > .image > :first-child,
.mod-media-col2 > ul > li > :first-child,
.mod-nav-link-wrap > :first-child,
.mod-reg-area-wrap > .inner > :first-child,
.box-information > .content > :first-child,
.mod-note-list > ul > :first-child,
.mod-note-list > ol > :first-child,
.mod-note-list > ul > li > :first-child,
.mod-note-list > ol > li > :first-child,
.mod-note-list-bullet > ul > :first-child,
.mod-note-list-bullet > ol > :first-child,
.mod-note-list-bullet > ul > li > :first-child,
.mod-note-list-bullet > ol > li > :first-child,
.mod-note-list-desc > dl > :first-child,
.mod-note-list-desc > dl > .item > :first-child,
.mod-note-list-desc > dl > .item > .content > :first-child,
.mod-panel-tab > .content-wrap > .content > :first-child,
.mod-panel-tab-2 > .content-wrap > .content > :first-child,
.mod-panel-question > dl > :first-child,
.mod-panel-question > dl > .item > .answer > :first-child,
.mod-panel-plugin > :first-child,
.mod-panel-plugin > .content > :first-child,
.mod-txt-label-list > ul > li > :first-child,
body.theme-company .sct-management-system .unq-layout > .inner > :first-child,
body.theme-market .unq-filter > :first-child,
body.theme-market .unq-filter > .segment > :first-child,
body.theme-market .unq-index > :first-child,
body.theme-market .unq-index .item > .outer > .inner > .content > :first-child,
body.theme-market .unq-index .item > .outer > .inner > .content > .list > :first-child,
body.theme-market .unq-index .item > .outer > .inner > .button > :first-child,
body.theme-market .unq-box-index .content > :first-child,
body.theme-etf footer .footer-tgl-list > .content > .tgl-content > :first-child {
  margin-top: 0 !important;
}
body > :last-child,
li > :last-child,
dt > :last-child,
dd > :last-child,
table > :last-child,
thead > :last-child,
tbody > :last-child,
tr > :last-child,
th > :last-child,
td > :last-child,
form > :last-child,
.modal-content-wrap .modal-content .modal-content-inner > :last-child,
.lyt-outer > :last-child,
.lyt-inner > :last-child,
.str-content > :last-child,
.str-content.of-column > .str-primary > :last-child,
.str-content.of-column > .str-secondary > :last-child,
[class^="sct-"] > :last-child,
.mod-box > :last-child,
.mod-box > .content > :last-child,
.mod-box-2 > :last-child,
.mod-box-2 > .content > :last-child,
.mod-box-3 > :last-child,
.mod-box-3 > .content > :last-child,
.mod-box-4 > :last-child,
.mod-box-4 > .content > :last-child,
.mod-btn-list > li > :last-child,
.mod-btn-list-2 > li > :last-child,
.mod-grid > .col > :last-child,
.mod-idx > .item > .outer > .inner > :last-child,
.mod-idx-2 > .item > .outer > .inner > :last-child,
.mod-idx-6 > .item > .outer > .inner > :last-child,
.mod-link-list > ul > li > :last-child,
.mod-link-list > ol > li > :last-child,
.mod-list > ul > :last-child,
.mod-list > ol > :last-child,
.mod-list > ul > li > :last-child,
.mod-list > ol > li > :last-child,
.mod-list-bullet > ul > :last-child,
.mod-list-check > ul > :last-child,
.mod-list-arrow > ul > :last-child,
.mod-list-bullet > ol > :last-child,
.mod-list-check > ol > :last-child,
.mod-list-arrow > ol > :last-child,
.mod-list-bullet > ul > li > :last-child,
.mod-list-check > ul > li > :last-child,
.mod-list-arrow > ul > li > :last-child,
.mod-list-bullet > ol > li > :last-child,
.mod-list-check > ol > li > :last-child,
.mod-list-arrow > ol > li > :last-child,
.mod-list-number > ul > :last-child,
.mod-list-number > ol > :last-child,
.mod-list-number > ul > li > :last-child,
.mod-list-number > ol > li > :last-child,
.mod-list-desc dl > :last-child,
.mod-list-desc dl > .item > .content > :last-child,
.mod-list-news > .item > :last-child,
.mod-list-news-02 > .item > :last-child,
.mod-list-news > .item > .list > dt > :last-child,
.mod-list-news-02 > .item > .list > dt > :last-child,
.mod-list-news > .item > .list > dd > :last-child,
.mod-list-news-02 > .item > .list > dd > :last-child,
.text-around > .image > :last-child,
.mod-media-col2 > ul > li > :last-child,
.mod-nav-link-wrap > :last-child,
.mod-reg-area-wrap > .inner > :last-child,
.box-information > .content > :last-child,
.mod-note-list > ul > :last-child,
.mod-note-list > ol > :last-child,
.mod-note-list > ul > li > :last-child,
.mod-note-list > ol > li > :last-child,
.mod-note-list-bullet > ul > :last-child,
.mod-note-list-bullet > ol > :last-child,
.mod-note-list-bullet > ul > li > :last-child,
.mod-note-list-bullet > ol > li > :last-child,
.mod-note-list-desc > dl > :last-child,
.mod-note-list-desc > dl > .item > :last-child,
.mod-note-list-desc > dl > .item > .content > :last-child,
.mod-panel-tab > .content-wrap > .content > :last-child,
.mod-panel-tab-2 > .content-wrap > .content > :last-child,
.mod-panel-question > dl > :last-child,
.mod-panel-question > dl > .item > .answer > :last-child,
.mod-panel-plugin > :last-child,
.mod-panel-plugin > .content > :last-child,
.mod-txt-label-list > ul > li > :last-child,
body.theme-company .sct-management-system .unq-layout > .inner > :last-child,
body.theme-market .unq-filter > :last-child,
body.theme-market .unq-filter > .segment > :last-child,
body.theme-market .unq-index > :last-child,
body.theme-market .unq-index .item > .outer > .inner > .content > :last-child,
body.theme-market .unq-index .item > .outer > .inner > .content > .list > :last-child,
body.theme-market .unq-index .item > .outer > .inner > .button > :last-child,
body.theme-market .unq-box-index .content > :last-child,
body.theme-etf footer .footer-tgl-list > .content > .tgl-content > :last-child {
  margin-bottom: 0 !important;
}

@media print {
  .mv-carousel-area {
    max-width: 1000px;
    margin: 0 auto;
  }

  .mod-panel-tab-2 {
    max-width: 1000px;
    margin: 0 auto;
  }

  .mod-btn-list .mod-btn-wrap {
    width: 30%;
  }

  body.theme-mypage .g-nav > li > a {
    font-size: 1rem;
  }
  body.theme-mypage .site-nav-area,
  body.theme-mypage .site-nav-area-2 {
    right: 80px;
  }
  body.theme-mypage .site-nav-area .site-nav-link,
  body.theme-mypage .site-nav-area-2 .site-nav-link {
    font-size: 1rem;
  }
  body.theme-mypage .site-nav-area .site-nav-link > li,
  body.theme-mypage .site-nav-area-2 .site-nav-link > li {
    margin-right: 10px;
  }

  .search-button {
    margin-right: 0;
  }
}
/* Layout
 * ======================================================================== */
/* Header
 * ------------------------------------------------------------------------ */
header {
  position: relative;
  z-index: 2000;
}

@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  header + * {
    margin-top: 54px;
  }
}
.header-top-content {
  background-color: #fff;
}
.header-top-content::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .2), transparent 100%);
  bottom: -15px;
  content: "";
  display: none;
  height: 15px;
  position: absolute;
  width: 100%;
}
.header-top-content::after {
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}
.header-top-content .site-logo,
.header-top-content .site-logo-narrowsite-logo-narrow {
  display: block;
  width: 200px;
}
.header-top-content .site-logo img,
.header-top-content .site-logo-narrowsite-logo-narrow img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-top-content .site-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.header-top-content .site-nav .mypage-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #0183cf;
  color: #fff;
  font-size: 1.4rem;
}
.header-top-content .site-nav .mypage-button::before {
  content: "";
  display: block;
  width: 34px;
  height: 33px;
  margin-bottom: 5px;
  background-image: url("/images/icon-07.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.header-top-content .site-nav .mypage-button:hover,
.header-top-content .site-nav .mypage-button:focus {
  background-color: #1d9feb;
}
.header-top-content .site-nav .sp-menu-button {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  background-color: #fff;
  border: none;
  color: #000;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  height: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
}
.header-top-content .site-nav .sp-menu-button .trigger-icon-box {
  width: 24px;
  height: 19px;
  margin-bottom: 5px;
  position: relative;
}
.header-top-content .site-nav .sp-menu-button .trigger-icon-box::before,
.header-top-content .site-nav .sp-menu-button .trigger-icon-box::after,
.header-top-content .site-nav .sp-menu-button .trigger-icon-box .trigger-icon {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
  position: absolute;
  border-radius: 1.5px;
  left: 0;
}
.header-top-content .site-nav .sp-menu-button .trigger-icon-box::before {
  top: 0;
}
.header-top-content .site-nav .sp-menu-button .trigger-icon-box::after {
  bottom: 0;
}
.header-top-content .site-nav .sp-menu-button .trigger-icon-box .trigger-icon {
  top: 50%;
  transform: translateY(-50%);
}
.header-top-content .site-nav .sp-menu-button.of-text-color {
  color: #01aac6;
}
.header-top-content .site-nav .sp-menu-button.of-text-color .trigger-icon-box {
  margin: 0;
}
.header-top-content.of-decide-height .content-inner {
  height: 80px;
}

@media (max-width: 1079px) {
  .header-top-content .site-logo,
  .header-top-content .site-logo-narrowsite-logo-narrow {
    margin-left: 10px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .header-top-content {
    position: relative;
    z-index: 10;
  }
  .header-top-content::before {
    display: block;
  }
  .header-top-content.of-decide-height .content-inner {
    height: 50px;
  }
  .header-top-content .site-logo,
  .header-top-content .site-logo-narrowsite-logo-narrow {
    width: 120px;
  }
  .header-top-content .site-nav .mypage-button {
    width: 58px;
    height: 50px;
    font-size: 1rem;
  }
  .header-top-content .site-nav .mypage-button::before {
    width: 24px;
    height: 23px;
    background-image: url("/images/icon-07_sp.png");
  }
  .header-top-content .site-nav .sp-menu-button {
    display: -ms-flexbox;
    display: flex;
  }
}
.header-bottom-content {
  background-color: #fff;
  position: relative;
  z-index: 6;
}
.header-bottom-content::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2), transparent 100%);
  z-index: 20;
}
.header-bottom-content > .content-inner {
  position: relative;
}
.header-bottom-content.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}

@media (max-width: 767px) {
  .header-bottom-content {
    width: 87.5%;
    position: absolute;
    z-index: 1000;
    transition: transform .25s;
    will-change: transform;
    transform: translate(-100%, 0);
    max-height: calc(100% - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-bottom-content::after {
    content: none;
  }
  .header-bottom-content.active {
    transform: translate(0, 0);
  }
  .header-bottom-content a {
    visibility: hidden;
  }
  .header-bottom-content.active a {
    visibility: visible;
  }
}
.site-nav-area,
.site-nav-area-2 {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 80px;
  top: -64px;
}
.site-nav-area .site-nav-link,
.site-nav-area-2 .site-nav-link {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.site-nav-area .site-nav-link > li,
.site-nav-area-2 .site-nav-link > li {
  margin-right: 20px;
}
.site-nav-area .site-nav-link > li a,
.site-nav-area-2 .site-nav-link > li a {
  color: #333;
}
.site-nav-area .search-button,
.site-nav-area-2 .search-button {
  -ms-flex-align: center;
  align-items: center;
  background-color: #01aac6;
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  width: 100px;
}
.site-nav-area .search-button::after,
.site-nav-area-2 .search-button::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  background-image: url("/images/icon-06.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.site-nav-area .search-button:hover,
.site-nav-area-2 .search-button:hover,
.site-nav-area .search-button:focus,
.site-nav-area-2 .search-button:focus {
  background-color: #00c0e0;
  box-shadow: none;
}

.site-nav-area-2 {
  top: -55px;
  right: 0;
}

@media (max-width: 767px) {
  .site-nav-area,
  .site-nav-area-2 {
    display: block;
    padding: 18px 10px 20px;
    position: static;
  }
  .site-nav-area .site-nav-link,
  .site-nav-area-2 .site-nav-link {
    font-size: 1.2rem;
    margin-top: -15px;
    margin-bottom: 18px;
  }
  .site-nav-area .site-nav-link > li,
  .site-nav-area-2 .site-nav-link > li {
    margin-right: 0;
    padding-top: 15px;
  }
  .site-nav-area .site-nav-link > li > a::before,
  .site-nav-area-2 .site-nav-link > li > a::before {
    width: 4px;
    height: 4px;
    border-top: 2px solid #a1a1a1;
    border-right: 2px solid #a1a1a1;
  }
  .site-nav-area .search-button,
  .site-nav-area-2 .search-button {
    border-radius: 6px;
    width: 100%;
    color: #fff;
  }
}
.menu-close-button {
  position: relative;
  z-index: 11;
}
.menu-close-button a {
  font-size: 1.1rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff !important;
}
.menu-close-button a .close-icon {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  margin-bottom: 5px;
}
.menu-close-button a .close-icon::after,
.menu-close-button a .close-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left;
}
.menu-close-button a .close-icon::before {
  transform: rotate(45deg) translate(-50%, -50%);
}
.menu-close-button a .close-icon::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}
.menu-close-button a:hover,
.menu-close-button a:focus {
  text-decoration: underline;
}
.menu-close-button a:hover .close-icon,
.menu-close-button a:focus .close-icon {
  background-color: rgba(255, 255, 255, .5);
}

@media (max-width: 767px) {
  .menu-close-button {
    display: none;
  }
}
.menu-close-btn-sp {
  display: none;
  background-color: #bababa;
}
.menu-close-btn-sp a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  font-size: 1.4rem;
  color: #fff !important;
  text-align: center;
}
.menu-close-btn-sp a .close-icon {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  margin-left: 10px;
}
.menu-close-btn-sp a .close-icon::after,
.menu-close-btn-sp a .close-icon::before {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: 0 0;
  position: absolute;
  top: 0;
}
.menu-close-btn-sp a .close-icon::before {
  left: 0;
}
.menu-close-btn-sp a .close-icon::after {
  transform: rotate(-45deg);
  transform-origin: 100% 100%;
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .menu-close-btn-sp {
    display: block;
  }
}
.g-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.g-nav > li {
  display: -ms-flexbox;
  display: flex;
}
.g-nav > li:first-child {
  -ms-flex: 1 1 140px;
  flex: 1 1 140px;
}
.g-nav > li:nth-child(2) {
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
}
.g-nav > li:nth-child(3) {
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
}
.g-nav > li:nth-child(4) {
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
}
.g-nav > li:nth-child(5) {
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
}
.g-nav > li:last-child {
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
}
.g-nav > li > a {
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #fff 0, #fff 50%, #01aac6 50%, #01aac6 100%);
  background-size: 100% 200%;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
  padding: 20px;
  position: relative;
  width: 100%;
  text-align: center;
  will-change: background-position;
  transition: background-position .25s;
}
.g-nav > li > a::before {
  content: "";
  display: none;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
}
.g-nav > li > a::after {
  background-color: #f4f4f4;
  content: "";
  display: block;
  top: 50%;
  height: 50px;
  right: -1px;
  position: absolute;
  transform: translateY(-50%);
  width: 2px;
  z-index: 10;
}
.g-nav > li > a:hover,
.g-nav > li > a:focus {
  background-position: 0 100%;
  color: #fff;
}
.g-nav > li:last-child a::after {
  display: none;
}
.g-nav > li.current > a {
  font-weight: bold;
  color: #0183cf;
}
.g-nav > li.current > a::before {
  display: block;
}
.g-nav > li.current > a:hover,
.g-nav > li.current > a:focus {
  color: #fff;
  font-weight: normal;
}
.g-nav > li.current > a:hover::before,
.g-nav > li.current > a:focus::before {
  display: none;
}
.g-nav > li.active > a {
  background-position: 0 100%;
  color: #fff;
}
.g-nav > li.active.current > a {
  font-weight: normal;
  color: #fff;
}
.g-nav > li.active.current > a::before {
  display: none;
}

@media (max-width: 767px) {
  .g-nav {
    display: block;
  }
  .g-nav > li {
    display: block;
    max-width: none !important;
    min-width: 0 !important;
    border-bottom: 1px solid #ececec;
    background-image: none;
    min-height: 44px;
  }
  .g-nav > li > a {
    background-image: none;
    font-size: 1.4rem;
    min-height: 50px;
    padding: 0 34 0 25px;
    padding-right: 34px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .g-nav > li > a::before {
    width: 4px;
    height: 100%;
    background-image: linear-gradient(to bottom, #0183cf, #01cfbe);
  }
  .g-nav > li > a::after {
    background-color: transparent;
    display: block;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3ca0da;
    border-right: 2px solid #3ca0da;
    transform: translateY(-50%) rotate(45deg);
  }
  .g-nav > li > a:hover,
  .g-nav > li > a:focus {
    background-image: none;
    color: #333;
  }
  .g-nav > li.is-megadrop-parent > a::after {
    transform: translateY(-50%) rotate(135deg);
    will-change: transform;
    transition: transform .25s;
  }
  .g-nav > li.current > a:hover,
  .g-nav > li.current > a:focus {
    background-image: none;
    font-weight: bold;
    color: #0183cf;
  }
  .g-nav > li.current > a:hover::before,
  .g-nav > li.current > a:focus::before {
    display: block;
  }
  .g-nav > li.active > a {
    color: #333;
  }
  .g-nav > li.active > a::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .g-nav > li.active.current > a {
    color: #0183cf;
  }
  .g-nav > li.active.current > a::before {
    display: block;
  }
  .g-nav > li:last-child a::after {
    display: block;
  }
}
.g-nav-content {
  display: none;
  padding: 28px calc((100vw - 100%) / 2) 40px;
  margin: 0 calc(((100vw - 100%) / 2) * -1);
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
}
.g-nav-content .g-nav-content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .g-nav-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: static;
  }
  .g-nav-content .g-nav-content-inner {
    display: block;
  }
}
.category-top {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  color: #fff;
  border-right: 2px solid #fff;
  min-height: 220px;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  max-width: 225px;
  min-width: 225px;
}
.category-top::after {
  display: none;
  position: absolute;
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .2), transparent 100%);
  content: "";
}
.category-top a,
.category-top .of-no-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
}
.category-top a::before,
.category-top .of-no-link::before {
  content: "";
  display: none;
  background-size: cover;
  margin-bottom: 30px;
}
.category-top a:hover,
.category-top a:focus,
.category-top .of-no-link:hover,
.category-top .of-no-link:focus {
  text-decoration: underline;
}
.category-top a .category-text,
.category-top .of-no-link .category-text {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 40px;
  text-align: center;
}
.category-top a .category-text::after,
.category-top .of-no-link .category-text::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(45deg) translateY(-50%);
}
.category-top a .category-text .text-inner,
.category-top .of-no-link .category-text .text-inner {
  display: inline-block;
  text-align: left;
  color: #fff;
}
.category-top._fund a::before,
.category-top._fund .of-no-link::before {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("/common/images/icon-flyout-1.png");
}
.category-top._asset a::before,
.category-top._asset .of-no-link::before {
  display: block;
  width: 72px;
  height: 77px;
  background-image: url("/common/images/icon-flyout-2.png");
}
.category-top._market a::before,
.category-top._market .of-no-link::before {
  display: block;
  width: 64px;
  height: 81px;
  background-image: url("/common/images/icon-flyout-3.png");
}
.category-top._company a::before,
.category-top._company .of-no-link::before {
  display: block;
  width: 80px;
  height: 77px;
  background-image: url("/common/images/icon-flyout-4.png");
}
.category-top._sales a::before,
.category-top._sales .of-no-link::before {
  display: block;
  width: 80px;
  height: 81px;
  background-image: url("/common/images/icon-flyout-5.png");
}
.category-top._sales a .category-text,
.category-top._sales .of-no-link .category-text {
  padding-right: 0;
}
.category-top._sales a .category-text::after,
.category-top._sales .of-no-link .category-text::after {
  content: none;
}

@media (max-width: 767px) {
  .category-top {
    border: none;
    position: relative;
    padding-left: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 0;
  }
  .category-top::after {
    display: block;
  }
  .category-top a,
  .category-top .of-no-link {
    min-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #80d0e4;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .category-top a::before,
  .category-top .of-no-link::before {
    display: none !important;
  }
  .category-top a .category-text,
  .category-top .of-no-link .category-text {
    text-align: left;
  }
  .category-top a .category-text::after,
  .category-top .of-no-link .category-text::after {
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
  }
}
.category-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: -20px;
  padding: 0 70px 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.category-link > li {
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.category-link > li a {
  width: 100%;
  max-width: 210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  min-height: 70px;
  border-bottom: 1px solid #80d0e4;
  position: relative;
  color: #fff;
}
.category-link > li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.category-link > li a:hover,
.category-link > li a:focus {
  text-decoration: underline;
}
.category-link > li a.of-icon-key::after {
  border: none;
  background: url(/common/images/nav-icon-key.png) no-repeat;
  width: 21px;
  height: 11px;
  transform: translateY(-50%) rotate(0);
  right: 10px;
}
.category-link > li a.of-icon-blank::after {
  content: none;
}
.category-link > li a.of-icon-blank .mod-link-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

@media (max-width: 767px) {
  .category-link {
    padding: 0;
    margin-left: 0;
    width: 100%;
  }
  .category-link.grid {
    display: block;
  }
  .category-link.grid.col3 > * {
    width: 100%;
  }
  .category-link > li {
    padding-left: 30px;
  }
  .category-link > li a {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 40px;
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: none;
    min-height: 50px;
    border-bottom: 1px solid #80d0e4;
  }
  .category-link > li a::after {
    width: 6px;
    height: 6px;
  }
  .category-link > li a:hover,
  .category-link > li a:focus {
    text-decoration: none;
  }
  .category-link > li:last-child a {
    border: 0;
  }
}
@media (max-width: 767px) {
  body > .screen {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
    opacity: 0;
    transition: opacity .25s;
    will-change: opacity;
  }
  body._overlay {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
  }
  body._overlay > .screen {
    width: 100vw;
    height: 100vh;
    content: "";
    opacity: 1;
  }

  header {
    height: 100%;
    pointer-events: none;
  }
  header > * {
    pointer-events: auto;
  }
}
.modal-content-wrap {
  display: none;
}
.modal-content-wrap.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2000;
}
.modal-content-wrap .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 30px 90px;
  width: calc(100% - 36px);
  max-width: 1000px;
  height: 80vh;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.modal-content-wrap .modal-content .modal-content-inner {
  height: 100%;
  overflow: auto;
  padding: 10px;
}
.modal-content-wrap .modal-content .modal-close {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
}
.modal-content-wrap .modal-content .modal-close > span {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #999;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  font-size: 0;
}
.modal-content-wrap .modal-content .modal-close > span::before,
.modal-content-wrap .modal-content .modal-close > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #999;
  content: "";
  z-index: 15;
  transform-origin: center;
}
.modal-content-wrap .modal-content .modal-close > span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-content-wrap .modal-content .modal-close > span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content-wrap .modal-content .modal-close:hover > span,
.modal-content-wrap .modal-content .modal-close:focus > span {
  background-color: #ccc;
}
.modal-content-wrap._search > .modal-content {
  height: 300px;
}
.modal-content-wrap._search > .modal-content > .modal-content-inner {
  overflow: visible;
}
.modal-content-wrap._movie .modal-content {
  max-width: 940px;
  padding: 0;
  background: none;
  height: auto;
}
.modal-content-wrap._movie .modal-content .modal-content-inner {
  position: relative;
  padding-top: 55.6%;
  width: 100%;
  height: auto;
  overflow-y: auto;
}
.modal-content-wrap._movie .modal-content .modal-content-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.modal-content-wrap._movie .modal-content .modal-close {
  top: auto;
  right: 0;
  bottom: 100%;
}
.modal-content-wrap._movie .modal-content .modal-close > span {
  border: none;
  background: none;
}

.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.menu-overlay.active {
  display: block;
}

@media (max-width: 767px) {
  .modal-content-wrap .modal-content {
    width: calc(100% - 30px);
    padding: 16px 16px 63px;
  }
  .modal-content-wrap .modal-content .modal-close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
  }
}
.no-js .sp-menu-button {
  display: none;
}
.no-js .g-nav {
  display: block;
}
.no-js .g-nav > li {
  display: block;
}
.no-js .g-nav .g-nav-content {
  display: inherit;
  position: static;
}
.no-js .g-nav .g-nav-content .menu-close-button {
  display: none;
}
.no-js .g-nav .g-nav-content .menu-close-button a {
  display: none;
}
@media (max-width: 767px) {
  .no-js header {
    position: static;
  }
  .no-js .header-bottom-content {
    transform: translate(0);
    position: static;
    width: 100%;
  }
  .no-js .header-bottom-content a {
    visibility: visible;
  }
  .no-js .menu-close-btn-sp {
    display: none;
  }
}

/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  footer {
    margin-top: 65px;
  }
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}

.page-top-btn-block {
  margin: 0 auto;
  padding: 0 10px 20px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .page-top-btn-block {
    padding-right: 10px;
  }
}

.page-top-btn {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  margin-left: auto;
  border-radius: 50%;
  border: 2px #01aac6 solid;
  font-size: 1.2rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
  background-color: rgba(209, 209, 209, .5);
  opacity: .4;
  transition: opacity 1s;
}
.page-top-btn.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-top-btn {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
}
.page-top-btn .page-top-btn-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page-top-btn .page-top-btn-inner a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page-top-btn .page-top-btn-inner a span {
  color: #01aac6;
}
.page-top-btn .page-top-btn-inner a::before {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px #3ca0da solid;
  border-right: 2px #3ca0da solid;
  background: none;
  content: "";
  transform: rotate(-45deg);
}
.page-top-btn .page-top-btn-inner a:focus,
.page-top-btn .page-top-btn-inner a:active {
  background-color: rgba(1, 170, 198, .8);
}
.page-top-btn .page-top-btn-inner a:focus span,
.page-top-btn .page-top-btn-inner a:active span {
  color: #fff;
}
.page-top-btn .page-top-btn-inner a:focus::before,
.page-top-btn .page-top-btn-inner a:active::before {
  border-color: #fff;
}
.page-top-btn:hover {
  background-color: rgba(1, 170, 198, .8);
}
.page-top-btn:hover a span {
  color: #fff;
}
.page-top-btn:hover a::before {
  border-color: #fff;
}

.footer-content {
  background-color: #fff;
}
.footer-content._gray {
  background-color: #ececec;
  padding: 40px 0;
}
.footer-content._gray .content-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-content._gray {
    padding: 0;
  }
}
.footer-content._border-line {
  border-top: 1px #eee solid;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .footer-content._border-line {
    padding: 0;
    border-top: none;
  }
}
.footer-content._blue {
  padding: 20px 0;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}
@media screen and (max-width: 767px) {
  .footer-content._blue {
    padding: 12px 0;
  }
}

.info-menu.grid.col4 li {
  width: 24.9%;
}
@media screen and (max-width: 767px) {
  .info-menu.grid.col4 li {
    width: 50%;
  }
}
.info-menu > li {
  min-height: 110px;
}
.info-menu > li a {
  border-left: 2px #fff solid;
}
.info-menu > li:last-child a {
  border-right: 2px #fff solid;
}
@media screen and (max-width: 767px) {
  .info-menu > li:last-child a {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .info-menu > li {
    min-height: 150px;
    border-bottom: 2px #fff solid;
  }
  .info-menu > li:nth-child(odd) {
    border-right: 1px #fff solid;
    border-left: none;
  }
  .info-menu > li:nth-child(even) {
    border-left: 1px #fff solid;
    border-right: none;
  }
}
.info-menu > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 5px;
  font-size: 1.6rem;
  color: #666;
}
.info-menu > li a:hover,
.info-menu > li a:focus,
.info-menu > li a:active {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .info-menu > li a {
    height: 100%;
    min-height: inherit;
    padding: 0 18px;
    font-size: 1.2rem;
  }
}
.info-menu > li a._recruit {
  padding-top: 0;
}
.info-menu > li a._recruit::before {
  content: "";
  display: block;
  width: 29px;
  height: 60px;
  background-image: url("/common/images/icon-footer-menu-1.png");
  background-size: cover;
  margin-bottom: 13px;
}
.info-menu > li a._company-info::before {
  content: "";
  display: block;
  width: 42px;
  height: 48px;
  background-image: url("/common/images/icon-footer-menu-2.png");
  background-size: cover;
  margin-bottom: 20px;
}
.info-menu > li a._warning::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("/common/images/icon-footer-menu-3.png");
  background-size: cover;
  margin-bottom: 20px;
}
.info-menu > li a._srs::before {
  content: "";
  display: block;
  width: 38px;
  height: 44px;
  background-image: url("/common/images/icon-footer-menu-4.png");
  background-size: cover;
  margin-bottom: 20px;
}

.phone-info {
  width: 100%;
  max-width: 600px;
  margin: 25px auto 0;
  border: 2px #fff solid;
}
@media screen and (max-width: 767px) {
  .phone-info {
    margin-top: 0;
    max-width: inherit;
    border-left: none;
    border-right: none;
    border-top: none;
  }
}
.phone-info .phone-info-inner {
  background-color: #f6f6f6;
  padding: 15px 0 23px;
  font-size: 2rem;
}
.phone-info .phone-info-inner .phone-contact {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .phone-info .phone-info-inner .phone-contact {
    font-size: 1.6rem;
  }
}
.phone-info .phone-info-inner .phone {
  margin-top: 13px;
  font-size: 3rem;
  font-weight: bold;
  color: #0183cf;
  text-align: center;
  line-height: 1;
}
.phone-info .phone-info-inner .phone a {
  color: #0183cf;
}
@media screen and (max-width: 767px) {
  .phone-info .phone-info-inner .phone {
    margin-top: 10px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .phone-info .phone-info-inner .phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.phone-info .phone-info-inner .phone .phone-num::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("/images/icon-08.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .phone-info .phone-info-inner .phone .phone-num::before {
    width: 20px;
    height: 20px;
    background-image: url("/images/icon-08_sp.png");
  }
}
.phone-info .phone-info-inner .phone-sup {
  font-size: 1.6rem;
  color: #999;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .phone-info .phone-info-inner .phone-sup {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.external-link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .external-link-list {
    -ms-flex-align: inherit;
    align-items: inherit;
  }
}
.external-link-list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .external-link-list > li {
    -ms-flex: auto;
    flex: auto;
  }
}
.external-link-list > li + li {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .external-link-list > li + li {
    margin-left: 0;
  }
}
.external-link-list > li .footer-btn {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .external-link-list {
    margin-top: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
  }
  .external-link-list .footer-btn,
  .external-link-list .btn-twitter-link {
    width: 100%;
  }
  .external-link-list > * + * {
    margin-top: 10px;
  }
}

.footer-link-area {
  padding: 30px 0 24px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-link-area {
    padding: 0;
  }
}

.footer-link {
  margin-top: -23px;
}
@media screen and (max-width: 767px) {
  .footer-link {
    margin-top: 0;
  }
}
.footer-link > li {
  padding-top: 23px;
}
@media screen and (max-width: 767px) {
  .footer-link > li {
    min-height: 58px;
    padding: 0 10px 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px #eee solid;
  }
  .footer-link > li:nth-child(odd) {
    border-right: 1px #eee solid;
  }
  .footer-link > li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.footer-link > li a {
  font-size: 1.4rem;
  position: relative;
  padding-left: 20px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .footer-link > li a {
    font-size: 1.2rem;
  }
}
.footer-link > li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px #9d9d9d solid;
  border-right: 1px #9d9d9d solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .footer-link > li a::before {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
}
.footer-link > li a:hover,
.footer-link > li a:focus,
.footer-link > li a:active {
  text-decoration: underline;
}

.footer-site-nav,
.footer-site-nav-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-site-nav,
  .footer-site-nav-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: -12px;
    padding: 0 10px;
  }
}
.footer-site-nav > li a,
.footer-site-nav-2 > li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 20px;
  border-right: 1px #4ec7d7 solid;
}
.footer-site-nav > li a:hover,
.footer-site-nav-2 > li a:hover,
.footer-site-nav > li a:focus,
.footer-site-nav-2 > li a:focus,
.footer-site-nav > li a:active,
.footer-site-nav-2 > li a:active {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer-site-nav > li a,
  .footer-site-nav-2 > li a {
    padding: 0 12px;
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
.footer-site-nav > li a .icon-blank,
.footer-site-nav-2 > li a .icon-blank {
  margin-left: 5px;
}
.footer-site-nav > li:first-child a,
.footer-site-nav-2 > li:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .footer-site-nav > li:first-child a,
  .footer-site-nav-2 > li:first-child a {
    padding-left: 12px;
  }
}
.footer-site-nav > li:last-child a,
.footer-site-nav-2 > li:last-child a {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .footer-site-nav > li:last-child a,
  .footer-site-nav-2 > li:last-child a {
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer-site-nav-2 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-site-nav-2 > li {
    margin-top: 5px;
  }
  .footer-site-nav-2 > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-site-nav-2 > li a {
    font-size: 1.1rem;
  }
}

.footer-tgl-list {
  margin-left: -10px;
  background-color: #fff;
}
.footer-tgl-list .primary-tgl {
  display: -ms-flexbox;
  display: flex;
}
.footer-tgl-list > * {
  padding-left: 10px;
}
.footer-tgl-list .tgl-content.m-box._type-02 {
  background-color: #f2f7fb;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer-tgl-list .sp-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-tgl-list .sp-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-tgl-list .sp-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-tgl-list .sp-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
}

.footer-bottom,
.footer-bottom-2 {
  padding: 17px 0;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
}
.footer-bottom > *,
.footer-bottom-2 > * {
  text-align: center;
}
.footer-bottom small,
.footer-bottom-2 small {
  display: block;
  margin-top: 9px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer-bottom,
  .footer-bottom-2 {
    padding: 15px 10px;
    text-align: left;
    font-size: 1rem;
  }
  .footer-bottom > *,
  .footer-bottom-2 > * {
    text-align: left;
  }
  .footer-bottom small,
  .footer-bottom-2 small {
    margin-top: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom-2 {
    font-size: 1.1rem;
  }
  .footer-bottom-2 > * {
    text-align: center;
  }
}

.no-js .page-top-btn {
  opacity: 1;
  z-index: 30;
}
.no-js .primary-tgl .tgl-icon {
  display: none;
}

/* Common Structure
 * ------------------------------------------------------------------------ */
/* Content Structure
 * ------------------------------------------------------------------------ */
.str-content {
  padding: 55px 0 100px;
}
.str-content.of-column {
  max-width: 1020px;
  margin: auto;
  padding: 55px 10px 100px;
  display: -ms-flexbox;
  display: flex;
}
.str-content.of-column > .str-primary {
  -ms-flex: 0 1 742px;
  flex: 0 1 742px;
  border-right: 2px solid #ececec;
  padding: 30px 40px 0 0;
}
.str-content.of-column > .str-secondary {
  -ms-flex: 0 0 258px;
  flex: 0 0 258px;
  padding: 30px 0 0 18px;
}

@media print, screen and (min-width: 768px) {
  .str-content.of-top-nopad-wide {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .str-content {
    padding: 30px 0;
  }
  .str-content.of-column {
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 30px 0;
    display: block;
  }
  .str-content.of-column > .lyt-outer > .lyt-inner {
    display: block;
    overflow-x: hidden;
  }
  .str-content.of-column .str-primary {
    border-right: 0;
    padding: 0;
  }
  .str-content.of-column .str-secondary {
    padding: 0;
    margin-top: 90px;
  }
  .str-content.of-top-nopad-nallow {
    padding-top: 0;
  }
}
/* Section Structure
 * ------------------------------------------------------------------------ */
[class^="sct-"] + [class^="sct-"] {
  margin-top: 55px;
}
[class^="sct-"].of-bg-gray {
  background-image: url("/common/images/bg-sct-1.png");
}
[class^="sct-"].of-bg-blue {
  background-image: url("/common/images/bg-sct-2.png");
}
[class^="sct-"].of-bg-white {
  background-image: url("/common/images/bg-sct-3.png");
}
[class^="sct-"].of-bg-img-1 {
  background-color: #0183cf;
  background-image: url("/common/images/bg-sct-img-1.png");
  background-position: center;
}
[class^="sct-"].of-bg-img-2 {
  background-color: #0183cf;
  background-image: url("/common/images/bg-sct-img-1.png");
  background-position: center;
}
[class^="sct-"][class*=of-bg-] {
  padding: 55px 0;
}
[class^="sct-"][class*=of-bg-] + [class*=of-bg-] {
  margin-top: 0;
}
[class^="sct-"] > .lyt-outer > .lyt-inner {
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 767px) {
  [class^="sct-"] + [class^="sct-"] {
    margin-top: 30px;
  }
  [class^="sct-"][class*=of-bg-] {
    padding: 30px 0;
  }
  [class^="sct-"] > .lyt-outer {
    padding: 0 10px;
  }
}
/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
.content-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.t-content-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .t-content-inner {
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------
    grid (.grid, .col)
----------------------------------------------------------------- */
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid.col2 > * {
  width: 50%;
}
.grid.col3 > * {
  width: 33.333%;
}
.grid.col4 > * {
  width: 25%;
}
.grid.col5 > * {
  width: 20%;
}
.grid.gs-20 {
  margin-top: -20px;
  margin-left: -20px;
}
.grid.gs-20 > * {
  padding-top: 20px;
  padding-left: 20px;
}
.grid.gs-12 {
  margin-top: 12px;
  margin-left: -12px;
}
.grid.gs-12 > * {
  padding-top: 12px;
  padding-left: 12px;
}
.grid.gs-28 {
  margin-top: -28px;
  margin-left: -28px;
}
.grid.gs-28 > * {
  padding-top: 28px;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .grid.sp-col1 > * {
    width: 100%;
  }
  .grid.sp-col2 > * {
    width: 50%;
  }
  .grid.sp-col3 > * {
    width: 33.333%;
  }
  .grid.sp-gs-14 {
    margin-top: -14px;
    margin-left: -14px;
  }
  .grid.sp-gs-14 > * {
    padding-top: 14px;
    padding-left: 14px;
  }
  .grid.sp-gs-10 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .grid.sp-gs-10 > * {
    padding-top: 10px;
    padding-left: 10px;
  }
}

.grid > .col1 {
  width: 100%;
}
.grid > .col2 {
  width: 50%;
}
.grid > .col3 {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .grid > .sp-col1 {
    width: 100%;
  }
  .grid > .sp-col2 {
    width: 50%;
  }
  .grid > .sp-col3 {
    width: 33.333%;
  }
}

.layout-side-both {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.layout-side-both._center {
  -ms-flex-align: center;
  align-items: center;
}

.img-wrap img {
  width: 100%;
  vertical-align: bottom;
}

.carousel-area {
  width: 100%;
  height: 400px;
  background-color: #ccc;
}

.box-wrap {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .box-wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp-done {
    display: none;
  }
}
.pc-done {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-done {
    display: block;
  }
}

.pc-done-sub {
  display: none;
}
@media screen and (max-width: 450px) {
  .pc-done-sub {
    display: block;
  }
}

/* Navigation
 * ======================================================================== */
/* Local Navigation
 * ------------------------------------------------------------------------ */
.nav-local > .hdg {
  border-top: 4px #01aac6 solid;
  color: #01aac6;
  font-size: 2.1rem;
  padding: 25px 10px;
  text-align: center;
}
.nav-local .list .list {
  margin-left: 20px;
}
.nav-local .list a {
  color: #333;
  display: block;
  font-size: 1.4rem;
  padding: 10px 10px 10px 30px;
  position: relative;
  text-decoration: none;
}
.nav-local .list a:hover,
.nav-local .list a:focus {
  background-color: #e5f6f9;
}
.nav-local .list a::before {
  border-right: 2px #01aac6 solid;
  border-top: 2px #01aac6 solid;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: calc(10px + .4em);
  transform: rotate(45deg);
  width: 8px;
}
.nav-local .list a::after {
  background-image: linear-gradient(to bottom, #0183cf, #01cfbe);
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.nav-local > .list {
  border-top: 1px solid #ececec;
}
.nav-local > .list > li {
  border-bottom: 1px solid #ececec;
}
.nav-local > .list > li > a {
  font-size: 1.6rem;
  padding: 15px 10px 15px 30px;
}
.nav-local > .list > li > a::before {
  height: 11px;
  top: calc(15px + .35em);
  width: 11px;
}
.nav-local [aria-current] {
  background-color: #e5f6f9;
}
.nav-local [aria-current]::before {
  display: none !important;
}
.nav-local [aria-current]::after {
  display: block !important;
}

@media (max-width: 767px) {
  .nav-local > .hdg {
    font-size: 1.6rem;
    padding: 15px 10px;
  }
  .nav-local .list a {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .nav-local .list a::before {
    height: 7px;
    top: 15px;
    width: 7px;
  }
  .nav-local .list .list {
    margin-left: 10px;
  }
  .nav-local > .list > li > a {
    font-size: 1.4rem;
    padding: 12px 10px 12px 25px;
  }
  .nav-local > .list > li > a::before {
    height: 9px;
    left: 5px;
    top: 18px;
    width: 9px;
  }
}
.str-secondary .mod-btn-wrap .mod-btn-2 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
}
.str-secondary .mod-btn-wrap .mod-btn-2 + .mod-btn-2 {
  margin-top: 10px;
}
.str-secondary .mod-btn-wrap .mod-btn-2:hover::before,
.str-secondary .mod-btn-wrap .mod-btn-2:focus::before {
  border-color: #f6f6f6;
}
.str-secondary .mod-btn-wrap .mod-btn-2::before {
  border-color: #fff;
}
.str-secondary .mod-btn-wrap .mod-btn-2::after {
  border-right: 2px #01aac6 solid;
  border-top: 2px #01aac6 solid;
  content: "";
  display: block;
  height: 11px;
  right: 15px;
  position: absolute;
  transform: rotate(45deg);
  width: 11px;
}
.str-secondary .mod-btn-wrap .mod-btn-2 > .img {
  z-index: 10;
  margin-right: 10px;
}
.str-secondary .mod-btn-wrap .mod-btn-2 > .img > img {
  vertical-align: middle;
  max-width: 40px;
}
.str-secondary .mod-btn-wrap .mod-btn-2 > .img + .text {
  max-width: 135px;
}
.str-secondary .mod-btn-wrap .mod-btn-2 > .text {
  text-align: left;
  font-size: 1.4rem;
  max-width: 170px;
}

@media (max-width: 767px) {
  .str-secondary .mod-btn-wrap {
    margin-top: 0;
  }
  .str-secondary .mod-btn-wrap .mod-btn-2 {
    padding: 12px 10px 12px 10px;
    min-height: 70px;
  }
  .str-secondary .mod-btn-wrap .mod-btn-2 + .mod-btn-2 {
    margin-top: 0;
  }
  .str-secondary .mod-btn-wrap .mod-btn-2::before {
    box-shadow: none;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ececec;
  }
  .str-secondary .mod-btn-wrap .mod-btn-2::after {
    content: none;
  }
  .str-secondary .mod-btn-wrap .mod-btn-2 > .img + .text {
    max-width: none;
  }
  .str-secondary .mod-btn-wrap .mod-btn-2 > .text {
    max-width: none;
  }
}
/* Module
 * ======================================================================== */
/* Adjust Modules
 * ------------------------------------------------------------------------ */
/* Align Control
 * ------------------------------------------ */
.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* Margin Control
 * ------------------------------------------ */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mv-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mv-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mv-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mv-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mv-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mv-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mv-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mv-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mv-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mv-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mv-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mh-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mh-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mh-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mh-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mh-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mh-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mh-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mh-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mh-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mh-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mh-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.ma-0 {
  margin: 0px !important;
}

.ma-5 {
  margin: 5px !important;
}

.ma-10 {
  margin: 10px !important;
}

.ma-15 {
  margin: 15px !important;
}

.ma-20 {
  margin: 20px !important;
}

.ma-25 {
  margin: 25px !important;
}

.ma-30 {
  margin: 30px !important;
}

.ma-35 {
  margin: 35px !important;
}

.ma-40 {
  margin: 40px !important;
}

.ma-45 {
  margin: 45px !important;
}

.ma-50 {
  margin: 50px !important;
}

@media (max-width: 767px) {
  .mt-0 {
    margin-top: 0px !important;
  }

  .mt-5 {
    margin-top: 2.5px !important;
  }

  .mt-10 {
    margin-top: 5px !important;
  }

  .mt-15 {
    margin-top: 7.5px !important;
  }

  .mt-20 {
    margin-top: 10px !important;
  }

  .mt-25 {
    margin-top: 12.5px !important;
  }

  .mt-30 {
    margin-top: 15px !important;
  }

  .mt-35 {
    margin-top: 17.5px !important;
  }

  .mt-40 {
    margin-top: 20px !important;
  }

  .mt-45 {
    margin-top: 22.5px !important;
  }

  .mt-50 {
    margin-top: 25px !important;
  }

  .mr-0 {
    margin-right: 0px !important;
  }

  .mr-5 {
    margin-right: 2.5px !important;
  }

  .mr-10 {
    margin-right: 5px !important;
  }

  .mr-15 {
    margin-right: 7.5px !important;
  }

  .mr-20 {
    margin-right: 10px !important;
  }

  .mr-25 {
    margin-right: 12.5px !important;
  }

  .mr-30 {
    margin-right: 15px !important;
  }

  .mr-35 {
    margin-right: 17.5px !important;
  }

  .mr-40 {
    margin-right: 20px !important;
  }

  .mr-45 {
    margin-right: 22.5px !important;
  }

  .mr-50 {
    margin-right: 25px !important;
  }

  .mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-5 {
    margin-bottom: 2.5px !important;
  }

  .mb-10 {
    margin-bottom: 5px !important;
  }

  .mb-15 {
    margin-bottom: 7.5px !important;
  }

  .mb-20 {
    margin-bottom: 10px !important;
  }

  .mb-25 {
    margin-bottom: 12.5px !important;
  }

  .mb-30 {
    margin-bottom: 15px !important;
  }

  .mb-35 {
    margin-bottom: 17.5px !important;
  }

  .mb-40 {
    margin-bottom: 20px !important;
  }

  .mb-45 {
    margin-bottom: 22.5px !important;
  }

  .mb-50 {
    margin-bottom: 25px !important;
  }

  .ml-0 {
    margin-left: 0px !important;
  }

  .ml-5 {
    margin-left: 2.5px !important;
  }

  .ml-10 {
    margin-left: 5px !important;
  }

  .ml-15 {
    margin-left: 7.5px !important;
  }

  .ml-20 {
    margin-left: 10px !important;
  }

  .ml-25 {
    margin-left: 12.5px !important;
  }

  .ml-30 {
    margin-left: 15px !important;
  }

  .ml-35 {
    margin-left: 17.5px !important;
  }

  .ml-40 {
    margin-left: 20px !important;
  }

  .ml-45 {
    margin-left: 22.5px !important;
  }

  .ml-50 {
    margin-left: 25px !important;
  }

  .mv-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mv-5 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important;
  }

  .mv-10 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mv-15 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }

  .mv-20 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mv-25 {
    margin-top: 12.5px !important;
    margin-bottom: 12.5px !important;
  }

  .mv-30 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mv-35 {
    margin-top: 17.5px !important;
    margin-bottom: 17.5px !important;
  }

  .mv-40 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mv-45 {
    margin-top: 22.5px !important;
    margin-bottom: 22.5px !important;
  }

  .mv-50 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mh-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mh-5 {
    margin-left: 2.5px !important;
    margin-right: 2.5px !important;
  }

  .mh-10 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mh-15 {
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
  }

  .mh-20 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mh-25 {
    margin-left: 12.5px !important;
    margin-right: 12.5px !important;
  }

  .mh-30 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mh-35 {
    margin-left: 17.5px !important;
    margin-right: 17.5px !important;
  }

  .mh-40 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mh-45 {
    margin-left: 22.5px !important;
    margin-right: 22.5px !important;
  }

  .mh-50 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .ma-0 {
    margin: 0px !important;
  }

  .ma-5 {
    margin: 2.5px !important;
  }

  .ma-10 {
    margin: 5px !important;
  }

  .ma-15 {
    margin: 7.5px !important;
  }

  .ma-20 {
    margin: 10px !important;
  }

  .ma-25 {
    margin: 12.5px !important;
  }

  .ma-30 {
    margin: 15px !important;
  }

  .ma-35 {
    margin: 17.5px !important;
  }

  .ma-40 {
    margin: 20px !important;
  }

  .ma-45 {
    margin: 22.5px !important;
  }

  .ma-50 {
    margin: 25px !important;
  }
}
/* Width Control
 * ------------------------------------------ */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* Visible Control
 * ------------------------------------------ */
.visible-nallow,
.tbl-visible-nallow {
  display: none !important;
}

.visible-wide {
  display: block !important;
}

.tbl-visible-wide {
  display: table-cell !important;
}

@media print, screen and (min-width: 768px) {
  .visible-wide,
  .tbl-visible-wide {
    display: none !important;
  }

  .visible-nallow {
    display: block !important;
  }

  .tbl-visible-nallow {
    display: table-cell !important;
  }
}
/* other
 * ------------------------------------------ */
.tl-auto {
  table-layout: auto !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* Box Modules
 * ------------------------------------------------------------------------ */
/* .mod-box
 * ------------------------------------------ */
.mod-box {
  margin-top: 30px;
  padding: 16px 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  background-color: #fff;
  position: relative;
}
.mod-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
  content: "";
  z-index: 10;
}
.mod-box > .title {
  font-size: 2rem;
}
.mod-box > .content {
  margin-top: 16px;
  line-height: 1.8;
}
.mod-box > .content * {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .mod-box {
    margin-top: 15px;
    padding: 13px 15px;
  }
  .mod-box > .title {
    font-size: 1.6rem;
  }
  .mod-box > .content {
    margin-top: 4px;
    line-height: 1.5;
  }
}
/* .mod-box-2
 * ------------------------------------------ */
.mod-box-2 {
  margin-top: 30px;
  padding: 18px 20px;
  background-color: #f4f4f4;
}
.mod-box-2 > .title {
  font-size: 2rem;
}
.mod-box-2 > .content {
  margin-top: 15px;
  line-height: 1.8;
}
.mod-box-2 > .content * {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .mod-box-2 {
    margin-top: 15px;
    padding: 12px 15px;
  }
  .mod-box-2 > .title {
    font-size: 1.6rem;
  }
  .mod-box-2 > .content {
    margin-top: 4px;
    line-height: 1.5;
  }
}
/* .mod-box-3
 * ------------------------------------------ */
.mod-box-3 {
  margin-top: 30px;
  border: 2px solid #e0dc9f;
  padding: 16px 19px;
}
.mod-box-3 > .title {
  font-size: 2rem;
}
.mod-box-3 > .content {
  margin-top: 16px;
  line-height: 1.8;
}
.mod-box-3 > .content * {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .mod-box-3 {
    margin-top: 15px;
    padding: 10px 13px;
  }
  .mod-box-3 > .title {
    font-size: 1.6rem;
  }
  .mod-box-3 > .content {
    margin-top: 4px;
    line-height: 1.5;
  }
}
/* .mod-box-4
 * ------------------------------------------ */
.mod-box-4 {
  margin-top: 30px;
  padding: 18px 20px;
  background-color: #f2f7fb;
}
.mod-box-4 > .title {
  font-size: 2rem;
}
.mod-box-4 > .content {
  margin-top: 15px;
  line-height: 1.8;
}
.mod-box-4 > .content * {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .mod-box-4 {
    margin-top: 15px;
    padding: 12px 15px;
  }
  .mod-box-4 > .title {
    font-size: 1.6rem;
  }
  .mod-box-4 > .content {
    margin-top: 4px;
    line-height: 1.5;
  }
}
/* .mod-box-5
 * ------------------------------------------ */
.mod-box-5 {
  margin-top: 60px;
  border: 2px solid #e5f6f9;
  padding: 16px 19px;
  position: relative;
}
.mod-box-5 > .title {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  border: 0;
  background: linear-gradient(to right, #0183cf, #01cfbe);
  min-width: 160px;
  padding: 3px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .mod-box-5 {
    margin-top: 50px;
  }
  .mod-box-5 > .title {
    min-width: 160px;
    padding: 5px;
    color: #fff;
    font-size: 1.8rem;
    top: -20px;
  }
}
/* Button Modules
 * ------------------------------------------------------------------------ */
/* .mod-btn-wrap
 * ------------------------------------------ */
.mod-btn-wrap {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .mod-btn-wrap {
    margin-top: 15px;
  }
  .mod-btn-wrap [class*="mod-btn"] {
    min-width: 240px;
  }
  .mod-btn-wrap [class*="mod-btn"].of-medium,
  .mod-btn-wrap [class*="mod-btn"].of-large {
    width: 100%;
  }
}
/* .mod-btn
 * ------------------------------------------ */
.mod-btn {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.mod-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 100px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #01aac6;
  background-color: #fff;
}
.mod-btn::after {
  position: absolute;
  top: 44%;
  right: 18px;
  display: inline-block;
  width: 9.5px;
  height: 9.5px;
  border-top: 2px solid #01aac6;
  border-right: 2px solid #01aac6;
  content: "";
  transform: rotate(45deg) translateY(-50%);
  z-index: 10;
}
.mod-btn > .text {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  padding: 7px 36px 6px 16px;
  z-index: 10;
}
.mod-btn.of-medium::before {
  border-radius: 100px;
}
.mod-btn.of-medium::after {
  right: 21px;
}
.mod-btn.of-medium > .text {
  font-size: 1.6rem;
  padding: 8px 41px 8px 24px;
}
.mod-btn.of-large::before {
  border-radius: 100px;
  border: 3px solid #01aac6;
}
.mod-btn.of-large::after {
  top: 46%;
  right: 21px;
  width: 12px;
  height: 12px;
}
.mod-btn.of-large > .text {
  font-size: 1.8rem;
  padding: 12px 46px 11px 27px;
}
.mod-btn.of-target::after {
  border: none;
  content: "";
  background: url(/common/images/icon-link-external-1.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  top: 50%;
  right: 11px;
}
.mod-btn.of-target.of-medium::after {
  right: 13px;
}
.mod-btn.of-target.of-large::after {
  width: 20px;
  height: 19px;
  right: 15px;
}
/*20190328お気に入りボタン修正*/
.mod-btn:hover::before,
.mod-btn:focus::before {
  border: 3px solid #01aac6;
}
.mod-btn:hover > .text,
.mod-btn:focus > .text {
  color: #005180;
}
.mod-btn:hover.of-large::before,
.mod-btn:focus.of-large::before {
  border: 4px solid #01aac6;
}
.mod-btn.of-type-1::before {
  border-color: #00b28a;
  background-color: #00b28a;
}
.mod-btn.of-type-1:hover::before,
.mod-btn.of-type-1:focus::before {
  border-color: #00b28a;
}
.mod-btn.of-type-1::after {
  border-color: #fff;
}
.mod-btn.of-type-1 > .text {
  border-radius: 100px;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.mod-btn.of-type-1 > .text::before {
  content: "";
  display: inline-block;
  background: url(/common/images/icon-link-mail.png) no-repeat;
  width: 24px;
  height: 18px;
  margin-right: 8px;
}
/*type02*/
.mod-btn.of-type-2::before,
.mod-btn.of-disabled::before {
  border-color: #ff8400;
  background-color: #fff;
}
.mod-btn.of-type-2::after,
.mod-btn.of-disabled::after {
  border-color: #fff;
}
.mod-btn.of-type-2 > .text,
.mod-btn.of-disabled > .text {
  border-radius: 100px;
  color: #ff8400;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.mod-btn.of-type-2 > .text::before,
.mod-btn.of-disabled > .text::before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon-chk-star-2.png");
  background-size:20px auto;
  width: 20px !important;
  height: 19px !important;
  margin-right: 8px;
}



.mod-btn.of-type-2:hover::before,
.mod-btn.of-disabled:hover::before,
.mod-btn.of-disabled.is-active::before {
  border-color: #ff8400;
  background-color: #ff8400;
}
.mod-btn.of-type-2:hover > .text::before,
.mod-btn.of-disabled:hover > .text::before,
.mod-btn.of-disabled.is-active > .text::before {
  content: "";
  background-image: url(/common/images/icon-link-star.png);
  background-size:20px auto;
  width: 20px;
  height: 19px;
}
.mod-btn.of-type-2:hover > .text,
.mod-btn.of-disabled:hover > .text,
.mod-btn.of-disabled.is-active > .text {
  color: #fff;
}


/*type03*/
.mod-btn.of-type-3::before {
  border-color: #01aac6;
  background-color: #01aac6;
}
.mod-btn.of-type-3:hover::before,
.mod-btn.of-type-3:focus::before {
  border-color: #00c0e0;
  background-color: #00c0e0;
}
.mod-btn.of-type-3::after {
  border-color: #fff;
}
.mod-btn.of-type-3 > .text {
  border-radius: 100px;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.mod-btn.of-type-3 > .text::before {
  content: "";
  display: inline-block;
  background: url(/common/images/icon-link-search.png) no-repeat;
  width: 23px;
  height: 22px;
  margin-right: 8px;
}
/*
.mod-btn.of-disabled > .text {
  border-radius: 100px;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.mod-btn.of-disabled > .text::before {
  content: "";
  display: inline-block;
  background: url(/common/images/icon-link-star.png) no-repeat;
  width: 23px;
  height: 22px;
  margin-right: 8px;
}
*/
button.mod-btn::after {
  content: none;
}
button.mod-btn.of-medium > .text {
  padding-right: 24px;
}

@media (max-width: 767px) {
  .mod-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border: 2px solid #01aac6;
    background-color: #fff;
  }
  .mod-btn::after {
    position: absolute;
    top: 44%;
    right: 18px;
    display: inline-block;
    width: 9.5px;
    height: 9.5px;
    border-top: 2px solid #01aac6;
    border-right: 2px solid #01aac6;
    content: "";
    transform: rotate(45deg) translateY(-50%);
    z-index: 10;
  }
  .mod-btn > .text {
    position: relative;
    display: block;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    padding: 10px 36px 9px 23px;
    z-index: 10;
  }
  .mod-btn.of-medium::before {
    border-radius: 100px;
  }
  .mod-btn.of-medium::after {
    right: 21px;
  }
  .mod-btn.of-medium > .text {
    font-size: 1.4rem;
    padding: 10px 41px 9px 24px;
  }
  .mod-btn.of-large::before {
    border-radius: 100px;
    border: 3px solid #01aac6;
  }
  .mod-btn.of-large::after {
    top: 46%;
    right: 21px;
    width: 12px;
    height: 12px;
  }
  .mod-btn.of-large > .text {
    font-size: 1.6rem;
    padding: 13px 46px 13px 27px;
  }
  .mod-btn.of-type-1::after,
  .mod-btn.of-type-2::after,
  .mod-btn.of-disabled.is-active::after,
  .mod-btn.of-type-3::after,
  .mod-btn.of-disabled::after {
    content: none;
  }
  .mod-btn.of-type-1 > .text,
  .mod-btn.of-type-2 > .text,
  .mod-btn.of-disabled.is-active > .text,
  .mod-btn.of-type-3 > .text,
  .mod-btn.of-disabled > .text {
    padding: 10px 12px;
    font-size: 1.2rem;
  }
}
/* .mod-btn-2
 * ------------------------------------------ */
.mod-btn-2 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 5px 20px;
}
.mod-btn-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.mod-btn-2 > .text {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
}
.mod-btn-2 > .text.of-icon-1::before,
.mod-btn-2 > .text.of-icon-2::before,
.mod-btn-2 > .text.of-icon-3::before,
.mod-btn-2 > .text.of-icon-4::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  vertical-align: middle;
}
.mod-btn-2 > .text.of-icon-1::before {
  width: 22px;
  height: 22px;
  background: url(/funds/detail/images/btn-icon-01.png) no-repeat;
}
.mod-btn-2 > .text.of-icon-2::before {
  width: 23px;
  height: 21px;
  background: url(/funds/detail/images/btn-icon-02.png) no-repeat;
}
.mod-btn-2 > .text.of-icon-3::before {
  width: 19px;
  height: 22px;
  background: url(/funds/detail/images/btn-icon-03.png) no-repeat;
}
.mod-btn-2 > .text.of-icon-4::before {
  width: 21px;
  height: 20px;
  background: url(/funds/detail/images/btn-icon-04.png) no-repeat;
}
.mod-btn-2:hover::before,
.mod-btn-2:focus::before {
  border: 2px solid #ccc;
  background-color: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.mod-btn-2[aria-current],
.mod-btn-2[aria-selected="true"] {
  color: #fff;
}
.mod-btn-2[aria-current]::before,
.mod-btn-2[aria-selected="true"]::before {
  border-color: transparent;
  background-color: #0183cf;
  box-shadow: none;
}
.mod-btn-2[aria-current] > .text.of-icon-1::before,
.mod-btn-2[aria-selected="true"] > .text.of-icon-1::before {
  background: url(/funds/detail/images/btn-icon-01-o.png) no-repeat;
}
.mod-btn-2[aria-current] > .text.of-icon-2::before,
.mod-btn-2[aria-selected="true"] > .text.of-icon-2::before {
  background: url(/funds/detail/images/btn-icon-02-o.png) no-repeat;
}
.mod-btn-2[aria-current] > .text.of-icon-3::before,
.mod-btn-2[aria-selected="true"] > .text.of-icon-3::before {
  background: url(/funds/detail/images/btn-icon-03-o.png) no-repeat;
}
.mod-btn-2[aria-current] > .text.of-icon-4::before,
.mod-btn-2[aria-selected="true"] > .text.of-icon-4::before {
  background: url(/funds/detail/images/btn-icon-04-o.png) no-repeat;
}

@media (max-width: 767px) {
  .mod-btn-2 > .text {
    font-size: 1.4rem;
  }
  /* ↓add */
  .mod-btn.of-disabled.of-medium > .text,
  .mod-btn.of-disabled.of-medium.is-active > .text {
    padding: 10px 12px;
    font-size: 1.2rem;
  }
  /* ↑add */
}
/* .mod-btn-4
 * ------------------------------------------ */
.mod-btn-4 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  padding: 11px 20px 12px;
}
.mod-btn-4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background-color: #0183cf;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.mod-btn-4 > .text {
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
.mod-btn-4 > .text::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin-left: 10px;
  transform: rotate(45deg);
}
.mod-btn-4:hover::before,
.mod-btn-4:focus::before {
  background-color: #1d9feb;
}

@media (max-width: 767px) {
  .mod-btn-4 > .text {
    font-size: 1.4rem;
  }
}
/* .mod-btn-wrap
 * ------------------------------------------ */
.mod-btn-date-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .mod-btn-date-wrap {
    display: block;
  }
  .mod-btn-date-wrap > .date {
    margin-top: 20px;
    text-align: right;
    width: 100%;
  }
}
/* .mod-btn-5
 * ------------------------------------------ */
.mod-btn-5 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  max-width: 324px;
}
.mod-btn-5 > .text {
  position: relative;
  padding: 10px 30px;
}
.mod-btn-5 > .text::before,
.mod-btn-5 > .text::after {
  content: "";
  display: inline-block;
}
.mod-btn-5 > .text::before {
  background: url(/common/images/icon-file-pdf-small.png) no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-top;
}
.mod-btn-5 > .text::after {
  background: url(/common/images/icon-download-01.png) no-repeat;
  width: 20px;
  height: 18px;
  margin-left: 10px;
  vertical-align: top;
}
.mod-btn-5 > .text.of-icon-csv::before {
  background-image: url(/common/images/icon-file-csv.png);
}
.mod-btn-5:hover,
.mod-btn-5:focus {
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
  .mod-btn-5 {
    width: 100%;
  }
  .mod-btn-5 > .text {
    width: 100%;
  }
  .mod-btn-5 > .text::after {
    position: absolute;
    right: 15px;
  }
}
/* .mod-btn-toggle
 * ------------------------------------------ */
.mod-btn-toggle {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.mod-btn-toggle::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 18px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #cadce8;
  background-color: #fff;
}
.mod-btn-toggle::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  content: "";
  background-color: #cadce8;
  transform: translateY(-50%);
  z-index: 10;
}
.mod-btn-toggle > .text {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  padding: 5px 36px 5px 20px;
  z-index: 20;
}
.mod-btn-toggle > .text::before,
.mod-btn-toggle > .text:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 2px;
  z-index: 20;
}
.mod-btn-toggle > .text::before {
  right: 19px;
  width: 4px;
  height: 17px;
}
.mod-btn-toggle > .text::after {
  right: 13px;
  width: 17px;
  height: 4px;
}
.mod-btn-toggle.of-medium::before {
  border-radius: 22px;
}
.mod-btn-toggle.of-medium > .text {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.6rem;
}
.mod-btn-toggle.of-large::before {
  border-radius: 27px;
}
.mod-btn-toggle.of-large > .text {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .mod-btn-toggle > .text {
    font-size: 1.4rem;
  }
}
/* .mod-btn-toggle-2
 * ------------------------------------------ */
.mod-btn-toggle-2 {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.mod-btn-toggle-2::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #cadce8;
  background-color: #fff;
}
.mod-btn-toggle-2 > .text {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  padding: 8px 20px 8px 20px;
  z-index: 20;
  font-weight: bold;
  min-width: 300px;
}

/* .mod-btn-list
 * ------------------------------------------ */
.mod-btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-btn-list > .col,
  .mod-btn-list > li {
    margin: 10px 0 0 3.125%;
  }
  .mod-btn-list.of-nallow-col-1 > .col,
  .mod-btn-list.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-btn-list.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-btn-list.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-btn-list.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-btn-list.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-btn-list.of-nallow-col-2 > .col,
  .mod-btn-list.of-nallow-col-2 > li {
    -ms-flex: 0 0 48.4375%;
    flex: 0 0 48.4375%;
    min-width: 48.4375%;
    max-width: 48.4375%;
  }
  .mod-btn-list.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-btn-list.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-btn-list.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-btn-list.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-btn-list.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
  }
  .mod-btn-list.of-nallow-col-auto > .col,
  .mod-btn-list.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-btn-list > .col,
  .mod-btn-list > li {
    margin: 30px 0 0 3%;
  }
  .mod-btn-list.of-wide-col-1 > .col,
  .mod-btn-list.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-btn-list.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-btn-list.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-btn-list.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-btn-list.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-btn-list.of-wide-col-2 > .col,
  .mod-btn-list.of-wide-col-2 > li {
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    min-width: 48.5%;
    max-width: 48.5%;
  }
  .mod-btn-list.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-btn-list.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-btn-list.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-btn-list.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-btn-list.of-wide-col-3 > .col,
  .mod-btn-list.of-wide-col-3 > li {
    -ms-flex: 0 0 31.3333333333%;
    flex: 0 0 31.3333333333%;
    min-width: 31.3333333333%;
    max-width: 31.3333333333%;
  }
  .mod-btn-list.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-btn-list.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-btn-list.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-btn-list.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-btn-list.of-wide-col-4 > .col,
  .mod-btn-list.of-wide-col-4 > li {
    -ms-flex: 0 0 22.75%;
    flex: 0 0 22.75%;
    min-width: 22.75%;
    max-width: 22.75%;
  }
  .mod-btn-list.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-btn-list.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-btn-list.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-btn-list.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-btn-list.of-wide-col-5 > .col,
  .mod-btn-list.of-wide-col-5 > li {
    -ms-flex: 0 0 17.6%;
    flex: 0 0 17.6%;
    min-width: 17.6%;
    max-width: 17.6%;
  }
  .mod-btn-list.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-btn-list.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-btn-list.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-btn-list.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-btn-list.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
  }
  .mod-btn-list.of-wide-col-auto > .col,
  .mod-btn-list.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-btn-list > li [class*="mod-btn"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mod-btn-list {
    margin-top: 15px;
  }
}
/* .mod-btn-list-2
 * ------------------------------------------ */
.mod-btn-list-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-btn-list-2 > .col,
  .mod-btn-list-2 > li {
    margin: 5px 0 0 1.5625%;
  }
  .mod-btn-list-2.of-nallow-col-1 > .col,
  .mod-btn-list-2.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-btn-list-2.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-btn-list-2.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-btn-list-2.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-btn-list-2.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-btn-list-2.of-nallow-col-2 > .col,
  .mod-btn-list-2.of-nallow-col-2 > li {
    -ms-flex: 0 0 49.21875%;
    flex: 0 0 49.21875%;
    min-width: 49.21875%;
    max-width: 49.21875%;
  }
  .mod-btn-list-2.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-btn-list-2.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-btn-list-2.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-btn-list-2.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-btn-list-2.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px;
  }
  .mod-btn-list-2.of-nallow-col-auto > .col,
  .mod-btn-list-2.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-btn-list-2 > .col,
  .mod-btn-list-2 > li {
    margin: 5px 0 0 .5%;
  }
  .mod-btn-list-2.of-wide-col-1 > .col,
  .mod-btn-list-2.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-btn-list-2.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-btn-list-2.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-btn-list-2.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-btn-list-2.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-btn-list-2.of-wide-col-2 > .col,
  .mod-btn-list-2.of-wide-col-2 > li {
    -ms-flex: 0 0 49.75%;
    flex: 0 0 49.75%;
    min-width: 49.75%;
    max-width: 49.75%;
  }
  .mod-btn-list-2.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-btn-list-2.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-btn-list-2.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-btn-list-2.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-btn-list-2.of-wide-col-3 > .col,
  .mod-btn-list-2.of-wide-col-3 > li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .mod-btn-list-2.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-btn-list-2.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-btn-list-2.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-btn-list-2.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-btn-list-2.of-wide-col-4 > .col,
  .mod-btn-list-2.of-wide-col-4 > li {
    -ms-flex: 0 0 24.625%;
    flex: 0 0 24.625%;
    min-width: 24.625%;
    max-width: 24.625%;
  }
  .mod-btn-list-2.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-btn-list-2.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-btn-list-2.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-btn-list-2.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-btn-list-2.of-wide-col-5 > .col,
  .mod-btn-list-2.of-wide-col-5 > li {
    -ms-flex: 0 0 19.6%;
    flex: 0 0 19.6%;
    min-width: 19.6%;
    max-width: 19.6%;
  }
  .mod-btn-list-2.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-btn-list-2.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-btn-list-2.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-btn-list-2.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-btn-list-2.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px;
  }
  .mod-btn-list-2.of-wide-col-auto > .col,
  .mod-btn-list-2.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-btn-list-2 > li [class*="mod-btn"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.mod-btn-list-2.of-arrow {
  margin-top: 0;
}
.mod-btn-list-2.of-arrow li {
  min-width: 140px;
  margin: 0;
}
.mod-btn-list-2.of-arrow li .mod-btn-2 {
  padding: 5px 30px 5px 20px;
}
.mod-btn-list-2.of-arrow li .mod-btn-2 > .text {
  font-size: 1.4rem;
  color: #333;
}
.mod-btn-list-2.of-arrow li .mod-btn-2 > .text::after {
  position: absolute;
  top: 0;
  right: -15px;
  display: inline-block;
  width: 9.5px;
  height: 9.5px;
  border-top: 2px solid #01aac6;
  border-right: 2px solid #01aac6;
  content: "";
  transform: rotate(135deg) translateY(-50%);
  z-index: 10;
}

@media (max-width: 767px) {
  .mod-btn-list-2 {
    margin-top: 15px;
  }
  .mod-btn-list-2.of-arrow li {
    min-width: 140px;
    width: 100%;
    margin-left: 0;
  }
  .mod-btn-list-2.of-arrow li .mod-btn-2 {
    padding: 5px 30px 5px 20px;
  }
  .mod-btn-list-2.of-arrow li .mod-btn-2 > .text::after {
    right: -60px;
  }
}
/* .mod-btn-word
 * ------------------------------------------ */
.mod-btn-word {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  padding: 3px 13px;
}
.mod-btn-word::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.mod-btn-word > .text {
  color: #333;
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  font-size: 1.2rem;
}
.mod-btn-word:hover::before,
.mod-btn-word:focus::before {
  border: 2px solid #ccc;
  background-color: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.mod-btn-word[aria-current],
.mod-btn-word[aria-selected="true"] {
  color: #fff;
}
.mod-btn-word[aria-current]::before,
.mod-btn-word[aria-selected="true"]::before {
  border-color: transparent;
  background-color: #0183cf;
  box-shadow: none;
}

@media (max-width: 767px) {
  .mod-btn-word {
    padding: 4px 10px;
  }
  .mod-btn-word > .text {
    font-size: 1rem;
    line-height: 1.2;
  }
}
/* .mod-btn-word-list
 * ------------------------------------------ */
.mod-btn-word-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -.5%;
}
@media (max-width: 767px) {
  .mod-btn-word-list > .col,
  .mod-btn-word-list > li {
    margin: 5px 0 0 1.5625%;
  }
  .mod-btn-word-list.of-nallow-col-1 > .col,
  .mod-btn-word-list.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-btn-word-list.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-btn-word-list.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-btn-word-list.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-btn-word-list.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-btn-word-list.of-nallow-col-2 > .col,
  .mod-btn-word-list.of-nallow-col-2 > li {
    -ms-flex: 0 0 49.21875%;
    flex: 0 0 49.21875%;
    min-width: 49.21875%;
    max-width: 49.21875%;
  }
  .mod-btn-word-list.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-btn-word-list.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-btn-word-list.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-btn-word-list.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-btn-word-list.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px;
  }
  .mod-btn-word-list.of-nallow-col-auto > .col,
  .mod-btn-word-list.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-btn-word-list > .col,
  .mod-btn-word-list > li {
    margin: 5px 0 0 .5%;
  }
  .mod-btn-word-list.of-wide-col-1 > .col,
  .mod-btn-word-list.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-btn-word-list.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-btn-word-list.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-btn-word-list.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-btn-word-list.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-btn-word-list.of-wide-col-2 > .col,
  .mod-btn-word-list.of-wide-col-2 > li {
    -ms-flex: 0 0 49.75%;
    flex: 0 0 49.75%;
    min-width: 49.75%;
    max-width: 49.75%;
  }
  .mod-btn-word-list.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-btn-word-list.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-btn-word-list.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-btn-word-list.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-btn-word-list.of-wide-col-3 > .col,
  .mod-btn-word-list.of-wide-col-3 > li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .mod-btn-word-list.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-btn-word-list.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-btn-word-list.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-btn-word-list.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-btn-word-list.of-wide-col-4 > .col,
  .mod-btn-word-list.of-wide-col-4 > li {
    -ms-flex: 0 0 24.625%;
    flex: 0 0 24.625%;
    min-width: 24.625%;
    max-width: 24.625%;
  }
  .mod-btn-word-list.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-btn-word-list.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-btn-word-list.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-btn-word-list.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-btn-word-list.of-wide-col-5 > .col,
  .mod-btn-word-list.of-wide-col-5 > li {
    -ms-flex: 0 0 19.6%;
    flex: 0 0 19.6%;
    min-width: 19.6%;
    max-width: 19.6%;
  }
  .mod-btn-word-list.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-btn-word-list.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-btn-word-list.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-btn-word-list.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-btn-word-list.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px;
  }
  .mod-btn-word-list.of-wide-col-auto > .col,
  .mod-btn-word-list.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}

@media (max-width: 767px) {
  .mod-btn-word-list {
    margin-left: -1.5625%;
  }
}
/* .mod-btn-close
 * ------------------------------------------ */
.mod-btn-close {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.mod-btn-close::before {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 100px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #01aac6;
  background-color: #fff;
}
.mod-btn-close > .text {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  padding: 7px 40.35px 6px 16px;
  z-index: 10;
}
.mod-btn-close > .text::before,
.mod-btn-close > .text::after {
  position: absolute;
  top: 50%;
  right: 16px;
  border-radius: 1px;
  display: block;
  width: 15%;
  height: 2px;
  content: "";
  background-color: #01aac6;
  transform-origin: center;
}
.mod-btn-close > .text::before {
  transform: translateY(-50%) rotate(45deg);
}
.mod-btn-close > .text::after {
  transform: translateY(-50%) rotate(-45deg);
}
.mod-btn-close:hover::before,
.mod-btn-close:focus::before {
  border: 3px solid #01aac6;
}
.mod-btn-close:hover > .text,
.mod-btn-close:focus > .text {
  color: #005180;
}

@media (max-width: 767px) {
  .mod-btn-close::before {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border: 2px solid #01aac6;
    background-color: #fff;
  }
  .mod-btn-close > .text {
    position: relative;
    display: block;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    padding: 10px 36px 9px 23px;
    z-index: 10;
  }
}
/* Form Modules
 * ------------------------------------------------------------------------ */
/* .mod-form-text
 * ------------------------------------------ */
.mod-form-text {
  display: inline-block;
}
.mod-form-text input {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  min-width: 300px;
  padding: 7px 15px;
}
.mod-form-text input:focus {
  background-color: #e5f6f9;
}

/* .mod-form-select
 * ------------------------------------------ */
.mod-form-select {
  position: relative;
  display: inline-block;
}
.mod-form-select select {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #bbb;
  min-width: 300px;
  padding: 7px 34px 7px 15px;
}
.mod-form-select::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-25%);
  width: 0;
  height: 0;
  border-top: 11px solid #999;
  border-right: 7px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 7px solid transparent;
  z-index: 10;
  content: "";
  pointer-events: none;
}

@media (max-width: 767px) {
  .mod-form-select select {
    font-size: 1.6rem;
  }
}
/* .mod-form-star
 * ------------------------------------------ */
.mod-form-star > .inner {
  display: inline-block;
  position: relative;
}
.mod-form-star > .inner > .text::before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("/common/images/icon-chk-star-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mod-form-star > .inner > input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
  opacity: 0;
}
.mod-form-star > .inner > input:checked + .text::before {
  background-image: url("/common/images/icon-chk-star-2.png");
}

/* .mod-item-icon
 * ------------------------------------------ */
.mod-item-icon {
  display: inline-block;
  position: relative;
}
.mod-item-icon a {
  text-decoration: none;
}
.mod-item-icon a > .text {
  background: #0183cf;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.mod-item-icon > .text {
  background: #0183cf;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 8px;
}

@media (max-width: 767px) {
  .mod-item-icon > .text {
    padding: 2px 5px;
  }
}
/* .mod-form-check
 * ------------------------------------------ */
.mod-form-check > .inner {
  display: inline-block;
  position: relative;
}
.mod-form-check > .inner > .text {
  position: relative;
  padding-left: 31px;
}
.mod-form-check > .inner > .text::before,
.mod-form-check > .inner > .text::after {
  position: absolute;
  content: "";
}
.mod-form-check > .inner > .text::before {
  width: 24px;
  height: 24px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #fff;
  left: 0;
  top: 2px;
}
.mod-form-check > .inner > .text::after {
  display: none;
  background-image: url("/common/images/icon-chk-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 11px;
  left: 5px;
  top: 8px;
}
.mod-form-check > .inner > input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
  opacity: 0;
}
.mod-form-check > .inner > input:checked + .text::before {
  background-color: #efefef;
  border-color: transparent;
}
.mod-form-check > .inner > input:checked + .text::after {
  display: block;
}

@media (max-width: 767px) {
  .mod-form-check > .inner > .text {
    padding-left: 25px;
  }
  .mod-form-check > .inner > .text::before {
    width: 18px;
    height: 18px;
    top: 0;
  }
}
/* .mod-form-radio
 * ------------------------------------------ */
.mod-form-radio > .inner {
  display: inline-block;
  position: relative;
}
.mod-form-radio > .inner > .text {
  position: relative;
  padding-left: 28px;
}
.mod-form-radio > .inner > .text::before,
.mod-form-radio > .inner > .text::after {
  position: absolute;
  content: "";
}
.mod-form-radio > .inner > .text::before {
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  border-radius: 10px;
  background-color: #fff;
  left: 0;
  top: 1px;
}
.mod-form-radio > .inner > .text::after {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  left: 5px;
  top: 6px;
  background-color: #128bd1;
}
.mod-form-radio > .inner > input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
  opacity: 0;
}
.mod-form-radio > .inner > input:checked + .text::after {
  display: block;
}

/* .mod-form-comp
 * ------------------------------------------ */
.mod-form-comp {
  margin: 30px auto 0;
}
.mod-form-comp .inner {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.mod-form-comp .input {
  display: block;
  border: 2px solid #0183cf;
  border-radius: 5px 0 0 5px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.mod-form-comp .input input {
  display: block;
  border: 0;
  padding: 0 15px;
  font-size: 1.8rem;
  height: 100%;
  width: 100%;
}
.mod-form-comp .button {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.mod-form-comp .button button {
  display: block;
  border: 0;
  background-color: #0183cf;
  color: #fff;
  font-size: 1.8rem;
  height: 100%;
  width: 100%;
}
.mod-form-comp .button button:hover,
.mod-form-comp .button button:focus {
  background-color: #1d9feb;
}
.mod-form-comp.of-nallow {
  max-width: 800px;
}

@media (max-width: 767px) {
  .mod-form-comp {
    margin-top: 15px;
  }
  .mod-form-comp .inner {
    height: 40px;
  }
  .mod-form-comp .input {
    font-size: 1.6rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .mod-form-comp .button {
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    font-size: 1.2rem;
  }
  .mod-form-comp .button button {
    font-size: 1.2rem;
  }
}
/* .mod-check-button-list
 * ------------------------------------------ */
.mod-form-button-list {
  margin-top: 30px;
}
.mod-form-button-list > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.mod-form-button-list > ul > li {
  margin: 10px 0 0 10px;
}
.mod-form-button-list > ul > li > label {
  display: block;
  position: relative;
}
.mod-form-button-list > ul > li > label > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.mod-form-button-list > ul > li > label > input + .text {
  display: block;
  color: #005180;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  padding: 11px 13px;
}
.mod-form-button-list > ul > li > label > input:checked + .text {
  color: #fff;
  border: 1px solid transparent;
  background-color: #0183cf;
}

@media (max-width: 767px) {
  .mod-form-button-list {
    margin-top: 15px;
  }
  .mod-form-button-list > ul {
    margin: -5px 0 0 -5px;
  }
  .mod-form-button-list > ul > li {
    margin: 5px 0 0 5px;
  }
  .mod-form-button-list > ul > li > label > input + .text {
    padding: 7px 15px;
  }
}
/* .mad-text-area
.mad-text-area > textarea {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  min-width: 300px;
  padding: 7px 15px;
}

@media (max-width: 767px) {
  .mad-text-area > textarea {
    width: 100%;
    min-width: inherit;
  }
}
 * ------------------------------------------ */
/* .mad-required-mark
.mad-required-mark {
  margin: 0 5px;
  color: #d9300a;
}
 * ------------------------------------------ */

/* Grid Modules
 * ------------------------------------------------------------------------ */
.mod-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-grid > .col,
  .mod-grid > li {
    margin: 14px 0 0 4.375%;
  }
  .mod-grid.of-nallow-col-1 > .col,
  .mod-grid.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-grid.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-grid.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-grid.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-grid.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-grid.of-nallow-col-2 > .col,
  .mod-grid.of-nallow-col-2 > li {
    -ms-flex: 0 0 47.8125%;
    flex: 0 0 47.8125%;
    min-width: 47.8125%;
    max-width: 47.8125%;
  }
  .mod-grid.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-grid.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-grid.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-grid.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-grid.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -14px;
  }
  .mod-grid.of-nallow-col-auto > .col,
  .mod-grid.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-grid > .col,
  .mod-grid > li {
    margin: 20px 0 0 2%;
  }
  .mod-grid.of-wide-col-1 > .col,
  .mod-grid.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-grid.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-grid.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-grid.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-grid.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-grid.of-wide-col-2 > .col,
  .mod-grid.of-wide-col-2 > li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  .mod-grid.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-grid.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-grid.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-grid.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-grid.of-wide-col-3 > .col,
  .mod-grid.of-wide-col-3 > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
  }
  .mod-grid.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-grid.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-grid.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-grid.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-grid.of-wide-col-4 > .col,
  .mod-grid.of-wide-col-4 > li {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
  }
  .mod-grid.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-grid.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-grid.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-grid.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-grid.of-wide-col-5 > .col,
  .mod-grid.of-wide-col-5 > li {
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    min-width: 18.4%;
    max-width: 18.4%;
  }
  .mod-grid.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-grid.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-grid.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-grid.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-grid.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
  }
  .mod-grid.of-wide-col-auto > .col,
  .mod-grid.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}

@media (max-width: 767px) {
  .mod-grid {
    margin-top: 15px;
  }
}
/* Heading Modules
 * ------------------------------------------------------------------------ */
/* .mod-hdg
 * ------------------------------------------ */
.mod-hdg {
  background-image: url("/common/images/bg-hdg-1.png");
  padding: 15px 10px 35px;
}
.mod-hdg > .lyt-inner {
  max-width: 1000px;
  min-width: 300px;
  margin: auto;
}
.mod-hdg .breadcrumb > .breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-hdg .breadcrumb > .breadcrumb-list > li {
  margin-right: 18px;
  padding-right: 18px;
  position: relative;
}
.mod-hdg .breadcrumb > .breadcrumb-list > li a {
  font-size: 1.2rem;
  color: #999;
}
.mod-hdg .breadcrumb > .breadcrumb-list > li a::after {
  position: absolute;
  top: 45%;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #9d9d9d;
  border-right: 2px solid #9d9d9d;
  content: "";
  transform: rotate(45deg) translateY(-50%);
}
.mod-hdg .breadcrumb > .breadcrumb-list > li a:link:hover,
.mod-hdg .breadcrumb > .breadcrumb-list > li a:link:focus {
  text-decoration: underline;
}
.mod-hdg .breadcrumb > .breadcrumb-list > li a[aria-current] {
  color: #67a1ab;
  font-weight: bold;
}
.mod-hdg .breadcrumb > .breadcrumb-list > li a[aria-current]::after {
  display: none;
}
.mod-hdg .breadcrumb > .breadcrumb-list > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.mod-hdg .hdg {
  margin-top: 35px;
  padding-left: 100px;
  position: relative;
}
.mod-hdg .hdg::before,
.mod-hdg .hdg::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -.45em;
  left: 0;
}
.mod-hdg .hdg::before {
  border-radius: 40px;
  background-color: #fff;
}
.mod-hdg .hdg::after {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/common/images/icon-hdg-company.png");
}
.mod-hdg .hdg > .text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 4rem;
  color: #019dc9;
  font-weight: normal;
}
.mod-hdg .hdg.of-small::before {
  top: -.4em;
}
.mod-hdg .hdg.of-small > .text {
  font-size: 3.6rem;
}
.mod-hdg.of-category-company .hdg::after {
  background-image: url("/common/images/icon-hdg-company.png");
}
.mod-hdg.of-category-funds .hdg::after {
  background-image: url("/common/images/icon-hdg-funds.png");
}
.mod-hdg.of-category-guide .hdg::after {
  background-image: url("/common/images/icon-hdg-guide.png");
}
.mod-hdg.of-category-market .hdg::after {
  background-image: url("/common/images/icon-hdg-market.png");
}
.mod-hdg.of-category-sales .hdg::after {
  background-image: url("/common/images/icon-hdg-sales.png");
}
.mod-hdg.of-noicon .hdg {
  padding: 0;
}
.mod-hdg.of-noicon .hdg::before,
.mod-hdg.of-noicon .hdg::after {
  display: none;
}
.mod-hdg.of-fund-detail .hdg {
  padding: 0;
}
.mod-hdg.of-fund-detail .hdg::before,
.mod-hdg.of-fund-detail .hdg::after {
  display: none;
}
.mod-hdg.of-fund-detail .hdg > .text {
  font-size: 3.2rem;
  line-height: 1.3;
}

body.theme-company .mod-hdg .hdg::after {
  background-image: url("/common/images/icon-hdg-company.png");
}

body.theme-funds .mod-hdg .hdg::after {
  background-image: url("/common/images/icon-hdg-funds.png");
}

body.theme-guide .mod-hdg .hdg::after {
  background-image: url("/common/images/icon-hdg-guide.png");
}

body.theme-market .mod-hdg .hdg::after {
  background-image: url("/common/images/icon-hdg-market.png");
}

body.theme-sales .mod-hdg .hdg::after {
  background-image: url("/common/images/icon-hdg-sales.png");
}

@media (max-width: 767px) {
  .mod-hdg {
    padding: 4px 10px 10px;
  }
  .mod-hdg .breadcrumb > .breadcrumb-list > li {
    margin-right: 10px;
    padding-right: 10px;
  }
  .mod-hdg .breadcrumb > .breadcrumb-list > li a {
    font-size: 1rem;
  }
  .mod-hdg .breadcrumb > .breadcrumb-list > li a::after {
    top: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
  }
  .mod-hdg .hdg {
    margin-top: 20px;
    padding-left: 50px;
  }
  .mod-hdg .hdg::before,
  .mod-hdg .hdg::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mod-hdg .hdg::before {
    border-radius: 20px;
  }
  .mod-hdg .hdg::after {
    background-size: 22px;
  }
  .mod-hdg .hdg > .text {
    font-size: 2.4rem;
  }
  .mod-hdg .hdg.of-small::before {
    top: -.25em;
  }
  .mod-hdg .hdg.of-small > .text {
    font-size: 2rem;
  }
  .mod-hdg.of-fund-detail .hdg > .text {
    font-size: 2rem;
    line-height: 1.3;
  }
}
/* .mod-hdg-2
 * ------------------------------------------ */
.mod-hdg-2 {
  margin-top: 60px;
  padding-bottom: 7px;
  border-bottom: 2px solid #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mod-hdg-2 > .text {
  font-size: 3rem;
  font-weight: normal;
  color: #555;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mod-hdg-2 + [class*="mod-"] {
  margin-top: 40px !important;
}
.mod-hdg-2.of-borderless {
  padding-bottom: 0;
  border-bottom: 0;
}
.mod-hdg-2 .small {
  font-size: 1.4rem;
  font-weight: normal;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mod-hdg-2 .link {
  font-size: 1.4rem;
  font-weight: normal;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  text-decoration: none;
}
.mod-hdg-2 .link::before {
  border-top: 5px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #0854a0;
  width: 0;
  height: 0;
  display: inline-block;
  content: "";
  vertical-align: middle;
  position: relative;
  top: -.1em;
}
.mod-hdg-2 .question {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  color: #333 !important;
}
.mod-hdg-2 .question::before {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "？";
  color: #fff;
  position: relative;
  top: -.15em;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-color: #01aac6;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
  .mod-hdg-2 {
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .mod-hdg-2 > .text {
    font-size: 2.1rem;
  }
  .mod-hdg-2 > .text.nallow-left {
    text-align: flex-start;
  }
  .mod-hdg-2 > .text.nallow-center {
    text-align: center;
  }
  .mod-hdg-2 > .text.nallow-right {
    text-align: flex-end;
  }
  .mod-hdg-2 + [class*="mod-"] {
    margin-top: 20px !important;
  }
  .mod-hdg-2 .small {
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.2rem;
  }
  .mod-hdg-2 .link {
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.2rem;
  }
  .mod-hdg-2 .link::before {
    top: .275em;
  }
  .mod-hdg-2 .question {
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.2rem;
  }
  .mod-hdg-2 .question::before {
    top: .05em;
    width: 16px;
    height: 16px;
  }
}
/* .mod-hdg-3
 * ------------------------------------------ */
.mod-hdg-3 {
  background-color: #f4f4f4;
  padding: 5px 15px;
  margin-top: 30px;
}
.mod-hdg-3 > .text {
  font-size: 2.4rem;
  font-weight: bold;
}
.mod-hdg-3 + [class*="mod-"] {
  margin-top: 25px !important;
}

@media (max-width: 767px) {
  .mod-hdg-3 {
    margin-top: 15px;
    padding: 6px 11px;
  }
  .mod-hdg-3 > .text {
    font-size: 1.8rem;
  }
  .mod-hdg-3 + [class*="mod-"] {
    margin-top: 15px !important;
  }
}
/* .mod-hdg-4
 * ------------------------------------------ */
.mod-hdg-4 {
  margin-top: 30px;
  border: 1px solid #ececec;
  padding: 4px 15px;
}
.mod-hdg-4 > .text {
  font-size: 2rem;
  font-weight: bold;
}
.mod-hdg-4 + [class*="mod-"] {
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .mod-hdg-4 {
    margin-top: 15px;
    padding: 4px 8px;
  }
  .mod-hdg-4 > .text {
    font-size: 1.6rem;
  }
  .mod-hdg-4 + [class*="mod-"] {
    margin-top: 10px !important;
  }
}
/* .mod-hdg-5
 * ------------------------------------------ */
.mod-hdg-5 {
  border-bottom: 1px solid #ececec;
  padding: 0 16px 6px;
  margin-top: 30px;
}
.mod-hdg-5 > .text {
  font-size: 1.8rem;
  font-weight: bold;
}
.mod-hdg-5 + [class*="mod-"] {
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .mod-hdg-5 {
    margin-top: 15px;
    padding: 0;
  }
  .mod-hdg-5 > .text {
    font-size: 1.5rem;
  }
  .mod-hdg-5 + [class*="mod-"] {
    margin-top: 10px !important;
  }
}
/* .mod-hdg-6
 * ------------------------------------------ */
.mod-hdg-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 4px;
  margin-top: 60px;
}
.mod-hdg-6::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #0183cf;
  border-radius: 1.5px;
}
.mod-hdg-6 > .text {
  font-weight: normal;
  color: #444;
  text-align: center;
  font-size: 3.6rem;
}
.mod-hdg-6 + [class*="mod-"] {
  margin-top: 30px !important;
}
.mod-hdg-6[class*="of-icon-"] {
  padding-bottom: 9px;
}
.mod-hdg-6[class*="of-icon-"] > .text {
  position: relative;
  font-size: 3rem;
  padding-left: 60px;
}
.mod-hdg-6[class*="of-icon-"] > .text::before,
.mod-hdg-6[class*="of-icon-"] > .text::after {
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  position: absolute;
  top: -.1em;
  left: 0;
}
.mod-hdg-6[class*="of-icon-"] > .text::before {
  border-radius: 24px;
}
.mod-hdg-6[class*="of-icon-"] > .text::after {
  background-position: center;
  background-repeat: no-repeat;
}
.mod-hdg-6.of-icon-color-white > .text::before {
  background: #fff;
}
.mod-hdg-6.of-icon-color-blue > .text::before {
  background: #edf8ff;
}
.mod-hdg-6.of-icon-type-1 > .text::after {
  background-image: url("/common/images/icon-hdg-1.png");
}
.mod-hdg-6.of-icon-type-2 > .text::after {
  background-image: url("/common/images/icon-hdg-2.png");
}
.mod-hdg-6.of-icon-type-3 > .text::after {
  background-image: url("/common/images/icon-hdg-3.png");
}
.mod-hdg-6.of-icon-type-4 > .text::after {
  background-image: url("/common/images/icon-hdg-4.png");
}
.mod-hdg-6.of-icon-type-5 > .text::after {
  background-image: url("/common/images/icon-hdg-5.png");
}
.mod-hdg-6.of-icon-type-6 > .text::after {
  background-image: url("/common/images/icon-hdg-6.png");
}
.mod-hdg-6.of-icon-type-7 > .text::after {
  background-image: url("/common/images/icon-hdg-7.png");
}
.mod-hdg-6.of-reversal > .text {
  color: #fff;
}
.mod-hdg-6.of-reversal::before {
  background-color: #fff;
}

@media (max-width: 767px) {
  .mod-hdg-6 {
    margin-bottom: 18px;
    padding-bottom: 7px;
    margin-top: 30px;
  }
  .mod-hdg-6::before {
    height: 2px;
    width: 60px;
    border-radius: 1px;
  }
  .mod-hdg-6 > .text {
    font-size: 2.1rem;
  }
  .mod-hdg-6 + [class*="mod-"] {
    margin-top: 20px !important;
  }
  .mod-hdg-6[class*="of-icon-"] {
    padding-bottom: 10px;
  }
  .mod-hdg-6[class*="of-icon-"] > .text {
    font-size: 2.1rem;
    padding-left: 50px;
  }
  .mod-hdg-6[class*="of-icon-"] > .text::before,
  .mod-hdg-6[class*="of-icon-"] > .text::after {
    width: 40px;
    height: 40px;
    top: -.2em;
  }
  .mod-hdg-6[class*="of-icon-"] > .text::before {
    border-radius: 20px;
  }
  .mod-hdg-6[class*="of-icon-"] > .text::after {
    background-size: 60%;
  }
}
/* .mod-hdg-7
 * ------------------------------------------ */
.mod-hdg-7 {
  margin-top: 60px;
  padding-bottom: 10px;
  position: relative;
}
.mod-hdg-7::before,
.mod-hdg-7::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  display: block;
  border-radius: 2px;
}
.mod-hdg-7::before {
  width: 100%;
  background-color: #ececec;
}
.mod-hdg-7::after {
  width: 80px;
  background-color: #0183cf;
}
.mod-hdg-7 > .text {
  font-size: 2rem;
  font-weight: normal;
  color: #555;
}
.mod-hdg-7 + [class*="mod-"] {
  margin-top: 20px !important;
}
.mod-hdg-7.of-reversal::before {
  background-color: #fff;
}

@media (max-width: 767px) {
  .mod-hdg-7 {
    margin-top: 30px;
  }
  .mod-hdg-7 > .text {
    font-size: 1.8rem;
  }
  .mod-hdg-7 + [class*="mod-"] {
    margin-top: 15px !important;
  }
}
/* .mod-hdg-8
 * ------------------------------------------ */
.mod-hdg-8 {
  margin-top: 30px;
}
.mod-hdg-8 > .text {
  font-size: 2rem;
  font-weight: bold;
}
.mod-hdg-8 + [class*="mod-"] {
  margin-top: 25px !important;
}

@media (max-width: 767px) {
  .mod-hdg-8 {
    margin-top: 15px;
  }
  .mod-hdg-8 > .text {
    font-size: 1.6rem;
  }
  .mod-hdg-8 + [class*="mod-"] {
    margin-top: 15px !important;
  }
}
/* Index Modules
 * ------------------------------------------------------------------------ */
/* .mod-idx
 * ------------------------------------------ */
.mod-idx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-idx > .col,
  .mod-idx > li {
    margin: 14px 0 0 4.375%;
  }
  .mod-idx.of-nallow-col-1 > .col,
  .mod-idx.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-idx.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx.of-nallow-col-2 > .col,
  .mod-idx.of-nallow-col-2 > li {
    -ms-flex: 0 0 47.8125%;
    flex: 0 0 47.8125%;
    min-width: 47.8125%;
    max-width: 47.8125%;
  }
  .mod-idx.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-idx.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -14px;
  }
  .mod-idx.of-nallow-col-auto > .col,
  .mod-idx.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-idx > .col,
  .mod-idx > li {
    margin: 20px 0 0 2%;
  }
  .mod-idx.of-wide-col-1 > .col,
  .mod-idx.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-idx.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx.of-wide-col-2 > .col,
  .mod-idx.of-wide-col-2 > li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  .mod-idx.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-idx.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx.of-wide-col-3 > .col,
  .mod-idx.of-wide-col-3 > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
  }
  .mod-idx.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-idx.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-idx.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-idx.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-idx.of-wide-col-4 > .col,
  .mod-idx.of-wide-col-4 > li {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
  }
  .mod-idx.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-idx.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-idx.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-idx.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-idx.of-wide-col-5 > .col,
  .mod-idx.of-wide-col-5 > li {
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    min-width: 18.4%;
    max-width: 18.4%;
  }
  .mod-idx.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-idx.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-idx.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-idx.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-idx.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
  }
  .mod-idx.of-wide-col-auto > .col,
  .mod-idx.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-idx > .col > .item,
.mod-idx > .item {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.mod-idx > .col > .item > .outer,
.mod-idx > .item > .outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.mod-idx > .col > .item > .outer > .inner,
.mod-idx > .item > .outer > .inner {
  padding: 13px 20px 20px;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}
.mod-idx > .col > .item .label,
.mod-idx > .item .label {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(-50%);
  z-index: 20;
}
.mod-idx > .col > .item .label.of-color-blue,
.mod-idx > .item .label.of-color-blue {
  background-color: #0183cf;
}
.mod-idx > .col > .item .label.of-color-green,
.mod-idx > .item .label.of-color-green {
  background-color: #22bcaf;
}
.mod-idx > .col > .item .label.of-color-orange,
.mod-idx > .item .label.of-color-orange {
  background-color: #f39112;
}
.mod-idx > .col > .item .title,
.mod-idx > .item .title {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  color: #005180;
}
.mod-idx > .col > .item .title em,
.mod-idx > .item .title em {
  font-weight: bold;
  font-size: 1.6rem;
}
.mod-idx > .col > .item .title::before,
.mod-idx > .item .title::before {
  background-color: #0183cf;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mod-idx > .col > .item .title.ta-left::before,
.mod-idx > .item .title.ta-left::before {
  left: 0;
  transform: none;
}
.mod-idx > .col > .item .date,
.mod-idx > .item .date {
  font-size: 1.4rem;
  color: #999;
  margin-top: 15px;
}
.mod-idx > .col > .item .date > .new,
.mod-idx > .item .date > .new {
  color: #ee5c3b;
  margin-left: 10px;
}
.mod-idx > .col > .item .text,
.mod-idx > .item .text {
  font-size: 1.4rem;
  margin-top: 12px;
  color: #005180;
}
.mod-idx > .col > .item .image,
.mod-idx > .item .image {
  will-change: opacity;
  transition: opacity .25s ease ;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.mod-idx > .col > .item .image::before,
.mod-idx > .item .image::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
  z-index: 10;
}
.mod-idx > .col > .item .image > img,
.mod-idx > .item .image > img {
  display: inline-block;
  width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: top;
}
.mod-idx > .col > .item .image.of-reserve,
.mod-idx > .item .image.of-reserve {
  padding: 18px;
}
.mod-idx > .col > .item .image.of-reserve > img,
.mod-idx > .item .image.of-reserve > img {
  max-width: 100%;
  width: auto;
}
.mod-idx > .col > .item > a.outer:hover .title,
.mod-idx > .col > .item > a.outer:hover .text,
.mod-idx > .col > .item > a.outer:focus .title,
.mod-idx > .col > .item > a.outer:focus .text,
.mod-idx > .item > a.outer:hover .title,
.mod-idx > .item > a.outer:hover .text,
.mod-idx > .item > a.outer:focus .title,
.mod-idx > .item > a.outer:focus .text {
  text-decoration: underline;
}
.mod-idx > .col > .item > a.outer:hover .image,
.mod-idx > .col > .item > a.outer:focus .image,
.mod-idx > .item > a.outer:hover .image,
.mod-idx > .item > a.outer:focus .image {
  opacity: .7;
}

@media (max-width: 767px) {
  .mod-idx {
    margin-top: 15px;
  }
  .mod-idx > .item > .outer > .inner {
    padding: 10px;
  }
  .mod-idx > .item .label {
    font-size: 1rem;
    padding: 3px 6px;
  }
  .mod-idx > .item .title {
    font-size: 1.4rem;
  }
  .mod-idx > .item .date {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .mod-idx > .item .text {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .mod-idx > .item .image.of-reserve {
    padding: 13px;
  }
}
/* .mod-idx-2
 * ------------------------------------------ */
.mod-idx-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-idx-2 > .col,
  .mod-idx-2 > li {
    margin: 14px 0 0 4.375%;
  }
  .mod-idx-2.of-nallow-col-1 > .col,
  .mod-idx-2.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-2.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-idx-2.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-2.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-2.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-2.of-nallow-col-2 > .col,
  .mod-idx-2.of-nallow-col-2 > li {
    -ms-flex: 0 0 47.8125%;
    flex: 0 0 47.8125%;
    min-width: 47.8125%;
    max-width: 47.8125%;
  }
  .mod-idx-2.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-idx-2.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-2.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-2.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-2.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -14px;
  }
  .mod-idx-2.of-nallow-col-auto > .col,
  .mod-idx-2.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-idx-2 > .col,
  .mod-idx-2 > li {
    margin: 20px 0 0 2%;
  }
  .mod-idx-2.of-wide-col-1 > .col,
  .mod-idx-2.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-2.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-idx-2.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-2.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-2.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-2.of-wide-col-2 > .col,
  .mod-idx-2.of-wide-col-2 > li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  .mod-idx-2.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-idx-2.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-2.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-2.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-2.of-wide-col-3 > .col,
  .mod-idx-2.of-wide-col-3 > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
  }
  .mod-idx-2.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-idx-2.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-idx-2.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-idx-2.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-idx-2.of-wide-col-4 > .col,
  .mod-idx-2.of-wide-col-4 > li {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
  }
  .mod-idx-2.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-idx-2.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-idx-2.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-idx-2.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-idx-2.of-wide-col-5 > .col,
  .mod-idx-2.of-wide-col-5 > li {
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    min-width: 18.4%;
    max-width: 18.4%;
  }
  .mod-idx-2.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-idx-2.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-idx-2.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-idx-2.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-idx-2.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
  }
  .mod-idx-2.of-wide-col-auto > .col,
  .mod-idx-2.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-idx-2 > .item {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.mod-idx-2 > .item > .outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.mod-idx-2 > .item > .outer > .inner {
  padding: 20px;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}
.mod-idx-2 > .item > .outer > .inner .label {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(-50%);
  z-index: 20;
}
.mod-idx-2 > .item > .outer > .inner .label.of-color-blue {
  background-color: #0183cf;
}
.mod-idx-2 > .item > .outer > .inner .label.of-color-green {
  background-color: #22bcaf;
}
.mod-idx-2 > .item > .outer > .inner .label.of-color-orange {
  background-color: #f39112;
}
.mod-idx-2 > .item .label {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 2px 8px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2rem;
  transform: translateY(-50%);
  z-index: 20;
}
.mod-idx-2 > .item .label.of-color-blue {
  background-color: #0183cf;
}
.mod-idx-2 > .item .label.of-color-green {
  background-color: #22bcaf;
}
.mod-idx-2 > .item .label.of-color-orange {
  background-color: #f39112;
}
.mod-idx-2 > .item .date {
  font-size: 1.4rem;
  color: #666;
  margin-top: 25px;
  text-align: right;
}
.mod-idx-2 > .item .date .new {
  margin-left: 10px;
  color: #ee5c3b;
}
.mod-idx-2 > .item .text {
  font-size: 1.4rem;
  margin-top: 12px;
  COLOR: #005180;
}
.mod-idx-2 > .item .image {
  will-change: opacity;
  transition: opacity .25s ease ;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.mod-idx-2 > .item .image::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
  z-index: 10;
}
.mod-idx-2 > .item .image > img {
  display: inline-block;
  width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: top;
}
.mod-idx-2 > .item > a.outer:hover .title,
.mod-idx-2 > .item > a.outer:hover .text,
.mod-idx-2 > .item > a.outer:focus .title,
.mod-idx-2 > .item > a.outer:focus .text {
  text-decoration: underline;
}
.mod-idx-2 > .item > a.outer:hover .image,
.mod-idx-2 > .item > a.outer:focus .image {
  opacity: .7;
}
.mod-idx-2 > .item > a.js-movie-modal .image::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/images/icon-11.png);
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .mod-idx-2 {
    margin-top: 15px;
  }
  .mod-idx-2 > .item > .outer > .inner {
    padding: 10px 15px;
  }
  .mod-idx-2 > .item .label {
    font-size: 1rem;
    padding: 4px 10px;
  }
  .mod-idx-2 > .item .text {
    font-size: 1.2rem;
  }
  .mod-idx-2 > .item .date {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
/* .mod-idx-3
 * ------------------------------------------ */
.mod-idx-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-idx-3 > .col,
  .mod-idx-3 > li {
    margin: 10px 0 0 3.125%;
  }
  .mod-idx-3.of-nallow-col-1 > .col,
  .mod-idx-3.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-3.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-idx-3.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-3.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-3.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-3.of-nallow-col-2 > .col,
  .mod-idx-3.of-nallow-col-2 > li {
    -ms-flex: 0 0 48.4375%;
    flex: 0 0 48.4375%;
    min-width: 48.4375%;
    max-width: 48.4375%;
  }
  .mod-idx-3.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-idx-3.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-3.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-3.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-3.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
  }
  .mod-idx-3.of-nallow-col-auto > .col,
  .mod-idx-3.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-idx-3 > .col,
  .mod-idx-3 > li {
    margin: 15px 0 0 1.5%;
  }
  .mod-idx-3.of-wide-col-1 > .col,
  .mod-idx-3.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-3.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-idx-3.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-3.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-3.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-3.of-wide-col-2 > .col,
  .mod-idx-3.of-wide-col-2 > li {
    -ms-flex: 0 0 49.25%;
    flex: 0 0 49.25%;
    min-width: 49.25%;
    max-width: 49.25%;
  }
  .mod-idx-3.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-idx-3.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-3.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-3.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-3.of-wide-col-3 > .col,
  .mod-idx-3.of-wide-col-3 > li {
    -ms-flex: 0 0 32.3333333333%;
    flex: 0 0 32.3333333333%;
    min-width: 32.3333333333%;
    max-width: 32.3333333333%;
  }
  .mod-idx-3.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-idx-3.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-idx-3.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-idx-3.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-idx-3.of-wide-col-4 > .col,
  .mod-idx-3.of-wide-col-4 > li {
    -ms-flex: 0 0 23.875%;
    flex: 0 0 23.875%;
    min-width: 23.875%;
    max-width: 23.875%;
  }
  .mod-idx-3.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-idx-3.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-idx-3.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-idx-3.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-idx-3.of-wide-col-5 > .col,
  .mod-idx-3.of-wide-col-5 > li {
    -ms-flex: 0 0 18.8%;
    flex: 0 0 18.8%;
    min-width: 18.8%;
    max-width: 18.8%;
  }
  .mod-idx-3.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-idx-3.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-idx-3.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-idx-3.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-idx-3.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -15px;
  }
  .mod-idx-3.of-wide-col-auto > .col,
  .mod-idx-3.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-idx-3 > .item > .outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(0, 124, 198, .7);
  border: 3px solid #fff;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
.mod-idx-3 > .item > .outer > .inner {
  padding: 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mod-idx-3 > .item .title {
  font-size: 1.6rem;
  COLOR: #fff;
}
.mod-idx-3 > .item .title::after {
  position: relative;
  top: .12em;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 5px;
  content: "";
  transform: rotate(45deg);
}
.mod-idx-3 > .item .image {
  will-change: opacity;
  transition: opacity .25s ease ;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 40px;
  background-color: #fff;
  position: relative;
}
.mod-idx-3 > .item .image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  display: block;
}
.mod-idx-3 > .item > a.outer:hover .image,
.mod-idx-3 > .item > a.outer:focus .image {
  opacity: .7;
}

@media (max-width: 767px) {
  .mod-idx-3 {
    margin-top: 15px;
  }
  .mod-idx-3 > .item > .outer {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mod-idx-3 > .item > .outer > .inner {
    padding: 10px 36px 10px 10px;
    text-align: left;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  .mod-idx-3 > .item .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
  }
  .mod-idx-3 > .item .title::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 0;
    transform: rotate(45deg) translateY(-50%);
  }
  .mod-idx-3 > .item .image {
    will-change: opacity;
    transition: opacity .25s ease ;
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
    border-radius: 40px;
    background-color: #fff;
    position: relative;
  }
  .mod-idx-3 > .item .image > img {
    max-width: auto;
    width: auto;
    max-height: 16px;
  }
}
/* .mod-idx-4
 * ------------------------------------------ */
.mod-idx-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-idx-4 > .col,
  .mod-idx-4 > li {
    margin: 10px 0 0 3.125%;
  }
  .mod-idx-4.of-nallow-col-1 > .col,
  .mod-idx-4.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-4.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-idx-4.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-4.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-4.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-4.of-nallow-col-2 > .col,
  .mod-idx-4.of-nallow-col-2 > li {
    -ms-flex: 0 0 48.4375%;
    flex: 0 0 48.4375%;
    min-width: 48.4375%;
    max-width: 48.4375%;
  }
  .mod-idx-4.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-idx-4.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-4.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-4.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-4.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
  }
  .mod-idx-4.of-nallow-col-auto > .col,
  .mod-idx-4.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-idx-4 > .col,
  .mod-idx-4 > li {
    margin: 20px 0 0 2%;
  }
  .mod-idx-4.of-wide-col-1 > .col,
  .mod-idx-4.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-4.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-idx-4.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-4.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-4.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-4.of-wide-col-2 > .col,
  .mod-idx-4.of-wide-col-2 > li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  .mod-idx-4.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-idx-4.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-4.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-4.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-4.of-wide-col-3 > .col,
  .mod-idx-4.of-wide-col-3 > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
  }
  .mod-idx-4.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-idx-4.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-idx-4.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-idx-4.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-idx-4.of-wide-col-4 > .col,
  .mod-idx-4.of-wide-col-4 > li {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
  }
  .mod-idx-4.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-idx-4.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-idx-4.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-idx-4.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-idx-4.of-wide-col-5 > .col,
  .mod-idx-4.of-wide-col-5 > li {
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    min-width: 18.4%;
    max-width: 18.4%;
  }
  .mod-idx-4.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-idx-4.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-idx-4.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-idx-4.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-idx-4.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
  }
  .mod-idx-4.of-wide-col-auto > .col,
  .mod-idx-4.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-idx-4 > .item {
  display: -ms-flexbox;
  display: flex;
}
.mod-idx-4 > .item > .outer {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 47px 18px 20px;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.mod-idx-4 > .item > .outer::after {
  position: absolute;
  top: 50%;
  right: 27px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #01cfbe;
  border-right: 2px solid #01cfbe;
  margin-left: 5px;
  content: "";
  transform: rotate(45deg) translateY(-50%);
}
.mod-idx-4 > .item > .outer > .inner {
  text-align: center;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mod-idx-4 > .item > .outer > .inner > .text {
  font-weight: bold;
  color: #005180;
}
.mod-idx-4 > .item > .outer .image {
  will-change: opacity;
  transition: opacity .25s ease ;
  height: 54px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  min-width: 100px;
  max-width: 100px;
  margin-right: 20px;
  position: relative;
}
.mod-idx-4 > .item > .outer .image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  display: block;
}
.mod-idx-4 > .item > a.outer:hover .title,
.mod-idx-4 > .item > a.outer:hover .text,
.mod-idx-4 > .item > a.outer:focus .title,
.mod-idx-4 > .item > a.outer:focus .text {
  text-decoration: underline;
}
.mod-idx-4 > .item > a.outer:hover .image,
.mod-idx-4 > .item > a.outer:focus .image {
  opacity: .7;
}

@media (max-width: 767px) {
  .mod-idx-4 {
    margin-top: 15px;
  }
  .mod-idx-4 > .item > .outer {
    padding: 10px 47px 10px 20px;
  }
  .mod-idx-4 > .item > .outer > .inner {
    text-align: left;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  .mod-idx-4 > .item > .outer .image {
    width: 80px;
    height: 40px;
    margin-right: 10px;
  }
}
/* .mod-idx-5
 * ------------------------------------------ */
.mod-idx-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-idx-5 > .col,
  .mod-idx-5 > li {
    margin: 10px 0 0 3.125%;
  }
  .mod-idx-5.of-nallow-col-1 > .col,
  .mod-idx-5.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-5.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-idx-5.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-5.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-5.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-5.of-nallow-col-2 > .col,
  .mod-idx-5.of-nallow-col-2 > li {
    -ms-flex: 0 0 48.4375%;
    flex: 0 0 48.4375%;
    min-width: 48.4375%;
    max-width: 48.4375%;
  }
  .mod-idx-5.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-idx-5.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-5.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-5.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-5.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
  }
  .mod-idx-5.of-nallow-col-auto > .col,
  .mod-idx-5.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-idx-5 > .col,
  .mod-idx-5 > li {
    margin: 20px 0 0 2%;
  }
  .mod-idx-5.of-wide-col-1 > .col,
  .mod-idx-5.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-5.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-idx-5.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-5.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-5.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-5.of-wide-col-2 > .col,
  .mod-idx-5.of-wide-col-2 > li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  .mod-idx-5.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-idx-5.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-5.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-5.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-5.of-wide-col-3 > .col,
  .mod-idx-5.of-wide-col-3 > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
  }
  .mod-idx-5.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-idx-5.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-idx-5.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-idx-5.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-idx-5.of-wide-col-4 > .col,
  .mod-idx-5.of-wide-col-4 > li {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
  }
  .mod-idx-5.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-idx-5.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-idx-5.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-idx-5.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-idx-5.of-wide-col-5 > .col,
  .mod-idx-5.of-wide-col-5 > li {
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    min-width: 18.4%;
    max-width: 18.4%;
  }
  .mod-idx-5.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-idx-5.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-idx-5.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-idx-5.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-idx-5.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
  }
  .mod-idx-5.of-wide-col-auto > .col,
  .mod-idx-5.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-idx-5 > .item {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  border-radius: 5px;
  overflow: hidden;
}
.mod-idx-5 > .item > .outer {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mod-idx-5 > .item > .outer::after {
  position: absolute;
  top: 50%;
  right: 40px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  content: "";
  transform: rotate(45deg) translateY(-50%);
}
.mod-idx-5 > .item > .outer > .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  padding: 0 72px 0 40px;
  overflow: hidden;
}
.mod-idx-5 > .item > .outer > .inner > .text {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.mod-idx-5 > .item > .outer .image {
  will-change: opacity;
  transition: opacity .25s ease ;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.mod-idx-5 > .item > .outer .image > img {
  display: block;
  width: 100%;
  height: auto;
}
.mod-idx-5 > .item > a.outer:hover .image,
.mod-idx-5 > .item > a.outer:focus .image {
  opacity: .7;
}

@media (max-width: 767px) {
  .mod-idx-5 {
    margin-top: 15px;
  }
  .mod-idx-5 > .item > .outer::after {
    right: 25px;
    width: 18px;
    height: 18px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .mod-idx-5 > .item > .outer > .inner {
    padding: 0 48px 0 25px;
  }
  .mod-idx-5 > .item > .outer > .inner > .text {
    font-size: 1.837rem;
  }
}
/* .mod-idx-6
 * ------------------------------------------ */
.mod-idx-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-idx-6 > .col,
  .mod-idx-6 > li {
    margin: 14px 0 0 4.375%;
  }
  .mod-idx-6.of-nallow-col-1 > .col,
  .mod-idx-6.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-6.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-idx-6.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-6.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-6.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-6.of-nallow-col-2 > .col,
  .mod-idx-6.of-nallow-col-2 > li {
    -ms-flex: 0 0 47.8125%;
    flex: 0 0 47.8125%;
    min-width: 47.8125%;
    max-width: 47.8125%;
  }
  .mod-idx-6.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-idx-6.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-6.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-6.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-6.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -14px;
  }
  .mod-idx-6.of-nallow-col-auto > .col,
  .mod-idx-6.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-idx-6 > .col,
  .mod-idx-6 > li {
    margin: 20px 0 0 2%;
  }
  .mod-idx-6.of-wide-col-1 > .col,
  .mod-idx-6.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-idx-6.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-idx-6.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-idx-6.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-idx-6.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-idx-6.of-wide-col-2 > .col,
  .mod-idx-6.of-wide-col-2 > li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  .mod-idx-6.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-idx-6.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-idx-6.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-idx-6.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-idx-6.of-wide-col-3 > .col,
  .mod-idx-6.of-wide-col-3 > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
  }
  .mod-idx-6.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-idx-6.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-idx-6.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-idx-6.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-idx-6.of-wide-col-4 > .col,
  .mod-idx-6.of-wide-col-4 > li {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
  }
  .mod-idx-6.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-idx-6.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-idx-6.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-idx-6.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-idx-6.of-wide-col-5 > .col,
  .mod-idx-6.of-wide-col-5 > li {
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    min-width: 18.4%;
    max-width: 18.4%;
  }
  .mod-idx-6.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-idx-6.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-idx-6.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-idx-6.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-idx-6.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
  }
  .mod-idx-6.of-wide-col-auto > .col,
  .mod-idx-6.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-idx-6 > .item {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.mod-idx-6 > .item > .outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.mod-idx-6 > .item > .outer > .inner {
  padding: 17px 15px;
  -ms-flex-order: 1;
  order: 1;
}
.mod-idx-6 > .item .title {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  color: #005180;
}
.mod-idx-6 > .item .title em {
  font-weight: normal;
  font-size: 1.8rem;
}
.mod-idx-6 > .item .image {
  will-change: opacity;
  transition: opacity .25s ease ;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.mod-idx-6 > .item .image::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
  z-index: 10;
}
.mod-idx-6 > .item .image > img {
  display: inline-block;
  width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: top;
}
.mod-idx-6 > .item > a.outer:hover .title,
.mod-idx-6 > .item > a.outer:hover .text,
.mod-idx-6 > .item > a.outer:focus .title,
.mod-idx-6 > .item > a.outer:focus .text {
  text-decoration: underline;
}
.mod-idx-6 > .item > a.outer:hover .image,
.mod-idx-6 > .item > a.outer:focus .image {
  opacity: .7;
}

@media (max-width: 767px) {
  .mod-idx-6 {
    margin-top: 15px;
  }
  .mod-idx-6 > .item > .outer > .inner {
    padding: 14px 30px;
  }
  .mod-idx-6 > .item .title {
    font-size: 1.6rem;
  }
  .mod-idx-6 > .item .title em {
    font-size: 1.6rem;
  }
}
/* Link Modules
 * ------------------------------------------------------------------------ */
/* .mod-link-icon
 * ------------------------------------------ */
.mod-link-icon {
  max-height: 1em;
  width: auto;
  top: .15em;
  position: relative;
  margin: 0 7px;
}

@media (max-width: 767px) {
  .mod-link-icon {
    max-height: .8em;
    top: -.05em;
    margin: 0 3px;
  }
}
/* .mod-link-list
 * ------------------------------------------ */
.mod-link-list {
  margin-top: 30px;
}
.mod-link-list > ul > li,
.mod-link-list > ol > li {
  display: block;
  font-size: 1.6rem;
}
.mod-link-list > ul > li + li,
.mod-link-list > ol > li + li {
  margin-top: 10px;
}
.mod-link-list > ul > li > a,
.mod-link-list > ol > li > a {
  color: #005180;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.mod-link-list > ul > li > a::before,
.mod-link-list > ol > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: .45em;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0183cf;
  border-right: 2px solid #0183cf;
  transform: rotate(45deg);
}
.mod-link-list > ul > li > a:hover,
.mod-link-list > ul > li > a:focus,
.mod-link-list > ol > li > a:hover,
.mod-link-list > ol > li > a:focus {
  text-decoration: underline;
}
.mod-link-list.of-line > ul,
.mod-link-list.of-line > ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: -10px 0 0 -25px;
}
.mod-link-list.of-line > ul > li,
.mod-link-list.of-line > ol > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 10px 0 0 25px;
}
.mod-link-list.of-line > ul > li a::before,
.mod-link-list.of-line > ol > li a::before {
  border-top: 2px solid #01aac6;
  border-right: 2px solid #01aac6;
}

@media (max-width: 767px) {
  .mod-link-list {
    margin-top: 15px;
  }
  .mod-link-list > ul > li,
  .mod-link-list > ol > li {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .mod-link-list > ul > li > a,
  .mod-link-list > ol > li > a {
    padding-left: 1em;
  }
  .mod-link-list > ul > li > a::before,
  .mod-link-list > ol > li > a::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #0183cf;
    border-right: 1px solid #0183cf;
  }
}
/* .mod-link-banner-list
 * ------------------------------------------ */
.mod-link-banner-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mod-link-banner-list > .col,
  .mod-link-banner-list > li {
    margin: 10px 0 0 3.125%;
  }
  .mod-link-banner-list.of-nallow-col-1 > .col,
  .mod-link-banner-list.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-link-banner-list.of-nallow-col-1 > .col:nth-child(-n + 1),
  .mod-link-banner-list.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-link-banner-list.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .mod-link-banner-list.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-link-banner-list.of-nallow-col-2 > .col,
  .mod-link-banner-list.of-nallow-col-2 > li {
    -ms-flex: 0 0 48.4375%;
    flex: 0 0 48.4375%;
    min-width: 48.4375%;
    max-width: 48.4375%;
  }
  .mod-link-banner-list.of-nallow-col-2 > .col:nth-child(-n + 2),
  .mod-link-banner-list.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-link-banner-list.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .mod-link-banner-list.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-link-banner-list.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
  }
  .mod-link-banner-list.of-nallow-col-auto > .col,
  .mod-link-banner-list.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-link-banner-list > .col,
  .mod-link-banner-list > li {
    margin: 20px 0 0 2%;
  }
  .mod-link-banner-list.of-wide-col-1 > .col,
  .mod-link-banner-list.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-link-banner-list.of-wide-col-1 > .col:nth-child(-n + 1),
  .mod-link-banner-list.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-link-banner-list.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .mod-link-banner-list.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-link-banner-list.of-wide-col-2 > .col,
  .mod-link-banner-list.of-wide-col-2 > li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  .mod-link-banner-list.of-wide-col-2 > .col:nth-child(-n + 2),
  .mod-link-banner-list.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-link-banner-list.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .mod-link-banner-list.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-link-banner-list.of-wide-col-3 > .col,
  .mod-link-banner-list.of-wide-col-3 > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
  }
  .mod-link-banner-list.of-wide-col-3 > .col:nth-child(-n + 3),
  .mod-link-banner-list.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-link-banner-list.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .mod-link-banner-list.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-link-banner-list.of-wide-col-4 > .col,
  .mod-link-banner-list.of-wide-col-4 > li {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
  }
  .mod-link-banner-list.of-wide-col-4 > .col:nth-child(-n + 4),
  .mod-link-banner-list.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-link-banner-list.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .mod-link-banner-list.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-link-banner-list.of-wide-col-5 > .col,
  .mod-link-banner-list.of-wide-col-5 > li {
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    min-width: 18.4%;
    max-width: 18.4%;
  }
  .mod-link-banner-list.of-wide-col-5 > .col:nth-child(-n + 5),
  .mod-link-banner-list.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-link-banner-list.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .mod-link-banner-list.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-link-banner-list.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
  }
  .mod-link-banner-list.of-wide-col-auto > .col,
  .mod-link-banner-list.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-link-banner-list > li > a {
  display: block;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  overflow: hidden;
}
.mod-link-banner-list > li > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.mod-link-banner-list > li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .mod-link-banner-list {
    margin-top: 15px;
  }
}
/* List Modules
 * ------------------------------------------------------------------------ */
/* .mod-list
 * ------------------------------------------ */
.mod-list {
  margin-top: 30px;
}
.mod-list > ul > li,
.mod-list > ol > li {
  margin-top: 10px;
}
.mod-list > ul > li [class*="mod-list"],
.mod-list > ol > li [class*="mod-list"] {
  margin: 10px !important;
}
.mod-list.of-number > ul > li,
.mod-list.of-number > ol > li {
  padding-left: 2.5em;
  position: relative;
}
.mod-list.of-number > ul > li .number,
.mod-list.of-number > ol > li .number {
  font-weight: bold;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5em;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .mod-list {
    margin-top: 15px;
  }
  .mod-list > ul > li,
  .mod-list > ol > li {
    position: relative;
    margin-top: 10px;
  }
  .mod-list > ul > li [class*="mod-list"],
  .mod-list > ol > li [class*="mod-list"] {
    margin: 10px !important;
  }
  .mod-list.of-number > ul > li,
  .mod-list.of-number > ol > li {
    padding-left: 2.5em;
  }
  .mod-list.of-number > ul > li .number,
  .mod-list.of-number > ol > li .number {
    width: 2.5em;
  }
}
/* .mod-list-bullet
 * ------------------------------------------ */
.mod-list-bullet,
.mod-list-check,
.mod-list-arrow {
  margin-top: 30px;
}
.mod-list-bullet > ul > li,
.mod-list-check > ul > li,
.mod-list-arrow > ul > li,
.mod-list-bullet > ol > li,
.mod-list-check > ol > li,
.mod-list-arrow > ol > li {
  padding-left: 1em;
  position: relative;
  margin-top: 10px;
}
.mod-list-bullet > ul > li::before,
.mod-list-check > ul > li::before,
.mod-list-arrow > ul > li::before,
.mod-list-bullet > ol > li::before,
.mod-list-check > ol > li::before,
.mod-list-arrow > ol > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #7ac2ec;
  position: absolute;
  top: .48em;
  left: 0;
}
.mod-list-bullet > ul > li [class*="mod-list"],
.mod-list-check > ul > li [class*="mod-list"],
.mod-list-arrow > ul > li [class*="mod-list"],
.mod-list-bullet > ol > li [class*="mod-list"],
.mod-list-check > ol > li [class*="mod-list"],
.mod-list-arrow > ol > li [class*="mod-list"] {
  margin-top: 10px !important;
  margin-left: 26px;
}
.mod-list-bullet.of-type-2 > ul > li::before,
.mod-list-bullet.mod-btn.of-disabled.is-active > ul > li::before,
.mod-btn.of-disabled.is-active.mod-list-check > ul > li::before,
.mod-btn.of-disabled.is-active.mod-list-arrow > ul > li::before,
.of-type-2.mod-list-check > ul > li::before,
.of-type-2.mod-list-arrow > ul > li::before,
.mod-list-bullet.of-type-2 > ol > li::before,
.mod-list-bullet.mod-btn.of-disabled.is-active > ol > li::before,
.mod-btn.of-disabled.is-active.mod-list-check > ol > li::before,
.mod-btn.of-disabled.is-active.mod-list-arrow > ol > li::before,
.of-type-2.mod-list-check > ol > li::before,
.of-type-2.mod-list-arrow > ol > li::before,
.mod-list-bullet .mod-list-bullet > ul > li::before,
.mod-list-check .mod-list-bullet > ul > li::before,
.mod-list-arrow .mod-list-bullet > ul > li::before,
.mod-list-bullet .mod-list-check > ul > li::before,
.mod-list-check .mod-list-check > ul > li::before,
.mod-list-arrow .mod-list-check > ul > li::before,
.mod-list-bullet .mod-list-arrow > ul > li::before,
.mod-list-check .mod-list-arrow > ul > li::before,
.mod-list-arrow .mod-list-arrow > ul > li::before,
.mod-list-bullet .mod-list-bullet > ol > li::before,
.mod-list-check .mod-list-bullet > ol > li::before,
.mod-list-arrow .mod-list-bullet > ol > li::before,
.mod-list-bullet .mod-list-check > ol > li::before,
.mod-list-check .mod-list-check > ol > li::before,
.mod-list-arrow .mod-list-check > ol > li::before,
.mod-list-bullet .mod-list-arrow > ol > li::before,
.mod-list-check .mod-list-arrow > ol > li::before,
.mod-list-arrow .mod-list-arrow > ol > li::before {
  width: 6px;
  height: 6px;
  background-color: #ccc;
}

@media (max-width: 767px) {
  .mod-list-bullet,
  .mod-list-check,
  .mod-list-arrow {
    margin-top: 15px;
  }
  .mod-list-bullet > ul > li,
  .mod-list-check > ul > li,
  .mod-list-arrow > ul > li,
  .mod-list-bullet > ol > li,
  .mod-list-check > ol > li,
  .mod-list-arrow > ol > li {
    padding-left: 1.2em;
    margin-top: 10px;
  }
  .mod-list-bullet > ul > li::before,
  .mod-list-check > ul > li::before,
  .mod-list-arrow > ul > li::before,
  .mod-list-bullet > ol > li::before,
  .mod-list-check > ol > li::before,
  .mod-list-arrow > ol > li::before {
    top: .4em;
  }
  .mod-list-bullet > ul > li [class*="mod-list"],
  .mod-list-check > ul > li [class*="mod-list"],
  .mod-list-arrow > ul > li [class*="mod-list"],
  .mod-list-bullet > ol > li [class*="mod-list"],
  .mod-list-check > ol > li [class*="mod-list"],
  .mod-list-arrow > ol > li [class*="mod-list"] {
    margin-top: 10px !important;
    margin-left: 3px;
  }
}
/* .mod-list-number
 * ------------------------------------------ */
.mod-list-number {
  margin-top: 30px;
}
.mod-list-number > ul,
.mod-list-number > ol {
  counter-reset: num;
}
.mod-list-number > ul > li,
.mod-list-number > ol > li {
  margin-top: 10px;
  padding-left: 2.5em;
  position: relative;
}
.mod-list-number > ul > li::before,
.mod-list-number > ol > li::before {
  content: counter(num) ".";
  counter-increment: num;
  font-weight: bold;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5em;
  padding-right: 10px;
}
.mod-list-number.of-roman > ul > li::before,
.mod-list-number.of-roman > ol > li::before {
  content: counter(num,lower-roman) ".";
}

@media (max-width: 767px) {
  .mod-list-number {
    margin-top: 15px;
  }
  .mod-list-number > ul > li,
  .mod-list-number > ol > li {
    padding-left: 2.5em;
  }
  .mod-list-number > ul > li::before,
  .mod-list-number > ol > li::before {
    width: 2.5em;
  }
}
/* .mod-list-desc
 * ------------------------------------------ */
.mod-list-desc {
  margin-top: 30px;
}
.mod-list-desc dl > .item {
  margin-top: 20px;
}
.mod-list-desc dl > .item > .title {
  font-weight: bold;
}
.mod-list-desc dl > .item > .content {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .mod-list-desc {
    margin-top: 15px;
  }
  .mod-list-desc dl > .item {
    margin-top: 15px;
  }
  .mod-list-desc dl > .item > .content {
    margin-top: 3px;
  }
}
/* .mod-list-news
 * ------------------------------------------ */
.mod-list-news,
.mod-list-news-02 {
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-list-news.of-bg-reverse > .item:nth-child(odd),
.of-bg-reverse.mod-list-news-02 > .item:nth-child(odd) {
  background-color: #fff;
}
.mod-list-news.of-bg-reverse > .item:nth-child(even),
.of-bg-reverse.mod-list-news-02 > .item:nth-child(even) {
  background-color: #f4f4f4;
}
.mod-list-news > .item,
.mod-list-news-02 > .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 1000px;
}
.mod-list-news > .item:nth-child(odd),
.mod-list-news-02 > .item:nth-child(odd) {
  background-color: #f4f4f4;
}
.mod-list-news > .item:nth-child(even),
.mod-list-news-02 > .item:nth-child(even) {
  background-color: #fff;
}
.mod-list-news > .item > .list,
.mod-list-news-02 > .item > .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 10px;
}
.mod-list-news > .item > .list.of-column,
.mod-list-news-02 > .item > .list.of-column {
  display: block;
}
.mod-list-news > .item > .list.of-column > dd,
.mod-list-news-02 > .item > .list.of-column > dd {
  margin-top: .25em;
}
.mod-list-news > .item > .list > dt,
.mod-list-news-02 > .item > .list > dt {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  font-weight: normal;
  font-size: 1.4rem;
  min-width: 150px;
}
.mod-list-news > .item > .list > dt > .title,
.mod-list-news-02 > .item > .list > dt > .title {
  display: inline-block;
}
.mod-list-news > .item > .list > dt > .title > .date,
.mod-list-news-02 > .item > .list > dt > .title > .date {
  color: #666;
}
.mod-list-news > .item > .list > dt > .title > .new,
.mod-list-news-02 > .item > .list > dt > .title > .new {
  margin-left: 10px;
  color: #ee5c3b;
}
.mod-list-news > .item > .list > dd,
.mod-list-news-02 > .item > .list > dd {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #005180;
}
.mod-list-news > .item > .list > dd a,
.mod-list-news-02 > .item > .list > dd a {
  color: #005180;
  text-decoration: none;
}
.mod-list-news > .item > .list > dd a:hover,
.mod-list-news-02 > .item > .list > dd a:hover,
.mod-list-news > .item > .list > dd a:focus,
.mod-list-news-02 > .item > .list > dd a:focus {
  text-decoration: underline;
}
.mod-list-news > .item > .list.of-label > dt,
.mod-list-news-02 > .item > .list.of-label > dt {
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}
.mod-list-news > .item > .list.of-label > dt > .title,
.mod-list-news-02 > .item > .list.of-label > dt > .title {
  width: 140px;
}
.mod-list-news > .item > .image,
.mod-list-news-02 > .item > .image {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.mod-list-news > .item > .image > img,
.mod-list-news-02 > .item > .image > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mod-list-news > .col,
  .mod-list-news-02 > .col,
  .mod-list-news > li,
  .mod-list-news-02 > li {
    margin: 0 0 0 0%;
  }
  .mod-list-news.of-nallow-col-1 > .col,
  .of-nallow-col-1.mod-list-news-02 > .col,
  .mod-list-news.of-nallow-col-1 > li,
  .of-nallow-col-1.mod-list-news-02 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-list-news.of-nallow-col-1 > .col:nth-child(-n + 1),
  .of-nallow-col-1.mod-list-news-02 > .col:nth-child(-n + 1),
  .mod-list-news.of-nallow-col-1 > li:nth-child(-n + 1),
  .of-nallow-col-1.mod-list-news-02 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-list-news.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  .of-nallow-col-1.mod-list-news-02 > .col:nth-of-type(1n + 1),
  .mod-list-news.of-nallow-col-1 > li:nth-of-type(1n + 1),
  .of-nallow-col-1.mod-list-news-02 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-list-news.of-nallow-col-2 > .col,
  .of-nallow-col-2.mod-list-news-02 > .col,
  .mod-list-news.of-nallow-col-2 > li,
  .of-nallow-col-2.mod-list-news-02 > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .mod-list-news.of-nallow-col-2 > .col:nth-child(-n + 2),
  .of-nallow-col-2.mod-list-news-02 > .col:nth-child(-n + 2),
  .mod-list-news.of-nallow-col-2 > li:nth-child(-n + 2),
  .of-nallow-col-2.mod-list-news-02 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-list-news.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  .of-nallow-col-2.mod-list-news-02 > .col:nth-of-type(2n + 1),
  .mod-list-news.of-nallow-col-2 > li:nth-of-type(2n + 1),
  .of-nallow-col-2.mod-list-news-02 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-list-news.of-nallow-col-auto,
  .of-nallow-col-auto.mod-list-news-02 {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -0;
  }
  .mod-list-news.of-nallow-col-auto > .col,
  .of-nallow-col-auto.mod-list-news-02 > .col,
  .mod-list-news.of-nallow-col-auto > li,
  .of-nallow-col-auto.mod-list-news-02 > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list-news > .col,
  .mod-list-news-02 > .col,
  .mod-list-news > li,
  .mod-list-news-02 > li {
    margin: 0 0 0 0%;
  }
  .mod-list-news.of-wide-col-1 > .col,
  .of-wide-col-1.mod-list-news-02 > .col,
  .mod-list-news.of-wide-col-1 > li,
  .of-wide-col-1.mod-list-news-02 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-list-news.of-wide-col-1 > .col:nth-child(-n + 1),
  .of-wide-col-1.mod-list-news-02 > .col:nth-child(-n + 1),
  .mod-list-news.of-wide-col-1 > li:nth-child(-n + 1),
  .of-wide-col-1.mod-list-news-02 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  .mod-list-news.of-wide-col-1 > .col:nth-of-type(1n + 1),
  .of-wide-col-1.mod-list-news-02 > .col:nth-of-type(1n + 1),
  .mod-list-news.of-wide-col-1 > li:nth-of-type(1n + 1),
  .of-wide-col-1.mod-list-news-02 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  .mod-list-news.of-wide-col-2 > .col,
  .of-wide-col-2.mod-list-news-02 > .col,
  .mod-list-news.of-wide-col-2 > li,
  .of-wide-col-2.mod-list-news-02 > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .mod-list-news.of-wide-col-2 > .col:nth-child(-n + 2),
  .of-wide-col-2.mod-list-news-02 > .col:nth-child(-n + 2),
  .mod-list-news.of-wide-col-2 > li:nth-child(-n + 2),
  .of-wide-col-2.mod-list-news-02 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .mod-list-news.of-wide-col-2 > .col:nth-of-type(2n + 1),
  .of-wide-col-2.mod-list-news-02 > .col:nth-of-type(2n + 1),
  .mod-list-news.of-wide-col-2 > li:nth-of-type(2n + 1),
  .of-wide-col-2.mod-list-news-02 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .mod-list-news.of-wide-col-3 > .col,
  .of-wide-col-3.mod-list-news-02 > .col,
  .mod-list-news.of-wide-col-3 > li,
  .of-wide-col-3.mod-list-news-02 > li {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mod-list-news.of-wide-col-3 > .col:nth-child(-n + 3),
  .of-wide-col-3.mod-list-news-02 > .col:nth-child(-n + 3),
  .mod-list-news.of-wide-col-3 > li:nth-child(-n + 3),
  .of-wide-col-3.mod-list-news-02 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .mod-list-news.of-wide-col-3 > .col:nth-of-type(3n + 1),
  .of-wide-col-3.mod-list-news-02 > .col:nth-of-type(3n + 1),
  .mod-list-news.of-wide-col-3 > li:nth-of-type(3n + 1),
  .of-wide-col-3.mod-list-news-02 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod-list-news.of-wide-col-4 > .col,
  .of-wide-col-4.mod-list-news-02 > .col,
  .mod-list-news.of-wide-col-4 > li,
  .of-wide-col-4.mod-list-news-02 > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
  }
  .mod-list-news.of-wide-col-4 > .col:nth-child(-n + 4),
  .of-wide-col-4.mod-list-news-02 > .col:nth-child(-n + 4),
  .mod-list-news.of-wide-col-4 > li:nth-child(-n + 4),
  .of-wide-col-4.mod-list-news-02 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .mod-list-news.of-wide-col-4 > .col:nth-of-type(4n + 1),
  .of-wide-col-4.mod-list-news-02 > .col:nth-of-type(4n + 1),
  .mod-list-news.of-wide-col-4 > li:nth-of-type(4n + 1),
  .of-wide-col-4.mod-list-news-02 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod-list-news.of-wide-col-5 > .col,
  .of-wide-col-5.mod-list-news-02 > .col,
  .mod-list-news.of-wide-col-5 > li,
  .of-wide-col-5.mod-list-news-02 > li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 20%;
    max-width: 20%;
  }
  .mod-list-news.of-wide-col-5 > .col:nth-child(-n + 5),
  .of-wide-col-5.mod-list-news-02 > .col:nth-child(-n + 5),
  .mod-list-news.of-wide-col-5 > li:nth-child(-n + 5),
  .of-wide-col-5.mod-list-news-02 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .mod-list-news.of-wide-col-5 > .col:nth-of-type(5n + 1),
  .of-wide-col-5.mod-list-news-02 > .col:nth-of-type(5n + 1),
  .mod-list-news.of-wide-col-5 > li:nth-of-type(5n + 1),
  .of-wide-col-5.mod-list-news-02 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod-list-news.of-wide-col-auto,
  .of-wide-col-auto.mod-list-news-02 {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -0;
  }
  .mod-list-news.of-wide-col-auto > .col,
  .of-wide-col-auto.mod-list-news-02 > .col,
  .mod-list-news.of-wide-col-auto > li,
  .of-wide-col-auto.mod-list-news-02 > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
.mod-list-news.of-wide-col-2 > .item,
.of-wide-col-2.mod-list-news-02 > .item {
  padding-right: 50px;
}
.mod-list-news.of-wide-col-2 > .item:nth-child(4n+1),
.of-wide-col-2.mod-list-news-02 > .item:nth-child(4n+1),
.mod-list-news.of-wide-col-2 > .item:nth-child(4n+2),
.of-wide-col-2.mod-list-news-02 > .item:nth-child(4n+2) {
  background-color: #f4f4f4;
}
.mod-list-news.of-wide-col-2 > .item:nth-child(4n+3),
.of-wide-col-2.mod-list-news-02 > .item:nth-child(4n+3),
.mod-list-news.of-wide-col-2 > .item:nth-child(4n+4),
.of-wide-col-2.mod-list-news-02 > .item:nth-child(4n+4) {
  background-color: #fff;
}

@media (max-width: 767px) {
  .mod-list-news,
  .mod-list-news-02 {
    margin: 15px -10px 0;
  }
  .mod-list-news > .item > .list,
  .mod-list-news-02 > .item > .list {
    display: block;
  }
  .mod-list-news > .item > .list > dt > .label,
  .mod-list-news-02 > .item > .list > dt > .label {
    font-size: 1rem;
  }
  .mod-list-news > .item > .list > dd,
  .mod-list-news-02 > .item > .list > dd {
    margin-top: .25em;
  }
  .mod-list-news > .item > .image,
  .mod-list-news-02 > .item > .image {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  .mod-list-news.of-nallow-col-1 > .item,
  .of-nallow-col-1.mod-list-news-02 > .item {
    padding-right: 10px;
  }
  .mod-list-news.of-nallow-col-1 > .item:nth-child(odd),
  .of-nallow-col-1.mod-list-news-02 > .item:nth-child(odd) {
    background-color: #f4f4f4;
  }
  .mod-list-news.of-nallow-col-1 > .item:nth-child(even),
  .of-nallow-col-1.mod-list-news-02 > .item:nth-child(even) {
    background-color: #fff;
  }
}
/* .mod-list-news-02
 * ------------------------------------------ */
.mod-list-news-02 .item .list {
  display: block;
}
.mod-list-news-02 .item .list dd {
  margin-top: 5px;
  margin-left: 150px;
}

@media (max-width: 767px) {
  .mod-list-news-02 .item .list dd {
    margin-left: 0;
  }
}
/* .mod-list-check
 * ------------------------------------------ */
.mod-list-check > ul > li {
  font-size: 1.8rem;
  padding-left: 1.5em;
}
.mod-list-check > ul > li::before {
  background-color: #e2ebed;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  top: 4px;
}
.mod-list-check > ul > li::after {
  content: "";
  background: url(/market/images/icon-check-mark.png) no-repeat;
  width: 18px;
  height: 13px;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
}

@media (max-width: 767px) {
  .mod-list-check li {
    font-size: 1.6rem;
  }
  .mod-list-check li::before {
    width: 18px;
    height: 18px;
  }
  .mod-list-check li::after {
    width: 17px;
    height: 12px;
    background-size: contain;
  }
}
/* .mod-list-arrow
 * ------------------------------------------ */
.mod-list-arrow > ul > li {
  padding-left: 1.5em;
}
.mod-list-arrow > ul > li::before {
  background: linear-gradient(to right, #0183cf, #01cfbe);
  width: 18px;
  height: 18px;
  border-radius: 20px;
  top: 2px;
}
.mod-list-arrow > ul > li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 8px;
  top: 6.5px;
  border-top: 4px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 4px solid transparent;
}

/* .mod-list-flowchart
 * ------------------------------------------ */
.mod-list-flowchart > ul {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 30px;
}
.mod-list-flowchart > ul > li {
  position: relative;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  margin-top: -70px;
}
.mod-list-flowchart > ul > li > span {
  color: #000;
  padding-top: 70px;
  display: inline-block;
}
.mod-list-flowchart > ul > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.mod-list-flowchart > ul > li:last-child::before {
  content: none;
}
.mod-list-flowchart > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #efefef;
  width: 20px;
  height: 20px;
}
.mod-list-flowchart > ul > li.is-current::after {
  width: 33px;
  height: 33px;
}
.mod-list-flowchart > ul > li.is-current > span {
  font-weight: bold;
  color: #0183cf;
}
.mod-list-flowchart > ul > li.is-current > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top, #13debf, #0183cf);
  z-index: 1;
}
.mod-list-flowchart > ul > li.before::after,
.mod-list-flowchart > ul > li.before::before {
  background-color: #0183cf;
}
.mod-list-flowchart > ul > li.before > span {
  color: #0183cf;
}

/* Media Modules
 * ------------------------------------------------------------------------ */
/* .mod-media-fluid
 * ------------------------------------------------------------------------ */
.mod-media-fluid {
  margin: 30px 0 0;
  text-align: left;
}
.mod-media-fluid img {
  will-change: opacity;
  transition: opacity .25s ease ;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mod-media-fluid a:hover img,
.mod-media-fluid a:focus img {
  opacity: .7;
}
.mod-media-fluid .caption {
  margin-top: 12px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .mod-media-fluid {
    margin: 15px 0 0;
  }
  .mod-media-fluid .caption {
    margin-top: 7px;
    font-size: 1.2rem;
    display: block;
    text-align: center;
  }
}
/* .text-around
 * ------------------------------------------------------------------------ */
.text-around {
  margin-top: 30px;
}
.text-around > .image {
  float: left;
  max-width: 47%;
  margin-right: 3%;
  text-align: center;
}
.text-around > .image > .mod-media-fluid > img {
  margin: 0 auto;
}
.text-around.of-reverse > .image {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}

@media (max-width: 767px) {
  .text-around > .image {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  .text-around.of-reverse > .image {
    float: none;
    margin: 0;
  }
}
/* .mod-media-col2
 * ------------------------------------------ */
.mod-media-col2 {
  margin-top: 30px;
}
.mod-media-col2 > ul {
  display: -ms-flexbox;
  display: flex;
}
.mod-media-col2 > ul > li {
  margin-left: 20px;
  -ms-flex-preferred-size: 49.490%;
  flex-basis: 49.490%;
}
.mod-media-col2 > ul > li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .mod-media-col2 {
    margin-top: 30px;
  }
  .mod-media-col2 > ul {
    display: block;
  }
  .mod-media-col2 > ul > li {
    margin-left: 0;
    margin-top: 20px;
  }
  .mod-media-col2 > ul > li > .mod-media-fluid > img {
    margin: 0 auto;
  }
  .mod-media-col2 > ul > li:first-child {
    margin-top: 0;
  }
}
/* .mod-media-global
 * ------------------------------------------------------------------------ */
/* Navigation Modules
 * ------------------------------------------------------------------------ */
/* .mod-nav-char
 * ------------------------------------------ */
.mod-nav-char {
  margin-top: 30px;
}
.mod-nav-char > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}
.mod-nav-char > ul > li {
  -ms-flex: 1 1 6.6666666667%;
  flex: 1 1 6.6666666667%;
  max-width: 6.6666666667%;
  min-width: 6.6666666667%;
  margin-top: 10px;
  border-right: 1px solid #ccc;
  text-align: center;
}
.mod-nav-char > ul > li > a {
  height: 100%;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.mod-nav-char > ul > li > a:hover,
.mod-nav-char > ul > li > a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .mod-nav-char > ul > li {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    padding: 2px 0;
  }
  .mod-nav-char > ul > li:nth-of-type(5n + 1) {
    border-left: 1px solid #ccc;
  }
}
/* .mod-nav-link
 * ------------------------------------------ */
.mod-nav-link-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.mod-nav-link-wrap > .mod-nav-link + .mod-nav-link {
  margin-top: 0;
  margin-bottom: 0;
}

.mod-nav-link {
  margin-top: 30px;
}
.mod-nav-link > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.mod-nav-link > .inner a {
  display: block;
  text-decoration: none;
}
.mod-nav-link > .inner a::before {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 10;
}
.mod-nav-link > .inner a:hover,
.mod-nav-link > .inner a:focus {
  text-decoration: underline;
}
.mod-nav-link.of-prev > .inner {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mod-nav-link.of-prev > .inner a {
  padding-left: 20px;
}
.mod-nav-link.of-prev > .inner a::before {
  border-top: 2px solid #01aac6;
  border-left: 2px solid #01aac6;
  top: 44%;
  left: 5px;
  transform: rotate(-45deg) translateY(-50%);
}
.mod-nav-link.of-next > .inner {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mod-nav-link.of-next > .inner a {
  padding-right: 20px;
}
.mod-nav-link.of-next > .inner a::before {
  border-top: 2px solid #01aac6;
  border-right: 2px solid #01aac6;
  top: 44%;
  right: 5px;
  transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 767px) {
  .mod-nav-link {
    margin-top: 15px;
  }
  .mod-nav-link > .inner a::before {
    width: 7px;
    height: 7px;
  }
}
/* .mod-nav-pagenation
 * ------------------------------------------ */
.mod-nav-pagenation {
  margin-top: 30px;
}
.mod-nav-pagenation > .data {
  text-align: center;
  color: #666;
}
.mod-nav-pagenation > .inner {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.mod-nav-pagenation > .inner > .control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mod-nav-pagenation > .inner > .control > .prev > a,
.mod-nav-pagenation > .inner > .control > .next > a {
  position: relative;
  text-decoration: none;
}
.mod-nav-pagenation > .inner > .control > .prev > a::before,
.mod-nav-pagenation > .inner > .control > .next > a::before {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 10;
}
.mod-nav-pagenation > .inner > .control > .prev > a:hover,
.mod-nav-pagenation > .inner > .control > .prev > a:focus,
.mod-nav-pagenation > .inner > .control > .next > a:hover,
.mod-nav-pagenation > .inner > .control > .next > a:focus {
  text-decoration: underline;
}
.mod-nav-pagenation > .inner > .control > .prev {
  -ms-flex-order: 1;
  order: 1;
}
.mod-nav-pagenation > .inner > .control > .prev > a {
  padding-left: 20px;
}
.mod-nav-pagenation > .inner > .control > .prev > a::before {
  border-top: 2px solid #01aac6;
  border-left: 2px solid #01aac6;
  top: 44%;
  left: 5px;
  transform: rotate(-45deg) translateY(-50%);
}
.mod-nav-pagenation > .inner > .control > .next {
  -ms-flex-order: 3;
  order: 3;
}
.mod-nav-pagenation > .inner > .control > .next > a {
  padding-right: 20px;
}
.mod-nav-pagenation > .inner > .control > .next > a::before {
  border-top: 2px solid #01aac6;
  border-right: 2px solid #01aac6;
  top: 44%;
  right: 5px;
  transform: rotate(45deg) translateY(-50%);
}
.mod-nav-pagenation > .inner > .control > .list {
  -ms-flex-order: 2;
  order: 2;
}
.mod-nav-pagenation > .inner > .control > .list > ol {
  display: -ms-flexbox;
  display: flex;
  margin: 0 17px;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item {
  margin-left: 6px;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item:first-child {
  margin-left: 0;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item.of-min,
.mod-nav-pagenation > .inner > .control > .list > ol > .item.of-max {
  display: -ms-flexbox;
  display: flex;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item.of-min::before,
.mod-nav-pagenation > .inner > .control > .list > ol > .item.of-min::after,
.mod-nav-pagenation > .inner > .control > .list > ol > .item.of-max::before,
.mod-nav-pagenation > .inner > .control > .list > ol > .item.of-max::after {
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px;
  line-height: 40px;
  content: "…";
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item.of-min::after {
  display: block;
  margin-left: 6px;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item.of-max::before {
  display: block;
  margin-right: 6px;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  position: relative;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item > a::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #ececec;
  background-color: #fff;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item > a > .text {
  position: relative;
  z-index: 10;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item > a:hover::after,
.mod-nav-pagenation > .inner > .control > .list > ol > .item > a:focus::after {
  background-color: #f6f6f6;
  border: 3px solid #ececec;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item > a[aria-current] {
  color: #fff;
}
.mod-nav-pagenation > .inner > .control > .list > ol > .item > a[aria-current]::after {
  border-color: transparent;
  background-color: #0183cf;
}
.mod-nav-pagenation.of-type-02 > .inner > .control > .list > ol > .item > a {
  width: 50px;
}

@media (max-width: 767px) {
  .mod-nav-pagenation {
    margin-top: 15px;
  }
  .mod-nav-pagenation > .data {
    font-size: 1.2rem;
  }
  .mod-nav-pagenation > .inner {
    margin-top: 10px;
  }
  .mod-nav-pagenation > .inner > .control > .prev > a,
  .mod-nav-pagenation > .inner > .control > .next > a {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
  }
  .mod-nav-pagenation > .inner > .control > .prev > a > .text,
  .mod-nav-pagenation > .inner > .control > .next > a > .text {
    display: none;
  }
  .mod-nav-pagenation > .inner > .control > .list > ol {
    margin: 0 10px;
  }
  .mod-nav-pagenation > .inner > .control > .list > ol > .item {
    margin-left: 3px;
  }
  .mod-nav-pagenation > .inner > .control > .list > ol > .item.of-min::before,
  .mod-nav-pagenation > .inner > .control > .list > ol > .item.of-min::after,
  .mod-nav-pagenation > .inner > .control > .list > ol > .item.of-max::before,
  .mod-nav-pagenation > .inner > .control > .list > ol > .item.of-max::after {
    padding: 0 3px;
    line-height: 30px;
  }
  .mod-nav-pagenation > .inner > .control > .list > ol > .item.of-min::after {
    margin-left: 3px;
  }
  .mod-nav-pagenation > .inner > .control > .list > ol > .item.of-max::before {
    margin-right: 3px;
  }
  .mod-nav-pagenation > .inner > .control > .list > ol > .item > a {
    width: 30px;
    height: 30px;
    border-radius: 3px;
  }
  .mod-nav-pagenation.of-type-02 > .inner > .control > .list > ol > .item > a {
    width: 35px;
    font-size: 1rem;
  }
}
/* .mod-reg-area
 * ------------------------------------------ */
.mod-reg-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.mod-reg-area + table {
  margin-top: 20px;
}
.mod-reg-area .segment.of-text em {
  font-size: 2.4rem;
  font-weight: bold;
}
.mod-reg-area .segment.of-btn {
  min-width: 240px;
  margin-left: 20px;
}
.mod-reg-area .segment.of-btn > .mod-btn {
  width: 100%;
}

@media (max-width: 767px) {
  .mod-reg-area.pc-visible {
    display: none;
  }
}
.mod-reg-area-wrap {
  width: 100%;
  background: linear-gradient(to right, #0183cf, #01cfbe);
  padding: 30px 0;
  margin-top: 20px;
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .3);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 100;
}
.mod-reg-area-wrap .mod-reg-area {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.mod-reg-area-wrap .mod-reg-area .segment.of-text {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0 10px 0 0;
  font-size: 1.2rem;
}
.mod-reg-area-wrap .mod-reg-area .segment.of-text em {
  font-size: 2.4rem;
  font-weight: bold;
}
.mod-reg-area-wrap .mod-reg-area .segment.of-btn {
  min-width: 180px;
}
.mod-reg-area-wrap .mod-reg-area .mod-btn.of-type-1 > .text::before {
  width: 16px;
  height: 12px;
  background-size: cover;
}
.mod-reg-area-wrap > .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.mod-reg-area-wrap > .inner .mod-reg-area {
  -ms-flex-pack: center;
  justify-content: center;
}
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-text {
  color: #fff;
}
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-type-1::before {
  border-color: #11c9a0;
}
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-type-1:hover::before,
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-type-1:focus::before {
  border-color: #11c9a0;
  background-color: #11c9a0;
}
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-type-2::before,
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-disabled.is-active::before {
  border-color: #ffb61a;
}
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-type-2:hover::before,
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-disabled.is-active:hover::before,
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-type-2:focus::before,
.mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn > .mod-btn.of-disabled.is-active:focus::before {
  border-color: #ffa200;
  background-color: #ffa200;
}

@media (max-width: 767px) {
  .mod-reg-area-wrap {
    padding: 10px 0;
  }
  .mod-reg-area-wrap > .inner {
    padding: 0 10px;
  }
  .mod-reg-area-wrap > .inner .mod-reg-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-reg-area-wrap > .inner .mod-reg-area .segment.of-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .mod-reg-area-wrap > .inner .mod-reg-area .segment.of-text em {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn {
    min-width: 145px;
    margin-right: 10px;
    margin-left: 0;
    width: 48%;
  }
  .mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn:last-child {
    margin-right: 0;
  }
  .mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn .mod-btn.of-type-2 > .text::before,
  .mod-reg-area-wrap > .inner .mod-reg-area .segment.of-btn .mod-btn.of-disabled.is-active > .text::before {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
/* .link-information
 * ------------------------------------------ */
.link-information {
  padding: 20px 0;
  position: relative;
}
.link-information > .label {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.4rem;
  border-radius: 20px;
  background-color: #019dc9;
  padding: 0 10px;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 5px;
}
.link-information > .time {
  font-size: 1.4rem;
  margin-right: 20px;
}
.link-information::before,
.link-information::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ececec;
  position: absolute;
}
.link-information::before {
  top: 0;
}
.link-information::after {
  bottom: 0;
}

@media (max-width: 767px) {
  .link-information > .label {
    font-size: 1.2rem;
  }
  .link-information > .time {
    font-size: 1.2rem;
  }
  .link-information > .link-text {
    display: block;
  }
}
/* .box-information
 * ------------------------------------------ */
.box-information {
  padding-top: 26px;
}
.box-information > .content {
  border: 2px solid #ececec;
  padding: 20px 20px 5px;
}
.box-information > .content > .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-information > .content > .item > li {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.box-information > .content > .item > li:nth-child(even) {
  margin-right: 0;
}
.box-information > .content > .item > li > .mod-item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.box-information > .content > .item > li > .mod-item-icon > .text {
  padding: 3px 9px;
  display: inline-block;
  font-size: 2.2rem;
}
.box-information > .content > .item > li > a {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.box-information > .content > .item > li > a > .text {
  font-size: 1.6rem;
  color: #005180;
  margin-left: 10px;
}
.box-information > .content > .item > li > a > .text > .new {
  color: #ee5c3b;
  margin-left: 10px;
  font-size: 1.4rem;
}
.box-information > .content > .item > li > a > .text > .date {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1.4rem;
  display: block;
}
.box-information > .content > .item > li.disabled > .mod-item-icon > .text {
  background-color: #ccc;
}
.box-information > .content > .item > li.disabled > .text {
  font-size: 1.6rem;
  color: #ccc;
  margin-left: 10px;
}
.box-information > .content > .item > li.disabled > .text > .new {
  color: #ccc;
  margin-left: 10px;
  font-size: 1.4rem;
}
.box-information > .content > .item > li.disabled > .text > .date {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1.4rem;
  display: block;
}

@media (max-width: 767px) {
  .box-information {
    padding-top: 10px;
  }
  .box-information > .content {
    padding: 15px 15px 5px;
  }
  .box-information > .content > .item > li {
    margin-bottom: 10px;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .box-information > .content > .item > li:nth-child(even) {
    margin-right: 0;
  }
  .box-information > .content > .item > li > .mod-item-icon > .text {
    padding: 2px 6px;
    font-size: 1.8rem;
  }
  .box-information > .content > .item > li > a > .text {
    font-size: 1.4rem;
    margin-left: 5px;
  }
  .box-information > .content > .item > li > a > .text > .new {
    color: #ee5c3b;
    margin-left: 5px;
    font-size: 1.2rem;
  }
  .box-information > .content > .item > li > a > .text > .date {
    font-size: 1.2rem;
  }
}
/* List Modules
 * ------------------------------------------------------------------------ */
/* .mod-note
 * ------------------------------------------ */
.mod-note {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.21em;
}
.mod-note .marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.21em;
  display: block;
}
.mod-note[lang="en"] {
  padding-left: 1em;
}
.mod-note[lang="en"] .marker {
  top: .5em;
  width: 1em;
}
.mod-note + .mod-note,
.mod-note + .mod-note-list {
  margin-top: 10px;
}

[lang="en"] .mod-note {
  padding-left: 1em;
}
[lang="en"] .mod-note .marker {
  top: .2em;
  width: 1em;
}

@media (max-width: 767px) {
  .mod-note {
    margin-top: 15px;
    font-size: 1.2rem;
    padding-left: 1.15em;
  }
  .mod-note .marker {
    width: 1.15em;
    display: block;
  }
  .mod-note + .mod-note,
  .mod-note + .mod-note-list {
    margin-top: 10px;
  }
}
/* .mod-note-list
 * ------------------------------------------ */
.mod-note-list {
  margin-top: 30px;
}
.mod-note-list > ul > li,
.mod-note-list > ol > li {
  margin-top: 10px;
  color: #666;
  font-size: 1.4rem;
  padding-left: 2.65em;
  position: relative;
}
.mod-note-list > ul > li .marker,
.mod-note-list > ol > li .marker {
  width: 2.65em;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.mod-note-list > ul > li[lang="en"],
.mod-note-list > ol > li[lang="en"] {
  padding-left: 2.5em;
}
.mod-note-list > ul > li[lang="en"] .marker,
.mod-note-list > ol > li[lang="en"] .marker {
  width: 2.5em;
}
.mod-note-list > ul[lang="en"] > li,
.mod-note-list > ol[lang="en"] > li {
  padding-left: 2.5em;
}
.mod-note-list > ul[lang="en"] > li .marker,
.mod-note-list > ol[lang="en"] > li .marker {
  width: 2.5em;
}
.mod-note-list + .mod-note,
.mod-note-list + .mod-note-list {
  margin-top: 10px;
}
.mod-note-list[lang="en"] > ul > li,
.mod-note-list[lang="en"] > ol > li {
  padding-left: 2.5em;
}
.mod-note-list[lang="en"] > ul > li .marker,
.mod-note-list[lang="en"] > ol > li .marker {
  width: 2.5em;
}

[lang="en"] .mod-note-list > ul > li,
[lang="en"] .mod-note-list > ol > li {
  padding-left: 2.5em;
}
[lang="en"] .mod-note-list > ul > li .marker,
[lang="en"] .mod-note-list > ol > li .marker {
  width: 2.5em;
}

@media (max-width: 767px) {
  .mod-note-list {
    margin-top: 15px;
  }
  .mod-note-list > ul > li,
  .mod-note-list > ol > li {
    font-size: 1.2rem;
    margin-top: 10px;
    padding-left: 2.83em;
  }
  .mod-note-list > ul > li .marker,
  .mod-note-list > ol > li .marker {
    width: 2.83em;
    display: block;
  }
  .mod-note-list + .mod-note,
  .mod-note-list + .mod-note-list {
    margin-top: 10px;
  }
}
/* .mod-note-list-bullet
 * ------------------------------------------ */
.mod-note-list-bullet {
  margin-top: 30px;
}
.mod-note-list-bullet > ul > li,
.mod-note-list-bullet > ol > li {
  margin-top: 10px;
  color: #666;
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding-left: 1.21em;
}
.mod-note-list-bullet > ul > li::before,
.mod-note-list-bullet > ol > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #ccc;
  position: absolute;
  top: .48em;
  left: 0;
}

@media (max-width: 767px) {
  .mod-note-list-bullet {
    margin-top: 15px;
  }
  .mod-note-list-bullet > ul > li,
  .mod-note-list-bullet > ol > li {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
/* .mod-note-list-desc
 * ------------------------------------------ */
.mod-note-list-desc {
  margin-top: 30px;
}
.mod-note-list-desc > dl > .item {
  margin-top: 10px;
}
.mod-note-list-desc > dl > .item > .title {
  position: relative;
  padding-left: 50px;
  font-size: 1.4rem;
}
.mod-note-list-desc > dl > .item > .title > .marker {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.mod-note-list-desc > dl > .item > .content {
  padding-left: 50px;
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .mod-note-list-desc {
    margin-top: 15px;
  }
  .mod-note-list-desc > dl > .item {
    margin-top: 10px;
  }
  .mod-note-list-desc > dl > .item > .title {
    font-size: 1.2rem;
    padding-left: 40px;
  }
  .mod-note-list-desc > dl > .item > .content {
    font-size: 1.2rem;
    padding-left: 40px;
    margin-top: 10px;
  }
}
/* Panel Modules
 * ------------------------------------------------------------------------ */
/* .mod-panel-tab
 * ------------------------------------------ */
.mod-panel-tab {
  margin-top: 30px;
}
.mod-panel-tab > .list > li > .button[aria-selected="true"],
.mod-panel-tab > .list > li > .button[aria-current="page"],
.mod-panel-tab > .list > li > .button:hover,
.mod-panel-tab > .list > li > .button:focus,
.mod-panel-tab .mod-panel-tab-2 > .list > li > a[aria-selected="true"],
.mod-panel-tab .mod-panel-tab-2 > .list > li > a[aria-current="page"],
.mod-panel-tab .mod-panel-tab-2 > .list > li > a:hover,
.mod-panel-tab .mod-panel-tab-2 > .list > li > a:focus,
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-selected="true"],
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-current="page"],
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button:hover,
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button:focus {
  background-color: #0183cf;
  color: #fff;
  border-color: transparent;
}
.mod-panel-tab > .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #0183cf;
}
.mod-panel-tab > .list > li {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.mod-panel-tab > .list > li + li {
  margin-left: 5px;
}
.mod-panel-tab > .list > li > .button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 11px 10px 10px;
  line-height: 1.25;
  color: #333;
  text-decoration: none;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  border-top: 2px solid #ececec;
  border-right: 2px solid #ececec;
  border-left: 2px solid #ececec;
}
.mod-panel-tab > .list > li > .button.is-disable {
  background-color: #f4f4f4;
  color: #aaa;
  border-color: transparent;
  cursor: default;
}
.mod-panel-tab > .content-wrap {
  padding: 30px 0;
  background-color: #fff;
}
.mod-panel-tab > .content-wrap > .content .invisible {
  display: none;
}
.mod-panel-tab > .content-wrap > .content .invisible + * {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .mod-panel-tab {
    margin-top: 15px;
  }
  .mod-panel-tab > .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #0183cf;
  }
  .mod-panel-tab > .list > li {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .mod-panel-tab > .list > li + li {
    margin-left: 4px;
  }
  .mod-panel-tab > .list > li > .button {
    font-size: 1.6rem;
    padding: 19px 10px 18px;
  }
  .mod-panel-tab.of-multiple > .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 0;
  }
  .mod-panel-tab.of-multiple > .list > li {
    margin: 7px 0 0 2%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  .mod-panel-tab.of-multiple > .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-panel-tab.of-multiple > .list > li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-panel-tab.of-multiple > .list > li > .button {
    font-size: 1.4rem;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #ececec;
  }
  .mod-panel-tab.of-multiple > .list > li > .button[aria-selected="true"],
  .mod-panel-tab.of-multiple > .list > li > .button[aria-current="page"],
  .mod-panel-tab.of-multiple > .list > li > .button:hover,
  .mod-panel-tab.of-multiple > .list > li > .button:focus,
  .mod-panel-tab.of-multiple > .list > li > .button.is-disable {
    border-color: transparent;
  }
  .mod-panel-tab > .content-wrap {
    padding: 20px 0 0;
  }
}
/* .mod-panel-tab-2
 * ------------------------------------------ */
.mod-panel-tab-2 {
  margin-top: 30px;
}
.mod-panel-tab-2 .mod-panel-tab > .list > li > .button[aria-selected="true"],
.mod-panel-tab-2 .mod-panel-tab > .list > li > .button[aria-current="page"],
.mod-panel-tab-2 .mod-panel-tab > .list > li > .button:hover,
.mod-panel-tab-2 .mod-panel-tab > .list > li > .button:focus,
.mod-panel-tab-2 > .list > li > a[aria-selected="true"],
.mod-panel-tab-2 > .list > li > a[aria-current="page"],
.mod-panel-tab-2 > .list > li > a:hover,
.mod-panel-tab-2 > .list > li > a:focus,
.mod-panel-tab-2 body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-selected="true"],
body.theme-etf .mod-panel-tab-2 .mod-panel-tab.of-balloon > .list > li > .button[aria-selected="true"],
.mod-panel-tab-2 body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-current="page"],
body.theme-etf .mod-panel-tab-2 .mod-panel-tab.of-balloon > .list > li > .button[aria-current="page"],
.mod-panel-tab-2 body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button:hover,
body.theme-etf .mod-panel-tab-2 .mod-panel-tab.of-balloon > .list > li > .button:hover,
.mod-panel-tab-2 body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button:focus,
body.theme-etf .mod-panel-tab-2 .mod-panel-tab.of-balloon > .list > li > .button:focus {
  background-color: #0183cf;
  color: #fff;
  border-color: transparent;
}
.mod-panel-tab-2 > .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.mod-panel-tab-2 > .list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 30.303%;
  flex: 1 1 30.303%;
  max-width: 300px;
}
.mod-panel-tab-2 > .list > li + li {
  margin-left: 5px;
}
.mod-panel-tab-2 > .list > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 9px;
  font-size: 1.8rem;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-top: 2px solid #ececec;
  border-right: 2px solid #ececec;
  border-left: 2px solid #ececec;
  border-radius: 6px 6px 0 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.mod-panel-tab-2 > .list > li > a.icon::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 7px;
}
.mod-panel-tab-2 > .list > li > a.icon-1::before {
  background-image: url(/images/index-icon-01.png);
  height: 24px;
  width: 24px;
}
.mod-panel-tab-2 > .list > li > a.icon-1[aria-selected="true"]::before,
.mod-panel-tab-2 > .list > li > a.icon-1[aria-current="page"]::before,
.mod-panel-tab-2 > .list > li > a.icon-1:focus::before,
.mod-panel-tab-2 > .list > li > a.icon-1:hover::before {
  background-image: url(/images/index-icon-01_active.png);
}
.mod-panel-tab-2 > .list > li > a.icon-2::before {
  background-image: url(/images/index-icon-02.png);
  height: 22px;
  width: 24px;
}
.mod-panel-tab-2 > .list > li > a.icon-2[aria-selected="true"]::before,
.mod-panel-tab-2 > .list > li > a.icon-2[aria-current="page"]::before,
.mod-panel-tab-2 > .list > li > a.icon-2:focus::before,
.mod-panel-tab-2 > .list > li > a.icon-2:hover::before {
  background-image: url(/images/index-icon-02_active.png);
}
.mod-panel-tab-2 > .list > li > a br {
  display: none;
}
.mod-panel-tab-2 > .content-wrap {
  padding: 25px 28px;
  background-color: #fff;
  border: 2px solid #ececec;
}
.mod-panel-tab-2 > .content-wrap > .content .invisible {
  display: none;
}
.mod-panel-tab-2 > .content-wrap > .content .invisible + * {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .mod-panel-tab-2 {
    margin-top: 15px;
  }
  .mod-panel-tab-2 > .list > li {
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
  }
  .mod-panel-tab-2 > .list > li > a {
    padding: 7px 10px 7px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .mod-panel-tab-2 > .list > li > a br {
    display: inline;
  }
  .mod-panel-tab-2 > .list > li > a.icon-1::before {
    background-image: url(/images/index-icon-01_sp.png);
    height: 30px;
    width: 30px;
  }
  .mod-panel-tab-2 > .list > li > a.icon-1[aria-selected="true"]::before,
  .mod-panel-tab-2 > .list > li > a.icon-1[aria-current="page"]::before,
  .mod-panel-tab-2 > .list > li > a.icon-1:focus::before,
  .mod-panel-tab-2 > .list > li > a.icon-1:hover::before {
    background-image: url(/images/index-icon-01_sp_active.png);
  }
  .mod-panel-tab-2 > .list > li > a.icon-2::before {
    background-image: url(/images/index-icon-02_sp.png);
    height: 29px;
    width: 30px;
  }
  .mod-panel-tab-2 > .list > li > a.icon-2[aria-selected="true"]::before,
  .mod-panel-tab-2 > .list > li > a.icon-2[aria-current="page"]::before,
  .mod-panel-tab-2 > .list > li > a.icon-2:focus::before,
  .mod-panel-tab-2 > .list > li > a.icon-2:hover::before {
    background-image: url(/images/index-icon-02_sp_active.png);
  }
  .mod-panel-tab-2 > .content-wrap {
    border-right: 0;
    border-left: 0;
    margin-right: -10px;
    margin-left: -10px;
    padding: 15px 10px;
  }
}
/* .mod-panel-question
 * ------------------------------------------ */
.mod-panel-question {
  margin-top: 30px;
}
.mod-panel-question > dl > .item {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  position: relative;
}
.mod-panel-question > dl > .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
  content: "";
}
.mod-panel-question > dl > .item + .item {
  margin-top: 20px;
}
.mod-panel-question > dl > .item > .question {
  padding: 19px 70px 18px 50px;
  position: relative;
}
.mod-panel-question > dl > .item > .question .mark {
  position: absolute;
  top: 16px;
  left: 20px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  min-width: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #01aac6;
}
.mod-panel-question > dl > .item > .question .func-toggle-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  font-size: 0;
}
.mod-panel-question > dl > .item > .question .func-toggle-button > .inner {
  display: block;
  background-color: #01aac6;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.mod-panel-question > dl > .item > .question .func-toggle-button > .inner::before,
.mod-panel-question > dl > .item > .question .func-toggle-button > .inner::after {
  position: absolute;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  content: "";
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.mod-panel-question > dl > .item > .question .func-toggle-button > .inner::before {
  transform: translate(-50%, -50%);
}
.mod-panel-question > dl > .item > .question .func-toggle-button > .inner::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.mod-panel-question > dl > .item > .answer {
  padding: 20px 20px 20px 50px;
  position: relative;
}
.mod-panel-question > dl > .item > .answer .mark {
  position: absolute;
  top: 16px;
  left: 20px;
  width: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #d8cb00;
}
.mod-panel-question > dl > .item > .answer .mark + * {
  margin-top: 0;
}
.mod-panel-question > dl > .item > .answer::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ececec;
  content: "";
}
.mod-panel-question > dl > .item.is-toggle-opened .func-toggle-button > .inner {
  background-color: #f4f4f4;
}
.mod-panel-question > dl > .item.is-toggle-opened .func-toggle-button > .inner::before {
  background-color: #01aac6;
}
.mod-panel-question > dl > .item.is-toggle-opened .func-toggle-button > .inner::after {
  display: none;
}

@media (max-width: 767px) {
  .mod-panel-question {
    margin-top: 15px;
  }
  .mod-panel-question > dl > .item > .question .func-toggle-button > .inner::before,
  .mod-panel-question > dl > .item > .question .func-toggle-button > .inner::after {
    width: 16px;
    height: 2px;
    border-radius: 1px;
  }
}
/* .mod-panel-plugin
 * ------------------------------------------ */
.mod-panel-plugin {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  padding: 16px 20px;
}
.mod-panel-plugin > .image {
  -ms-flex: 0 0 158px;
  flex: 0 0 158px;
  max-width: 158px;
  min-width: 158px;
  margin-right: 20px;
}
.mod-panel-plugin > .image a,
.mod-panel-plugin > .image img {
  display: block;
}
.mod-panel-plugin > .content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .mod-panel-plugin {
    margin-top: 15px;
    padding: 15px;
    display: block;
  }
  .mod-panel-plugin > .image a {
    display: inline-block;
  }
  .mod-panel-plugin > .content {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
/* .mod-panel-toggle
 * ------------------------------------------ */
.mod-panel-toggle {
  border: 1px solid #cadbe8;
  border-radius: 5px;
}
.mod-panel-toggle > .hdg-wrap {
  position: relative;
  padding: 15px 20px;
}
.mod-panel-toggle > .hdg-wrap > .hdg {
  font-size: 1.6rem;
  padding-right: 50px;
}
.mod-panel-toggle > .hdg-wrap > .mod-btn-toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-panel-toggle > .hdg-wrap > .mod-btn-toggle::before,
.mod-panel-toggle > .hdg-wrap > .mod-btn-toggle::after {
  content: none;
}
.mod-panel-toggle > .hdg-wrap > .mod-btn-toggle > .text {
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #cadce8;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 15px;
}
.mod-panel-toggle > .hdg-wrap > .mod-btn-toggle > .text::before,
.mod-panel-toggle > .hdg-wrap > .mod-btn-toggle > .text::after {
  right: 50%;
  transform: translate(50%, -50%);
}
.mod-panel-toggle > .content {
  margin-top: 20px;
  padding: 0 20px 15px;
}
.mod-panel-toggle > .content .note {
  margin-top: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  font-size: 1.4rem;
}
.mod-panel-toggle > .content .note .mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mod-panel-toggle > .content > .close-btn-warp {
  margin-top: 25px;
  text-align: center;
}
.mod-panel-toggle > .content > .close-btn-warp > .close-btn {
  padding: 5px 40px;
  border-radius: 15px/50%;
  color: #26618a;
  background-color: #cadce8;
  font-size: 1.4rem;
}
.mod-panel-toggle.is-toggle-opened > .hdg-wrap > .mod-btn-toggle > .text {
  background-color: #f1f6f9;
}
.mod-panel-toggle.is-toggle-opened > .hdg-wrap > .mod-btn-toggle > .text::before,
.mod-panel-toggle.is-toggle-opened > .hdg-wrap > .mod-btn-toggle > .text::after {
  background-color: #aecadc;
}
.mod-panel-toggle.is-toggle-opened > .hdg-wrap > .mod-btn-toggle > .text::before {
  transform: translate(50%, -50%) rotate(90deg);
  background-color: #aecadc;
}

@media (max-width: 767px) {
  .mod-panel-toggle > .hdg-wrap {
    padding: 15px;
  }
  .mod-panel-toggle > .hdg-wrap > .hdg {
    font-size: 1.4rem;
  }
  .mod-panel-toggle > .content {
    padding: 0 15px 15px;
    margin-top: 5px;
  }
  .mod-panel-toggle > .content .note {
    font-size: 1.2rem;
  }
  .mod-panel-toggle > .content > .close-btn-warp > .close-btn {
    font-size: 1.2rem;
  }
}
/* .mod-panel-favorite
 * ------------------------------------------ */
.mod-panel-favorite {
  border: 2px solid #ececec;
}
.mod-panel-favorite .hdg-wrap {
  background-color: #0183cf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.mod-panel-favorite .hdg-wrap .hdg {
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}
.mod-panel-favorite .hdg-wrap .hdg a {
  color: #fff;
}
.mod-panel-favorite .hdg-wrap .mh-8 {
  margin: 0 8px;
}
.mod-panel-favorite .hdg-wrap .mod-form-check {
  margin: 0 8px;
}
.mod-panel-favorite .hdg-wrap .mod-form-check .inner {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.mod-panel-favorite .hdg-wrap .mod-form-check .text {
  font-size: 0;
  padding: 0;
  position: static;
}
.mod-panel-favorite .hdg-wrap .mod-form-check .text::before {
  width: 18px;
  height: 18px;
  top: 0;
}
.mod-panel-favorite .hdg-wrap .mod-form-check .text::after {
  left: 2px;
  top: 4px;
}
.mod-panel-favorite .hdg-wrap .mod-form-star {
  margin: 0 10px;
}
.mod-panel-favorite .hdg-wrap .mod-form-star .inner {
  width: 17px;
  height: 16px;
  vertical-align: middle;
}
.mod-panel-favorite .hdg-wrap .mod-form-star .text {
  font-size: 0;
}
.mod-panel-favorite .hdg-wrap .mod-form-star .text::before {
  position: absolute;
  width: 17px;
  height: 16px;
}
.mod-panel-favorite.of-bg-gray .hdg-wrap {
  background-color: #f4f4f4;
}
.mod-panel-favorite.of-bg-gray .hdg-wrap .hdg {
  color: #333;
}
.mod-panel-favorite.of-bg-gray .hdg-wrap .hdg a {
  color: #005180;
}
.mod-panel-favorite .content .data-list > .item {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ececec;
}
.mod-panel-favorite .content .data-list > .item:first-child {
  border-top-width: 0;
}
.mod-panel-favorite .content .data-list > .item.of-highlight {
  background-color: #e5f6f9;
}
.mod-panel-favorite .content .data-list > .item dt,
.mod-panel-favorite .content .data-list > .item dd {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1.2rem;
  padding: 8px;
}
.mod-panel-favorite .content .data-list > .item dt {
  border-right: 1px solid #ececec;
}
.mod-panel-favorite .content .data-list > .item dd {
  text-align: right;
}
.mod-panel-favorite .content .data-list > .item dd.of-month {
  text-align: center;
}
.mod-panel-favorite + .mod-panel-favorite {
  margin-top: 20px;
}

/* Table Modules
 * ------------------------------------------------------------------------ */
/* .mod-tbl
 * ------------------------------------------------------------------------ */
.mod-tbl {
  margin-top: 30px;
}
.mod-tbl > .data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mod-tbl > .data > .segment.of-date {
  font-size: 1.8rem;
}
.mod-tbl > .data > .segment.of-note {
  font-size: 1.4rem;
}
.mod-tbl > .data + .inner {
  margin-top: 10px;
}
.mod-tbl > .inner {
  position: relative;
}
.mod-tbl > .inner::before,
.mod-tbl > .inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ececec;
  z-index: 10;
}
.mod-tbl > .inner::before {
  top: 0;
}
.mod-tbl > .inner::after {
  bottom: 0;
}
.mod-tbl table {
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.mod-tbl table tr {
  border-bottom: 1px solid #f4f4f4;
}
.mod-tbl table th,
.mod-tbl table td {
  padding: 7px 10px;
  font-weight: normal;
}
.mod-tbl table tbody th {
  text-align: left;
  background-color: #fcfcfc;
}
.mod-tbl table tbody td {
  position: relative;
}
.mod-tbl table tbody td::before {
  content: "";
  display: block;
  height: calc(100% - 8px);
  width: 1px;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mod-tbl table tbody td.error-area {
  background-color: #faf0f0;
}
.mod-tbl table tbody td.error-area .error-text {
  margin-bottom: 5px;
}
.mod-tbl table tbody td.error-area .error-text > strong {
  color: #d9300a;
  font-size: 1.4rem;
  font-weight: normal;
}
.mod-tbl table img {
  display: inline-block;
}
.mod-tbl > .caption {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .mod-tbl {
    margin-top: 15px;
    overflow: hidden;
  }
  .mod-tbl > .data {
    display: block;
  }
  .mod-tbl > .data > .segment.of-date {
    font-size: 1.4rem;
  }
  .mod-tbl > .data > .segment.of-note {
    font-size: 1.2rem;
    text-align: right;
  }
  .mod-tbl table,
  .mod-tbl table thead,
  .mod-tbl table tbody,
  .mod-tbl table tr,
  .mod-tbl table th,
  .mod-tbl table td {
    display: block;
    width: 100%;
  }
  .mod-tbl table tbody tr {
    border: 0;
  }
  .mod-tbl table tbody tr:first-child > th {
    border-top: 0;
  }
  .mod-tbl table tbody th {
    background-color: #fcfcfc;
    border-top: 1px solid #f4f4f4;
  }
  .mod-tbl table tbody td {
    position: relative;
  }
  .mod-tbl table tbody td::before {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 20px);
    background-color: #f4f4f4;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .mod-tbl > .caption {
    font-size: 1.2rem;
  }
}
/* .mod-tbl-2
 * ------------------------------------------------------------------------ */
.mod-tbl-2 {
  margin-top: 30px;
}
.mod-tbl-2 > .data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mod-tbl-2 > .data > .segment.of-date {
  font-size: 1.8rem;
}
.mod-tbl-2 > .data > .segment.of-note {
  font-size: 1.4rem;
  margin-left: auto;
}
.mod-tbl-2 > .data + .inner {
  margin-top: 10px;
}
.mod-tbl-2 table {
  width: 100%;
  table-layout: fixed;
  border: 2px solid #ececec;
}
.mod-tbl-2 table th,
.mod-tbl-2 table td {
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 8px 10px;
  font-weight: normal;
}
.mod-tbl-2 table thead {
  background-color: #f4f4f4;
}
.mod-tbl-2 table tbody th.of-bg-gray {
  background-color: #f4f4f4;
}
.mod-tbl-2 table img {
  display: inline-block;
}
.mod-tbl-2 table img.img {
  width: 100%;
  max-width: 100%;
}
.mod-tbl-2 table .price {
  width: 15% !important;
}
.mod-tbl-2 > .caption {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}
.mod-tbl-2 .range-arrow {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .mod-tbl-2 {
    margin-top: 15px;
  }
  .mod-tbl-2 > .data {
    display: block;
  }
  .mod-tbl-2 > .data > .segment.of-date {
    font-size: 1.4rem;
  }
  .mod-tbl-2 > .data > .segment.of-note {
    font-size: 1.2rem;
    text-align: right;
  }
  .mod-tbl-2 table colgroup col.tbl-visible-nallow {
    display: none;
  }
  .mod-tbl-2 table colgroup col.tbl-visible-wide {
    display: block;
  }
  .mod-tbl-2 table th.tbl-visible-nallow,
  .mod-tbl-2 table td.tbl-visible-nallow {
    display: none;
  }
  .mod-tbl-2 table th.tbl-visible-wide,
  .mod-tbl-2 table td.tbl-visible-wide {
    display: table-cell;
  }
  .mod-tbl-2 > .caption {
    font-size: 1.2rem;
  }
}
/* .mod-tbl-3
 * ------------------------------------------------------------------------ */
.mod-tbl-3 {
  margin-top: 30px;
}
.mod-tbl-3 > .data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mod-tbl-3 > .data > .segment.of-hit {
  color: #0183cf;
  font-size: 1.6rem;
  margin-right: 50px;
}
.mod-tbl-3 > .data > .segment.of-hit > b {
  font-size: 3rem;
}
.mod-tbl-3 > .data > .segment.of-date {
  font-size: 1.8rem;
}
.mod-tbl-3 > .data > .segment.of-note {
  font-size: 1.4rem;
  margin-left: auto;
}
.mod-tbl-3 > .data + .inner {
  margin-top: 10px;
}
.mod-tbl-3 table {
  border: 2px solid #ececec;
  width: 100%;
  table-layout: fixed;
}
.mod-tbl-3 table th,
.mod-tbl-3 table td {
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 8px 10px;
  font-weight: normal;
  font-size: 1.4rem;
}
.mod-tbl-3 table thead {
  background-color: #f4f4f4;
}
.mod-tbl-3 table .title {
  display: none;
}
.mod-tbl-3 table .value.plus {
  color: #d9300a;
}
.mod-tbl-3 table .value.minus {
  color: #209b63;
}
.mod-tbl-3 table a {
  text-decoration: none;
}
.mod-tbl-3 table a:hover,
.mod-tbl-3 table a:focus {
  text-decoration: underline;
}
.mod-tbl-3 table img {
  display: inline-block;
}
.mod-tbl-3 > .caption {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .mod-tbl-3 {
    margin-top: 15px;
  }
  .mod-tbl-3 > .data {
    display: block;
  }
  .mod-tbl-3 > .data > .segment.of-hit {
    text-align: center;
    margin-right: 0;
  }
  .mod-tbl-3 > .data > .segment.of-date {
    font-size: 1.4rem;
  }
  .mod-tbl-3 > .data > .segment.of-note {
    font-size: 1.2rem;
    text-align: right;
  }
  .mod-tbl-3 table {
    display: block;
    width: 100%;
    border: 0;
    margin-top: 10px;
  }
  .mod-tbl-3 table tbody,
  .mod-tbl-3 table tr,
  .mod-tbl-3 table th {
    display: block;
  }
  .mod-tbl-3 table tr {
    margin-top: 10px;
    border-top: 2px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 2px solid #ececec;
  }
  .mod-tbl-3 table th {
    padding: 8px 10px;
    font-size: 1.4rem;
    background-color: #f4f4f4;
  }
  .mod-tbl-3 table td {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-size: 1.2rem;
  }
  .mod-tbl-3 table thead {
    display: none;
  }
  .mod-tbl-3 table .title,
  .mod-tbl-3 table .value {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 8px 10px;
  }
  .mod-tbl-3 table .title {
    text-align: left;
    border-right: 1px solid #ececec;
  }
  .mod-tbl-3 table .value {
    text-align: right;
  }
  .mod-tbl-3 > .caption {
    font-size: 1.2rem;
  }
}
/* .mod-tbl-4
 * ------------------------------------------------------------------------ */
.mod-tbl-4 {
  margin-top: 30px;
}
.mod-tbl-4 > .data > .segment.of-date {
  font-size: 1.8rem;
}
.mod-tbl-4 > .data + .inner {
  margin-top: 10px;
}
.mod-tbl-4 table {
  width: 100%;
  table-layout: fixed;
}
.mod-tbl-4 table th,
.mod-tbl-4 table td {
  border-bottom: 1px solid #ececec;
  padding: 8px 10px;
  font-weight: normal;
  font-size: 1.4rem;
}
.mod-tbl-4 table .title {
  display: none;
}
.mod-tbl-4 table .value.plus,
.mod-tbl-4 table .value.minus {
  font-weight: bold;
}
.mod-tbl-4 table .value.plus {
  color: #d9300a;
}
.mod-tbl-4 table .value.minus {
  color: #209b63;
}
.mod-tbl-4 table a {
  text-decoration: none;
}
.mod-tbl-4 table a:hover,
.mod-tbl-4 table a:focus {
  text-decoration: underline;
}
.mod-tbl-4 table img {
  display: inline-block;
}
.mod-tbl-4 > .caption {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .mod-tbl-4 {
    margin-top: 15px;
  }
  .mod-tbl-4 > .data > .segment.of-date {
    font-size: 1.4rem;
  }
  .mod-tbl-4 table {
    table-layout: auto;
  }
  .mod-tbl-4 table thead th {
    font-size: 1rem;
  }
  .mod-tbl-4 table tbody > tr th,
  .mod-tbl-4 table tbody > tr td {
    font-size: 1.1rem;
  }
}
/* .mod-tbl-cal
 * ------------------------------------------------------------------------ */
.mod-tbl-cal {
  margin-top: 30px;
}
.mod-tbl-cal table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border: 2px solid #ccc;
}
.mod-tbl-cal table thead {
  background-color: #f6f5f1;
}
.mod-tbl-cal table tr > :nth-of-type(7n),
.mod-tbl-cal table tr > :nth-of-type(7n + 1),
.mod-tbl-cal table tr > .holiday {
  color: #9e2414;
}
.mod-tbl-cal table th,
.mod-tbl-cal table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-weight: normal;
  padding: 0;
}
.mod-tbl-cal table th .inner,
.mod-tbl-cal table td .inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mod-tbl-cal table th .text,
.mod-tbl-cal table td .text {
  display: inline-block;
  padding: .5em;
}
.mod-tbl-cal table th .text::before,
.mod-tbl-cal table td .text::before {
  display: inline-block;
  content: "";
  width: 0;
}
.mod-tbl-cal table th ul > li,
.mod-tbl-cal table td ul > li {
  padding: .5em;
  border-top: 1px solid #ececec;
}
.mod-tbl-cal table th ul > li::before,
.mod-tbl-cal table td ul > li::before {
  display: inline-block;
  content: "";
  width: 0;
}
.mod-tbl-cal table th ul > li:nth-of-type(even),
.mod-tbl-cal table td ul > li:nth-of-type(even) {
  background-color: #e3f2f7;
}
.mod-tbl-cal table th ul > li:nth-of-type(odd),
.mod-tbl-cal table td ul > li:nth-of-type(odd) {
  background-color: #f8f1f0;
}
.mod-tbl-cal table th {
  padding: .5em;
}
.mod-tbl-cal .txt-creation {
  color: #9e2414;
}
.mod-tbl-cal .txt-redemption {
  color: #005b81;
}
.mod-tbl-cal .txt-mixed {
  color: #008048;
}

@media (max-width: 767px) {
  .mod-tbl-cal {
    margin-top: 15px;
  }
  .mod-tbl-cal table th .text,
  .mod-tbl-cal table td .text {
    padding: .29em;
  }
  .mod-tbl-cal table th ul > li,
  .mod-tbl-cal table td ul > li {
    padding: .29em;
  }
  .mod-tbl-cal table th {
    padding: .29em;
  }
}
/* .mod-tbl-data
 * ------------------------------------------------------------------------ */
.mod-tbl-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px;
  margin-top: 30px;
}
.mod-tbl-data > .segment.of-hit {
  color: #0183cf;
  font-size: 1.6rem;
  margin-right: 50px;
}
.mod-tbl-data > .segment.of-hit > b {
  font-size: 3rem;
}
.mod-tbl-data > .segment.of-date {
  font-size: 1.8rem;
}
.mod-tbl-data > .segment.of-note {
  font-size: 1.4rem;
  margin-left: auto;
}

@media (max-width: 767px) {
  .mod-tbl-data {
    display: block;
    margin-top: 20px;
  }
  .mod-tbl-data > .segment.of-hit {
    text-align: center;
    margin-right: 0;
    font-size: 1.4rem;
  }
  .mod-tbl-data > .segment.of-hit b {
    font-size: 2.2rem;
  }
  .mod-tbl-data > .segment.of-date {
    font-size: 1.4rem;
  }
  .mod-tbl-data > .segment.of-note {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 5px;
  }
}
/* .mod-tbl-favorite
 * ------------------------------------------------------------------------ */
.mod-tbl-favorite {
  margin-top: 30px;
}
.mod-tbl-favorite table {
  width: 100%;
  table-layout: fixed;
  border: 2px solid #ececec;
  font-size: 1.4rem;
}
.mod-tbl-favorite table col.w-11 {
  width: 11%;
}
.mod-tbl-favorite table col.w-38 {
  width: 38%;
}
.mod-tbl-favorite table col.w-5 {
  width: 5%;
}
.mod-tbl-favorite table .text-type-2 td {
  text-align: right;
}
.mod-tbl-favorite table .text-type-2 td:nth-child(2) {
  text-align: left;
}
.mod-tbl-favorite table th,
.mod-tbl-favorite table td {
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 8px 10px;
  font-weight: normal;
  vertical-align: middle;
}
.mod-tbl-favorite table th.of-check,
.mod-tbl-favorite table td.of-check {
  width: 48px;
}
.mod-tbl-favorite table th.of-star,
.mod-tbl-favorite table td.of-star {
  width: 70px;
}
.mod-tbl-favorite table th.of-month,
.mod-tbl-favorite table td.of-month {
  width: 50px;
}
.mod-tbl-favorite table th.of-highlight,
.mod-tbl-favorite table td.of-highlight {
  background-color: #e5f6f9;
}
.mod-tbl-favorite table th.fixed-w-110,
.mod-tbl-favorite table td.fixed-w-110 {
  width: 110px;
}
.mod-tbl-favorite table th.fixed-w-90,
.mod-tbl-favorite table td.fixed-w-90 {
  width: 90px;
}
.mod-tbl-favorite table td.of-check,
.mod-tbl-favorite table td.of-star,
.mod-tbl-favorite table td.of-month {
  text-align: center;
}
.mod-tbl-favorite table thead {
  background-color: #0183cf;
  color: #fff;
}
.mod-tbl-favorite table thead.of-bg-gray {
  background-color: #f4f4f4;
  color: #333;
}
.mod-tbl-favorite table img {
  display: inline-block;
}
.mod-tbl-favorite .mod-form-check .inner {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
.mod-tbl-favorite .mod-form-check .text {
  font-size: 0;
  padding: 0;
  position: static;
}
.mod-tbl-favorite .mod-form-check .text::before {
  width: 24px;
  height: 24px;
  top: 0;
}
.mod-tbl-favorite .mod-form-check .text::after {
  left: 4px;
  top: 7px;
}
.mod-tbl-favorite .mod-form-star .inner {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.mod-tbl-favorite .mod-form-star .text {
  font-size: 0;
}
.mod-tbl-favorite .mod-form-star .text::before {
  position: absolute;
  width: 20px;
  height: 19px;
}

/* .mod-tbl-rank
 * ------------------------------------------------------------------------ */
.mod-tbl-rank {
  margin-top: 30px;
}
.mod-tbl-rank table {
  width: 100%;
  table-layout: fixed;
}
.mod-tbl-rank table th,
.mod-tbl-rank table td {
  vertical-align: middle;
}
.mod-tbl-rank table thead {
  background-color: #fff;
}
.mod-tbl-rank table thead th,
.mod-tbl-rank table thead td {
  padding: 12px;
  font-weight: normal;
}
.mod-tbl-rank table tbody tr {
  border-top: 1px solid #fff;
}
.mod-tbl-rank table tbody tr > th {
  padding: 22px 25px 22px 65px;
  position: relative;
  font-weight: normal;
  text-align: left;
}
.mod-tbl-rank table tbody tr > th a {
  color: #917726;
  text-decoration: none;
}
.mod-tbl-rank table tbody tr > th a:hover,
.mod-tbl-rank table tbody tr > th a:focus {
  text-decoration: underline;
}
.mod-tbl-rank table tbody tr > th img {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 35px;
  height: auto;
}
.mod-tbl-rank table tbody tr > td {
  position: relative;
  padding: 15px;
  text-align: right;
  font-size: 2rem;
}
.mod-tbl-rank table tbody tr > td::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 1px;
  height: calc(100% - 20px);
  transform: translateY(-50%);
}
.mod-tbl-rank table tbody tr > td .unit {
  font-size: 1.6rem;
}
.mod-tbl-rank table tbody tr > td .plus,
.mod-tbl-rank table tbody tr > td .minus {
  font-weight: bold;
}
.mod-tbl-rank table tbody tr > td .plus {
  color: #d9300a;
}
.mod-tbl-rank table tbody tr > td .minus {
  color: #209b63;
}
.mod-tbl-rank table tbody tr:nth-of-type(1) {
  background-color: #f7f4eb;
}
.mod-tbl-rank table tbody tr:nth-of-type(1) > th {
  color: #917726;
}
.mod-tbl-rank table tbody tr:nth-of-type(1) > th a {
  color: #917726;
}
.mod-tbl-rank table tbody tr:nth-of-type(2) {
  background-color: #f4f4f4;
}
.mod-tbl-rank table tbody tr:nth-of-type(2) > th {
  color: #666;
}
.mod-tbl-rank table tbody tr:nth-of-type(2) > th a {
  color: #666;
}
.mod-tbl-rank table tbody tr:nth-of-type(3) {
  background-color: #f7eeeb;
}
.mod-tbl-rank table tbody tr:nth-of-type(3) > th {
  color: #913f26;
}
.mod-tbl-rank table tbody tr:nth-of-type(3) > th a {
  color: #913f26;
}
.mod-tbl-rank table img {
  display: inline-block;
}
.mod-tbl-rank .data {
  padding: 20px;
}
.mod-tbl-rank .data .date {
  font-size: 1.4rem;
}
.mod-tbl-rank .data .mod-btn-wrap {
  margin: 0;
}

@media (max-width: 767px) {
  .mod-tbl-rank {
    margin-top: 15px;
  }
  .mod-tbl-rank table {
    table-layout: auto;
  }
  .mod-tbl-rank table thead {
    background-color: #fff;
  }
  .mod-tbl-rank table thead th,
  .mod-tbl-rank table thead td {
    padding: 5px 10px;
    font-size: 1rem;
  }
  .mod-tbl-rank table tbody tr {
    border-top: 1px solid #fff;
  }
  .mod-tbl-rank table tbody tr > th {
    padding: 5px 10px 5px 50px;
    font-size: 1.1rem;
  }
  .mod-tbl-rank table tbody tr > th img {
    left: 10px;
    width: 28px;
  }
  .mod-tbl-rank table tbody tr > td {
    padding: 10px;
    font-size: 1.1rem;
  }
  .mod-tbl-rank table tbody tr > td .unit {
    font-size: 1.1rem;
  }
  .mod-tbl-rank table tbody tr > td .plus,
  .mod-tbl-rank table tbody tr > td .minus {
    font-weight: bold;
  }
  .mod-tbl-rank table tbody tr > td .plus {
    color: #d9300a;
  }
  .mod-tbl-rank table tbody tr > td .minus {
    color: #209b63;
  }
  .mod-tbl-rank .data {
    padding: 10px;
  }
  .mod-tbl-rank .data .date {
    font-size: 1rem;
  }
  .mod-tbl-rank .data .mod-btn-wrap {
    margin: 10px;
  }
}
/* Text Modules
 * ------------------------------------------------------------------------ */
/* .mod-txt
 * ------------------------------------------ */
.mod-txt {
  margin-top: 30px;
}
.mod-txt .text {
  line-height: 1.8;
}
.mod-txt .text.of-text-right {
  text-align: right;
}
.mod-txt .text.of-text-center {
  text-align: center;
}
.mod-txt .text a {
  text-decoration: underline;
}
.mod-txt .text a:hover,
.mod-txt .text a:focus {
  text-decoration: none;
}
.mod-txt .text + .mod-txt {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mod-txt .mod-txt {
    margin-top: 15px;
  }
  .mod-txt .mod-txt .text {
    line-height: 1.5;
  }
  .mod-txt + .mod-txt {
    margin-top: 10px;
  }
}

/* .mod-txt-bold
 * ------------------------------------------ */
.mod-txt-bold {
  font-style: normal;
  font-weight: bold;
}
.mod-txt-bold.of-type-2,
.mod-txt-bold.mod-btn.of-disabled.is-active {
  background-color: #eaf1c1;
}
.mod-txt-bold.of-type-3 {
  color: #d9300a;
}

/* .mod-txt-lead
 * ------------------------------------------ */
.mod-txt-lead {
  margin-top: 30px;
}
.mod-txt-lead .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #019dc9;
}

@media (max-width: 767px) {
  .mod-txt-lead {
    margin-top: 15px;
  }
  .mod-txt-lead .text {
    font-size: 1.6rem;
  }
}
/* .mod-txt-label
 * ------------------------------------------ */
.mod-txt-label {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 1.2rem;
  border-radius: 3px;
  padding: 2px 11px;
  background-color: #fff;
}
.mod-txt-label.of-label-green-01 {
  border-color: #01aac6;
  color: #01aac6;
}
.mod-txt-label.of-label-green-02 {
  border-color: #1ba792;
  color: #1ba792;
}
.mod-txt-label.of-label-green-03 {
  border-color: #178900;
  color: #178900;
}
.mod-txt-label.of-label-red-01 {
  border-color: #d9300a;
  color: #d9300a;
}
.mod-txt-label.of-label-yellow-01 {
  border-color: #9d9400;
  color: #9d9400;
}
.mod-txt-label.of-label-blue-01 {
  border-color: #0183cf;
  color: #0183cf;
}
.mod-txt-label.of-label-gray-01 {
  border-color: #666;
  color: #666;
}
.mod-txt-label.of-label-white-01 {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .mod-txt-label {
    font-size: 1rem;
    padding: 0 4px;
  }
}
/* .mod-txt-label
 * ------------------------------------------ */
.mod-txt-label-list {
  margin-top: 30px;
}
.mod-txt-label-list > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.mod-txt-label-list > ul > li {
  margin: 16px 0 0 16px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .mod-txt-label-list {
    margin-top: 15px;
  }
  .mod-txt-label-list > ul {
    margin: -7px 0 0 -12px;
  }
  .mod-txt-label-list > ul > li {
    margin: 7px 0 0 12px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/* .code-data-list
 * ------------------------------------------ */
.code-data-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.code-data-list .item {
  -ms-flex: 0 1 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.code-data-list .item > li {
  margin-right: 20px;
  font-size: 1.8rem;
}
.code-data-list .item > li > .bold {
  font-weight: bold;
}

@media (max-width: 767px) {
  .code-data-list {
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }
  .code-data-list .item {
    display: block;
  }
  .code-data-list .item > li {
    margin-right: 0;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
/* JavaScript Wedjet
 * ------------------------------------------------------------------------ */
/* Main Visual
 * ------------------------------------------ */
.unq-mainvisual {
  position: relative;
  overflow: hidden;
}
.unq-mainvisual .slider {
  opacity: 0;
  will-change: opacity;
  transition: opacity 1s;
}
.unq-mainvisual .slider.slick-initialized {
  opacity: 1;
}
.unq-mainvisual .slider .item a {
  display: block;
}
.unq-mainvisual .slider .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.unq-mainvisual .func-control {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  min-width: 320px;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.unq-mainvisual .func-control > .button {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  position: relative;
  font-size: 0;
  background-color: rgba(1, 170, 198, .4);
}
.unq-mainvisual .func-control > .button::before {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.unq-mainvisual .func-control > .button.of-prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.unq-mainvisual .func-control > .button.of-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.unq-mainvisual .func-pager {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  padding: 0 20px;
  border-radius: 17px;
  background-color: rgba(255, 255, 255, .5);
}
.unq-mainvisual .func-pager .dots {
  margin-right: 18px;
}
.unq-mainvisual .func-pager .dots ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.unq-mainvisual .func-pager .dots ul li {
  margin: 0;
}
.unq-mainvisual .func-pager .dots ul li + li {
  margin: 0 0 0 18px;
}
.unq-mainvisual .func-pager .dots ul li button {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 6px;
  font-size: 0;
  border: none;
}
.unq-mainvisual .func-pager .dots ul li.slick-active button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #0183cf, #01cfbe);
}
.unq-mainvisual .func-pager .pause {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
  border-radius: 11px;
  width: 22px;
  height: 22px;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.unq-mainvisual .func-pager .pause::before,
.unq-mainvisual .func-pager .pause::after {
  content: "";
  display: block;
  width: 3px;
  height: 12px;
  background-color: #01aac6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.unq-mainvisual .func-pager .pause::before {
  left: 7px;
}
.unq-mainvisual .func-pager .pause::after {
  right: 7px;
}
.unq-mainvisual .func-pager .pause.is-pause::before {
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #01aac6;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
}
.unq-mainvisual .func-pager .pause.is-pause::after {
  display: none;
}

@media (max-width: 767px) {
  .unq-mainvisual {
    padding-bottom: 35px;
  }
  .unq-mainvisual .func-control {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
  }
  .unq-mainvisual .func-control > .button {
    width: 25px;
    height: 25px;
    background-color: transparent;
  }
  .unq-mainvisual .func-control > .button::before {
    width: 9px;
    height: 9px;
    border-top: 3px solid #01aac6;
    border-right: 3px solid #01aac6;
  }
  .unq-mainvisual .func-pager {
    bottom: 0;
    padding: 0;
    background-color: transparent;
  }
}
.no-js .unq-mainvisual .slider {
  opacity: 1;
}

/* Toggle Panel
 * ------------------------------------------ */
/* Tab Panel
 * ------------------------------------------ */
/* Wedget
 * ======================================================================== */
/* ----------------------------------------------------------------
    javascript
----------------------------------------------------------------- */
.jsc-tab-contents .jsc-tab-content {
  display: none;
}
.jsc-tab-contents .jsc-tab-content.active {
  display: block;
}

.m-tab-wrap {
  overflow: hidden;
}

.m-tab {
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
  border-bottom: 2px #0183cf solid;
}
.m-tab > li {
  padding-left: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 1.8rem;
}
.m-tab > li > button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  padding: 6px 20px;
  width: 100%;
  border-top: 2px #ececec solid;
  border-right: 2px #ececec solid;
  border-bottom: none;
  border-left: 2px #ececec solid;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  color: #333;
}
.m-tab > li.active button {
  border: 2px #0183cf solid;
  background-color: #0183cf;
  color: #fff;
}
.m-tab > li.disabled button {
  background-color: #ececec;
  color: #aaa;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .m-tab._type-02 {
    border-bottom: none;
    margin-top: -7px;
    margin-bottom: 7px;
  }
  .m-tab._type-02 > li {
    padding-top: 7px;
  }
  .m-tab._type-02 > li button {
    border-radius: 5px;
    border-bottom: 2px #ececec solid;
  }
  .m-tab._type-02 > li.active button {
    border-color: #0183cf;
  }
}

.no-js .jsc-tab-contents .jsc-tab-content {
  display: block;
}
.no-js .m-toggle .m-toggle-head .tgl-icon {
  display: none;
}
.no-js .m-toggle .m-toggle-content {
  display: block;
}
.no-js .jsc-carousel-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

.no-js .js-readmore-content {
  display: block;
}

.js-readmore > :first-child {
  margin-top: 0;
}
.js-readmore > .mod-idx-2 {
  margin-top: 20px;
}

.js-readmore-content {
  display: none;
}

.js-readmore.is-active .js-readmore-content {
  display: block;
}
.js-readmore.is-active .js-readmore-content .mod-idx-2 {
  margin-top: 20px;
}

.js-readmore.is-active .js-readmore-hook {
  display: none;
}

.js-check-counter .alert-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #ccc;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  width: 100%;
  transform: translate(-50%, -50%);
  background: #333;
  opacity: .8;
  color: #fff;
  z-index: 1000;
}
.js-check-counter.is-na .mod-reg-area-wrap {
  display: none;
}

.js-sortable .js-sortable-handle {
  cursor: move;
}

.js-readmore-toggle .js-readmore-toggle-target .is-hide {
  display: none;
}
.js-readmore-toggle .is-disabled {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .js-readmore-toggle .mod-btn-list-2 > li:first-child {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: auto;
    max-width: none;
  }
  .js-readmore-toggle .mod-btn-list-2 > li:first-child [class*="mod-btn"] {
    max-width: 50%;
    margin: 0 auto;
  }
  .js-readmore-toggle .mod-btn-list-2 > li:last-child {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: auto;
  }
  .js-readmore-toggle .mod-btn-list-2 > li._w-middle {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
  .js-readmore-toggle .mod-btn-list-2 > li .mod-btn-toggle-2 > .text {
    min-width: auto;
  }
}

/* ----------------------------------------------------------------
    carousel, slick
----------------------------------------------------------------- */
.mv-carousel-area {
  overflow: hidden;
}

.mv-carousel-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mv-carousel-list {
  display: -ms-flexbox;
  display: flex;
}
.mv-carousel-list > li {
  width: 100vw;
  max-width: 1000px;
  min-width: 320px;
}
.mv-carousel-list > li a {
  display: block;
}
.mv-carousel-list > li img {
  width: 100%;
}

.carousel-indicator-wrap {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 20px;
  padding: 6px 20px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .carousel-indicator-wrap {
    position: static;
    transform: translateX(0);
    padding: 0;
  }
}

.carousel-indicator {
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .carousel-indicator {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.carousel-indicator > li {
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .carousel-indicator > li {
    margin-right: 15px;
  }
}
.carousel-indicator > li a,
.carousel-indicator > li button {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  font-size: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .carousel-indicator > li a,
  .carousel-indicator > li button {
    width: 10px;
    height: 10px;
  }
}
.carousel-indicator > li.slick-active {
  margin-right: 14px;
}
.carousel-indicator > li.slick-active a,
.carousel-indicator > li.slick-active button {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .carousel-indicator > li.slick-active {
    margin-right: 12px;
  }
}
.carousel-indicator > li.slick-active a,
.carousel-indicator > li.slick-active button {
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}
@media screen and (max-width: 767px) {
  .carousel-indicator > li.slick-active a,
  .carousel-indicator > li.slick-active button {
    width: 16px;
    height: 16px;
  }
}

.stop-btn {
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
  position: relative;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .stop-btn {
    width: 24px;
    height: 24px;
  }
}
.stop-btn::before,
.stop-btn::after {
  content: "";
  display: block;
  width: 3px;
  height: 12px;
  background-color: #01aac6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.stop-btn::before {
  left: 7px;
}
.stop-btn::after {
  right: 7px;
}
.stop-btn._play::before {
  left: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #01aac6;
  width: 0;
  height: 0;
  background: none;
}
.stop-btn._play::after {
  content: none;
}

.prev-btn,
.next-btn {
  background-color: rgba(1, 170, 198, .4);
  width: 50px;
  height: 50px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.prev-btn:hover,
.prev-btn:focus,
.prev-btn:active,
.next-btn:hover,
.next-btn:focus,
.next-btn:active {
  background-color: rgba(0, 109, 173, .8);
}
@media screen and (max-width: 767px) {
  .prev-btn:hover,
  .prev-btn:focus,
  .prev-btn:active,
  .next-btn:hover,
  .next-btn:focus,
  .next-btn:active {
    background-color: #fff;
  }
}
.prev-btn::before,
.next-btn::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-left: 4px #fff solid;
  border-bottom: 4px #fff solid;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .prev-btn,
  .next-btn {
    width: 25px;
    height: 25px;
    background-color: transparent;
    position: static;
    transform: translateY(0);
  }
  .prev-btn::before,
  .next-btn::before {
    width: 9px;
    height: 9px;
    border-left: 3px #12b0ca solid;
    border-bottom: 3px #12b0ca solid;
  }
}

.mv-carousel-ctrl {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv-carousel-ctrl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 10px;
  }
}
.mv-carousel-ctrl .prev-btn {
  left: calc((100vw - 1000px) / 2);
}
.mv-carousel-ctrl .prev-btn::before {
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .mv-carousel-ctrl .prev-btn {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-carousel-ctrl .prev-btn {
    margin-right: 10px;
  }
}
.mv-carousel-ctrl .next-btn {
  right: calc((100vw - 1000px) / 2);
}
.mv-carousel-ctrl .next-btn::before {
  transform: translate(-75%, -50%) rotate(225deg);
}
@media screen and (max-width: 1000px) {
  .mv-carousel-ctrl .next-btn {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-carousel-ctrl .next-btn {
    margin-left: 10px;
  }
}

.media-carousel {
  margin-top: 30px;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .media-carousel {
    margin-top: 15px;
    padding: 0 10px;
  }
}
.media-carousel .media-carousel-ctrl {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .media-carousel .media-carousel-ctrl {
    margin-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.media-carousel .media-carousel-ctrl .prev-btn,
.media-carousel .media-carousel-ctrl .next-btn {
  display: block;
  background-color: transparent;
  transform: translateY(calc(-50% - 29px));
}
@media screen and (max-width: 767px) {
  .media-carousel .media-carousel-ctrl .prev-btn,
  .media-carousel .media-carousel-ctrl .next-btn {
    transform: translateY(0);
  }
}
.media-carousel .media-carousel-ctrl .prev-btn::before,
.media-carousel .media-carousel-ctrl .next-btn::before {
  width: 24px;
  height: 24px;
  border-color: #01aac6;
}
@media screen and (max-width: 767px) {
  .media-carousel .media-carousel-ctrl .prev-btn::before,
  .media-carousel .media-carousel-ctrl .next-btn::before {
    width: 15px;
    height: 15px;
  }
}
.media-carousel .media-carousel-ctrl .prev-btn {
  left: 0;
}
.media-carousel .media-carousel-ctrl .prev-btn::before {
  left: 10px;
  transform: translate(0%, -50%) rotate(45deg);
}
.media-carousel .media-carousel-ctrl .next-btn {
  right: 0;
}
.media-carousel .media-carousel-ctrl .next-btn::before {
  right: 10px;
  transform: translate(0%, -50%) rotate(225deg);
  left: 0;
}
.media-carousel .carousel-indicator-wrap {
  position: static;
  transform: translateX(0);
  background-color: transparent;
  -ms-flex-pack: center;
  justify-content: center;
}
.media-carousel + .more-button-wrap {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .media-carousel + .more-button-wrap {
    padding-top: 7px;
  }
}

.media-carousel-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .media-carousel-list {
    margin-left: -10px;
  }
}
.media-carousel-list li {
  width: 33%;
  padding-left: 20px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .media-carousel-list li {
    width: 50%;
    padding-left: 10px;
  }
}
.media-carousel-list li .img-wrap {
  position: relative;
}
.media-carousel-list li .img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/images/icon-11.png");
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .media-carousel-list li .img-wrap::after {
    background-size: 34px 34px;
  }
}
.media-carousel-list li a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
  position: relative;
  text-decoration: none;
}
.media-carousel-list li a:hover .img-wrap,
.media-carousel-list li a:focus .img-wrap,
.media-carousel-list li a:active .img-wrap {
  overflow: hidden;
}
.media-carousel-list li a:hover .img-wrap img,
.media-carousel-list li a:focus .img-wrap img,
.media-carousel-list li a:active .img-wrap img {
  opacity: .7;
  transition: .25s;
}
.media-carousel-list li a:hover .img-wrap .title,
.media-carousel-list li a:focus .img-wrap .title,
.media-carousel-list li a:active .img-wrap .title {
  text-decoration: underline;
}
.media-carousel-list li a .img-wrap img {
  vertical-align: bottom;
  width: 100%;
}
.media-carousel-list li a .movie-category {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 2px 8px;
  border-radius: 20px;
  background-color: #22bcaf;
  color: #fff;
  font-size: 1.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .media-carousel-list li a .movie-category {
    font-size: 1rem;
    padding: 4px 10px;
  }
}
.media-carousel-list li a .content-disc {
  min-height: 148px;
  position: relative;
  padding: 20px 15px 40px 15px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .media-carousel-list li a .content-disc {
    min-height: 148px;
  }
}
.media-carousel-list li a .content-disc::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}
.media-carousel-list li a .content-disc .title {
  color: #005180;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .media-carousel-list li a .content-disc .title {
    font-size: 1.2rem;
  }
}
.media-carousel-list li a .content-disc .date {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .media-carousel-list li a .content-disc .date {
    font-size: 1.2rem;
  }
}
.media-carousel-list li a:hover .title,
.media-carousel-list li a:focus .title,
.media-carousel-list li a:active .title {
  text-decoration: underline;
}

/* slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide a {
  display: block;
}
.slick-slide a img {
  display: block;
  width: 100%;
}

/* ----------------------------------------------------------------
    toggle
----------------------------------------------------------------- */
.primary-tgl {
  position: relative;
}
.primary-tgl > button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  border: 1px #cadce8 solid;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #666;
  background: none;
}
.primary-tgl > button:hover,
.primary-tgl > button:focus,
.primary-tgl > button:active {
  border-width: 2px;
  background-color: #f2f7fb;
  padding: 0 19px;
}
.primary-tgl > button:hover .tgl-icon,
.primary-tgl > button:focus .tgl-icon,
.primary-tgl > button:active .tgl-icon {
  right: 9px;
}
@media screen and (max-width: 767px) {
  .primary-tgl {
    border-radius: 0;
    border-top: 1px #cadce8 solid;
    border-right: none;
    border-right: none;
    border-bottom: none;
  }
}
.primary-tgl .tgl-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 4px;
  background-color: #cadce8;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .primary-tgl .tgl-icon {
    right: 9px;
  }
}
.primary-tgl .tgl-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.primary-tgl .tgl-icon::after {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.primary-tgl.active .tgl-icon::after {
  content: none;
}

.tgl-content-hdg {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tgl-content-hdg {
    font-size: 1.6rem;
  }
}

.tgl-content-hdg-lv2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .tgl-content-hdg-lv2 {
    font-size: 1.5rem;
  }
}

.m-toggle {
  padding: 0 20px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  position: relative;
}
.m-toggle + .m-toggle {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .m-toggle + .m-toggle {
    margin-top: 10px;
  }
}
.m-toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}
.m-toggle .m-toggle-head {
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}
.m-toggle .m-toggle-head button {
  display: block;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
  padding-right: 50px;
  background: none;
  border: none;
  text-align: left;
}
.m-toggle .m-toggle-head ._mark-Q {
  color: #01aac6;
  font-size: 2rem;
  width: 35px;
  font-weight: bold;
  line-height: 1;
}
.m-toggle .m-toggle-head .tgl-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  padding: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #01aac6;
  transform: translateY(-50%);
  font-size: 0;
}
.m-toggle .m-toggle-head .tgl-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
  content: "";
  transform: translate(-50%, -50%);
}
.m-toggle .m-toggle-head .tgl-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  content: "";
  transform: translate(-50%, -50%);
}
.m-toggle .m-toggle-content {
  display: none;
}
.m-toggle .m-toggle-content .m-toggle-content-inner {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px #ececec solid;
}
.m-toggle .m-toggle-content ._mark-A {
  width: 35px;
  font-size: 2rem;
  font-weight: bold;
  color: #d8cb00;
  line-height: 1;
}
.m-toggle .m-toggle-content p {
  font-size: 1.6rem;
  -ms-flex: 1;
  flex: 1;
}
.m-toggle.active .m-toggle-head button .tgl-icon {
  background-color: #f4f4f4;
}
.m-toggle.active .m-toggle-head button .tgl-icon::after {
  content: none;
}
.m-toggle.active .m-toggle-head button .tgl-icon::before {
  background-color: #01aac6;
}

/* Theme
 * ======================================================================== */
.hdg-lv2.no-icon {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .hdg-lv2.no-icon {
    margin-bottom: 18px;
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.m-hdg-lv2 {
  font-size: 3.6rem;
  font-weight: normal;
  color: #555;
  border-bottom: 2px #ececec solid;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

* + .m-hdg-lv2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  * + .m-hdg-lv2 {
    margin-top: 20px;
  }
}

.m-hdg-lv3 {
  padding: 5px 15px;
  background-color: #f4f4f4;
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv3 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.m-hdg-lv3 + .mod-txt {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv3 + .mod-txt {
    margin-top: 5px;
  }
}
.m-hdg-lv3 + .mod-txt + .mod-txt {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv3 + .mod-txt + .mod-txt {
    margin-top: 5px;
  }
}

.m-hdg-lv4 {
  padding: 5px 15px;
  background-color: #fff;
  border: 1px #ececec solid;
  font-size: 2rem;
  color: #333;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv4 {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.m-hdg-lv5 {
  padding: 0 15px;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  border-bottom: 1px #ececec solid;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv5 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}

.m-text-catch {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m-text-catch {
    margin-bottom: 15px;
  }
}
.m-text-catch > p {
  font-size: 2rem;
  font-weight: bold;
  color: #019dc9;
}
@-moz-document url-prefix() {
  .m-text-catch > p {
    background: linear-gradient(to right, #0183cf, #01cfbe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .m-text-catch > p {
    background: linear-gradient(to right, #0183cf, #01cfbe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@supports (-ms-ime-align: auto) {
  .m-text-catch > p {
    background: linear-gradient(to right, #0183cf, #01cfbe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .m-text-catch > p {
    font-size: 1.6rem;
  }
}

.m-text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .m-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.m-text ._marker {
  background-color: #eaf1c1;
}
.m-text a {
  color: #005180;
}
.m-text a:hover,
.m-text a:focus,
.m-text a:active {
  text-decoration: underline;
}
.m-text a:visited {
  color: #3d81a8;
}
.m-text._left {
  text-align: left;
}
.m-text._center {
  text-align: center;
}
.m-text._right {
  text-align: right;
}

.m-category-tag {
  margin-left: 10px;
  padding: 0 8px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.2rem;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .m-category-tag {
    font-size: 1rem;
  }
}
.m-category-tag._color-01 {
  border-color: #01aac6;
  color: #01aac6;
}
.m-category-tag._color-02 {
  border-color: #1ba792;
  color: #1ba792;
}
.m-category-tag._color-03 {
  border-color: #178900;
  color: #178900;
}
.m-category-tag._color-04 {
  border-color: #d9300a;
  color: #d9300a;
}
.m-category-tag._color-05 {
  border-color: #9d9400;
  color: #9d9400;
}
.m-category-tag._color-06 {
  border-color: #0183cf;
  color: #0183cf;
}

.date-content-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.date-content-list > li:nth-child(odd) {
  background-color: #f4f4f4;
}
.date-content-list > li:nth-child(even) {
  background-color: #fff;
}
.date-content-list._line-layout > li {
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .date-content-list._line-layout > li {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.date-content-list._line-layout > li .date {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .date-content-list._line-layout > li .date {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.date-content-list._line-layout > li .date._category {
  min-width: 265px;
}
.date-content-list._line-layout > li .date .new {
  margin-left: 10px;
  color: #ee5c3b;
}
.date-content-list._line-layout > li .title {
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  color: #005180;
}
.date-content-list._line-layout > li .title a,
.date-content-list._line-layout > li .title a:link {
  color: #005180;
}
@media screen and (max-width: 767px) {
  .date-content-list._line-layout > li .title {
    -ms-flex: auto;
    flex: auto;
    font-size: 1.4rem;
  }
}

.m-list > li {
  padding-left: 20px;
  position: relative;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .m-list > li {
    font-size: 1.4rem;
  }
}
.m-list > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m-list > li + li {
    margin-top: 10px;
  }
}
.m-list > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #7ac2ec;
}
@media screen and (max-width: 767px) {
  .m-list > li::before {
    top: 6px;
  }
}
.m-list > li .m-list > li {
  margin-top: 10px;
  padding-left: 15px;
}
.m-list > li .m-list > li::before {
  width: 6px;
  height: 6px;
  top: 6px;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .m-list > li .m-list > li::before {
    top: 7px;
  }
}
.m-list._gray > li {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .m-list._gray > li {
    font-size: 1.2rem;
  }
}
.m-list._gray > li + li {
  margin-top: 10px;
}
.m-list._gray > li::before {
  width: 6px;
  height: 6px;
  top: 6px;
  background-color: #ccc;
}

.m-order-list > li {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .m-order-list > li {
    font-size: 1.4rem;
  }
}
.m-order-list > li + li {
  margin-top: 15px;
}
.m-order-list > li > ._order {
  min-width: 25px;
  text-align: right;
  display: block;
  margin-right: 10px;
  font-weight: 600;
}

.m-note-list > li {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .m-note-list > li {
    font-size: 1.2rem;
  }
}
.m-note-list > li + li {
  margin-top: 10px;
}
.m-note-list > li ._mark {
  min-width: 32px;
  display: block;
  margin-right: 5px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .m-note-list > li ._mark {
    min-width: 30px;
  }
}
.m-note-list._no-num ._mark {
  min-width: 15px;
}

.m-data-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .m-data-list {
    font-size: 1.2rem;
  }
}
.m-data-list > dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.m-data-list > dd + dt {
  margin-top: 15px;
}

.m-note-data-list {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .m-note-data-list {
    font-size: 1.2rem;
  }
}
.m-note-data-list > dt {
  display: -ms-flexbox;
  display: flex;
}
.m-note-data-list > dt > ._mark {
  display: block;
  min-width: 40px;
}
.m-note-data-list > dt + dd {
  padding-left: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .m-note-data-list > dt + dd {
    margin-top: 5px;
  }
}

._blank::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 11px;
  background-image: url("/images/icon-09.png");
  background-repeat: no-repeat;
  background-size: cover;
}

._pdf::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 16px;
  background-image: url("/images/icon-pdf.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

._fw {
  font-size: 1.6rem;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  ._fw {
    font-size: 1.4rem;
  }
}

.link-list > li a {
  display: block;
  padding-left: 22px;
  position: relative;
}
.link-list > li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-top: 2px #108ad2 solid;
  border-right: 2px #108ad2 solid;
  transform: rotate(45deg);
}
.link-list > li a:hover,
.link-list > li a:focus,
.link-list > li a:active {
  text-decoration: underline;
}

.icon-blank {
  width: 12px;
  height: 11px;
}

.m-link-list {
  margin-top: 30px;
}
.m-link-list > li {
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-link-list > li {
    padding-left: 15px;
  }
}
.m-link-list > li a {
  font-size: 1.6rem;
  color: #005180;
}
@media screen and (max-width: 767px) {
  .m-link-list > li a {
    font-size: 1.4rem;
  }
}
.m-link-list > li a:hover,
.m-link-list > li a:focus,
.m-link-list > li a:active {
  text-decoration: underline;
}
.m-link-list > li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px #01aac6 solid;
  border-right: 2px #01aac6 solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .m-link-list > li a::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
}
.m-link-list > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m-link-list > li + li {
    margin-top: 10px;
  }
}
.m-link-list > li ul,
.m-link-list > li ol,
.m-link-list > li dl {
  margin-top: 15px;
}

.m-back-link {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  color: #005180;
  font-size: 1.6rem;
  line-height: 1.5;
}
.m-back-link:visited,
.m-back-link:link {
  color: #005180;
}
@media screen and (max-width: 767px) {
  .m-back-link {
    font-size: 1.4rem;
    padding-left: 12px;
  }
}
.m-back-link::before {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px #108ad2 solid;
  border-left: 2px #108ad2 solid;
  content: "";
  transform: rotate(-45deg) translateY(-50%) translateY(-4px);
}
@media screen and (max-width: 767px) {
  .m-back-link::before {
    width: 6px;
    height: 6px;
    left: 6px;
    transform: rotate(-45deg) translateY(-50%) translateY(-3px);
  }
}

.m-relation-link-block {
  background-color: #f4f4f4;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m-relation-link-block {
    padding: 15px;
  }
}
.m-relation-link-block .list-lik-head {
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .m-relation-link-block .list-lik-head {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.m-relation-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .m-relation-link {
    margin-top: -10px;
    margin-left: -10px;
  }
}
.m-relation-link > li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .m-relation-link > li {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.m-relation-link a {
  font-size: 1.6rem;
  padding-left: 20px;
  position: relative;
  color: #005180;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .m-relation-link a {
    font-size: 1.4rem;
  }
}
.m-relation-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px #108ad2 solid;
  border-right: 2px #108ad2 solid;
  transform: rotate(45deg) translateY(-50%) translateY(-4px);
}
@media screen and (max-width: 767px) {
  .m-relation-link a::before {
    width: 6px;
    height: 6px;
    left: -6px;
    transform: rotate(45deg) translateY(-50%) translateY(-3px);
  }
}

.m-link-order-50 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .m-link-order-50 {
    padding: 0 27px;
  }
}
.m-link-order-50 > li {
  margin-top: 10px;
  padding: 2px 10px;
  border-right: 1px #ccc solid;
}
.m-link-order-50 > li:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .m-link-order-50 > li {
    padding: 2px 15px;
    border-left: 1px #ccc solid;
    margin-left: -1px;
  }
  .m-link-order-50 > li:last-child {
    border-right: 1px #ccc solid;
  }
}
.m-link-order-50 > li > a {
  font-size: 1.6rem;
  color: #005180;
}
@media screen and (max-width: 767px) {
  .m-link-order-50 > li > a {
    font-size: 1.4rem;
  }
}

.page-nation-block .page-nation-text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .page-nation-block .page-nation-text {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
.page-nation-block .page-nation-text .current-page {
  margin-left: 15px;
}
.page-nation-block .page-nation-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-nation-block .page-nation-wrap .page-nation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -6px;
}
.page-nation-block .page-nation-wrap .page-nation-list > li {
  padding-left: 6px;
}
.page-nation-block .page-nation-wrap .page-nation-list > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px #ececec solid;
  border-radius: 6px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .page-nation-block .page-nation-wrap .page-nation-list > li a {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
}
.page-nation-block .page-nation-wrap .page-nation-list > li.current a {
  background-color: #0183cf;
  color: #fff;
  border-color: #0183cf;
  font-weight: bold;
}
.page-nation-block .page-nation-wrap .page-prev,
.page-nation-block .page-nation-wrap .page-next {
  font-size: 1.6rem;
  color: #005180;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-nation-block .page-nation-wrap .page-prev,
  .page-nation-block .page-nation-wrap .page-next {
    text-indent: -1000px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.page-nation-block .page-nation-wrap .page-prev {
  padding-left: 20px;
  margin-right: 15px;
}
.page-nation-block .page-nation-wrap .page-prev::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px #108ad2 solid;
  border-left: 2px #108ad2 solid;
  content: "";
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .page-nation-block .page-nation-wrap .page-prev::before {
    left: 5px;
  }
}
.page-nation-block .page-nation-wrap .page-next {
  padding-right: 20px;
  margin-left: 15px;
}
.page-nation-block .page-nation-wrap .page-next::after {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px #108ad2 solid;
  border-right: 2px #108ad2 solid;
  content: "";
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-nation-block .page-nation-wrap .page-next::after {
    right: 5px;
  }
}

.m-tbl-01 {
  width: 100%;
  height: 100%;
  border-top: 2px #ccc solid;
  border-bottom: 2px #ccc solid;
  border-collapse: collapse;
}
.m-tbl-01 tbody {
  font-size: 1.6rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .m-tbl-01 tbody {
    font-size: 1.4rem;
  }
}
.m-tbl-01 tbody th {
  width: 25%;
  height: 100%;
}
.m-tbl-01 tbody th .th-inner {
  height: 100%;
  padding: 10px;
  background-color: #fcfcfc;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.m-tbl-01 tbody th .th-inner::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #ececec;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-tbl-01 tbody td {
  padding: 10px;
}
.m-tbl-01 tr + tr {
  border-top: 1px #ececec solid;
}
@media screen and (max-width: 767px) {
  .m-tbl-01 tbody,
  .m-tbl-01 tr {
    display: block;
  }
  .m-tbl-01 tbody th,
  .m-tbl-01 tbody td,
  .m-tbl-01 tr th,
  .m-tbl-01 tr td {
    display: block;
    width: 100%;
  }
  .m-tbl-01 tbody th,
  .m-tbl-01 tr th {
    border-bottom: 1px #ececec solid;
  }
}

.m-tbl-02 {
  border: 2px #ececec solid;
  border-collapse: collapse;
}
.m-tbl-02 th,
.m-tbl-02 td {
  padding: 10px;
  border: 1px #ececec solid;
}
.m-tbl-02 thead {
  font-size: 1.6rem;
}
.m-tbl-02 thead tr {
  background-color: #fcfcfc;
}
.m-tbl-02 thead tr th {
  font-weight: normal;
}
.m-tbl-02 tbody {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .m-tbl-02 tbody {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .fund-tbl-wrap {
    display: none;
  }
}
.fund-tbl-wrap .fund-tbl-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fund-tbl-wrap .fund-tbl-info time {
  font-size: 1.8rem;
}
.fund-tbl-wrap .fund-tbl-info .fund-tbl-note {
  font-size: 1.4rem;
  text-align: right;
}
.fund-tbl-wrap .m-tbl-02 thead th:first-child {
  width: 41%;
}
.fund-tbl-wrap .m-tbl-02 tbody td a {
  color: #005180;
}
.fund-tbl-wrap .m-tbl-02 tbody td a:hover,
.fund-tbl-wrap .m-tbl-02 tbody td a:focus,
.fund-tbl-wrap .m-tbl-02 tbody td a:active {
  text-decoration: underline;
}
.fund-tbl-wrap .m-tbl-02 tbody td:nth-child(n+2) {
  text-align: right;
}
.fund-tbl-wrap .m-tbl-02 caption {
  caption-side: bottom;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 10px;
}
.fund-tbl-wrap._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fund-tbl-wrap._sp {
    display: block;
  }
}
.fund-tbl-wrap._sp .fund-tbl-info {
  display: block;
  margin-bottom: 5px;
}
.fund-tbl-wrap._sp .fund-tbl-info time {
  font-size: 1.4rem;
}
.fund-tbl-wrap._sp .fund-tbl-info .fund-tbl-note {
  font-size: 1.2rem;
}
.fund-tbl-wrap._sp .m-tbl-02 {
  width: 100%;
}
.fund-tbl-wrap._sp .m-tbl-02 tbody th {
  text-align: left;
  font-size: 1.2rem;
}
.fund-tbl-wrap._sp .m-tbl-02 tbody td {
  font-size: 1.2rem;
}
.fund-tbl-wrap._sp .m-tbl-02 thead th {
  text-align: left;
}
.fund-tbl-wrap._sp .m-tbl-02 thead th a {
  font-size: 1.4rem;
  color: #005180;
}
.fund-tbl-wrap._sp .m-tbl-02 thead th a:hover,
.fund-tbl-wrap._sp .m-tbl-02 thead th a:focus,
.fund-tbl-wrap._sp .m-tbl-02 thead th a:active {
  text-decoration: underline;
}
.fund-tbl-wrap._sp .m-tbl-02 + .m-tbl-02 {
  margin-top: 10px;
}

.primary-btn {
  background-color: #fff;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}
.primary-btn._str {
  font-weight: bold;
}
.primary-btn .primary-btn-inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  border: 2px #01aac6 solid;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 1.6rem;
  color: #333;
}
.primary-btn .primary-btn-inner:hover,
.primary-btn .primary-btn-inner:focus,
.primary-btn .primary-btn-inner:active {
  border: 3px #01aac6 solid;
  box-shadow: none;
  color: #005180;
}
@media screen and (max-width: 767px) {
  .primary-btn .primary-btn-inner {
    font-size: 1.4rem;
  }
}
.primary-btn .primary-btn-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px #01aac6 solid;
  border-right: 2px #01aac6 solid;
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
}

.footer-btn {
  display: block;
  border: 2px #fff solid;
  border-radius: 30px;
  width: 100%;
  max-width: 300px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
  min-height: 45px;
}
.footer-btn:hover,
.footer-btn:focus,
.footer-btn:active {
  border: 3px #fff solid;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .footer-btn {
    max-width: inherit;
  }
}
.footer-btn .footer-btn-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  padding: 0 20px;
  color: #666;
}
.footer-btn .footer-btn-inner .icon-blank {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .footer-btn .footer-btn-inner {
    font-size: 1.2rem;
  }
}

.btn-twitter-link {
  width: 100%;
  max-width: 320px;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}
.btn-twitter-link:hover,
.btn-twitter-link:focus,
.btn-twitter-link:active {
  position: relative;
  box-shadow: none;
}
.btn-twitter-link:hover::after,
.btn-twitter-link:focus::after,
.btn-twitter-link:active::after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px #ddd solid;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .btn-twitter-link {
    max-width: inherit;
  }
  .btn-twitter-link:hover,
  .btn-twitter-link:focus,
  .btn-twitter-link:active {
    border: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
  }
}
.btn-twitter-link::before {
  content: "";
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-image: url("/images/icon-05.png");
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
}
.btn-twitter-link .btn-twitter-link-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #1da1f2;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .btn-twitter-link .btn-twitter-link-inner {
    font-size: 1.5rem;
  }
}

.more-button-wrap {
  padding-top: 18px;
  display: -ms-flexbox;
  display: flex;
}

.more-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .more-button {
    max-width: 240px;
  }
}
.more-button a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 15px;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  max-width: 120px;
  border: 2px #01aac6 solid;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  min-height: 34px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .more-button a {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.more-button a::after {
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px #01aac6 solid;
  border-right: 2px #01aac6 solid;
  content: "";
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
}
.more-button a:hover,
.more-button a:focus,
.more-button a:active {
  border: 3px #01aac6 solid;
  box-shadow: none;
  color: #005180;
}
.more-button a:hover::after,
.more-button a:focus::after,
.more-button a:active::after {
  right: 19px;
}

.m-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .m-btn {
    display: -ms-flexbox;
    display: flex;
  }
  .m-btn._type-s {
    max-width: 240px;
    margin: 0 auto;
  }
}
.m-btn .m-btn-inner {
  min-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 35px;
  padding-left: 20px;
  width: 100%;
  border: 2px #01aac6 solid;
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  position: relative;
}
.m-btn .m-btn-inner:hover,
.m-btn .m-btn-inner :focus,
.m-btn .m-btn-inner :active {
  color: #005180;
}
@media screen and (max-width: 767px) {
  .m-btn .m-btn-inner {
    min-height: 34px;
  }
}
.m-btn .m-btn-inner::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px #01aac6 solid;
  border-right: 2px #01aac6 solid;
  content: "";
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
}
.m-btn .m-btn-inner:hover,
.m-btn .m-btn-inner:focus,
.m-btn .m-btn-inner:active {
  border: 3px #01aac6 solid;
  padding-right: 34px;
  padding-left: 19px;
}
.m-btn .m-btn-inner:hover::after,
.m-btn .m-btn-inner:focus::after,
.m-btn .m-btn-inner:active::after {
  right: 24px;
}
.m-btn._type-m .m-btn-inner {
  min-height: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .m-btn._type-m .m-btn-inner {
    font-size: 1.4rem;
  }
}
.m-btn._type-l .m-btn-inner {
  min-height: 50px;
  font-size: 1.8rem;
  border-radius: 30px;
}

.m-btn-wrap {
  text-align: center;
}
.m-btn-wrap + .m-btn-wrap {
  margin-top: 30px;
}

.m-local-btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
.m-local-btn-list > li {
  padding-top: 10px;
  padding-left: 10px;
  color: #005180;
}
.m-local-btn-list > li a {
  display: block;
  padding: 7px 10px;
  border: 1px #ccc solid;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .m-local-btn-list > li a {
    font-size: 1.4rem;
  }
}
.m-local-btn-list > li a:hover,
.m-local-btn-list > li a:focus,
.m-local-btn-list > li a:active {
  padding: 6px 9px;
  border-width: 2px;
  background-color: #f6f6f6;
}
.m-local-btn-list > li.current a {
  background-color: #0183cf;
  color: #fff;
}
.m-local-btn-list > li.current a:hover,
.m-local-btn-list > li.current a:focus,
.m-local-btn-list > li.current a:active {
  padding: 7px 10px;
  border-width: 1px;
}

.primary-box-01 {
  position: relative;
  padding: 18px;
  border-left: 2px #e0e0e0 solid;
  border-right: 2px #e0e0e0 solid;
  border-bottom: 2px #e0e0e0 solid;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}
.primary-box-01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}
.primary-box-01 .box-hdg {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .primary-box-01 .box-hdg {
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .primary-box-01 {
    padding: 15px 10px 10px 10px;
  }
}

.m-box {
  width: 100%;
  padding: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-box {
    padding: 15px;
  }
}
.m-box + .m-box {
  margin-top: 30px;
}
.m-box .box-hdg {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .m-box .box-hdg {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.m-box._type-01 {
  position: relative;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.m-box._type-01::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}
.m-box._type-02 {
  background-color: #f4f4f4;
}
.m-box._type-03 {
  border: 2px #e0dc9f solid;
}

.adobe-link-block {
  padding: 20px;
  background-color: #f4f4f4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adobe-link-block {
    display: block;
    padding: 15px;
  }
}
.adobe-link-block .img-wrap {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .adobe-link-block .img-wrap {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.adobe-link-block > p {
  -ms-flex: 1;
  flex: 1;
}
.adobe-link-block > p a {
  text-decoration: underline;
}

.hdg-lv1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.hdg-lv1::before {
  content: "";
  display: block;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .hdg-lv1._company::before {
    width: 40px;
    height: 40px;
    background-size: 22px 21px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-lv1 {
    padding: 0 10px;
  }
}

.content-area._policy {
  background-position: left;
  background-size: cover;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .content-area._policy {
    padding-bottom: 33px;
  }
}
.content-area._policy .hdg-lv2 {
  margin-bottom: 0;
}
.content-area._release {
  padding-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .content-area._release {
    padding-top: 0;
    padding-bottom: 26px;
  }
}
.content-area._release .hdg-lv2 {
  margin-bottom: 11px;
}
.content-area._fund-btn-list {
  padding-top: 86px;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .content-area._fund-btn-list {
    padding-top: 28px;
    padding-bottom: 22px;
  }
}

.about-list-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-list-wrap {
    padding: 0 10px;
    margin-top: 11px;
  }
}

.about-content-inner {
  display: block;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
  position: relative;
}
.about-content-inner .about-disc {
  padding: 17px 15px;
  font-size: 1.8rem;
  color: #005180;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-content-inner .about-disc {
    padding: 14px 30px;
    font-size: 1.6rem;
  }
}
.about-content-inner .about-disc::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0183cf, #01cfbe);
  content: "";
}
.about-content-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 4px #ddd solid;
  border-radius: 10px;
  content: "";
  opacity: 0;
  transition: .25s;
}
.about-content-inner:hover,
.about-content-inner:focus,
.about-content-inner:active {
  text-decoration: underline;
}
.about-content-inner:hover .img-wrap,
.about-content-inner:focus .img-wrap,
.about-content-inner:active .img-wrap {
  opacity: .7;
}
.about-content-inner:hover::after,
.about-content-inner:focus::after,
.about-content-inner:active::after {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  opacity: 1;
}

.release-list-wrap {
  margin-top: 40px;
}
.release-list-wrap + .more-button-wrap {
  padding-top: 22px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .release-list-wrap + .more-button-wrap {
    padding-top: 11px;
  }
}
.release-list-wrap .date-content-list > li {
  padding: 10px;
}
.release-list-wrap .date-content-list > li .date {
  min-width: 128px;
  margin-right: 10px;
}
.release-list-wrap .date-content-list > li .title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .release-list-wrap {
    margin-top: 0;
  }
  .release-list-wrap .date-content-list {
    padding: 2px 0;
  }
  .release-list-wrap .date-content-list > li {
    padding: 6px 10px;
  }
}

.policy-list-wrap {
  width: 100%;
  max-width: 800px;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .policy-list-wrap {
    margin: 14px auto 0;
    padding: 0 10px;
  }
}

.policy-list {
  margin-top: -10px;
  max-width: 750px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .policy-list {
    margin-left: -10px;
  }
}
.policy-list > li {
  padding-top: 10px;
  padding-left: 10px;
  color: #005180;
}
@media screen and (max-width: 767px) {
  .policy-list > li {
    display: -ms-flexbox;
    display: flex;
  }
}
.policy-list > li a {
  display: block;
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  border: 1px #ccc solid;
  font-size: 1.6rem;
  text-align: center;
}
.policy-list > li a:hover,
.policy-list > li a:focus,
.policy-list > li a:active {
  background-color: #f6f6f6;
  border-width: 2px;
  padding: 6px 9px;
}
@media screen and (max-width: 767px) {
  .policy-list > li a {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    font-size: 1.4rem;
  }
  .policy-list > li a:hover,
  .policy-list > li a:focus,
  .policy-list > li a:active {
    padding: 5px 9px;
  }
}

.col2-box-area {
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(90deg, #0183cf 0%, #01cfbe 100%);
}
@media screen and (max-width: 767px) {
  .col2-box-area {
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(180deg, #0183cf 0%, #01cfbe 100%);
  }
}
.col2-box-area .hdg-lv2 {
  color: #fff;
}
.col2-box-area .hdg-lv2::after {
  background-color: #99cdec;
}
.col2-box-area > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col2-box-area > * {
    width: 100%;
  }
}
.col2-box-area .left-box-inner {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding: 60px 0 52px;
}
@media screen and (max-width: 767px) {
  .col2-box-area .left-box-inner {
    padding: 27px 10px 25px 10px;
    margin: 0;
    max-width: inherit;
    background-image: linear-gradient(180deg, #0183cf 0%, #01cfbe 100%);
  }
  .col2-box-area .left-box-inner .hdg-lv2 {
    margin-bottom: 0;
  }
}
.col2-box-area .right-box {
  position: relative;
  overflow: hidden;
}
.col2-box-area .right-box img {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  vertical-align: bottom;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .col2-box-area .right-box img {
    position: static;
    width: 100%;
    min-height: auto;
    transform: translateX(0);
  }
}
.col2-box-area .link-list {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .col2-box-area .link-list {
    margin-top: 15px;
  }
}
.col2-box-area .link-list > li a::before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .col2-box-area .link-list > li a {
    padding-left: 14px;
  }
  .col2-box-area .link-list > li a::before {
    top: 6px;
    left: -2px;
  }
}
.col2-box-area .link-list > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .col2-box-area .link-list > li + li {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-list-wrap {
    padding: 0 10px;
  }
  .btn-list-wrap .primary-btn {
    min-height: 50px;
    border-radius: 30px;
  }
}
.btn-list-wrap > ul li {
  display: -ms-flexbox;
  display: flex;
}

/* Top Page
 * ------------------------------------------------------------------------ */
/* .str-content (Extension)
 * ------------------------------------------ */
body.theme-top .str-content {
  padding-top: 0;
}

/* .sct-search (Extension)
 * ------------------------------------------ */
body.theme-top .sct-search {
  margin-top: -27px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  body.theme-top .sct-search {
    margin-top: 10px;
  }
}
/* .mod-panel-tab-2 (Extension)
 * ------------------------------------------ */
body.theme-top .sct-search .mod-panel-tab-2 > .content-wrap {
  padding: 20px 20px 35px;
}

@media (max-width: 767px) {
  body.theme-top .sct-search .mod-panel-tab-2 > .content-wrap {
    padding: 12px 18px;
  }
}
/* .mod-form-comp (Extension)
 * ------------------------------------------ */
body.theme-top .sct-search .mod-form-comp {
  max-width: 860px;
}

/* .mod-btn-list (Extension)
 * ------------------------------------------ */
body.theme-top .sct-search .mod-btn-list {
  max-width: 815px;
  margin-right: auto;
  margin-left: auto;
}

/* .unq-list-1
 * ------------------------------------------ */
body.theme-top .sct-attention .unq-list-1 {
  margin-top: 30px;
}
body.theme-top .sct-attention .unq-list-1 > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px 0 0 -10px;
}
body.theme-top .sct-attention .unq-list-1 > ul > li {
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
  margin: 10px 0 0 10px;
}
body.theme-top .sct-attention .unq-list-1 > ul > li > a {
  will-change: opacity;
  transition: opacity .25s ease ;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 90px;
  overflow: hidden;
}
body.theme-top .sct-attention .unq-list-1 > ul > li > a img {
  display: block;
  width: 100%;
  height: auto;
}
body.theme-top .sct-attention .unq-list-1 > ul > li > a:hover,
body.theme-top .sct-attention .unq-list-1 > ul > li > a:focus {
  opacity: .8;
}

@media (max-width: 767px) {
  body.theme-top .sct-attention .unq-list-1 {
    margin-top: 15px;
  }
  body.theme-top .sct-attention .unq-list-1 > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.theme-top .sct-attention .unq-list-1 > ul > li {
    -ms-flex: 0 1 93px;
    flex: 0 1 93px;
    margin: 10px 0 0 10px;
  }
}
/* .mod-panel-tab-2 (Extension)
 * ------------------------------------------ */
body.theme-top .sct-fund-ranking .mod-panel-tab-2 > .list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
  max-width: 240px;
  min-width: 240px;
}
body.theme-top .sct-fund-ranking .mod-panel-tab-2 > .content-wrap {
  padding: 0;
}

@media (max-width: 767px) {
  body.theme-top .sct-fund-ranking .mod-panel-tab-2 > .list > li {
    min-width: 0;
  }
}
/* .mod-grid (Extension)
 * ------------------------------------------ */
body.theme-top .sct-fund-ranking .mod-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.theme-top .sct-fund-ranking .mod-grid > .col,
  body.theme-top .sct-fund-ranking .mod-grid > li {
    margin: 14px 0 0 4.375%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-1 > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-1 > .col:nth-child(-n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-2 > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-2 > li {
    -ms-flex: 0 0 47.8125%;
    flex: 0 0 47.8125%;
    min-width: 47.8125%;
    max-width: 47.8125%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-2 > .col:nth-child(-n + 2),
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -14px;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-auto > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  body.theme-top .sct-fund-ranking .mod-grid > .col,
  body.theme-top .sct-fund-ranking .mod-grid > li {
    margin: 60px 0 0 6%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-1 > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-1 > .col:nth-child(-n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-1 > .col:nth-of-type(1n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-2 > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-2 > li {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    min-width: 47%;
    max-width: 47%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-2 > .col:nth-child(-n + 2),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-2 > .col:nth-of-type(2n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-3 > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-3 > li {
    -ms-flex: 0 0 29.3333333333%;
    flex: 0 0 29.3333333333%;
    min-width: 29.3333333333%;
    max-width: 29.3333333333%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-3 > .col:nth-child(-n + 3),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-3 > .col:nth-of-type(3n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-4 > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-4 > li {
    -ms-flex: 0 0 20.5%;
    flex: 0 0 20.5%;
    min-width: 20.5%;
    max-width: 20.5%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-4 > .col:nth-child(-n + 4),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-4 > .col:nth-of-type(4n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-5 > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-5 > li {
    -ms-flex: 0 0 15.2%;
    flex: 0 0 15.2%;
    min-width: 15.2%;
    max-width: 15.2%;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-5 > .col:nth-child(-n + 5),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-5 > .col:nth-of-type(5n + 1),
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -60px;
  }
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-auto > .col,
  body.theme-top .sct-fund-ranking .mod-grid.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
body.theme-top .sct-fund-ranking .mod-grid > .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.theme-top .sct-fund-ranking .mod-grid .mod-btn-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #ececec;
}

@media (max-width: 767px) {
  body.theme-top .sct-fund-ranking .mod-grid > .col {
    display: block;
  }
  body.theme-top .sct-fund-ranking .mod-grid .mod-btn-wrap {
    margin-top: 10px;
    padding-top: 0;
    border-top: 0;
  }
}
/* .mod-btn-wrap (Extension)
 * ------------------------------------------ */
body.theme-top .sct-press-release .mod-btn-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #ececec;
}

@media (max-width: 767px) {
  body.theme-top .sct-press-release .mod-btn-wrap {
    margin-top: 10px;
    padding-top: 0;
    border-top: 0;
  }
}
/* .mod-link-list (Extension)
 * ------------------------------------------ */
body.theme-top .sct-press-release .mod-link-list > ul > li {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
body.theme-top .sct-press-release .mod-link-list > ul > li + li {
  border-top: 1px solid #eaeaea;
}
body.theme-top .sct-press-release .mod-link-list > ul > :first-child {
  padding-top: 0;
}
body.theme-top .sct-press-release .mod-link-list > ul > :last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  body.theme-top .sct-press-release .mod-link-list > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* .mod-box-3 (Extension)
 * ------------------------------------------ */
body.theme-top .sct-note-area .mod-box-3 {
  border-color: #d9300a;
}

.content-area {
  padding-top: 57px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .content-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .content-area {
    padding: 25px 0;
  }
}
.content-area._search-content {
  padding-top: 21px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content-area._search-content {
    padding-bottom: 0;
    padding-top: 65px;
  }
}
.content-area._gray {
  background-image: url("/images/bg-01.png");
}
.content-area._global {
  background-image: url("/images/bg-02.png");
  background-position: center center;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content-area._global {
    padding-bottom: 25px;
  }
}
.content-area._global .hdg-lv2 {
  color: #fff;
}
.content-area._global .hdg-lv2::after {
  background-color: #fff;
}
.content-area._fund {
  padding-top: 38px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .content-area._fund {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.content-area._fund .hdg-lv2::before {
  background-color: #edf8ff;
}
.content-area._media {
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .content-area._media {
    padding-bottom: 22px;
  }
}
.content-area._other {
  padding-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .content-area._other {
    padding-bottom: 0;
  }
  .content-area._other .hdg-lv3 {
    margin: 0 10px 15px;
  }
}

.hdg-lv2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: normal;
  color: #444;
  text-align: center;
  position: relative;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .hdg-lv2 {
    font-size: 2.4rem;
    margin-bottom: 18px;
    padding-bottom: 7px;
  }
}
.hdg-lv2::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .hdg-lv2::before {
    width: 40px;
    height: 40px;
  }
}
.hdg-lv2.no-icon::before {
  content: none;
}
.hdg-lv2._media {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hdg-lv2._media {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-lv2._g-market {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.hdg-lv2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #0183cf;
  border-radius: 1.5px;
}
@media screen and (max-width: 767px) {
  .hdg-lv2::after {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-lv2._notice::before {
    background-size: 30px 23px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-lv2._fund::before {
    background-size: 25px 23px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-lv2._media::before {
    background-size: 28px 18px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-lv2._g-market::before {
    background-size: 27px 28px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-lv2._money-life::before {
    background-image: none;
  }
}

.hdg-lv3 {
  font-size: 2rem;
  font-weight: normal;
  color: #444;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .hdg-lv3 {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.hdg-lv3::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #ececec;
  border-radius: 1.5px;
}
@media screen and (max-width: 767px) {
  .hdg-lv3::before {
    height: 2px;
  }
}
.hdg-lv3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0183cf;
  border-radius: 1.5px;
}
@media screen and (max-width: 767px) {
  .hdg-lv3::after {
    width: 60px;
    height: 2px;
  }
}

.link-hdg {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  color: #005180;
  text-align: center;
  margin-bottom: 18px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .link-hdg {
    padding-bottom: 9px;
    margin-bottom: 12px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.link-hdg::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #0183cf;
}
.link-hdg .icon-blank {
  margin-left: 5px;
}

.search-box {
  width: 100%;
  border: 2px #ececec solid;
  padding: 20px 0 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-box {
    padding: 12px 18px;
  }
}
.search-box .search-tab {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%) translateY(-2px);
}
@media screen and (max-width: 767px) {
  .search-box .search-tab {
    padding: 0 10px;
  }
}
.search-box .search-tab > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  min-height: 43px;
  background-color: #fff;
  border-top: 2px #ececec solid;
  border-left: 2px #ececec solid;
  border-right: 2px #ececec solid;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #333;
  font-size: 1.8rem;
}
.search-box .search-tab > li:hover {
  background-color: #ececec;
}
.search-box .search-tab > li + li {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .search-box .search-tab > li {
    font-size: 1.6rem;
  }
}
.search-box .search-tab > li button {
  width: 100%;
  min-height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: none;
}
.search-box .search-tab > li button:focus {
  background-color: #ececec;
}
@media screen and (max-width: 767px) {
  .search-box .search-tab > li button {
    padding: 2px 13px;
  }
}
.search-box .search-tab > li.active {
  background-color: #0183cf;
  border: 2px #0183cf solid;
  color: #fff;
}
.search-box .search-tab > li.active button {
  color: #fff;
}
.search-box .search-tab > li.active button:hover {
  cursor: default;
}
.search-box .search-tab > li.active button:focus {
  background: none;
}
.search-box .search-tab > li._search button::before {
  display: block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("/images/index-icon-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .search-box .search-tab > li._search button::before {
    background-image: url("/images/index-icon-01_sp.png");
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.search-box .search-tab > li._search.active button::before {
  background-image: url("/images/index-icon-01_active.png");
}
@media screen and (max-width: 767px) {
  .search-box .search-tab > li._search.active button::before {
    background-image: url("/images/index-icon-01_sp_active.png");
  }
}
.search-box .search-tab > li._favo button::before {
  display: block;
  margin-right: 5px;
  width: 24px;
  height: 22px;
  background-image: url("/images/index-icon-02.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .search-box .search-tab > li._favo button::before {
    background-image: url("/images/index-icon-02_sp.png");
    width: 30px;
    height: 29px;
    min-width: 30px;
  }
}
.search-box .search-tab > li._favo.active button::before {
  background-image: url("/images/index-icon-02_active.png");
  content: "";
}
@media screen and (max-width: 767px) {
  .search-box .search-tab > li._favo.active button::before {
    background-image: url("/images/index-icon-02_sp_active.png");
  }
}
.search-box .search-btn-list {
  width: 100%;
  max-width: 760px;
  margin: 15px auto 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-box .search-btn-list > li {
  max-width: 240px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .search-box .search-btn-list > li {
    max-width: inherit;
  }
  .search-box .search-btn-list > li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-box .search-btn-list {
    margin: 12px auto 0;
  }
}
.search-box p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .search-box p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.search-box .search-bar-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
}
.search-box .search-bar-wrap input {
  width: 87.5%;
  height: 50px;
  padding: 0 15px;
  border-right: none;
  border-left: 2px #0183cf solid;
  border-top: 2px #0183cf solid;
  border-bottom: 2px #0183cf solid;
  border-radius: 5px 0 0 5px;
  font-size: 1.8rem;
}
.search-box .search-bar-wrap input::-webkit-input-placeholder {
  color: #aaa;
}
.search-box .search-bar-wrap input:-ms-input-placeholder {
  color: #aaa;
}
.search-box .search-bar-wrap input::-ms-input-placeholder {
  color: #aaa;
}
.search-box .search-bar-wrap input::placeholder {
  color: #aaa;
}
.search-box .search-bar-wrap input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-box .search-bar-wrap input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-box .search-bar-wrap input:focus::-ms-input-placeholder {
  color: transparent;
}
.search-box .search-bar-wrap input:focus::placeholder {
  color: transparent;
}
@media screen and (max-width: 767px) {
  .search-box .search-bar-wrap input {
    width: 80%;
    height: 40px;
    font-size: 1.6rem;
  }
}
.search-box .search-bar-wrap button {
  width: 12.5%;
  height: 50px;
  background-color: #0183cf;
  color: #fff;
  border: 2px #0183cf solid;
  border-radius: 0 5px 5px 0;
  font-size: 1.8rem;
}
.search-box .search-bar-wrap button:hover,
.search-box .search-bar-wrap button:focus,
.search-box .search-bar-wrap button:active {
  background-color: #1d9feb;
  border-color: #1d9feb;
}
@media screen and (max-width: 767px) {
  .search-box .search-bar-wrap button {
    width: 20%;
    height: 40px;
    font-size: 1.2rem;
  }
}

.notice-content-list {
  margin-top: 28px;
  margin-left: -13px;
}
@media screen and (max-width: 767px) {
  .notice-content-list {
    padding: 0 10px;
    margin-top: -10px;
    margin-left: -10px;
  }
}
.notice-content-list > li {
  padding-left: 13px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .notice-content-list > li {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.notice-content-list > li .notice-content-inner {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
  position: relative;
}
.notice-content-list > li .notice-content-inner .content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.notice-content-list > li .notice-content-inner .notice-content-img img {
  width: 100%;
  vertical-align: bottom;
}
.notice-content-list > li .notice-content-inner .notice-content-disc {
  padding: 20px 15px 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .notice-content-list > li .notice-content-inner .notice-content-disc {
    padding: 16px 10px 10px;
  }
}
.notice-content-list > li .notice-content-inner .notice-content-disc::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}
.notice-content-list > li .notice-content-inner .notice-content-disc p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .notice-content-list > li .notice-content-inner .notice-content-disc p {
    font-size: 1.2rem;
  }
}
.notice-content-list > li .notice-content-inner:hover::after,
.notice-content-list > li .notice-content-inner:focus::after,
.notice-content-list > li .notice-content-inner:active::after {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: 1;
}
.notice-content-list > li .notice-content-inner:hover .link-hdg,
.notice-content-list > li .notice-content-inner:focus .link-hdg,
.notice-content-list > li .notice-content-inner:active .link-hdg {
  text-decoration: underline;
}
.notice-content-list > li .notice-content-inner:hover .notice-content-img,
.notice-content-list > li .notice-content-inner:focus .notice-content-img,
.notice-content-list > li .notice-content-inner:active .notice-content-img {
  overflow: hidden;
  opacity: .7;
  transition: .25s;
}
@media screen and (max-width: 767px) {
  .notice-content-list > li .notice-content-inner:hover,
  .notice-content-list > li .notice-content-inner:focus,
  .notice-content-list > li .notice-content-inner:active {
    border: none;
  }
  .notice-content-list > li .notice-content-inner:hover .link-hdg,
  .notice-content-list > li .notice-content-inner:focus .link-hdg,
  .notice-content-list > li .notice-content-inner:active .link-hdg {
    text-decoration: none;
  }
  .notice-content-list > li .notice-content-inner:hover .notice-content-img,
  .notice-content-list > li .notice-content-inner:focus .notice-content-img,
  .notice-content-list > li .notice-content-inner:active .notice-content-img {
    overflow: hidden;
  }
}

.circle-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-left: -10px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .circle-list {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.circle-list > li {
  width: 20%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .circle-list > li {
    width: calc(100% / 3);
    height: calc((100% - 40px) / 3);
    padding-left: 10px;
    padding-top: 10px;
  }
}
.circle-list > li .circle-content-inner a {
  display: block;
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.circle-list > li .circle-content-inner img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .circle-list > li .circle-content-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.circle-list > li .circle-content-inner a:focus img,
.circle-list > li .circle-content-inner a:active img,
.circle-list > li .circle-content-inner a:hover img {
  opacity: .8;
}

.fund-letter-inner,
.market-repo-inner {
  position: relative;
  height: 100%;
}
.fund-letter-inner .date-content-list .date,
.market-repo-inner .date-content-list .date {
  margin-bottom: 8px;
}

.fund-letter-inner .date-content-list .date {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fund-letter-inner .date-content-list .date {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .market-repo-inner .date {
    margin-bottom: 10px;
  }
}

.fund-letter .date-content-list > li {
  display: -ms-flexbox;
  display: flex;
  padding: 14px 34px 9px 10px;
}
@media screen and (max-width: 767px) {
  .fund-letter .date-content-list > li {
    padding: 10px;
  }
}
.fund-letter .date-content-list > li .letter-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .fund-letter .date-content-list > li .letter-img {
    width: 40px;
  }
}
.fund-letter .date-content-list > li .letter-img img {
  width: 100%;
}
.fund-letter .date-content-list > li .date-content-disc {
  -ms-flex: 1;
  flex: 1;
}

.market-repo .date-content-list > li {
  padding: 10px;
}

.date-content-disc .date {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .date-content-disc .date {
    font-size: 1.2rem;
  }
}
.date-content-disc .date .new {
  margin-left: 10px;
  color: #ee5c3b;
}
.date-content-disc .title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .date-content-disc .title {
    font-size: 1.4rem;
  }
}
.date-content-disc .title a {
  color: #005180;
}
.date-content-disc .title a:visited {
  color: #3d81a8;
}

.date-content-list + .more-button-wrap {
  margin-top: 20px;
  border-top: 3px #ececec solid;
}
@media screen and (max-width: 767px) {
  .date-content-list + .more-button-wrap {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 25px;
    border-top: none;
  }
}

.fund-letter .more-button-wrap,
.market-repo .more-button-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
}
@media screen and (max-width: 767px) {
  .fund-letter .more-button-wrap,
  .market-repo .more-button-wrap {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .fund-letter .hdg-lv3,
  .market-repo .hdg-lv3 {
    margin: 0 10px 18px;
  }
}

.g-market-list {
  margin-top: 28px;
  margin-left: -13px;
}
@media screen and (max-width: 767px) {
  .g-market-list {
    padding: 0 10px;
    margin-top: 15px;
  }
}
.g-market-list > li {
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  .g-market-list > li + li {
    margin-top: 15px;
  }
}
.g-market-list > li .g-market-inner {
  display: block;
  position: relative;
  height: 100%;
  min-height: 144px;
  padding-top: 14px;
  padding-bottom: 2px;
  border-radius: 6px;
  border: 2px #fff solid;
  background-color: rgba(0, 124, 198, .7);
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
.g-market-list > li .g-market-inner:hover,
.g-market-list > li .g-market-inner:focus,
.g-market-list > li .g-market-inner:active {
  border-width: 4px;
  padding-top: 12px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .g-market-list > li .g-market-inner:hover,
  .g-market-list > li .g-market-inner:focus,
  .g-market-list > li .g-market-inner:active {
    border-width: 3px;
  }
}
@media screen and (max-width: 767px) {
  .g-market-list > li .g-market-inner {
    font-size: 1.4rem;
  }
  .g-market-list > li .g-market-inner:hover,
  .g-market-list > li .g-market-inner:focus,
  .g-market-list > li .g-market-inner:active {
    border-width: 3px;
    padding: 6px;
  }
}
.g-market-list > li .g-market-inner::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.g-market-list > li .g-market-inner span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.g-market-list > li .g-market-inner span::after {
  position: absolute;
  top: 40%;
  right: 15px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  content: "";
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .g-market-list > li .g-market-inner {
    display: -ms-flexbox;
    display: flex;
    padding: 7px;
    min-height: auto;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .g-market-list > li .g-market-inner:hover {
    padding: 6px;
  }
  .g-market-list > li .g-market-inner::before {
    margin: 0 20px 0 0;
    width: 40px;
    height: 40px;
  }
  .g-market-list > li .g-market-inner span {
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .g-market-list > li:first-child .g-market-inner::before {
    background-size: 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .g-market-list > li:nth-child(2) .g-market-inner::before {
    background-size: 32px 15px;
  }
}
@media screen and (max-width: 767px) {
  .g-market-list > li:nth-child(3) .g-market-inner::before {
    background-size: 18px 17px;
  }
}
@media screen and (max-width: 767px) {
  .g-market-list > li:last-child .g-market-inner::before {
    background-size: 15px 15px;
  }
}

.g-market-btn {
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .g-market-btn {
    margin-top: 14px;
    padding: 0 10px;
  }
}
.g-market-btn .primary-btn {
  min-height: 36px;
}
.g-market-btn .primary-btn .primary-btn-inner::after {
  right: 15px;
}

.money-life-list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .money-life-list {
    margin-left: -9px;
    margin-top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .money-life-list > li {
    padding-left: 9px;
    padding-top: 9px;
  }
}
.money-life-list .money-life-inner {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
.money-life-list .money-life-inner .img-wrap img {
  width: 100%;
  vertical-align: bottom;
}
.money-life-list .content-disc {
  padding: 20px 15px;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  border-top: 2px #0598cb solid;
  position: relative;
}
.money-life-list .content-disc .date {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 20px;
}
.money-life-list .content-disc .date .new {
  margin-left: 10px;
  color: #ee5c3b;
}
.money-life-list .content-disc .title {
  color: #005180;
  font-size: 1.4rem;
}
.money-life-list .content-disc .money-life-category {
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
  background-color: #d9300a;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 8px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .message-link {
    margin-top: 6px;
  }
}
.message-link > li {
  border-bottom: 1px #eaeaea solid;
}
.message-link > li:last-child {
  border-bottom: none;
}
.message-link > li a {
  display: block;
  font-size: 1.6rem;
  color: #005180;
  padding: 12px 25px;
}
.message-link > li a::before {
  top: 17px;
}
@media screen and (max-width: 767px) {
  .message-link > li a {
    font-size: 1.4rem;
    padding: 10px 0 6px 16px;
  }
}
@media screen and (max-width: 767px) {
  .message-link > li:first-child a {
    padding-top: 0;
  }
  .message-link > li:first-child a::before {
    top: 6px;
  }
}

.rank-box {
  width: 100%;
  border: 2px #ececec solid;
  position: relative;
  margin-top: 68px;
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .rank-box {
    margin-top: 45px;
    margin-bottom: 20px;
  }
}
.rank-box .rank-tab {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%) translateY(-2px);
}
@media screen and (max-width: 767px) {
  .rank-box .rank-tab {
    padding: 0 20px;
  }
}
.rank-box .rank-tab > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  min-height: 44px;
  background-color: #fff;
  border-top: 2px #ececec solid;
  border-left: 2px #ececec solid;
  border-right: 2px #ececec solid;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #333;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .rank-box .rank-tab > li {
    min-height: 35px;
    font-size: 1.6rem;
  }
}
.rank-box .rank-tab > li + li {
  margin-left: 5px;
}
.rank-box .rank-tab > li:hover {
  background-color: #ececec;
}
.rank-box .rank-tab > li button {
  width: 100%;
  min-height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
}
.rank-box .rank-tab > li button:focus {
  background-color: #ececec;
}
@media screen and (max-width: 767px) {
  .rank-box .rank-tab > li button {
    min-height: 35px;
  }
}
.rank-box .rank-tab > li.active {
  background-color: #0183cf;
  border: 2px #0183cf solid;
  color: #fff;
}
.rank-box .rank-tab > li.active button {
  color: #fff;
  cursor: default;
}
.rank-box .rank-tab > li.active button:focus {
  background: none;
}
.rank-box .rank-box-bottom {
  height: 63px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .rank-box .rank-box-bottom {
    height: 80px;
    display: block;
    padding-top: 10px;
  }
}
.rank-box .rank-date {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .rank-box .rank-date {
    font-size: 1rem;
  }
}
.rank-box .more-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.rank-box .more-button a {
  min-height: inherit;
}

.rank-table {
  border-spacing: 0;
  width: 100%;
}
.rank-table thead th {
  font-size: 1.6rem;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .rank-table thead th {
    font-size: 1rem;
    padding: 10px 0;
  }
}
.rank-table tbody tr {
  vertical-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .rank-table tbody tr {
    font-size: 1.1rem;
  }
}
.rank-table tbody tr a:hover {
  text-decoration: underline;
}
.rank-table tbody tr + tr td {
  border-top: 1px #fff solid;
}
.rank-table tbody tr > td {
  padding: 19px 15px 19px 0;
  min-height: 70px;
  position: relative;
}
.rank-table tbody tr > td::before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .rank-table tbody tr > td {
    padding: 8px 5px;
  }
}
.rank-table tbody tr > td .rank-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
.rank-table tbody tr > td .rank-icon img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .rank-table tbody tr > td .rank-icon {
    left: 10px;
    width: 28px;
  }
}
.rank-table tbody tr > td:first-child {
  width: 65%;
  padding-left: 70px;
}
.rank-table tbody tr > td:first-child::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .rank-table tbody tr > td:first-child {
    width: 55%;
    padding-left: 50px;
  }
}
.rank-table tbody tr > td:nth-child(2) {
  width: 12%;
  text-align: right;
  color: #333;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .rank-table tbody tr > td:nth-child(2) {
    width: 5%;
    font-size: 1.1rem;
  }
}
.rank-table tbody tr > td:nth-child(3) {
  width: 12%;
  text-align: right;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .rank-table tbody tr > td:nth-child(3) {
    width: 5%;
    font-size: 1.1rem;
  }
}
.rank-table tbody tr > td:last-child {
  width: 12%;
  text-align: right;
  color: #333;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .rank-table tbody tr > td:last-child {
    width: 5%;
    font-size: 1.1rem;
  }
}
.rank-table tbody tr > td._plus {
  color: #d9300a;
  font-weight: bold;
}
.rank-table tbody tr > td._minus {
  color: #209b63;
  font-weight: bold;
}
.rank-table tbody tr > td .unit {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .rank-table tbody tr > td .unit {
    font-size: 1.1rem;
  }
}
.rank-table tbody tr:first-child {
  background-color: #f7f4eb;
  color: #917726;
}
.rank-table tbody tr:first-child a,
.rank-table tbody tr:first-child a:link {
  color: #917726;
}
.rank-table tbody tr:nth-child(2) {
  background-color: #f4f4f4;
  color: #666;
}
.rank-table tbody tr:nth-child(2) a,
.rank-table tbody tr:nth-child(2) a:link {
  color: #666;
}
.rank-table tbody tr:nth-child(3) {
  background-color: #f7eeeb;
  color: #913f26;
}
.rank-table tbody tr:nth-child(3) a,
.rank-table tbody tr:nth-child(3) a:link {
  color: #913f26;
}

.category-tag {
  padding: 0 8px;
  font-size: 1.2rem;
  border-radius: 5px;
  margin-left: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .category-tag {
    font-size: 1rem;
    margin-left: 15px;
    padding: 2px 5px;
    border-radius: 2px;
  }
}
.category-tag._repo {
  color: #178900;
  border: 1px #178900 solid;
}
.category-tag._timery,
.category-tag._other {
  color: #1ba792;
  border: 1px #1ba792 solid;
}
.category-tag._special,
.category-tag._release {
  color: #01aac6;
  border: 1px #01aac6 solid;
}

.title a:hover {
  text-decoration: underline;
}

/* Company Category Theme
 * ------------------------------------------------------------------------ */
/* .sct-policy
 * ------------------------------------------ */
body.theme-company .sct-policy {
  background-image: url("/company/images/bg-sct-1.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0;
}

@media (max-width: 767px) {
  body.theme-company .sct-policy {
    background-image: url("/company/images/bg-sct-2.png");
    background-repeat: repeat;
    background-size: auto;
    padding: 30px 0;
  }
}
/* .unq-list-policy
 * ------------------------------------------ */
.unq-list-policy {
  margin: 30px auto 0;
  max-width: 750px;
}
.unq-list-policy > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.unq-list-policy > ul > li {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 10px;
}
.unq-list-policy > ul > li .mod-btn-2 {
  width: 100%;
  padding: 8px 20px;
}

@media print, screen and (min-width: 768px) {
  .unq-list-policy > ul > li {
    margin: 10px 0 0 1.3333333333%;
  }
  .unq-list-policy > ul > li:nth-child(-n + 3) {
    margin-top: 0;
    -ms-flex: 0 0 32.4444444444%;
    flex: 0 0 32.4444444444%;
    min-width: 32.4444444444%;
    max-width: 32.4444444444%;
  }
  .unq-list-policy > ul > li:nth-child(n + 4) {
    -ms-flex: 0 0 49.3333333333%;
    flex: 0 0 49.3333333333%;
    min-width: 49.3333333333%;
    max-width: 49.3333333333%;
  }
  .unq-list-policy > ul > li:nth-child(1),
  .unq-list-policy > ul > li:nth-child(4) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .unq-list-policy > ul > li {
    margin: 10px 0 0 3.3333333333%;
  }
  .unq-list-policy > ul > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .unq-list-policy > ul > li:nth-child(-n + 4) {
    -ms-flex: 0 0 48.3333333333%;
    flex: 0 0 48.3333333333%;
    min-width: 48.3333333333%;
    max-width: 48.3333333333%;
  }
  .unq-list-policy > ul > li:nth-child(n + 5) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .unq-list-policy > ul > li:nth-child(1),
  .unq-list-policy > ul > li:nth-child(3),
  .unq-list-policy > ul > li:nth-child(5) {
    margin-left: 0;
  }
}
/* .sct-management-system
 * ------------------------------------------ */
body.theme-company .sct-management-system {
  margin-top: 0;
}
body.theme-company .sct-management-system > .lyt-outer {
  display: -ms-flexbox;
  display: flex;
}
body.theme-company .sct-management-system > .lyt-outer > .lyt-inner {
  padding: 55px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50vw;
  max-width: auto;
  margin: 0;
  background-image: linear-gradient(to right, #0183cf, #01a9c7);
}
body.theme-company .sct-management-system > .lyt-outer::after {
  content: "";
  width: 50vw;
  max-width: auto;
  margin: 0;
  background-image: url("/company/images/index-img-7.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  body.theme-company .sct-management-system {
    margin: 0 -10px;
  }
  body.theme-company .sct-management-system > .lyt-outer {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.theme-company .sct-management-system > .lyt-outer > .lyt-inner {
    padding: 30px 0;
    display: block;
    width: auto;
    min-width: 320px;
    max-width: 1000px;
    background-image: linear-gradient(to bottom, #0183cf, #01cfbe);
  }
  body.theme-company .sct-management-system > .lyt-outer::after {
    width: auto;
    padding-top: 60%;
    min-width: 320px;
    max-width: 1000px;
  }
}
/* .unq-layout
 * ------------------------------------------ */
body.theme-company .sct-management-system .unq-layout {
  width: 500px;
}

@media (max-width: 1020px) {
  body.theme-company .sct-management-system .unq-layout {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  body.theme-company .sct-management-system .unq-layout {
    width: 100%;
  }
}
/* .mod-hdg-3 (Extension)
 * ------------------------------------------ */
body.theme-company .sct-management-system .mod-hdg-6 > .text {
  color: #fff;
}
body.theme-company .sct-management-system .mod-hdg-6::after {
  background-color: #99cdec;
}

/* .mod-link-list (Extension)
 * ------------------------------------------ */
body.theme-company .sct-management-system .mod-link-list ul > li {
  margin-top: 20px;
}
body.theme-company .sct-management-system .mod-link-list ul > li > a {
  color: #fff;
}
body.theme-company .sct-management-system .mod-link-list ul > li > a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* access-map
 * ------------------------------------------ */
body.theme-company .access-map {
  width: 100%;
  min-height: 300px;
  margin-top: 30px;
}

/* Market Category Theme
 * ------------------------------------------------------------------------ */
/* .unq-filter
 * ------------------------------------------ */
body.theme-market .unq-folter-wrap > .mod-hdg-7 {
  margin-top: 20px;
}
body.theme-market .unq-folter-wrap .content-wrap {
  padding: 25px 28px;
  background-color: #fff;
  border: 2px solid #ececec;
  margin-top: 20px;
}
body.theme-market .unq-folter-wrap .content-wrap .unq-filter .segment.of-type-2,
body.theme-market .unq-folter-wrap .content-wrap .unq-filter .segment.mod-btn.of-disabled.is-active {
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
}
body.theme-market .unq-folter-wrap .content-wrap > .mod-form-comp {
  margin-top: 0;
}

body.theme-market .unq-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.theme-market .unq-filter > .segment {
  width: 100%;
}
body.theme-market .unq-filter > .segment.of-type-1 {
  -ms-flex: 0 1 520px;
  flex: 0 1 520px;
  padding-right: 28px;
}
body.theme-market .unq-filter > .segment.of-type-2,
body.theme-market .unq-filter > .segment.mod-btn.of-disabled.is-active {
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  padding-right: 28px;
}
body.theme-market .unq-filter > .segment.of-type-3 {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
body.theme-market .unq-filter > .segment > .button {
  width: 100%;
  height: 90px;
  border-radius: 6px;
  background-color: #0183cf;
  color: #fff;
}

@media (max-width: 767px) {
  body.theme-market .unq-filter {
    display: block;
  }
  body.theme-market .unq-filter > .segment {
    margin-top: 20px;
  }
  body.theme-market .unq-filter > .segment.of-type-1 {
    padding-right: 0;
  }
  body.theme-market .unq-filter > .segment.of-type-2,
  body.theme-market .unq-filter > .segment.mod-btn.of-disabled.is-active {
    padding-right: 0;
  }
  body.theme-market .unq-filter > .segment > .button {
    height: 50px;
  }
}
/* .mod-hdg-8 (Extension)
 * ------------------------------------------ */
.mod-hdg-8 + [class*="mod-"] {
  margin-top: 13px !important;
}

@media (max-width: 767px) {
  .mod-hdg-8 + [class*="mod-"] {
    margin-top: 5px !important;
  }
}
/* .unq-index
 * ------------------------------------------ */
body.theme-market .unq-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
body.theme-market .unq-index .item {
  margin-top: 10px;
}
body.theme-market .unq-index .item > .outer {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.theme-market .unq-index .item > .outer > .inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.theme-market .unq-index .item > .outer > .inner > .title {
  position: relative;
  text-align: center;
}
body.theme-market .unq-index .item > .outer > .inner > .title > .hdg {
  font-weight: bold;
  word-break: break-all;
}
body.theme-market .unq-index .item > .outer > .inner > .title::before {
  display: block;
  width: 60px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.theme-market .unq-index .item > .outer > .inner > .title > .lead {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
body.theme-market .unq-index .item > .outer > .inner > .content {
  margin-top: 15px;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .date {
  display: block;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .date > .new {
  color: #ee5c3b;
  margin-left: 10px;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .text {
  display: block;
  margin-top: 5px;
  text-align: center;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .link {
  display: block;
  margin-top: 5px;
  text-align: center;
  color: #005180;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .link:hover,
body.theme-market .unq-index .item > .outer > .inner > .content > .link:focus {
  text-decoration: underline;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .list > li {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  background-color: rgba(255, 255, 255, .9);
  border-radius: 6px;
  margin-top: 10px;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .list > li > .link {
  display: block;
  padding: 20px 20px 18px;
  color: #005180;
  text-decoration: none;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .list > li > .link > .date {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .list > li > .link > .date > .new {
  color: #ee5c3b;
  margin-left: 10px;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .list > li > .link > .text {
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
}
body.theme-market .unq-index .item > .outer > .inner > .content > .list > li > .link:hover > .text,
body.theme-market .unq-index .item > .outer > .inner > .content > .list > li > .link:focus > .text {
  text-decoration: underline;
}
body.theme-market .unq-index .item > .outer > .inner > .button {
  text-align: center;
  margin-top: 15px;
}
body.theme-market .unq-index .item.of-type-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 220px;
}
body.theme-market .unq-index .item.of-type-1 > .outer {
  background-color: #125989;
  background-image: url("/market/images/bg-unq-1.png");
  background-position: right center;
  background-size: contain;
  padding: 40px;
}
body.theme-market .unq-index .item.of-type-1 > .outer > .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-bottom: 5px;
}
body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .title > .hdg {
  font-size: 3rem;
  color: #fff;
  text-align: left;
}
body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .title::before {
  left: 0;
  transform: none;
  background-color: #fff;
}
body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .content {
  -ms-flex: 0 1 530px;
  flex: 0 1 530px;
  margin: 20px auto 0 0;
}
body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .content > .date,
body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .content > .link {
  color: #fff;
  text-align: left;
}
body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
body.theme-market .unq-index .item.of-type-2,
body.theme-market .unq-index .item.mod-btn.of-disabled.is-active {
  -ms-flex: 0 0 49.5%;
  flex: 0 0 49.5%;
  max-width: 49.5%;
  min-width: 49.5%;
  min-height: 284px;
}
body.theme-market .unq-index .item.of-type-2 > .outer,
body.theme-market .unq-index .item.mod-btn.of-disabled.is-active > .outer {
  background-color: #f7f6f1;
  background-image: url("/market/images/bg-unq-2.png");
  background-position: left center;
  background-size: contain;
  padding: 26px 34px 34px;
}
body.theme-market .unq-index .item.of-type-2 > .outer > .inner > .title,
body.theme-market .unq-index .item.mod-btn.of-disabled.is-active > .outer > .inner > .title {
  padding-bottom: 5px;
}
body.theme-market .unq-index .item.of-type-2 > .outer > .inner > .title > .hdg,
body.theme-market .unq-index .item.mod-btn.of-disabled.is-active > .outer > .inner > .title > .hdg {
  font-size: 3.6rem;
  font-family: arial, sans-serif;
}
body.theme-market .unq-index .item.of-type-2 > .outer > .inner > .title::before,
body.theme-market .unq-index .item.mod-btn.of-disabled.is-active > .outer > .inner > .title::before {
  background-color: #0183cf;
}
body.theme-market .unq-index .item.of-type-3 {
  -ms-flex: 0 0 49.5%;
  flex: 0 0 49.5%;
  max-width: 49.5%;
  min-width: 49.5%;
  min-height: 284px;
  margin-left: 1%;
  margin-top: 0;
}
body.theme-market .unq-index .item.of-type-3 > .outer {
  background-color: #f7f6f1;
  background-image: url("/market/images/bg-unq-3.png");
  padding: 26px 15% 34px;
}
body.theme-market .unq-index .item.of-type-3 > .outer > .inner .title {
  padding-bottom: 5px;
}
body.theme-market .unq-index .item.of-type-3 > .outer > .inner .title > .hdg {
  font-size: 3.6rem;
  font-family: arial, sans-serif;
}
body.theme-market .unq-index .item.of-type-3 > .outer > .inner .title::before {
  background-color: #0183cf;
}
body.theme-market .unq-index .item.of-type-4 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  min-width: 40%;
  min-height: 300px;
}
body.theme-market .unq-index .item.of-type-4 > .outer {
  background-image: url("/market/images/bg-unq-4.png");
  padding: 23px 20px 38px;
}
body.theme-market .unq-index .item.of-type-4 > .outer > .inner .title {
  padding-bottom: 15px;
  color: #fff;
}
body.theme-market .unq-index .item.of-type-4 > .outer > .inner .title > .hdg {
  font-size: 4rem;
  font-family: arial, sans-serif;
}
body.theme-market .unq-index .item.of-type-4 > .outer > .inner .title::before {
  background-color: #fff;
}
body.theme-market .unq-index .item.of-type-4 > .outer > .inner > .content > .list > li > .link {
  padding: 20px 20px 18px;
}
body.theme-market .unq-index .item.of-type-5 {
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
  max-width: 59%;
  min-width: 59%;
  min-height: 300px;
  margin-left: 1%;
}
body.theme-market .unq-index .item.of-type-5 > .outer {
  background-image: url("/market/images/bg-unq-5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 45px 35px;
}
body.theme-market .unq-index .item.of-type-5 > .outer > .inner .title {
  padding-bottom: 5px;
}
body.theme-market .unq-index .item.of-type-5 > .outer > .inner .title > .hdg {
  font-size: 3rem;
}
body.theme-market .unq-index .item.of-type-5 > .outer > .inner .title::before {
  background-color: #0183cf;
}
body.theme-market .unq-index .item.of-type-5 > .outer > .inner > .content > .list > li > .link {
  padding: 10px 30px;
}
body.theme-market .unq-index .item.of-type-5 > .outer > .inner > .content > .list > li > .link > .date,
body.theme-market .unq-index .item.of-type-5 > .outer > .inner > .content > .list > li > .link > .text {
  text-align: left;
}

@media (max-width: 767px) {
  body.theme-market .unq-index {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px -10px 0;
  }
  body.theme-market .unq-index .item {
    margin-top: 0;
  }
  body.theme-market .unq-index .item > .outer > .inner > .title::before {
    width: 40px;
  }
  body.theme-market .unq-index .item > .outer > .inner > .title > .lead {
    font-size: 1.2rem;
  }
  body.theme-market .unq-index .item > .outer > .inner > .content > .date {
    font-size: 1.2rem;
  }
  body.theme-market .unq-index .item > .outer > .inner > .content > .list > li > .link > .date {
    font-size: 1.2rem;
  }
  body.theme-market .unq-index .item.of-type-1 {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 100%;
    height: 240px;
    min-height: 0;
  }
  body.theme-market .unq-index .item.of-type-1 > .outer {
    background-size: cover;
    padding: 20px 10px 30px;
  }
  body.theme-market .unq-index .item.of-type-1 > .outer > .inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .title {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .title > .hdg {
    font-size: 2.1rem;
    text-align: center;
  }
  body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .content {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    background-color: rgba(4, 73, 119, .6);
    padding: 10px;
  }
  body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .content > .date,
  body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .content > .link {
    text-align: center;
  }
  body.theme-market .unq-index .item.of-type-1 > .outer > .inner > .button {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
  }
  body.theme-market .unq-index .item.of-type-2,
  body.theme-market .unq-index .item.mod-btn.of-disabled.is-active {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 100%;
    height: 240px;
    min-height: 0;
  }
  body.theme-market .unq-index .item.of-type-2 > .outer,
  body.theme-market .unq-index .item.mod-btn.of-disabled.is-active > .outer {
    background-size: cover;
    padding: 20px 10px 30px;
  }
  body.theme-market .unq-index .item.of-type-2 > .outer > .inner > .title > .hdg,
  body.theme-market .unq-index .item.mod-btn.of-disabled.is-active > .outer > .inner > .title > .hdg {
    font-size: 2.1rem;
  }
  body.theme-market .unq-index .item.of-type-3 {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 100%;
    height: 240px;
    min-height: 0;
    margin-left: 0;
  }
  body.theme-market .unq-index .item.of-type-3 > .outer {
    padding: 20px 10% 30px;
  }
  body.theme-market .unq-index .item.of-type-3 > .outer > .inner > .title > .hdg {
    font-size: 2.1rem;
  }
  body.theme-market .unq-index .item.of-type-4 {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 100%;
    height: 230px;
    min-height: 0;
  }
  body.theme-market .unq-index .item.of-type-4 > .outer {
    padding: 20px 10px 30px;
  }
  body.theme-market .unq-index .item.of-type-4 > .outer > .inner > .title > .hdg {
    font-size: 2.4rem;
  }
  body.theme-market .unq-index .item.of-type-4 > .outer > .inner > .content > .list > li > .link {
    padding: 10px;
  }
  body.theme-market .unq-index .item.of-type-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: 290px;
    min-height: 0;
    margin-left: 0;
  }
  body.theme-market .unq-index .item.of-type-5 > .outer {
    padding: 20px 10px 30px;
  }
  body.theme-market .unq-index .item.of-type-5 > .outer > .inner > .title > .hdg {
    font-size: 2.1rem;
  }
  body.theme-market .unq-index .item.of-type-5 > .outer > .inner > .content > .list > li > .link {
    padding: 10px 20px;
  }
}
/* .unq-box-index
 * ------------------------------------------ */
body.theme-market .unq-box-index {
  border: 2px solid #f4f4f4;
  background-image: url(/market/images/content-bg-img-01.png);
  background-repeat: no-repeat;
  padding: 60px 30px 40px;
}
body.theme-market .unq-box-index .content .mod-txt-lead {
  text-align: center;
}
body.theme-market .unq-box-index .content .mod-txt-lead .text {
  font-size: 3rem;
}
body.theme-market .unq-box-index .content .mod-txt {
  text-align: center;
}
body.theme-market .unq-box-index .content .mod-txt .text {
  background-color: #fff;
  display: inline;
  padding: 0 5px;
}
body.theme-market .unq-box-index .content .mod-txt .text + .text {
  margin-top: 9px;
}
body.theme-market .unq-box-index .content .mod-idx > .col .mod-btn-wrap {
  margin-top: 10px;
}

@media (max-width: 767px) {
  body.theme-market .unq-box-index {
    border: none;
    background-image: url(/market/images/content-bg-img-01-sp.png);
    background-size: contain;
    padding: 30px 10px 0;
  }
  body.theme-market .unq-box-index .content .mod-txt-lead .text {
    font-size: 2.1rem;
    line-height: 1.5;
  }
  body.theme-market .unq-box-index .content .mod-txt {
    text-align: left;
    line-height: 1.8;
  }
  body.theme-market .unq-box-index .content .mod-idx > .col .mod-btn-wrap {
    margin-top: 10px;
  }
}
/* .unq-label
 * ------------------------------------------ */
body.theme-market .unq-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 10px;
  vertical-align: middle;
  color: #333;
  margin-bottom: 5px;
}
body.theme-market .unq-label.of-type-2,
body.theme-market .unq-label.mod-btn.of-disabled.is-active {
  background-color: #dcdcdc;
}

@media (max-width: 767px) {
  body.theme-market .unq-label {
    font-size: 1rem;
  }
}
/* .mod-hdg-6 (Extension)
 * ------------------------------------------ */
body.theme-market .mod-hdg-6.of-type-block {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
body.theme-market .mod-hdg-6.of-type-block .sub-title {
  display: block;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  body.theme-market .mod-hdg-6.of-type-block .sub-title {
    font-size: 1.1rem;
  }
}
/* .str-content (Extension)
 * ------------------------------------------ */
@media (max-width: 767px) {
  body.theme-market .str-content.of-pt-0 {
    padding-top: 0;
  }

  body.theme-market .sct-special-report .lyt-outer {
    padding: 0;
  }
}
/* .of-market-hdg
 * ------------------------------------------ */
body.theme-market .mod-hdg.of-market-hdg-1,
body.theme-market .mod-hdg.of-market-hdg-2,
body.theme-market .mod-hdg.of-market-hdg-3,
body.theme-market .mod-hdg.of-market-hdg-4,
body.theme-market .mod-hdg.of-market-hdg-5 {
  background-repeat: repeat, no-repeat, no-repeat;
  background-position: top center, right center, left;
  background-size: 6px 6px, contain, auto;
}
body.theme-market .mod-hdg.of-market-hdg-1 .breadcrumb-list a,
body.theme-market .mod-hdg.of-market-hdg-2 .breadcrumb-list a,
body.theme-market .mod-hdg.of-market-hdg-3 .breadcrumb-list a,
body.theme-market .mod-hdg.of-market-hdg-4 .breadcrumb-list a,
body.theme-market .mod-hdg.of-market-hdg-5 .breadcrumb-list a {
  color: #fff;
}
body.theme-market .mod-hdg.of-market-hdg-1 .breadcrumb-list a::after,
body.theme-market .mod-hdg.of-market-hdg-2 .breadcrumb-list a::after,
body.theme-market .mod-hdg.of-market-hdg-3 .breadcrumb-list a::after,
body.theme-market .mod-hdg.of-market-hdg-4 .breadcrumb-list a::after,
body.theme-market .mod-hdg.of-market-hdg-5 .breadcrumb-list a::after {
  border-color: #fff;
}
body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap,
body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap,
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap,
body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap,
body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}
body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .hdg,
body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .hdg,
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .hdg,
body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .hdg,
body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .hdg {
  -ms-flex-order: 2;
  order: 2;
  margin-top: 20px;
}
body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .hdg > .text,
body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .hdg > .text,
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .hdg > .text,
body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .hdg > .text,
body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .hdg > .text {
  color: #fff;
}
body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .code,
body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .code,
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .code,
body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .code,
body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .code {
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 1;
  order: 1;
}
body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .code > .category,
body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .code > .category,
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .code > .category,
body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .code > .category,
body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .code > .category {
  background-color: #fff;
  color: #0183cf;
  padding: 5px 10px;
}
body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .code > .numbering,
body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .code > .numbering,
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .code > .numbering,
body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .code > .numbering,
body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .code > .numbering {
  border: 1px solid #fff;
  padding: 5px 10px;
}
body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .subtitle,
body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .subtitle,
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .subtitle,
body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .subtitle,
body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .subtitle {
  -ms-flex-order: 3;
  order: 3;
  color: #fff;
  font-weight: normal;
  font-size: 2.4rem;
}
body.theme-market .mod-hdg.of-market-hdg-1 {
  background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-1.png), linear-gradient(to right, #0183cf, #01cfbe);
}
body.theme-market .mod-hdg.of-market-hdg-2 {
  background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-2.png), linear-gradient(to right, #0183cf, #01cfbe);
}
body.theme-market .mod-hdg.of-market-hdg-3 {
  background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-3.png), linear-gradient(to right, #f0eddc, #dfdbc8);
}
body.theme-market .mod-hdg.of-market-hdg-3 .breadcrumb-list a {
  color: #999;
}
body.theme-market .mod-hdg.of-market-hdg-3 .breadcrumb-list a::after {
  border-color: #999;
}
body.theme-market .mod-hdg.of-market-hdg-3 .breadcrumb-list a[aria-current] {
  color: #67a1ab;
}
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .hdg > .text {
  color: #555;
}
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .code > .category {
  background-color: #a8a186;
  color: #fff;
}
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .code > .numbering {
  border-color: #a8a186;
  color: #555;
}
body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .subtitle {
  color: #555;
}
body.theme-market .mod-hdg.of-market-hdg-4 {
  background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-4.png), linear-gradient(to right, #05a1cf, #45c1e2);
}
body.theme-market .mod-hdg.of-market-hdg-5 {
  background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-5.png), linear-gradient(to right, #01cfb9, #00acb2);
}
body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .code > .category {
  color: #00a799;
}

@media (max-width: 767px) {
  body.theme-market .mod-hdg.of-market-hdg-1,
  body.theme-market .mod-hdg.of-market-hdg-2,
  body.theme-market .mod-hdg.of-market-hdg-3,
  body.theme-market .mod-hdg.of-market-hdg-4,
  body.theme-market .mod-hdg.of-market-hdg-5 {
    background-size: 6px 6px, cover, auto;
  }
  body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap,
  body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap,
  body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap,
  body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap,
  body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap {
    margin-top: 18px;
  }
  body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .hdg,
  body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .hdg,
  body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .hdg,
  body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .hdg,
  body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .hdg {
    margin-top: 0;
  }
  body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .code,
  body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .code,
  body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .code,
  body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .code,
  body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .code {
    font-size: 1.1rem;
  }
  body.theme-market .mod-hdg.of-market-hdg-1 .hdg-wrap .subtitle,
  body.theme-market .mod-hdg.of-market-hdg-2 .hdg-wrap .subtitle,
  body.theme-market .mod-hdg.of-market-hdg-3 .hdg-wrap .subtitle,
  body.theme-market .mod-hdg.of-market-hdg-4 .hdg-wrap .subtitle,
  body.theme-market .mod-hdg.of-market-hdg-5 .hdg-wrap .subtitle {
    font-size: 1.5rem;
  }
  body.theme-market .mod-hdg.of-market-hdg-1 {
    background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-1-sp.png), linear-gradient(to right, #0183cf, #01cfbe);
  }
  body.theme-market .mod-hdg.of-market-hdg-2 {
    background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-2-sp.png), linear-gradient(to right, #0183cf, #01cfbe);
  }
  body.theme-market .mod-hdg.of-market-hdg-3 {
    background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-3-sp.png), linear-gradient(to right, #f0eddc, #dfdbc8);
  }
  body.theme-market .mod-hdg.of-market-hdg-4 {
    background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-4-sp.png), linear-gradient(to right, #05a1cf, #45c1e2);
  }
  body.theme-market .mod-hdg.of-market-hdg-5 {
    background-image: url(/market/images/head-line-01.png), url(/market/images/head-bg-img-5-sp.png), linear-gradient(to right, #01cfb9, #00acb2);
  }
}
/* .mod-tbl-2 (Extension)
 * ------------------------------------------ */
body.theme-market .mod-tbl-2[class*="of-tbl-color-"] table thead {
  color: #fff;
}
body.theme-market .mod-tbl-2.of-tbl-color-1 table thead {
  background-color: #e85431;
}
body.theme-market .mod-tbl-2.of-tbl-color-2 table thead {
  background-color: #8b66a5;
}
body.theme-market .mod-tbl-2.of-tbl-color-3 table thead {
  background-color: #1cc794;
}
body.theme-market .mod-tbl-2.of-tbl-color-4 table thead {
  background-color: #1cb9c6;
}

@media (max-width: 767px) {
  body.theme-market .mod-tbl-2 .sticky-txt {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 0 3px 48px;
    background: url("/market/images/hand.png") no-repeat left center;
    font-size: 1rem;
    color: #d9300a;
    line-height: 1.5;
    text-align: left;
  }
  body.theme-market .mod-tbl-2 .of-nallow-tbl-auto {
    overflow: auto;
    border: 2px solid #ececec;
  }
  body.theme-market .mod-tbl-2 .of-nallow-tbl-auto table {
    min-width: 510px;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
  }
  body.theme-market .mod-tbl-2 .of-nallow-tbl-auto table thead th {
    background-color: #f4f4f4;
  }
  body.theme-market .mod-tbl-2 .of-nallow-tbl-auto table tbody th,
  body.theme-market .mod-tbl-2 .of-nallow-tbl-auto table tbody td {
    background-color: #fff;
  }
  body.theme-market .mod-tbl-2 [class*="of-tbl-col-"] .sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  body.theme-market .mod-tbl-2 .of-tbl-col-5 .sticky {
    width: 102px;
  }
  body.theme-market .mod-tbl-2 .of-tbl-col-5 .sticky.col {
    left: 102px;
  }
  body.theme-market .mod-tbl-2 .of-tbl-col-6 .sticky {
    width: 84px;
  }
  body.theme-market .mod-tbl-2 .of-tbl-col-6 .sticky.col {
    left: 84px;
  }
}
/* .mod-media-fluid (Extension)
 * ------------------------------------------ */
body.theme-market .caption[class*="of-caption-color"] {
  margin: 0 auto 20px;
  padding: 4px 5px 5px 5px;
  color: #fff;
}
body.theme-market .caption.of-caption-color-1 {
  background-color: #e85431;
}
body.theme-market .caption.of-caption-color-2 {
  background-color: #8b66a5;
}
body.theme-market .caption.of-caption-color-3 {
  background-color: #1cc794;
}
body.theme-market .caption.of-caption-color-4 {
  background-color: #1cb9c6;
}

/* .mod-txt (Extension)
 * ------------------------------------------ */
body.theme-market .mod-txt .text.of-text-date {
  line-height: inherit;
  font-size: 1.4rem;
  color: #666;
}

@media (max-width: 767px) {
  body.theme-market .mod-txt .text.of-text-date {
    font-size: 1.2rem;
  }
}
/* .mod-tbl-data (Extension)
 * ------------------------------------------ */
body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note {
  min-width: 141px;
  margin: 0;
}
body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note .mod-btn-list-2 {
  margin-top: 0;
}
body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note .mod-btn-list-2 li {
  margin: 0;
}
body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 {
  padding: 6px 38px 6px 18px;
}
body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 > .text {
  font-size: 1.4rem;
  color: #333;
}
body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 > .text::after {
  position: absolute;
  top: 0;
  right: -15px;
  display: inline-block;
  width: 9.5px;
  height: 9.5px;
  border-top: 2px solid #01aac6;
  border-right: 2px solid #01aac6;
  content: "";
  transform: rotate(135deg) translateY(-50%);
  z-index: 10;
}
body.theme-market .sct-market-charts .mod-tbl-data .segment.of-date {
  margin-left: auto;
  font-size: 1.4rem;
  color: #666;
}

@media (max-width: 767px) {
  body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note .mod-btn-list-2 {
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 {
    padding: 8px 29px 8px 19px;
  }
  body.theme-market .sct-market-charts .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 > .text {
    font-size: 1.2rem;
    color: #333;
  }
  body.theme-market .sct-market-charts .mod-tbl-data .segment.of-date {
    margin-top: 12px;
    font-size: 1.2rem;
    text-align: right;
  }
}
/* .mod-btn-list-3
 * ------------------------------------------ */
body.theme-market .mod-btn-list-3 {
  width: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
body.theme-market .mod-btn-list-3::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
body.theme-market .mod-btn-list-3 > li {
  -ms-flex: 1;
  flex: 1;
}
body.theme-market .mod-btn-list-3 > li:first-of-type .mod-btn-3::before {
  border-radius: 100px 0 0 100px;
  border-right: 0;
}
body.theme-market .mod-btn-list-3 > li:last-of-type .mod-btn-3::before {
  border-radius: 0 100px 100px 0;
  border-left: 0;
}

@media (max-width: 767px) {
  body.theme-market .mod-btn-list-3 {
    width: 300px;
  }
  body.theme-market .mod-btn-list-3::before {
    border-radius: 20px;
  }
  body.theme-market .mod-btn-list-3 > li:first-of-type .mod-btn-3::before {
    border-radius: 20px 0 0 20px;
  }
  body.theme-market .mod-btn-list-3 > li:last-of-type .mod-btn-3::before {
    border-radius: 0 20px 20px 0;
  }
}
/* .mod-btn-3
 * ------------------------------------------ */
body.theme-market .mod-btn-3 {
  display: block;
  position: relative;
}
body.theme-market .mod-btn-3 > .text {
  display: block;
  font-size: 1.6rem;
  padding: 13px 10px;
  position: relative;
  z-index: 1;
}
body.theme-market .mod-btn-3::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #01aac6;
  background-color: #fff;
}
body.theme-market .mod-btn-3:hover::before,
body.theme-market .mod-btn-3:focus::before {
  border: 3px solid #01aac6;
}
body.theme-market .mod-btn-3:hover > .text,
body.theme-market .mod-btn-3:focus > .text {
  color: #005180;
}
body.theme-market .mod-btn-3[aria-current] {
  color: #fff;
}
body.theme-market .mod-btn-3[aria-current]::before {
  border: transparent;
  background-color: #01aac6;
}
body.theme-market .mod-btn-3[aria-current]:hover > .text,
body.theme-market .mod-btn-3[aria-current]:focus > .text {
  color: #fff;
}

@media (max-width: 767px) {
  body.theme-market .mod-btn-3 {
    min-width: auto;
  }
  body.theme-market .mod-btn-3 > .text {
    font-size: 1.4rem;
    padding: 10px;
  }
}
/* .icon-rate-arrow
 * ------------------------------------------ */
body.theme-market .icon-arrow-before {
  padding-right: 10px;
}
body.theme-market .icon-arrow-after {
  padding-left: 8px;
}

/* .fc-down
 * ------------------------------------------ */
body.theme-market .fc-up {
  color: #d9300a;
  font-weight: normal;
}
body.theme-market .fc-down {
  color: #0183cf;
  font-weight: normal;
}

/* .mod-box-2 (Extension)
 * ------------------------------------------ */
body.theme-market .sct-market-charts .mod-box-2 {
  padding-top: 0;
}
body.theme-market .sct-market-charts .mod-box-2 .mod-btn-list.of-wide-col-auto > li {
  margin-top: 20px;
}

@media (max-width: 767px) {
  body.theme-market .sct-market-charts .mod-box-2 {
    padding-top: 12px;
  }
  body.theme-market .sct-market-charts .mod-box-2 .mod-btn-list.of-wide-col-auto > li {
    margin-top: 10px;
  }
}
/* Funds Category Theme
 * ------------------------------------------------------------------------ */
/* .mod-form-comp (Extension)
 * ------------------------------------------ */
@media (max-width: 767px) {
  body.theme-funds .sct-keyword-search {
    margin-top: 0;
  }
}
/* .unq-idx
 * ------------------------------------------ */
body.theme-funds .unq-idx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.theme-funds .unq-idx > .col,
  body.theme-funds .unq-idx > li {
    margin: 0 0 0 0%;
  }
  body.theme-funds .unq-idx.of-nallow-col-1 > .col,
  body.theme-funds .unq-idx.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.theme-funds .unq-idx.of-nallow-col-1 > .col:nth-child(-n + 1),
  body.theme-funds .unq-idx.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  body.theme-funds .unq-idx.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  body.theme-funds .unq-idx.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  body.theme-funds .unq-idx.of-nallow-col-2 > .col,
  body.theme-funds .unq-idx.of-nallow-col-2 > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
  }
  body.theme-funds .unq-idx.of-nallow-col-2 > .col:nth-child(-n + 2),
  body.theme-funds .unq-idx.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  body.theme-funds .unq-idx.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  body.theme-funds .unq-idx.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.theme-funds .unq-idx.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -0;
  }
  body.theme-funds .unq-idx.of-nallow-col-auto > .col,
  body.theme-funds .unq-idx.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  body.theme-funds .unq-idx > .col,
  body.theme-funds .unq-idx > li {
    margin: 5PX 0 0 .5%;
  }
  body.theme-funds .unq-idx.of-wide-col-1 > .col,
  body.theme-funds .unq-idx.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.theme-funds .unq-idx.of-wide-col-1 > .col:nth-child(-n + 1),
  body.theme-funds .unq-idx.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-1 > .col:nth-of-type(1n + 1),
  body.theme-funds .unq-idx.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-2 > .col,
  body.theme-funds .unq-idx.of-wide-col-2 > li {
    -ms-flex: 0 0 49.75%;
    flex: 0 0 49.75%;
    min-width: 49.75%;
    max-width: 49.75%;
  }
  body.theme-funds .unq-idx.of-wide-col-2 > .col:nth-child(-n + 2),
  body.theme-funds .unq-idx.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-2 > .col:nth-of-type(2n + 1),
  body.theme-funds .unq-idx.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-3 > .col,
  body.theme-funds .unq-idx.of-wide-col-3 > li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    min-width: 33%;
    max-width: 33%;
  }
  body.theme-funds .unq-idx.of-wide-col-3 > .col:nth-child(-n + 3),
  body.theme-funds .unq-idx.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-3 > .col:nth-of-type(3n + 1),
  body.theme-funds .unq-idx.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-4 > .col,
  body.theme-funds .unq-idx.of-wide-col-4 > li {
    -ms-flex: 0 0 24.625%;
    flex: 0 0 24.625%;
    min-width: 24.625%;
    max-width: 24.625%;
  }
  body.theme-funds .unq-idx.of-wide-col-4 > .col:nth-child(-n + 4),
  body.theme-funds .unq-idx.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-4 > .col:nth-of-type(4n + 1),
  body.theme-funds .unq-idx.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-5 > .col,
  body.theme-funds .unq-idx.of-wide-col-5 > li {
    -ms-flex: 0 0 19.6%;
    flex: 0 0 19.6%;
    min-width: 19.6%;
    max-width: 19.6%;
  }
  body.theme-funds .unq-idx.of-wide-col-5 > .col:nth-child(-n + 5),
  body.theme-funds .unq-idx.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-5 > .col:nth-of-type(5n + 1),
  body.theme-funds .unq-idx.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  body.theme-funds .unq-idx.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5PX;
  }
  body.theme-funds .unq-idx.of-wide-col-auto > .col,
  body.theme-funds .unq-idx.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
body.theme-funds .unq-idx > .item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
body.theme-funds .unq-idx > .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 25px 0;
  min-height: 240px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  text-decoration: none;
}
body.theme-funds .unq-idx > .item a::before,
body.theme-funds .unq-idx > .item a::after {
  will-change: opacity;
  transition: opacity .25s ease ;
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 25px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}
body.theme-funds .unq-idx > .item a::before {
  border-radius: 70px;
  background-color: #fff;
}
body.theme-funds .unq-idx > .item a::after {
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
body.theme-funds .unq-idx > .item a > .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
}
body.theme-funds .unq-idx > .item a > .text::after {
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}
body.theme-funds .unq-idx > .item a:hover::before,
body.theme-funds .unq-idx > .item a:hover::after,
body.theme-funds .unq-idx > .item a:focus::before,
body.theme-funds .unq-idx > .item a:focus::after {
  opacity: .7;
}
body.theme-funds .unq-idx > .item a:hover > .text,
body.theme-funds .unq-idx > .item a:focus > .text {
  text-decoration: underline;
}
body.theme-funds .unq-idx > .item.of-type-1 > a {
  background-image: linear-gradient(to bottom, #0183cf, #01cfbe);
}
body.theme-funds .unq-idx > .item.of-type-1 > a::after {
  background-image: url("/funds/images/icon-idx-1.png");
}
body.theme-funds .unq-idx > .item.of-type-2 > a,
body.theme-funds .unq-idx > .item.mod-btn.of-disabled.is-active > a {
  background-image: linear-gradient(to bottom, #01adc6, #01cfbe);
}
body.theme-funds .unq-idx > .item.of-type-2 > a::after,
body.theme-funds .unq-idx > .item.mod-btn.of-disabled.is-active > a::after {
  background-image: url("/funds/images/icon-idx-2.png");
}
body.theme-funds .unq-idx > .item.of-type-3 > a {
  background-image: linear-gradient(to bottom, #0183cf, #01cfbe);
}
body.theme-funds .unq-idx > .item.of-type-3 > a::after {
  background-image: url("/funds/images/icon-idx-3.png");
}

@media (max-width: 767px) {
  body.theme-funds .unq-idx {
    margin: 0 -10px;
  }
  body.theme-funds .unq-idx > .item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 80px;
    padding: 10px 45px 10px 100px;
    text-align: left;
    font-size: 1.6rem;
  }
  body.theme-funds .unq-idx > .item a::before,
  body.theme-funds .unq-idx > .item a::after {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  body.theme-funds .unq-idx > .item a::before {
    border-radius: 30px;
  }
  body.theme-funds .unq-idx > .item a::after {
    background-size: 34px;
  }
  body.theme-funds .unq-idx > .item a > .text {
    height: auto;
  }
  body.theme-funds .unq-idx > .item a > .text::after {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 30px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
  }
  body.theme-funds .unq-idx > .item.of-type-1 {
    background-image: linear-gradient(to right, #0183cf, #01cfbe);
  }
  body.theme-funds .unq-idx > .item.of-type-2,
  body.theme-funds .unq-idx > .item.mod-btn.of-disabled.is-active {
    background-image: linear-gradient(to right, #01adc6, #01cfbe);
  }
  body.theme-funds .unq-idx > .item.of-type-3 {
    background-image: linear-gradient(to right, #0183cf, #01cfbe);
  }
}
/* .mod-form-comp (Extension)
 * ------------------------------------------ */
body.theme-funds .mod-form-comp {
  padding-bottom: 30px;
  position: relative;
}
body.theme-funds .mod-form-comp::before {
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
}

/* .mod-btn-wrap (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-keyword-search .mod-btn-wrap .mod-btn-4 {
  min-width: 500px;
}

@media (max-width: 767px) {
  body.theme-funds .sct-keyword-search .mod-btn-wrap .mod-btn-4 {
    min-width: 240px;
  }
}
/* .mod-idx-5 (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-index-2 .mod-idx-5 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  body.theme-funds .sct-index-2 .mod-idx-5 {
    margin-top: 30px;
  }
}
/* .mod-idx-5 (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-index-2 .mod-btn-list {
  margin-top: 60px;
}

@media (max-width: 767px) {
  body.theme-funds .sct-index-2 .mod-btn-list {
    margin-top: 30px;
  }
}
/* .mod-reg-area (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-link-area {
  margin-top: 10px;
}
body.theme-funds .sct-link-area .lyt-outer {
  padding-right: 0;
}
body.theme-funds .sct-link-area .lyt-outer .mod-reg-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  body.theme-funds .sct-link-area .lyt-outer {
    padding-right: 10px;
  }
  body.theme-funds .sct-link-area .lyt-outer .mod-reg-area {
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.theme-funds .sct-link-area .lyt-outer .mod-reg-area .segment.of-btn {
    min-width: 146px;
    margin-left: 10px;
  }
}
/* .sct-fund-information
 * ------------------------------------------ */
body.theme-funds .sct-fund-information {
  margin-top: 15px;
}

/* .mod-tbl (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-fund-information .mod-tbl .date {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
body.theme-funds .sct-fund-information .mod-tbl .inner {
  border: 2px solid #ececec;
}
body.theme-funds .sct-fund-information .mod-tbl .inner::before,
body.theme-funds .sct-fund-information .mod-tbl .inner::after {
  content: none;
}
body.theme-funds .sct-fund-information .mod-tbl .inner table tbody th {
  background-color: #0183cf;
  color: #fff;
  vertical-align: middle;
  font-size: 1.8rem;
  padding: 11px 10px;
}
body.theme-funds .sct-fund-information .mod-tbl .inner table tbody td {
  text-align: right;
  font-size: 2.4rem;
}
body.theme-funds .sct-fund-information .mod-tbl .inner table tbody td.text-color-01 {
  color: #d9300a;
}
body.theme-funds .sct-fund-information .mod-tbl .inner table tbody td .small {
  font-size: 1.6rem;
}
body.theme-funds .sct-fund-information .mod-tbl .inner table tbody td .note {
  display: block;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  body.theme-funds .sct-fund-information .mod-tbl .date {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner {
    border: 2px solid #ececec;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner::before,
  body.theme-funds .sct-fund-information .mod-tbl .inner::after {
    content: none;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner table {
    display: table;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner table tbody {
    display: table-row-group;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner table tbody > tr {
    display: table-row;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner table tbody > tr > th,
  body.theme-funds .sct-fund-information .mod-tbl .inner table tbody > tr > td {
    display: table-cell;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner table tbody > tr th {
    font-size: 1.6rem;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner table tbody > tr td {
    font-size: 2rem;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner table tbody > tr td .small {
    font-size: 1.4rem;
  }
  body.theme-funds .sct-fund-information .mod-tbl .inner table tbody > tr td .note {
    font-size: 1.2rem;
  }
}
/* .unq-info
 * ------------------------------------------ */
body.theme-funds .sct-information {
  margin-top: 10px;
}

/* .mod-hdg-7 (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-data .mod-hdg-7 .text {
  font-weight: bold;
}
body.theme-funds .sct-data .mod-hdg-7::before {
  background-color: #fff;
}

/* .mod-grid (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-data .mod-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  body.theme-funds .sct-data .mod-grid > .col,
  body.theme-funds .sct-data .mod-grid > li {
    margin: 30px 0 0 9.375%;
  }
  body.theme-funds .sct-data .mod-grid.of-nallow-col-1 > .col,
  body.theme-funds .sct-data .mod-grid.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.theme-funds .sct-data .mod-grid.of-nallow-col-1 > .col:nth-child(-n + 1),
  body.theme-funds .sct-data .mod-grid.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  body.theme-funds .sct-data .mod-grid.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-nallow-col-2 > .col,
  body.theme-funds .sct-data .mod-grid.of-nallow-col-2 > li {
    -ms-flex: 0 0 45.3125%;
    flex: 0 0 45.3125%;
    min-width: 45.3125%;
    max-width: 45.3125%;
  }
  body.theme-funds .sct-data .mod-grid.of-nallow-col-2 > .col:nth-child(-n + 2),
  body.theme-funds .sct-data .mod-grid.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  body.theme-funds .sct-data .mod-grid.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
  }
  body.theme-funds .sct-data .mod-grid.of-nallow-col-auto > .col,
  body.theme-funds .sct-data .mod-grid.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  body.theme-funds .sct-data .mod-grid > .col,
  body.theme-funds .sct-data .mod-grid > li {
    margin: 40px 0 0 4%;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-1 > .col,
  body.theme-funds .sct-data .mod-grid.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-1 > .col:nth-child(-n + 1),
  body.theme-funds .sct-data .mod-grid.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-1 > .col:nth-of-type(1n + 1),
  body.theme-funds .sct-data .mod-grid.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-2 > .col,
  body.theme-funds .sct-data .mod-grid.of-wide-col-2 > li {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    min-width: 48%;
    max-width: 48%;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-2 > .col:nth-child(-n + 2),
  body.theme-funds .sct-data .mod-grid.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-2 > .col:nth-of-type(2n + 1),
  body.theme-funds .sct-data .mod-grid.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-3 > .col,
  body.theme-funds .sct-data .mod-grid.of-wide-col-3 > li {
    -ms-flex: 0 0 30.6666666667%;
    flex: 0 0 30.6666666667%;
    min-width: 30.6666666667%;
    max-width: 30.6666666667%;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-3 > .col:nth-child(-n + 3),
  body.theme-funds .sct-data .mod-grid.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-3 > .col:nth-of-type(3n + 1),
  body.theme-funds .sct-data .mod-grid.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-4 > .col,
  body.theme-funds .sct-data .mod-grid.of-wide-col-4 > li {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    min-width: 22%;
    max-width: 22%;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-4 > .col:nth-child(-n + 4),
  body.theme-funds .sct-data .mod-grid.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-4 > .col:nth-of-type(4n + 1),
  body.theme-funds .sct-data .mod-grid.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-5 > .col,
  body.theme-funds .sct-data .mod-grid.of-wide-col-5 > li {
    -ms-flex: 0 0 16.8%;
    flex: 0 0 16.8%;
    min-width: 16.8%;
    max-width: 16.8%;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-5 > .col:nth-child(-n + 5),
  body.theme-funds .sct-data .mod-grid.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-5 > .col:nth-of-type(5n + 1),
  body.theme-funds .sct-data .mod-grid.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -40px;
  }
  body.theme-funds .sct-data .mod-grid.of-wide-col-auto > .col,
  body.theme-funds .sct-data .mod-grid.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}

@media (max-width: 767px) {
  body.theme-funds .sct-data .mod-grid {
    margin-top: 15px;
  }
}
/* mod-btn-wrap (Extension)
 * ------------------------------------------ */
body.theme-funds .mod-btn-wrap.of-small-margin {
  margin-top: 20px;
}
body.theme-funds .mod-btn-wrap.of-small-margin .mod-btn-toggle {
  min-width: 300px;
}

@media (max-width: 767px) {
  body.theme-funds .mod-btn-wrap.of-small-margin {
    margin-top: 10px;
  }
  body.theme-funds .mod-btn-wrap.of-small-margin .mod-btn {
    min-width: 0;
  }
  body.theme-funds .mod-btn-wrap.of-small-margin .mod-btn-toggle {
    min-width: 100%;
  }
  body.theme-funds .mod-btn-wrap .mod-btn {
    min-width: 100%;
  }
  body.theme-funds .mod-btn-wrap.of-sp-half .mod-btn {
    min-width: auto;
    max-width: 240px;
  }
}
/* .sct-extra
 * ------------------------------------------ */
/* .mod-txt
 * ------------------------------------------ */
body.theme-funds .sct-extra .mod-txt.of-text-bold .text {
  font-weight: bold;
}

/* .mod-btn-wrap
 * ------------------------------------------ */
body.theme-funds .sct-details .mod-btn-wrap .mod-btn-5 {
  margin-left: auto;
  margin-bottom: 0;
}
body.theme-funds .sct-details .mod-btn-wrap .mod-btn-5 + .mod-note {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}
body.theme-funds .sct-details .mod-btn-wrap .mod-btn-5 + .mod-note > .marker {
  position: static;
}

/* .mod-panel-tab-2
 * ------------------------------------------ */
body.theme-funds .sct-details .mod-panel-tab-2 > .list {
  border-bottom: 2px solid #0183cf;
}
body.theme-funds .sct-details .mod-panel-tab-2 > .list > li {
  max-width: none;
}

/* .of-funds-hdg
 * ------------------------------------------ */
body.theme-funds .mod-hdg {
  background-image: url(/market/images/head-line-01.png), linear-gradient(to right, #0183cf, #01cfbe);
  background-repeat: repeat, no-repeat;
  background-position: top center, left;
  background-size: 6px 6px, auto;
}
body.theme-funds .mod-hdg .breadcrumb-list > li a {
  color: #fff;
}
body.theme-funds .mod-hdg .breadcrumb-list > li a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body.theme-funds .mod-hdg .breadcrumb-list > li a[aria-current] {
  color: #fff;
}
body.theme-funds .mod-hdg .hdg {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
body.theme-funds .mod-hdg .hdg::before,
body.theme-funds .mod-hdg .hdg::after {
  display: none;
}
body.theme-funds .mod-hdg .hdg > .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  min-width: 100px;
  max-width: 100px;
  margin-right: 20px;
}
body.theme-funds .mod-hdg .hdg > .image img {
  display: block;
  width: 100%;
  height: auto;
}
body.theme-funds .mod-hdg .hdg > .text {
  color: #fff;
  font-size: 3.2rem;
  display: inline-block;
}

@media (max-width: 767px) {
  body.theme-funds .mod-hdg {
    background-size: 6px 6px, auto;
  }
  body.theme-funds .mod-hdg .hdg > .image {
    display: none;
  }
  body.theme-funds .mod-hdg .hdg > .text {
    font-size: 2rem;
  }
}
/* .of-funds-hdg
 * ------------------------------------------ */
body.theme-funds .sct-extra .mod-link-banner-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  body.theme-funds .sct-extra .mod-link-banner-list {
    display: block;
  }
  body.theme-funds .sct-extra .mod-link-banner-list > li {
    margin-left: 0;
  }
}
/* .unq-select-area
 * ------------------------------------------ */
body.theme-funds .unq-select-area {
  text-align: right;
}

@media (max-width: 767px) {
  body.theme-funds .unq-select-area {
    text-align: center;
  }
  body.theme-funds .unq-select-area > .mod-form-select {
    width: 100%;
  }
  body.theme-funds .unq-select-area > .mod-form-select > select {
    width: 100%;
  }
}
/* .mod-hdg-2 (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-funds-input .mod-hdg-2 {
  position: relative;
}
body.theme-funds .sct-funds-input .mod-btn-2 {
  position: absolute;
  top: -10px;
  right: 0;
  padding: 13px 40px 13px 60px;
}
body.theme-funds .sct-funds-input .mod-btn-2:hover,
body.theme-funds .sct-funds-input .mod-btn-2:focus {
  opacity: .7;
  border: none;
}
body.theme-funds .sct-funds-input .mod-btn-2::before {
  background: linear-gradient(to bottom, #0183cf, #01cfbe);
  background-color: transparent;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
body.theme-funds .sct-funds-input .mod-btn-2::after {
  position: absolute;
  top: 45%;
  right: 20px;
  display: inline-block;
  width: 9.5px;
  height: 9.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(45deg) translateY(-50%);
  z-index: 10;
}
body.theme-funds .sct-funds-input .mod-btn-2 > .text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}
body.theme-funds .sct-funds-input .mod-btn-2 > .text::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -.45em;
  left: -45px;
  border-radius: 40px;
  background-color: #fff;
}
body.theme-funds .sct-funds-input .mod-btn-2 > .text::after {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  top: 0;
  left: -37px;
  background: url(/funds/search/images/icon-hdg-funds-search.png) no-repeat;
}

@media (max-width: 767px) {
  body.theme-funds .sct-funds-input .mod-btn-2 {
    position: relative;
    padding: 13px 35px 13px 55px;
    min-width: 300px;
  }
  body.theme-funds .sct-funds-input .mod-btn-2 > .text {
    font-size: 1.4rem;
  }
}
/* .mod-tbl-data (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-funds-table .mod-tbl-data .segment.of-note {
  min-width: 155px;
}
body.theme-funds .sct-funds-table .mod-tbl-data .segment.of-note .mod-btn-list-2 {
  margin-top: 0;
}
body.theme-funds .sct-funds-table .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 {
  padding: 5px 30px 5px 20px;
}
body.theme-funds .sct-funds-table .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 > .text {
  font-size: 1.4rem;
  color: #333;
}
body.theme-funds .sct-funds-table .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 > .text::after {
  position: absolute;
  top: 0;
  right: -15px;
  display: inline-block;
  width: 9.5px;
  height: 9.5px;
  border-top: 2px solid #01aac6;
  border-right: 2px solid #01aac6;
  content: "";
  transform: rotate(135deg) translateY(-50%);
  z-index: 10;
}

@media (max-width: 767px) {
  body.theme-funds .sct-funds-table .mod-tbl-data .segment.of-note .mod-btn-list-2 {
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.theme-funds .sct-funds-table .mod-tbl-data .segment.of-note .mod-btn-list-2 li .mod-btn-2 {
    padding: 8px 30px 8px 20px;
  }
}
/* .mod-tbl-data (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-funds-table .mod-tbl .inner::before,
body.theme-funds .sct-funds-table .mod-tbl .inner::after,
body.theme-funds .sct-details .mod-tbl .inner::before,
body.theme-funds .sct-details .mod-tbl .inner::after {
  height: 3px;
  background-color: #f4f4f4;
}
body.theme-funds .sct-funds-table .mod-tbl table tbody tr,
body.theme-funds .sct-details .mod-tbl table tbody tr {
  border-bottom: 3px solid #f4f4f4;
}
body.theme-funds .sct-funds-table .mod-tbl table tbody th,
body.theme-funds .sct-funds-table .mod-tbl table tbody td,
body.theme-funds .sct-details .mod-tbl table tbody th,
body.theme-funds .sct-details .mod-tbl table tbody td {
  padding: 20px 0;
}
body.theme-funds .sct-funds-table .mod-tbl table tbody th,
body.theme-funds .sct-details .mod-tbl table tbody th {
  background-color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.8rem;
}
body.theme-funds .sct-funds-table .mod-tbl table tbody td::before,
body.theme-funds .sct-details .mod-tbl table tbody td::before {
  content: none;
}
body.theme-funds .sct-funds-table .mod-tbl.of-th-position table tbody th,
body.theme-funds .sct-details .mod-tbl.of-th-position table tbody th {
  vertical-align: initial;
  padding-top: 30px;
}

@media (max-width: 767px) {
  body.theme-funds .sct-funds-table .mod-tbl table tbody th,
  body.theme-funds .sct-funds-table .mod-tbl table tbody td,
  body.theme-funds .sct-details .mod-tbl table tbody th,
  body.theme-funds .sct-details .mod-tbl table tbody td {
    padding: 10px 0;
  }
  body.theme-funds .sct-funds-table .mod-tbl table tbody th,
  body.theme-funds .sct-details .mod-tbl table tbody th {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  body.theme-funds .sct-funds-table .mod-tbl.of-th-position table tbody th,
  body.theme-funds .sct-details .mod-tbl.of-th-position table tbody th {
    padding-top: 20px;
  }
}
/* .mod-btn-list-2 (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2 {
  padding-left: 100px;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1 li,
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-2 li,
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-3 li,
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-4 li,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 li,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-2 li,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-3 li,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-4 li {
  margin-left: 5px;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 {
  max-width: 700px;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1 li,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 li {
  width: 160px;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-2 li,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-2 li {
  width: 100px;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-3 li,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-3 li {
  width: 140px;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-4 li,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-4 li {
  width: 102px;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1 li:first-child,
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-2 li:first-child,
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-3 li:first-child,
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-4 li:first-child,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 li:first-child,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-2 li:first-child,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-3 li:first-child,
body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-4 li:first-child {
  width: 100px;
  margin-left: -100px;
}

@media (max-width: 767px) {
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2 {
    padding-left: 0;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1 li,
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-2 li,
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-3 li,
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-4 li,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 li,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-2 li,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-3 li,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-4 li {
    margin-left: 5px;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 {
    max-width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1 li,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 li {
    width: auto;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1 li:nth-child(odd),
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 li:nth-child(odd) {
    margin-left: 0;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-2 li,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-2 li {
    width: auto;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-2 li:nth-child(3n+1),
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-2 li:nth-child(3n+1) {
    margin-left: 0;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-3 li,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-3 li {
    width: auto;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-3 li:nth-child(odd),
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-3 li:nth-child(odd) {
    margin-left: 0;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-4 li,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-4 li {
    width: auto;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-4 li:nth-child(3n+1),
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-4 li:nth-child(3n+1) {
    margin-left: 0;
  }
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-1 li:first-child,
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-2 li:first-child,
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-3 li:first-child,
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2.of-width-4 li:first-child,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-1 li:first-child,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-2 li:first-child,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-3 li:first-child,
  body.theme-funds .sct-details .mod-tbl .mod-btn-list-2.of-width-4 li:first-child {
    width: auto;
    margin-left: 0;
  }
}
/* .mod-btn-2 (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2 .mod-btn-2 {
  padding: 10px 7px;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2 .mod-btn-2 > .text {
  font-size: 1.3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2 .mod-btn-2 > .text > .br-point {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 767px) {
  body.theme-funds .sct-funds-table .mod-tbl .mod-btn-list-2 .mod-btn-2 > .text {
    font-size: 1.1rem;
  }
}
/* .mod-tbl-data (Extension)
 * ------------------------------------------ */
body.theme-funds .mod-tbl-data .mod-form-select > select {
  min-width: 200px;
}

@media (max-width: 767px) {
  body.theme-funds .mod-tbl-data .mod-form-select > select {
    min-width: 300px;
  }
}
/* .mod-hdg-2 (Extension)
 * ------------------------------------------ */
body.theme-funds .sct-schedule .mod-hdg-2.of-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
}
body.theme-funds .sct-schedule .mod-hdg-2.of-nav-link .mod-nav-link {
  margin-top: 0;
}
body.theme-funds .sct-schedule .mod-hdg-2.of-nav-link .mod-nav-link .inner > a {
  font-size: 1.6rem;
  font-weight: normal;
}
body.theme-funds .sct-schedule .mod-hdg-2.of-nav-link .mod-nav-link .inner > a::before {
  right: 8px;
}

@media (max-width: 767px) {
  body.theme-funds .sct-schedule .mod-hdg-2.of-nav-link .mod-nav-link .inner > a {
    font-size: 1.4rem;
  }
}
body.theme-funds .mod-tbl-2 > .inner > table .w-code-cell {
  width: 10%;
}

@media (max-width: 767px) {
  body.theme-funds .mod-tbl-2 > .inner > table .w-code-cell {
    width: 25%;
  }
}
/* Funds Category Theme
 * ------------------------------------------------------------------------ */
body.theme-mypage .mod-hdg {
  background: #fff url(/mypage/images/bg-hdg-mypage_pc.jpg) 0 0 no-repeat;
  padding-bottom: 46px;
}
body.theme-mypage .mod-hdg .hdg {
  margin-top: 18px;
  text-align: center;
  padding-left: 0;
}
body.theme-mypage .mod-hdg .hdg > .text {
  font-size: 4.8rem;
}
body.theme-mypage .mod-hdg .hdg::before,
body.theme-mypage .mod-hdg .hdg::after {
  content: none;
}
body.theme-mypage .mod-hdg .lead {
  color: #019dc9;
  text-align: center;
}
body.theme-mypage .sct-mypage .mod-hdg-6.of-icon-type-7:first-child {
  margin-top: 60px !important;
}
body.theme-mypage .mod-btn-list.of-large-btn > li {
  margin-left: 2%;
  max-width: 100%;
  min-width: 0;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
body.theme-mypage .mod-btn-list.of-large-btn > li:nth-child(3n+1) {
  margin-left: 0;
}
body.theme-mypage .mod-btn-list.of-large-btn .mod-btn .text {
  padding-top: 12px;
  padding-bottom: 12px;
}
body.theme-mypage .mod-btn-list.of-large-btn .mod-btn::after {
  width: 12px;
  height: 12px;
  right: 27px;
}
body.theme-mypage .mod-idx-6 > .item .title em {
  font-size: 1.6rem;
}
body.theme-mypage .mod-idx-6.of-image-pad > .item .title {
  text-align: left;
  line-height: 1.2;
}
body.theme-mypage .mod-idx-6.of-image-pad > .item .title em {
  font-size: 1.4rem;
}
body.theme-mypage .mod-idx-6.of-image-pad > .item .image {
  padding: 20px;
}
body.theme-mypage .mod-idx-6.of-image-pad > .item .image img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  body.theme-mypage .mod-hdg {
    background-image: url(/mypage/images/bg-hdg-mypage_sp.jpg);
    padding-bottom: 15px;
  }
  body.theme-mypage .mod-hdg .hdg {
    margin-top: 0;
    line-height: 1.2;
  }
  body.theme-mypage .mod-hdg .hdg > .text {
    font-size: 2.4rem;
  }
  body.theme-mypage .mod-hdg .lead {
    font-size: 1.2rem;
    max-width: 80%;
    margin: 0 auto;
  }
  body.theme-mypage .sct-mypage .mod-hdg-6.of-icon-type-7:first-child {
    margin-top: 30px !important;
  }
  body.theme-mypage .mod-btn-list.of-large-btn > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
  body.theme-mypage .mod-btn-list.of-large-btn > li .mod-btn::after {
    content: "";
    right: 20px;
  }
  body.theme-mypage .mod-btn-list.of-large-btn > li .mod-btn .text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  body.theme-mypage .mod-idx-6 > .item .title em {
    font-size: 1.4rem;
  }
  body.theme-mypage .mod-idx-6.of-image-pad > .item .inner {
    padding: 14px 10px;
  }
  body.theme-mypage .mod-idx-6.of-image-pad > .item .image {
    padding: 10px 30px;
  }
}
/* header
 * ------------------------------------------ */
body[class*="theme-english"] .header-top-content .site-logo,
body[class*="theme-english"] .header-top-content .site-logo-narrowsite-logo-narrow {
  display: block;
  width: 85px;
}
body[class*="theme-english"] .header-top-content .site-logo img,
body[class*="theme-english"] .header-top-content .site-logo-narrowsite-logo-narrow img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  body[class*="theme-english"] .header-top-content .site-logo,
  body[class*="theme-english"] .header-top-content .site-logo-narrowsite-logo-narrow {
    width: 54px;
  }
}
body[class*="theme-english"] .g-nav > li:first-child,
body[class*="theme-english"] .g-nav > li:nth-child(2),
body[class*="theme-english"] .g-nav > li:nth-child(3),
body[class*="theme-english"] .g-nav > li:nth-child(4),
body[class*="theme-english"] .g-nav > li:nth-child(5),
body[class*="theme-english"] .g-nav > li:last-child {
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
}

/* .unq-main-visual
 * ------------------------------------------ */
body.theme-english-top .sct-visual {
  background-color: #f2f2f0;
}
body.theme-english-top .unq-main-visual {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.theme-english-top .unq-main-visual > .inner {
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  margin-left: -50px;
}
body.theme-english-top .unq-main-visual > .inner > .text {
  font-family: "Times New Roman",arial,sans-serif,"MS Gothic";
  font-size: 6rem;
  line-height: 1.2;
  font-weight: normal;
  padding-right: 20px;
}
body.theme-english-top .unq-main-visual > .inner > .text b {
  color: #d83319;
  font-weight: normal;
}
body.theme-english-top .unq-main-visual > .inner > .text > .br-text {
  display: block;
}
body.theme-english-top .unq-main-visual > .img {
  -ms-flex-preferred-size: 53%;
  flex-basis: 53%;
  z-index: 2;
}
body.theme-english-top .unq-main-visual > .img > img {
  max-width: 100%;
}

@media (max-width: 767px) {
  body.theme-english-top .unq-main-visual {
    max-width: 400px;
  }
  body.theme-english-top .unq-main-visual > .inner > .text {
    font-size: 2.4rem;
    line-height: 1.25;
    padding-right: 10px;
  }
}
/* .str-content (Extension)
 * ------------------------------------------ */
body.theme-english-top .str-content {
  padding-top: 0;
}

/* .mod-tbl-2 (Extension)
 * ------------------------------------------ */
body.theme-english .sct-product-list .mod-tbl-2 .title-coverage {
  background-color: #f6faf1;
}
body.theme-english .sct-product-list .mod-tbl-2 .title-country {
  background-color: #f6faf1;
  font-size: 1rem;
}
body.theme-english .sct-product-list .mod-tbl-2 table td {
  vertical-align: middle;
}
body.theme-english .sct-product-list .mod-tbl-2 table td .disc {
  font-size: 0;
  background: #6e0001;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}

@media (max-width: 767px) {
  body.theme-english .sct-product-list .mod-tbl-2 {
    overflow: auto;
  }
  body.theme-english .sct-product-list .mod-tbl-2 table {
    min-width: 610px;
  }
}
/* .unq-tbl
 * ------------------------------------------ */
body.theme-english .unq-tbl {
  margin-top: 30px;
  font-size: 1.4rem;
}
body.theme-english .unq-tbl table {
  width: 100%;
  table-layout: fixed;
  border: 2px solid #ececec;
  text-align: center;
}
body.theme-english .unq-tbl table th,
body.theme-english .unq-tbl table td {
  padding: 7px 10px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
body.theme-english .unq-tbl table .tday {
  background-color: #f4f4f4;
}
body.theme-english .unq-tbl table .bgcolor {
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  body.theme-english .unq-tbl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 15px;
  }
  body.theme-english .unq-tbl table {
    width: 678px;
  }
}
/* .mod-tbl (Extension)
 * ------------------------------------------ */
body.theme-english .mod-tbl-2.of-application-table table tbody th,
body.theme-english .mod-tbl-2.of-application-table table tbody td {
  font-size: 1.2rem;
}
body.theme-english .mod-tbl-2.of-application-table table tbody th.tbl-color-01,
body.theme-english .mod-tbl-2.of-application-table table tbody td.tbl-color-01 {
  background-color: #000;
  color: #fff;
}
body.theme-english .mod-tbl-2.of-application-table table tbody th.tbl-head-01,
body.theme-english .mod-tbl-2.of-application-table table tbody td.tbl-head-01 {
  background-color: #ccc;
  font-weight: bold;
}
body.theme-english .mod-tbl-2.of-application-table table tbody th > sup,
body.theme-english .mod-tbl-2.of-application-table table tbody td > sup {
  color: #0183cf;
}
body.theme-english .mod-tbl-2.of-application-table table tbody th > .tbl-img-01 img,
body.theme-english .mod-tbl-2.of-application-table table tbody td > .tbl-img-01 img {
  max-width: 100%;
}
body.theme-english .mod-tbl-2.of-application-table table tbody th {
  font-weight: bold;
}

/* .mod-tbl (Extension)
 * ------------------------------------------ */
body.theme-english .sct-contact-us .mod-btn.of-medium {
  min-width: 120px;
}
body.theme-english .sct-contact-us .mod-btn.of-back::before {
  border: 2px solid #999;
}
body.theme-english .sct-contact-us .mod-btn.of-back:hover > .text,
body.theme-english .sct-contact-us .mod-btn.of-back:focus > .text {
  color: #999;
}

/* Search Category Theme
 * ------------------------------------------------------------------------ */
body.theme-search .str-content {
  display: block;
  /* for ie11 */
}

body.theme-search .sct-search > .lyt-outer > .lyt-inner {
  max-width: 1020px;
}

body.theme-search .mf_finder_searchBox {
  display: -ms-flexbox;
  display: flex;
}
body.theme-search .mf_finder_searchBox::before {
  content: "キーワード";
  display: block;
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 10px 0 0;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_form {
  -ms-flex: 0 1 820px;
  flex: 0 1 820px;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_items {
  height: 50px;
  padding: 0;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_query_wrap {
  display: block;
  border: 2px solid #0183cf;
  border-radius: 5px 0 0 5px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_query_wrap .mf_finder_searchBox_query_input {
  display: block;
  border: 0;
  padding: 0 15px;
  font-size: 1.8rem;
  height: 100%;
  width: 100%;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_submit {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  background-color: #0183cf;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_submit > span {
  display: block;
  border: 0;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  margin: 0;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_submit::before {
  display: none;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_selects {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 1.6em;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_misc {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  overflow: visible;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category,
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_misc label.mf_finder_searchBox_sort,
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax {
  font-size: 1.4rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 240px;
  width: 100%;
  margin: 0 0 0 20px;
  position: relative;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category::before,
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_misc label.mf_finder_searchBox_sort::before,
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax::before {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "YuGothic", "MyYuGothicM", "Yu Gothic", sans-serif;
  position: absolute;
  left: 0;
  top: -1.8em;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category::after,
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_misc label.mf_finder_searchBox_sort::after,
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-25%);
  width: 0;
  height: 0;
  border-top: 11px solid #999;
  border-right: 7px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 7px solid transparent;
  z-index: 10;
  content: "";
  pointer-events: none;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category {
  max-width: 300px;
  margin-left: 0;
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category::before {
  content: "カテゴリー";
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_sort::before {
  content: "並べ替え";
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax::before {
  content: "表示件数";
}
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category_select,
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_sort_select,
body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax_select {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #bbb;
  width: 100%;
  padding: 7px 34px 7px 15px;
  font-size: 1.4rem;
  line-height: inherit;
}

@media (max-width: 767px) {
  body.theme-search .mf_finder_searchBox {
    display: block;
    margin: 0;
  }
  body.theme-search .mf_finder_searchBox::before {
    font-size: 1.6rem;
    padding: 0 0 5px;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_items {
    height: 40px;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_submit {
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_submit > span {
    font-size: 1.2rem;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_selects,
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_misc {
    display: block;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_selects {
    margin-top: 9px;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_misc label.mf_finder_searchBox_sort,
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax {
    margin: 2.2em 0 0;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category,
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_misc label.mf_finder_searchBox_sort,
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax {
    min-width: 300px;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category::before,
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_misc label.mf_finder_searchBox_sort::before,
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax::before {
    font-size: 1.2rem;
  }
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_category_select,
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_sort_select,
  body.theme-search .mf_finder_searchBox .mf_finder_searchBox_pagemax_select {
    font-size: 1.6rem;
    margin-top: -1px;
  }
}
body.theme-search .mf_finder_relatedkeywords {
  margin-top: 35px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_head {
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
  padding: 10px 10px 0 0;
  z-index: 1;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_head::before {
  content: "関連検索ワード";
  font-size: 1.8rem;
  font-weight: bold;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_items {
  -ms-flex: 0 1 820px;
  flex: 0 1 820px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -.5%;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_items > li {
  margin: 5px 0 0 .5%;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_items > li > a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  padding: 3px 13px;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_items > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_items > li > a > span {
  color: #333;
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  font-size: 1.2rem;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_items > li > a > span::before {
  display: none;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_items > li > a:hover {
  background-color: transparent;
}
body.theme-search .mf_finder_relatedkeywords > .mf_finder_relatedkeywords_items > li > a:hover::before {
  border-width: 2px;
  background-color: #f6f6f6;
}

@media (max-width: 767px) {
  body.theme-search .mf_finder_relatedkeywords {
    display: block;
  }
  body.theme-search .mf_finder_relatedkeywords .mf_finder_relatedkeywords_head {
    padding: 0;
    position: static;
  }
  body.theme-search .mf_finder_relatedkeywords .mf_finder_relatedkeywords_head::before {
    font-size: 1.6rem;
  }
  body.theme-search .mf_finder_relatedkeywords .mf_finder_relatedkeywords_items {
    margin-top: 0;
  }
  body.theme-search .mf_finder_relatedkeywords .mf_finder_relatedkeywords_items .mf_finder_relatedkeywords_item_link {
    padding: 4px 10px;
  }
  body.theme-search .mf_finder_relatedkeywords .mf_finder_relatedkeywords_items .mf_finder_relatedkeywords_item_link > span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
body.theme-search .str-results-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: auto;
  max-width: 1020px;
}
body.theme-search .str-results-container .refine-search-container {
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown {
  padding: 85px 10px 100px 18px;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_head {
  border-top: 4px #01aac6 solid;
  color: #01aac6;
  font-size: 2.1rem;
  padding: 25px 0;
  text-align: center;
  position: static;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_head::before {
  content: "コンテンツ分類から探す";
  font-size: 2.1rem;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items {
  border-top: 1px solid #ececec;
  margin: 0;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li {
  border-bottom: 1px solid #ececec;
  padding: 0;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_depth_2 {
  border-bottom: none;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_depth_2 .mf_finder_drilldown_item_bullet::before {
  height: 8px;
  top: calc(10px + .4em);
  width: 8px;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_depth_2 .mf_finder_drilldown_item_link {
  padding: 10px 10px 10px 0;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_depth_2 .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count {
  font-size: 1.4rem;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li div {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_bullet {
  display: block;
  min-width: 30px;
  position: relative;
  z-index: 2;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_bullet::before {
  border-right: 2px #01aac6 solid;
  border-top: 2px #01aac6 solid;
  content: "";
  display: block;
  left: 5px;
  position: absolute;
  transform: rotate(45deg);
  height: 11px;
  top: calc(15px + .35em);
  width: 11px;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li.mf_finder_drilldown_item_selected > div {
  background-color: #e5f6f9;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li.mf_finder_drilldown_item_selected > div .mf_finder_drilldown_item_bullet::before {
  border: none;
  background-image: linear-gradient(#0183cf, #01cfbe);
  height: 100%;
  left: 0;
  transform: none;
  top: 0;
  width: 4px;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li.mf_finder_drilldown_item_selected > div .mf_finder_drilldown_item_link {
  background-color: transparent;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link {
  color: #333;
  display: block;
  font-size: 1.6rem;
  padding: 15px 10px 15px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link span {
  z-index: 2;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link::after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link:hover::after {
  background-color: #e5f6f9;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link .mf_finder_drilldown_item_title {
  font-weight: normal;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count {
  background-color: transparent;
  color: #333;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count::before {
  content: "（";
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count::after {
  content: "）";
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li > .mf_finder_drilldown_item_children {
  margin: 0 0 0 20px;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li > .mf_finder_drilldown_item_children .mf_finder_drilldown_item_link {
  font-size: 1.4rem;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_reset .router-link-active {
  border-radius: 100px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 10px;
}
body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_reset .router-link-active:hover {
  background-color: #f6f6f6;
}
body.theme-search .str-results-container .results_container {
  -ms-flex: 0 1 750px;
  flex: 0 1 750px;
}
body.theme-search .str-results-container .mf_finder_msk_wrapper {
  padding: 55px 0 0 0;
}
body.theme-search .str-results-container .mf_finder_msk_wrapper + .mf_finder_organic_header_wrapper {
  padding-top: 0;
}
body.theme-search .str-results-container .mf_finder_msk {
  border-right: 2px solid #ececec;
  margin: 0;
  padding: 30px 40px 10px 0;
  text-align: right;
}
body.theme-search .str-results-container .mf_finder_organic_header_wrapper.mf_finder_organic_zerohit + .mf_finder_organic_docs_wrapper {
  display: none;
}
body.theme-search .str-results-container .mf_finder_organic_header_wrapper {
  padding: 55px 0 0 0;
  display: block;
  margin: 0;
}
body.theme-search .str-results-container .mf_finder_organic_header {
  border-right: 2px solid #ececec;
  padding: 30px 40px 0 0;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.theme-search .str-results-container .mf_finder_organic_docs_wrapper {
  border-right: 2px solid #ececec;
  padding: 0 40px 0 10px;
}
body.theme-search .str-results-container .mf_finder_organic_nums {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.theme-search .str-results-container .mf_finder_query,
body.theme-search .str-results-container .mf_finder_organic_range_from,
body.theme-search .str-results-container .mf_finder_organic_range_to,
body.theme-search .str-results-container .mf_finder_organic_total {
  font-size: 1.6rem;
}
body.theme-search .str-results-container .mf_finder_query > span,
body.theme-search .str-results-container .mf_finder_organic_range_from > span,
body.theme-search .str-results-container .mf_finder_organic_range_to > span,
body.theme-search .str-results-container .mf_finder_organic_total > span {
  font-size: 1.8rem;
}
body.theme-search .str-results-container .mf_finder_query::before,
body.theme-search .str-results-container .mf_finder_query::after,
body.theme-search .str-results-container .mf_finder_organic_range_from::before,
body.theme-search .str-results-container .mf_finder_organic_range_from::after,
body.theme-search .str-results-container .mf_finder_organic_range_to::before,
body.theme-search .str-results-container .mf_finder_organic_range_to::after,
body.theme-search .str-results-container .mf_finder_organic_total::before,
body.theme-search .str-results-container .mf_finder_organic_total::after {
  font-size: 1.6rem;
}
body.theme-search .str-results-container .mf_finder_organic_total > span {
  font-size: 2.4rem;
}
body.theme-search .str-results-container .mf_finder_organic_total::before {
  content: "/";
}
body.theme-search .str-results-container .mf_finder_organic_total::after {
  content: "件中";
}
body.theme-search .str-results-container .mf_finder_organic_range_from {
  font-size: 1.8rem;
}
body.theme-search .str-results-container .mf_finder_organic_range_from::after {
  content: "-";
  font-size: 1.8rem;
}
body.theme-search .str-results-container .mf_finder_organic_range_to {
  font-size: 1.8rem;
}
body.theme-search .str-results-container .mf_finder_organic_range_to::after {
  content: "件";
  font-size: 1.6rem;
}
body.theme-search .str-results-container .mf_finder_organic_docs {
  margin: 0;
  padding-top: 20px;
}
body.theme-search .str-results-container .mf_finder_organic_doc {
  padding: 24px 18px 18px;
  position: relative;
}
body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper {
  max-width: 150px;
}
body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
  position: static;
  min-width: 150px;
}
body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img::before,
body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img::after {
  z-index: -1;
}
body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img:hover::after {
  background-color: #e5f6f9;
}
body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img > img {
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .2);
  max-width: none;
  max-height: none;
  width: 100%;
}
body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_zoom {
  display: none;
}
body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper {
  max-width: 510px;
  margin-left: 0;
  padding-left: 20px;
}
body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_title_wrapper {
  word-break: break-word;
}
body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_title_wrapper:visited {
  color: #3d81a8;
}
body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_title_wrapper > img {
  display: block;
}
body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_title_wrapper .mf_finder_organic_doc_title {
  font-size: 1.8rem;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}
body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_body {
  font-size: 1.6rem;
  overflow: visible;
  height: auto;
}
body.theme-search .str-results-container .mf_finder_organic_doc_url_wrapper {
  word-break: break-word;
  margin-top: 10px;
}
body.theme-search .str-results-container .mf_finder_organic_doc_url_wrapper .mf_finder_organic_doc_url {
  color: #005180;
  font-size: 1.6rem;
  text-decoration: underline;
}
body.theme-search .str-results-container .mf_finder_organic_doc_url_wrapper .mf_finder_organic_doc_url::before {
  display: none;
}
body.theme-search .str-results-container .mf_finder_organic_doc_url_wrapper:visited .mf_finder_organic_doc_url {
  color: #3d81a8;
}
body.theme-search .str-results-container .mf_finder_mark {
  background-color: #e5f6f9;
}
body.theme-search .str-results-container .mf_finder_organic_pager_wrapper {
  margin-top: 30px;
}
body.theme-search .str-results-container .mf_finder_pager_items {
  -ms-flex-align: center;
  align-items: center;
}
body.theme-search .str-results-container .mf_finder_pager_items > li {
  margin: 0 3px;
  padding: 0;
}
body.theme-search .str-results-container .mf_finder_pager_items > li > a {
  color: #005180;
  background-color: transparent;
  display: block;
  padding: 0;
}
body.theme-search .str-results-container .mf_finder_pager_items > li > a:hover span::after {
  background-color: #f6f6f6;
}
body.theme-search .str-results-container .mf_finder_pager_items > li span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  position: relative;
}
body.theme-search .str-results-container .mf_finder_pager_items > li span::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #ececec;
  background-color: #fff;
  z-index: -1;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_current span {
  color: #fff;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_current span::after {
  border-color: transparent;
  background-color: #0183cf;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev > a,
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next > a {
  color: #01aac6;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev > a:hover span::after,
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next > a:hover span::after {
  background-color: transparent;
  text-decoration: underline;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev span,
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span {
  width: auto;
  height: auto;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev span::before,
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span::before {
  display: inline-block;
  width: 14px;
  height: 10px;
  content: "";
  z-index: 10;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev span::after,
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span::after {
  color: #005180;
  content: none;
  position: static;
  border: none;
  display: inline-block;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev {
  margin-right: 14px;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev span::before {
  border-top: 2px solid #01aac6;
  border-left: 2px solid #01aac6;
  transform: rotate(-45deg);
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev span::after {
  content: "前へ";
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next {
  margin-left: 14px;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span::before {
  border-top: 2px solid #01aac6;
  border-right: 2px solid #01aac6;
  transform: rotate(45deg);
}
body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span::after {
  content: "次へ";
}
body.theme-search .str-results-container .mf_finder_logo {
  display: none;
}

@media (max-width: 767px) {
  body.theme-search .str-results-container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  body.theme-search .str-results-container .results_container {
    border: none;
    padding: 30px 0 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  body.theme-search .str-results-container .mf_finder_msk_wrapper,
  body.theme-search .str-results-container .mf_finder_organic_header_wrapper {
    padding-top: 0;
  }
  body.theme-search .str-results-container .mf_finder_msk {
    padding: 0 0 10px 0;
  }
  body.theme-search .str-results-container .mf_finder_organic_header_wrapper,
  body.theme-search .str-results-container .mf_finder_organic_header {
    padding-right: 0;
  }
  body.theme-search .str-results-container .mf_finder_msk,
  body.theme-search .str-results-container .mf_finder_organic_header_wrapper,
  body.theme-search .str-results-container .mf_finder_organic_header,
  body.theme-search .str-results-container .mf_finder_organic_docs_wrapper {
    border: none;
  }
  body.theme-search .str-results-container .mf_finder_organic_docs_wrapper {
    padding: 0;
  }
  body.theme-search .str-results-container .mf_finder_msk {
    text-align: center;
  }
  body.theme-search .str-results-container .mf_finder_organic_header {
    -ms-flex-align: center;
    align-items: center;
  }
  body.theme-search .str-results-container .mf_finder_query::before,
  body.theme-search .str-results-container .mf_finder_query::after,
  body.theme-search .str-results-container .mf_finder_organic_range_from::before,
  body.theme-search .str-results-container .mf_finder_organic_range_from::after,
  body.theme-search .str-results-container .mf_finder_organic_range_to::before,
  body.theme-search .str-results-container .mf_finder_organic_range_to::after,
  body.theme-search .str-results-container .mf_finder_organic_total::before,
  body.theme-search .str-results-container .mf_finder_organic_total::after {
    font-size: 1.4rem;
  }
  body.theme-search .str-results-container .mf_finder_organic_range_from,
  body.theme-search .str-results-container .mf_finder_organic_range_to {
    font-size: 1.4rem;
  }
  body.theme-search .str-results-container .mf_finder_query > span {
    font-size: 1.6rem;
  }
  body.theme-search .str-results-container .mf_finder_organic_total > span {
    font-size: 2rem;
  }
  body.theme-search .str-results-container .mf_finder_organic_doc {
    display: block;
    padding: 20px 0;
  }
  body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper {
    float: left;
    max-width: 31%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  body.theme-search .str-results-container .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
    min-width: auto;
  }
  body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper {
    display: inline;
    max-width: none;
    padding-left: 0;
  }
  body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_contents,
  body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_title_wrapper,
  body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_url_wrapper {
    display: inline;
  }
  body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_title_wrapper .mf_finder_organic_doc_title {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 5px;
  }
  body.theme-search .str-results-container .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_body {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  body.theme-search .str-results-container .mf_finder_organic_doc_url_wrapper .mf_finder_organic_doc_url {
    font-size: 1.4rem;
  }
  body.theme-search .str-results-container .mf_finder_pager_items > li span {
    width: 30px;
    height: 30px;
  }
  body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev span::before,
  body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span::before {
    width: 10px;
  }
  body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev span::after,
  body.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span::after {
    content: none;
  }
  body.theme-search .str-results-container .refine-search-container {
    margin: 85px -10px 0;
    padding: 0;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown {
    padding: 0;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_head {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 15px 0;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_head::before {
    font-size: 1.6rem;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link {
    font-size: 1.4rem;
    padding: 12px 10px 12px 0;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count {
    font-size: 1.4rem;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_depth_2 .mf_finder_drilldown_item_link,
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_depth_2 .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count {
    font-size: 1.2rem;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_bullet {
    min-width: 25px;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_bullet::before {
    width: 9px;
    height: 9px;
    top: calc(11px + .4em);
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_depth_2 .mf_finder_drilldown_item_bullet::before {
    width: 6px;
    height: 6px;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_children {
    margin-left: 10px;
  }
  body.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_children .mf_finder_drilldown_item_bullet {
    min-width: 20px;
  }
}
/* .str-content (Extension)
 * ------------------------------------------ */
body.theme-search .str-content:nth-last-of-type(2) {
  padding-bottom: 0;
}

body.theme-search .str-content.of-column {
  max-width: 1020px;
}

/* .search-word-container
 * ------------------------------------------ */
body.theme-search .search-word-container {
  display: -ms-flexbox;
  display: flex;
}
body.theme-search .search-word-container + .search-word-container {
  margin-top: 35px;
}
body.theme-search .search-word-container > .word-title {
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 10px 0 0;
}
body.theme-search .search-word-container .search-word-contents {
  -ms-flex: 0 1 820px;
  flex: 0 1 820px;
}
body.theme-search .search-word-container .search-word-contents .condition {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 15px;
}
body.theme-search .search-word-container .search-word-contents .condition > .condition-item {
  font-size: 1.4rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 240px;
  width: 100%;
}
body.theme-search .search-word-container .search-word-contents .condition > .condition-item select {
  width: 100%;
}
body.theme-search .search-word-container .search-word-contents .condition > .condition-item + .condition-item {
  margin-left: 20px;
}
body.theme-search .search-word-container .search-word-contents .condition > .condition-item._category {
  max-width: 300px;
}
body.theme-search .search-word-container .search-word-contents .condition .mod-form-select {
  margin-top: 5px;
}

@media (max-width: 767px) {
  body.theme-search .search-word-container {
    display: block;
  }
  body.theme-search .search-word-container > .word-title {
    display: block;
    font-size: 1.6rem;
    padding: 0 0 5px 0;
  }
  body.theme-search .search-word-container .search-word-contents .condition {
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin-top: 0;
  }
  body.theme-search .search-word-container .search-word-contents .condition > .condition-item {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 1.2rem;
    margin-top: 10px;
    max-width: none;
  }
  body.theme-search .search-word-container .search-word-contents .condition > .condition-item + .condition-item {
    margin-left: 0;
  }
  body.theme-search .search-word-container .search-word-contents .condition > .condition-item._category {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  body.theme-search .search-word-container .search-word-contents .condition .mod-form-select {
    margin-top: 2px;
  }
}
/* .mod-hoge (Extension)
 * ------------------------------------------ */
body.theme-search .search-word-contents .mod-form-comp {
  margin-top: 0;
}

body.theme-search .search-word-contents .mod-form-select select {
  min-width: auto;
}

@media (max-width: 767px) {
  body.theme-search .search-word-contents .mod-form-select select {
    min-width: 300px;
  }
}
/* .unq-result-set
 * ------------------------------------------ */
body.theme-search .unq-result-set {
  text-align: right;
}
body.theme-search .unq-result-set .if-word {
  font-size: 1.4rem;
}
body.theme-search .unq-result-set .if-word .keyword {
  font-size: 1.6rem;
}
body.theme-search .unq-result-set .if-word + .keyword-result {
  margin-top: 10px;
}
body.theme-search .unq-result-set .keyword-result .keyword {
  font-size: 1.8rem;
  font-weight: bold;
}
body.theme-search .unq-result-set .number-result .number {
  font-size: 1.8rem;
  font-weight: bold;
}
body.theme-search .unq-result-set .number-result .whole-number {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  body.theme-search .unq-result-set {
    text-align: center;
  }
  body.theme-search .unq-result-set .if-word {
    font-size: 1.2rem;
  }
  body.theme-search .unq-result-set .if-word .keyword {
    font-size: 1.4rem;
  }
  body.theme-search .unq-result-set .keyword-result .keyword {
    font-size: 1.6rem;
  }
  body.theme-search .unq-result-set .number-result .number {
    font-size: 1.4rem;
  }
  body.theme-search .unq-result-set .number-result .whole-number {
    font-size: 2.0rem;
  }
}
/* .search-result-list
 * ------------------------------------------ */
body.theme-search .search-result-list {
  padding-top: 20px;
}
body.theme-search .search-result-list .result {
  border-top: 1px solid #ececec;
}
body.theme-search .search-result-list .result:last-child {
  border-bottom: 1px solid #ececec;
}
body.theme-search .search-result-list .result .link {
  display: block;
  padding: 24px 18px 18px;
  text-decoration: none;
}
body.theme-search .search-result-list .result .link:hover {
  background-color: #e5f6f9;
}

@media (max-width: 767px) {
  body.theme-search .search-result-list .result .link {
    padding: 20px 0;
  }
}
/* .unq-text-around
 * ------------------------------------------ */
body.theme-search .unq-text-around {
  display: -ms-flexbox;
  display: flex;
}
body.theme-search .unq-text-around .content {
  max-width: 510px;
  padding-left: 20px;
}
body.theme-search .unq-text-around .content .title {
  font-size: 1.8rem;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}
body.theme-search .unq-text-around .content .mod-txt {
  margin-top: 10px;
}
body.theme-search .unq-text-around .content .mod-txt .text {
  color: #333;
}
body.theme-search .unq-text-around .content .url {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
body.theme-search .unq-text-around .image {
  min-width: 150px;
}
body.theme-search .unq-text-around .image > :first-child {
  margin-top: 0;
}
body.theme-search .unq-text-around .image .mod-media-fluid > img {
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
  body.theme-search .unq-text-around {
    display: block;
  }
  body.theme-search .unq-text-around .content {
    max-width: none;
    padding-left: 0;
  }
  body.theme-search .unq-text-around .content .title {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  body.theme-search .unq-text-around .content .mod-txt {
    margin-top: 5px;
  }
  body.theme-search .unq-text-around .content .mod-txt .text {
    font-size: 1.4rem;
  }
  body.theme-search .unq-text-around .content .url {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  body.theme-search .unq-text-around .image {
    float: left;
    max-width: 31%;
    min-width: auto;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}
/* Guide Category Theme
 * ------------------------------------------------------------------------ */
/* .mod-btn-list-2 (Extension)
 * ------------------------------------------ */
body.theme-guide .sct-select-initials .mod-btn-list-2 > li {
  margin: 5px 0 0 .4%;
}

/* Theme(ETF Site)
 * ======================================================================== */
/* Header
 * ------------------------------------------------------------------------ */
body.theme-etf header {
  position: relative;
  z-index: 2000;
}
@media (max-width: 767px) {
  body.theme-etf header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.theme-etf header + * {
    margin-top: 56px;
  }
}
body.theme-etf .header-top-content {
  padding: 16px 0;
}
body.theme-etf .header-top-content::before {
  display: none;
}
body.theme-etf .header-top-content::after {
  display: none;
  background-image: none;
  background-color: #9e2414;
}
body.theme-etf .header-top-content > .content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
body.theme-etf .header-top-content .site-logo,
body.theme-etf .header-top-content .site-logo-narrowsite-logo-narrow {
  width: 160px;
  height: auto;
}
body.theme-etf .header-top-content .site-nav {
  display: none;
}
body.theme-etf .header-top-content .site-nav .sp-menu-button {
  width: 50px;
  height: 50px;
  font-size: 1rem;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ececec;
  color: #d00400;
  font-size: 1rem;
}
body.theme-etf .header-top-content .site-nav .sp-menu-button .trigger-icon-box::before,
body.theme-etf .header-top-content .site-nav .sp-menu-button .trigger-icon-box::after,
body.theme-etf .header-top-content .site-nav .sp-menu-button .trigger-icon-box .trigger-icon {
  background-image: none;
  background-color: #d00400;
}
@media (max-width: 1079px) {
  body.theme-etf .header-top-content .site-logo,
  body.theme-etf .header-top-content .site-logo-narrowsite-logo-narrow {
    margin-left: 10px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  body.theme-etf .header-top-content {
    padding: 0;
    border-bottom: 2px solid #e4dec7;
  }
  body.theme-etf .header-top-content::after {
    display: block;
  }
  body.theme-etf .header-top-content .content-inner {
    margin: 0;
  }
  body.theme-etf .header-top-content .site-logo,
  body.theme-etf .header-top-content .site-logo-narrowsite-logo-narrow {
    width: 100px;
  }
  body.theme-etf .header-top-content .site-nav {
    display: block;
  }
}
body.theme-etf .header-bottom-content {
  background-color: #9e2414;
}
body.theme-etf .header-bottom-content::after {
  display: none;
}
body.theme-etf .site-nav-area,
body.theme-etf .site-nav-area-2 {
  top: -53.5px;
  right: 0;
  background-color: transparent;
}
body.theme-etf .site-nav-area .site-nav-link,
body.theme-etf .site-nav-area-2 .site-nav-link {
  margin-right: 40px;
}
body.theme-etf .site-nav-area .site-nav-link > li,
body.theme-etf .site-nav-area-2 .site-nav-link > li {
  margin: 0;
  padding: 0;
}
body.theme-etf .site-nav-area .site-nav-link > li + li,
body.theme-etf .site-nav-area-2 .site-nav-link > li + li {
  padding-left: 13px;
  margin-left: 13px;
  border-left: 1px solid #d00400;
}
body.theme-etf .site-nav-area .site-nav-link > li > a,
body.theme-etf .site-nav-area-2 .site-nav-link > li > a {
  line-height: 1.2;
  padding: 0;
}
body.theme-etf .site-nav-area .site-nav-link.link-list > li a::before,
body.theme-etf .site-nav-area-2 .site-nav-link.link-list > li a::before {
  display: none;
}
body.theme-etf .site-nav-area .search-button,
body.theme-etf .site-nav-area-2 .search-button {
  width: 150px;
  height: 30px;
  margin: 0;
  border-radius: 4px;
  font-size: 1.2rem;
  box-shadow: none;
  background-color: #d00400;
  color: #fff;
}
body.theme-etf .site-nav-area .search-button::after,
body.theme-etf .site-nav-area-2 .search-button::after {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background-image: url("/etf/images/icon-search-1.png");
}
@media (max-width: 1079px) {
  body.theme-etf .site-nav-area,
  body.theme-etf .site-nav-area-2 {
    right: 10px;
  }
}
@media (max-width: 767px) {
  body.theme-etf .site-nav-area,
  body.theme-etf .site-nav-area-2 {
    background-color: #fff;
    padding: 20px 10px;
  }
  body.theme-etf .site-nav-area .site-nav-link,
  body.theme-etf .site-nav-area-2 .site-nav-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px 0 0 -30px;
  }
  body.theme-etf .site-nav-area .site-nav-link > li,
  body.theme-etf .site-nav-area-2 .site-nav-link > li {
    margin-top: 12px;
    margin-left: 30px;
  }
  body.theme-etf .site-nav-area .site-nav-link > li + li,
  body.theme-etf .site-nav-area-2 .site-nav-link > li + li {
    padding-left: 0;
    margin-left: 30px;
    border-left: 0;
  }
  body.theme-etf .site-nav-area .site-nav-link > li > a,
  body.theme-etf .site-nav-area-2 .site-nav-link > li > a {
    color: #d00400;
  }
  body.theme-etf .site-nav-area .search-button,
  body.theme-etf .site-nav-area-2 .search-button {
    width: 100%;
    height: 40px;
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
  body.theme-etf .site-nav-area .search-button::after,
  body.theme-etf .site-nav-area-2 .search-button::after {
    width: 24px;
    height: 24px;
    margin-left: 17px;
  }
}
body.theme-etf .menu-close-btn-sp {
  background-color: #ececec;
}
body.theme-etf .menu-close-btn-sp a {
  color: #d00400 !important;
}
body.theme-etf .menu-close-btn-sp a .close-icon::after,
body.theme-etf .menu-close-btn-sp a .close-icon::before {
  width: 20px;
  background-color: #d00400;
  transform-origin: 0 0;
  top: 50%;
  left: 50%;
}
body.theme-etf .menu-close-btn-sp a .close-icon::before {
  transform-origin: 0 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
body.theme-etf .menu-close-btn-sp a .close-icon::after {
  transform-origin: 0 0;
  transform: rotate(-45deg) translate(-50%, -50%);
}
body.theme-etf .g-nav > li > a {
  min-height: 60px;
  background-image: none;
  background-image: linear-gradient(to bottom, transparent 0, transparent 50%, #c73a28 50%, #c73a28 100%);
  background-color: transparent;
  color: #fff;
  will-change: background-position;
  transition: background-position .25s;
}
body.theme-etf .g-nav > li > a::before {
  height: 4px;
  bottom: 3px;
  background-image: none;
  background-color: #d3cfbd;
}
body.theme-etf .g-nav > li > a::after {
  height: 30px;
  background-color: #fff;
}
body.theme-etf .g-nav > li > a:hover,
body.theme-etf .g-nav > li > a:focus {
  background-position: 0 100%;
}
body.theme-etf .g-nav > li.current > a {
  font-weight: normal;
}
body.theme-etf .g-nav > li.active > a {
  background-color: #c73a28;
}
body.theme-etf .g-nav > li.active::before {
  display: none;
}
@media (max-width: 767px) {
  body.theme-etf .g-nav {
    background-color: transparent;
  }
  body.theme-etf .g-nav > li {
    min-height: 0;
    border-bottom: 1px solid #cf928a;
  }
  body.theme-etf .g-nav > li > a {
    min-height: 40px;
    color: #fff;
  }
  body.theme-etf .g-nav > li > a::before {
    width: 4px;
    height: 100%;
    bottom: 0;
    background-image: #e4dec7;
  }
  body.theme-etf .g-nav > li > a::after {
    background-color: transparent;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    will-change: transform;
    transition: transform .4s;
  }
  body.theme-etf .g-nav > li > a:hover,
  body.theme-etf .g-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
  }
  body.theme-etf .g-nav > li.current > a:hover,
  body.theme-etf .g-nav > li.current > a:focus {
    background-color: transparent;
    font-weight: normal;
    color: #fff;
  }
  body.theme-etf .g-nav > li.current > a:hover::before,
  body.theme-etf .g-nav > li.current > a:focus::before {
    display: block;
  }
  body.theme-etf .g-nav > li.active > a {
    background-color: transparent;
    color: #fff;
  }
  body.theme-etf .g-nav > li.active > a.current > a {
    background-color: transparent;
    color: #fff;
  }
  body.theme-etf .g-nav > li.active > a.current > a::before {
    display: none;
  }
}
body.theme-etf .g-nav-content {
  background-color: #c73a28;
  background-image: none;
}
@media (max-width: 767px) {
  body.theme-etf .g-nav-content {
    background-color: #d3cfbd;
    background-image: none;
  }
}
body.theme-etf .category-top a::before,
body.theme-etf .category-top .of-no-link::before {
  display: none;
}
@media (max-width: 767px) {
  body.theme-etf .category-top a,
  body.theme-etf .category-top .of-no-link {
    position: relative;
    border-bottom: 1px solid #cf928a;
  }
  body.theme-etf .category-top a .category-text::after,
  body.theme-etf .category-top .of-no-link .category-text::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #9e2414;
    border-right: 2px solid #9e2414;
  }
  body.theme-etf .category-top a .category-text .text-inner,
  body.theme-etf .category-top .of-no-link .category-text .text-inner {
    color: #9e2414;
  }
}
body.theme-etf .category-link > li a {
  border-bottom: 1px solid #cf928a;
  color: #fff;
}
@media (max-width: 767px) {
  body.theme-etf .category-link > li a {
    color: #9e2414;
  }
  body.theme-etf .category-link > li a::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #9e2414;
    border-right: 2px solid #9e2414;
    transform: translateY(-50%) rotate(45deg);
  }
  body.theme-etf .category-link > li:last-child a {
    border: 0;
  }
}

/* Footer
 * ------------------------------------------------------------------------ */
body.theme-etf footer::before {
  content: normal;
}
body.theme-etf footer .footer-content.of-toggle {
  padding: 0;
  border-top: 1px solid #ddd;
}
body.theme-etf footer .footer-content.of-utility {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
body.theme-etf footer .footer-content.of-utility .content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.theme-etf footer .footer-content.of-utility .content-inner .logo {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  min-width: 150px;
  margin-right: 25px;
}
body.theme-etf footer .footer-content.of-utility .content-inner .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.theme-etf footer .footer-content.of-utility .content-inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
body.theme-etf footer .footer-content.of-utility .content-inner ul > li {
  margin-right: 25px;
}
body.theme-etf footer .footer-content.of-utility .content-inner ul > li:last-child {
  margin-right: 0;
}
body.theme-etf footer .footer-content.of-utility .content-inner ul > li a {
  white-space: nowrap;
}
body.theme-etf footer .footer-content.of-copyright {
  background-color: #616161;
  padding: 20px 0;
}
body.theme-etf footer .footer-content.of-copyright .content-inner {
  background-color: transparent;
  font-size: 1.4rem;
  color: #b4b4b4;
}
body.theme-etf footer .footer-content.of-copyright .content-inner small {
  display: block;
  margin-top: 15px;
}
body.theme-etf footer .footer-tgl-list {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.theme-etf footer .footer-tgl-list > * {
  padding: 0;
}
body.theme-etf footer .footer-tgl-list > .control {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.theme-etf footer .footer-tgl-list > .control + .control {
  position: relative;
}
body.theme-etf footer .footer-tgl-list > .control + .control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  background-color: #ddd;
}
body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #0854a0;
  padding: 28px;
  width: 100%;
}
body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a .tgl-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #0854a0;
  top: auto;
  right: auto;
  transform: none;
  margin-left: 12px;
  font-size: 0;
}
body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a .tgl-icon::before,
body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a .tgl-icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  border-radius: 20px;
  background-color: #0854a0;
  top: 50%;
  left: 50%;
  transition: transform .4s;
}
body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a .tgl-icon::before {
  transform: translate(-50%, -50%);
}
body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a .tgl-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body.theme-etf footer .footer-tgl-list > .control .tgl-trigger.active a .tgl-icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
body.theme-etf footer .footer-tgl-list > .control .tgl-trigger.active a .tgl-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
body.theme-etf footer .footer-tgl-list > .content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;
}
body.theme-etf footer .footer-tgl-list > .content > .tgl-content {
  padding: 20px 10px;
}
@media (max-width: 999px) {
  body.theme-etf footer .footer-content.of-utility,
  body.theme-etf footer .footer-content.of-copyright {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  body.theme-etf footer .footer-content.of-utility {
    padding: 0;
    border: 0;
  }
  body.theme-etf footer .footer-content.of-utility .content-inner {
    display: block;
  }
  body.theme-etf footer .footer-content.of-utility .content-inner .logo {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 10px;
  }
  body.theme-etf footer .footer-content.of-utility .content-inner .logo img {
    max-width: 150px;
    margin: auto;
  }
  body.theme-etf footer .footer-content.of-utility .content-inner ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
    border-top: 1px solid #ddd;
  }
  body.theme-etf footer .footer-content.of-utility .content-inner ul > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
    margin: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  body.theme-etf footer .footer-content.of-utility .content-inner ul > li:last-child,
  body.theme-etf footer .footer-content.of-utility .content-inner ul > li:nth-of-type(2n+1):nth-last-child(2) {
    border-bottom: none;
  }
  body.theme-etf footer .footer-content.of-utility .content-inner ul > li:nth-of-type(even) {
    border-right: 0;
  }
  body.theme-etf footer .footer-content.of-utility .content-inner ul > li a {
    display: block;
    padding: 10px;
    font-size: 1.2rem;
    white-space: normal;
  }
  body.theme-etf footer .footer-content.of-copyright {
    padding: 10px;
  }
  body.theme-etf footer .footer-content.of-copyright .content-inner {
    font-size: 1rem;
  }
  body.theme-etf footer .footer-content.of-copyright .content-inner small {
    margin-top: 10px;
  }
  body.theme-etf footer .footer-tgl-list > .control {
    border-bottom: 1px solid #ddd;
  }
  body.theme-etf footer .footer-tgl-list > .control + .control::before {
    display: none;
  }
  body.theme-etf footer .footer-tgl-list > .control .primary-tgl {
    border: 0;
  }
  body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    padding: 15px 40px 15px 10px;
  }
  body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a .tgl-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  body.theme-etf footer .footer-tgl-list > .content > .tgl-content {
    border-bottom: 1px solid #ddd;
  }
  body.theme-etf footer .footer-tgl-list .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  body.theme-etf footer .footer-tgl-list .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  body.theme-etf footer .footer-tgl-list .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  body.theme-etf footer .footer-tgl-list .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  body.theme-etf footer .footer-tgl-list .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  body.theme-etf footer .footer-tgl-list .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
body.theme-etf .page-top-btn {
  border: 2px #9e2414 solid;
  background-color: rgba(232, 232, 232, .5);
}
body.theme-etf .page-top-btn .page-top-btn-inner a span {
  color: #9e2414;
}
body.theme-etf .page-top-btn .page-top-btn-inner a::before {
  border-top: 2px #9e2414 solid;
  border-right: 2px #9e2414 solid;
}
body.theme-etf .page-top-btn .page-top-btn-inner a:focus,
body.theme-etf .page-top-btn .page-top-btn-inner a:active {
  background-color: rgba(208, 4, 0, .8);
}
body.theme-etf .page-top-btn .page-top-btn-inner a:focus span,
body.theme-etf .page-top-btn .page-top-btn-inner a:active span {
  color: #fff;
}
body.theme-etf .page-top-btn .page-top-btn-inner a:focus::before,
body.theme-etf .page-top-btn .page-top-btn-inner a:active::before {
  border-color: #fff;
}
body.theme-etf .page-top-btn:hover {
  background-color: rgba(208, 4, 0, .8);
}
body.theme-etf .page-top-btn:hover a span {
  color: #fff;
}
body.theme-etf .page-top-btn:hover a::before {
  border-color: #fff;
}

.no-js body.theme-etf footer .footer-tgl-list > .control .tgl-trigger a .tgl-icon {
  display: none;
}

/* Footer
 * ------------------------------------------------------------------------ */
body.theme-etf [class^="sct-"].of-bg-gray {
  background-image: none;
  background-color: #f6f5f1;
}

/* Modules
 * ------------------------------------------------------------------------ */
body.theme-etf a:link {
  color: #0854a0;
}
body.theme-etf a:visited {
  color: #3d81a8;
}
body.theme-etf .mod-hdg {
  background-image: none;
  background-color: #f6f5f1;
}
body.theme-etf .mod-hdg .breadcrumb > .breadcrumb-list > li a[aria-current] {
  color: #7e754e;
}
body.theme-etf .mod-hdg .hdg {
  padding-left: 0;
}
body.theme-etf .mod-hdg .hdg::before,
body.theme-etf .mod-hdg .hdg::after {
  content: none;
}
body.theme-etf .mod-hdg .hdg > .text {
  color: #333;
}
body.theme-etf .mod-hdg-2 .question::before {
  background-color: #9e2414;
}
body.theme-etf .mod-hdg-3 {
  background-color: #f6f5f1;
}
body.theme-etf .mod-hdg-7::after {
  width: 80px;
  background-color: #9e2414;
}
body.theme-etf .mod-txt-lead .text {
  color: #9e2414;
}
body.theme-etf .mod-txt-bold.of-type-2,
body.theme-etf .mod-txt-bold.mod-btn.of-disabled.is-active {
  background-color: #fbddd9;
  font-weight: normal;
}
body.theme-etf .mod-txt-bold.of-type-3 {
  color: #e02929;
}
body.theme-etf .mod-list-bullet,
body.theme-etf .mod-list-check,
body.theme-etf .mod-list-arrow {
  margin-top: 30px;
}
body.theme-etf .mod-list-bullet > ul > li::before,
body.theme-etf .mod-list-check > ul > li::before,
body.theme-etf .mod-list-arrow > ul > li::before,
body.theme-etf .mod-list-bullet > ol > li::before,
body.theme-etf .mod-list-check > ol > li::before,
body.theme-etf .mod-list-arrow > ol > li::before {
  background-color: #9e2414;
}
@media (max-width: 767px) {
  body.theme-etf .mod-list-bullet,
  body.theme-etf .mod-list-check,
  body.theme-etf .mod-list-arrow {
    margin-top: 15px;
  }
  body.theme-etf .mod-list-bullet > ul > li,
  body.theme-etf .mod-list-check > ul > li,
  body.theme-etf .mod-list-arrow > ul > li,
  body.theme-etf .mod-list-bullet > ol > li,
  body.theme-etf .mod-list-check > ol > li,
  body.theme-etf .mod-list-arrow > ol > li {
    padding-left: 1.2em;
    margin-top: 10px;
  }
  body.theme-etf .mod-list-bullet > ul > li::before,
  body.theme-etf .mod-list-check > ul > li::before,
  body.theme-etf .mod-list-arrow > ul > li::before,
  body.theme-etf .mod-list-bullet > ol > li::before,
  body.theme-etf .mod-list-check > ol > li::before,
  body.theme-etf .mod-list-arrow > ol > li::before {
    top: .4em;
  }
  body.theme-etf .mod-list-bullet > ul > li [class*="mod-list"],
  body.theme-etf .mod-list-check > ul > li [class*="mod-list"],
  body.theme-etf .mod-list-arrow > ul > li [class*="mod-list"],
  body.theme-etf .mod-list-bullet > ol > li [class*="mod-list"],
  body.theme-etf .mod-list-check > ol > li [class*="mod-list"],
  body.theme-etf .mod-list-arrow > ol > li [class*="mod-list"] {
    margin-top: 10px !important;
    margin-left: 3px;
  }
}
body.theme-etf .mod-list-news > .item,
body.theme-etf .mod-list-news-02 > .item {
  border-bottom: 1px solid #ddd;
}
body.theme-etf .mod-list-news > .item:nth-child(odd),
body.theme-etf .mod-list-news-02 > .item:nth-child(odd),
body.theme-etf .mod-list-news > .item:nth-child(even),
body.theme-etf .mod-list-news-02 > .item:nth-child(even) {
  background-color: transparent;
}
@media (max-width: 767px) {
  body.theme-etf .mod-list-news > .item > .list > dt,
  body.theme-etf .mod-list-news-02 > .item > .list > dt {
    font-size: 1.4rem;
  }
}
body.theme-etf .mod-tbl > .inner::before,
body.theme-etf .mod-tbl > .inner::after {
  background-color: #ccc;
}
body.theme-etf .mod-tbl table tr {
  border-bottom: 1px solid #ececec;
}
body.theme-etf .mod-tbl table tbody th {
  background-color: #f6f5f1;
}
body.theme-etf .mod-tbl table tbody td::before {
  background-color: #ececec;
}
body.theme-etf .mod-tbl-2 table thead {
  background-color: #f6f5f1;
}
body.theme-etf .mod-tbl-2 table tbody th.of-bg-gray {
  background-color: #f6f5f1;
}
body.theme-etf .mod-tbl-3 table thead {
  background-color: #f6f5f1;
}
@media (max-width: 767px) {
  body.theme-etf .mod-tbl-3 table th {
    background-color: #f6f5f1;
  }
}
body.theme-etf .mod-tbl-favorite table thead {
  background-color: #9e2414;
}
body.theme-etf .mod-tbl-favorite table thead.of-bg-gray {
  background-color: #f6f5f1;
}
body.theme-etf .mod-tbl-favorite table tbody td a {
  text-decoration: none;
}
body.theme-etf .mod-tbl-favorite table tbody td a:hover,
body.theme-etf .mod-tbl-favorite table tbody td a:focus {
  text-decoration: underline;
}
body.theme-etf .mod-panel-favorite .hdg-wrap {
  background-color: #9e2414;
}
body.theme-etf .mod-panel-favorite.of-bg-gray .hdg-wrap {
  background-color: #f6f5f1;
}
body.theme-etf .mod-link-list > ul > li > a,
body.theme-etf .mod-link-list > ol > li > a {
  color: #0854a0;
}
body.theme-etf .mod-link-list > ul > li > a::before,
body.theme-etf .mod-link-list > ol > li > a::before {
  border-top: 2px solid #9e2414;
  border-right: 2px solid #9e2414;
}
body.theme-etf .mod-link-list.of-line > ul > li a::before,
body.theme-etf .mod-link-list.of-line > ol > li a::before {
  border-top: 2px solid #9e2414;
  border-right: 2px solid #9e2414;
}
@media (max-width: 767px) {
  body.theme-etf .mod-link-list {
    margin-top: 15px;
  }
  body.theme-etf .mod-link-list > ul > li,
  body.theme-etf .mod-link-list > ol > li {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  body.theme-etf .mod-link-list > ul > li > a::before,
  body.theme-etf .mod-link-list > ol > li > a::before {
    border-top: 1px solid #9e2414;
    border-right: 1px solid #9e2414;
  }
}
body.theme-etf .mod-btn::before {
  box-shadow: none;
  border-radius: 6px;
  border: 2px solid #9e2414;
}
body.theme-etf .mod-btn::after {
  border-top: 2px solid #9e2414;
  border-right: 2px solid #9e2414;
}
body.theme-etf .mod-btn.of-medium::before {
  border-radius: 6px;
}
body.theme-etf .mod-btn.of-large::before {
  border-radius: 6px;
  border: 3px solid #9e2414;
}
body.theme-etf .mod-btn.of-type-1::before {
  border-color: #00b28a;
  background-color: #00b28a;
}
body.theme-etf .mod-btn.of-type-1::after {
  border-color: #fff;
}
body.theme-etf .mod-btn.of-type-1:hover::before,
body.theme-etf .mod-btn.of-type-1:focus::before {
  border-color: #11c9a0;
  background-color: #11c9a0;
}
body.theme-etf .mod-btn.of-etf-type-1::before {
  background-color: #9e2414;
}
body.theme-etf .mod-btn.of-etf-type-1 > span {
  color: #fff;
}
body.theme-etf .mod-btn.of-etf-type-1::after {
  border-color: #fff;
}
body.theme-etf .mod-btn.of-etf-type-1:hover::before,
body.theme-etf .mod-btn.of-etf-type-1:focus::before {
  opacity: .7;
}
body.theme-etf .mod-btn:hover::before,
body.theme-etf .mod-btn:focus::before {
  border: 3px solid #9e2414;
  background-color: #9e2414;
}
body.theme-etf .mod-btn:hover::after,
body.theme-etf .mod-btn:focus::after {
  border-color: #fff;
}
body.theme-etf .mod-btn:hover.of-large::before,
body.theme-etf .mod-btn:focus.of-large::before {
  border: 4px solid #9e2414;
}
body.theme-etf .mod-btn:hover > .text,
body.theme-etf .mod-btn:focus > .text {
  color: #fff;
}
body.theme-etf .mod-btn.of-target::after {
  background: url(/etf/images/icon-link-external-3.png) no-repeat;
  border: none;
  background-size: contain;
}
body.theme-etf button.mod-btn.of-arrow-none > .text {
  padding: 7px 16px 6px 16px;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media (max-width: 767px) {
  body.theme-etf .mod-btn::before {
    box-shadow: none;
    border-radius: 6px;
    border: 2px solid #9e2414;
  }
  body.theme-etf .mod-btn::after {
    border-top: 2px solid #9e2414;
    border-right: 2px solid #9e2414;
  }
  body.theme-etf .mod-btn.of-medium::before {
    border-radius: 6px;
  }
  body.theme-etf .mod-btn.of-large::before {
    border-radius: 6px;
    border: 3px solid #9e2414;
  }
  body.theme-etf button.mod-btn.of-arrow-none > .text {
    padding: 10px 23px 9px 23px;
  }
}
body.theme-etf .mod-btn-2::before {
  box-shadow: none;
  border-width: 2px;
}
body.theme-etf .mod-btn-2 > .text.of-icon-1::before {
  background-image: url(/etf/funds/detail/images/index-icon-01.png);
}
body.theme-etf .mod-btn-2 > .text.of-icon-2::before {
  background-image: url(/etf/funds/detail/images/index-icon-02.png);
}
body.theme-etf .mod-btn-2 > .text.of-icon-3::before {
  background-image: url(/etf/funds/detail/images/index-icon-03.png);
}
body.theme-etf .mod-btn-2 > .text.of-icon-4::before {
  background-image: url(/etf/funds/detail/images/index-icon-04.png);
}
body.theme-etf .mod-btn-2[aria-current],
body.theme-etf .mod-btn-2[aria-selected="true"] {
  color: #fff;
}
body.theme-etf .mod-btn-2[aria-current]::before,
body.theme-etf .mod-btn-2[aria-selected="true"]::before {
  background-color: #9e2414;
}
body.theme-etf .mod-btn-2[aria-current] > .text.of-icon-1::before,
body.theme-etf .mod-btn-2[aria-selected="true"] > .text.of-icon-1::before {
  background-image: url(/etf/funds/detail/images/index-icon-01-o.png);
}
body.theme-etf .mod-btn-2[aria-current] > .text.of-icon-2::before,
body.theme-etf .mod-btn-2[aria-selected="true"] > .text.of-icon-2::before {
  background-image: url(/etf/funds/detail/images/index-icon-02-o.png);
}
body.theme-etf .mod-btn-2[aria-current] > .text.of-icon-3::before,
body.theme-etf .mod-btn-2[aria-selected="true"] > .text.of-icon-3::before {
  background-image: url(/etf/funds/detail/images/index-icon-03-o.png);
}
body.theme-etf .mod-btn-2[aria-current] > .text.of-icon-4::before,
body.theme-etf .mod-btn-2[aria-selected="true"] > .text.of-icon-4::before {
  background-image: url(/etf/funds/detail/images/index-icon-04-o.png);
}
body.theme-etf .mod-btn-5 {
  box-shadow: none;
  border-width: 2px;
}
body.theme-etf .mod-btn-5 > .text::after {
  background-image: url(/etf/images/icon-download-1.png);
}
body.theme-etf .mod-box::before {
  background-image: none;
  background-color: #9e2414;
}
body.theme-etf .mod-box-2 {
  background-color: #f6f5f1;
}
body.theme-etf .mod-box-2 > .content > .mod-link-list.of-line > ul > li > a::before {
  border-top: 2px solid #7e754e;
  border-right: 2px solid #7e754e;
}
body.theme-etf .mod-box-3 {
  border: 2px solid #c0b99d;
}
body.theme-etf .mod-panel-question > dl > .item::before {
  background-image: none;
  background-color: #9e2414;
}
body.theme-etf .mod-panel-question > dl > .item > .question .mark {
  color: #555;
}
body.theme-etf .mod-panel-question > dl > .item > .question .func-toggle-button > .inner {
  background-color: #d3cfbd;
}
body.theme-etf .mod-panel-question > dl > .item > .question .func-toggle-button > .inner::before,
body.theme-etf .mod-panel-question > dl > .item > .question .func-toggle-button > .inner::after {
  background-color: #fff;
}
body.theme-etf .mod-panel-question > dl > .item > .answer .mark {
  color: #9e2414;
}
body.theme-etf .mod-panel-question > dl > .item.is-toggle-opened .func-toggle-button > .inner {
  background-color: #f6f5f1;
}
body.theme-etf .mod-panel-question > dl > .item.is-toggle-opened .func-toggle-button > .inner::before {
  background-color: #d3cfbd;
}
body.theme-etf .mod-panel-toggle {
  border: 1px solid #e4e1d5;
}
body.theme-etf .mod-panel-toggle > .hdg-wrap > .mod-btn-toggle > .text {
  background-color: #d3cfbd;
}
body.theme-etf .mod-panel-toggle > .content > .close-btn-warp > .close-btn {
  border-radius: 6px;
  color: #2662a6;
  background-color: #ece9de;
}
body.theme-etf .mod-panel-toggle.is-toggle-opened > .hdg-wrap > .mod-btn-toggle > .text {
  background-color: #f6f5f1;
}
body.theme-etf .mod-panel-toggle.is-toggle-opened > .hdg-wrap > .mod-btn-toggle > .text::before,
body.theme-etf .mod-panel-toggle.is-toggle-opened > .hdg-wrap > .mod-btn-toggle > .text::after {
  background-color: #d3cfbd;
}
body.theme-etf .mod-panel-toggle.is-toggle-opened > .hdg-wrap > .mod-btn-toggle > .text::before {
  background-color: #d3cfbd;
}
body.theme-etf .mod-nav-link.of-prev > .inner a::before {
  border-top: 2px solid #9e2414;
  border-left: 2px solid #9e2414;
}
body.theme-etf .mod-nav-link.of-next > .inner a::before {
  border-top: 2px solid #9e2414;
  border-right: 2px solid #9e2414;
}
body.theme-etf .mod-panel-plugin {
  background-color: #f6f5f1;
}
body.theme-etf .mod-nav-pagenation > .data {
  color: #666;
}
body.theme-etf .mod-nav-pagenation > .inner > .control > .prev > a::before {
  border-top: 2px solid #7e754e;
  border-left: 2px solid #7e754e;
}
body.theme-etf .mod-nav-pagenation > .inner > .control > .next > a::before {
  border-top: 2px solid #7e754e;
  border-right: 2px solid #7e754e;
}
body.theme-etf .mod-nav-pagenation > .inner > .control > .list > ol > .item > a[aria-current]::after {
  background-color: #9e2414;
}
body.theme-etf .mod-item-icon a > .text {
  background: #9e2414;
}
body.theme-etf .mod-item-icon > .text {
  background: #9e2414;
}
body.theme-etf .mod-form-check > .inner > .text::after {
  background-image: url("/etf/images/icon-chk-1.png");
}
body.theme-etf .mod-form-radio > .inner > .text::after {
  background-color: #9e2414;
}
body.theme-etf .mod-btn-close::before {
  border-radius: 6px;
  border: 2px solid #9e2414;
  box-shadow: none;
}
body.theme-etf .mod-btn-close > .text::before,
body.theme-etf .mod-btn-close > .text::after {
  background-color: #9e2414;
}
body.theme-etf .mod-btn-close:hover::before,
body.theme-etf .mod-btn-close:focus::before {
  border: 3px solid #9e2414;
}
body.theme-etf .mod-btn-close:hover > .text,
body.theme-etf .mod-btn-close:focus > .text {
  color: #0854a0;
}
@media (max-width: 767px) {
  body.theme-etf .mod-btn-close::before {
    border-radius: 6px;
    border: 2px solid #9e2414;
  }
}
body.theme-etf .mod-tbl-cal > .title > .text {
  font-size: 2.4rem;
  font-weight: normal;
}
body.theme-etf .mod-tbl-cal > .title > .font-small {
  font-size: 1.6rem;
}
body.theme-etf .mod-panel-tab > .list > li > .button[aria-selected="true"],
body.theme-etf .mod-panel-tab > .list > li > .button[aria-current="page"],
body.theme-etf .mod-panel-tab > .list > li > .button:hover,
body.theme-etf .mod-panel-tab > .list > li > .button:focus,
body.theme-etf .mod-panel-tab .mod-panel-tab-2 > .list > li > a[aria-selected="true"],
body.theme-etf .mod-panel-tab .mod-panel-tab-2 > .list > li > a[aria-current="page"],
body.theme-etf .mod-panel-tab .mod-panel-tab-2 > .list > li > a:hover,
body.theme-etf .mod-panel-tab .mod-panel-tab-2 > .list > li > a:focus,
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-selected="true"],
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-current="page"],
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button:hover,
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button:focus {
  background-color: #9e2414;
  color: #fff;
}
body.theme-etf .mod-panel-tab > .list {
  border-bottom: 2px solid #9e2414;
}
body.theme-etf .mod-panel-tab > .list > li > .button {
  color: #9e2414;
  background-color: #f4f4f4;
  border-radius: 0;
  will-change: color, background-color;
  transition: color .25s ease , background-color .25s ease ;
}
body.theme-etf .mod-panel-tab > .list > li > .button:hover,
body.theme-etf .mod-panel-tab > .list > li > .button:focus {
  color: #fff;
}
body.theme-etf .mod-panel-tab > .list > li > .button.is-disable {
  background-color: #f4f4f4;
  color: #aaa;
  border-color: transparent;
  cursor: default;
}
@media (max-width: 767px) {
  body.theme-etf .mod-panel-tab > .list {
    border-bottom: 2px solid #9e2414;
  }
  body.theme-etf .mod-panel-tab > .list.of-first-full > li:first-child {
    min-width: auto;
    max-width: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 0;
  }
  body.theme-etf .mod-panel-tab > .list.of-first-full > li:nth-of-type(2n+1) {
    margin-left: 2%;
  }
  body.theme-etf .mod-panel-tab > .list.of-first-full > li:nth-of-type(even) {
    margin-left: 0;
  }
  body.theme-etf .mod-panel-tab.of-multiple > .list > li > .button {
    border-radius: 0;
  }
}
body.theme-etf .unq-mainvisual .func-control > .button {
  background-color: rgba(227, 175, 163, .4);
}
body.theme-etf .unq-mainvisual .func-pager .dots ul li.slick-active button {
  background-image: none;
  background-color: #9e2414;
}
body.theme-etf .unq-mainvisual .func-pager .pause::before,
body.theme-etf .unq-mainvisual .func-pager .pause::after {
  background-color: #9e2414;
}
body.theme-etf .unq-mainvisual .func-pager .pause.is-pause::before {
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #9e2414;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
}
body.theme-etf .unq-mainvisual .func-pager .pause.is-pause::after {
  display: none;
}
@media (max-width: 767px) {
  body.theme-etf .unq-mainvisual .func-control {
    background-color: #faf2f1;
  }
  body.theme-etf .unq-mainvisual .func-control > .button {
    background-color: transparent;
  }
  body.theme-etf .unq-mainvisual .func-control > .button::before {
    border-top: 3px solid #9e2414;
    border-right: 3px solid #9e2414;
  }
}
body.theme-etf .mod-panel-tab-2 .mod-panel-tab > .list > li > .button[aria-selected="true"],
body.theme-etf .mod-panel-tab-2 .mod-panel-tab > .list > li > .button[aria-current="page"],
body.theme-etf .mod-panel-tab-2 .mod-panel-tab > .list > li > .button:hover,
body.theme-etf .mod-panel-tab-2 .mod-panel-tab > .list > li > .button:focus,
body.theme-etf .mod-panel-tab-2 > .list > li > a[aria-selected="true"],
body.theme-etf .mod-panel-tab-2 > .list > li > a[aria-current="page"],
body.theme-etf .mod-panel-tab-2 > .list > li > a:hover,
body.theme-etf .mod-panel-tab-2 > .list > li > a:focus {
  background-color: #9e2414;
}
body.theme-etf .mod-panel-tab.of-balloon .mod-panel-tab > .list > li > .button[aria-selected="true"],
body.theme-etf .mod-panel-tab.of-balloon .mod-panel-tab > .list > li > .button[aria-current="page"],
body.theme-etf .mod-panel-tab.of-balloon .mod-panel-tab > .list > li > .button:hover,
body.theme-etf .mod-panel-tab.of-balloon .mod-panel-tab > .list > li > .button:focus,
body.theme-etf .mod-panel-tab.of-balloon .mod-panel-tab-2 > .list > li > a[aria-selected="true"],
body.theme-etf .mod-panel-tab.of-balloon .mod-panel-tab-2 > .list > li > a[aria-current="page"],
body.theme-etf .mod-panel-tab.of-balloon .mod-panel-tab-2 > .list > li > a:hover,
body.theme-etf .mod-panel-tab.of-balloon .mod-panel-tab-2 > .list > li > a:focus,
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-selected="true"],
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-current="page"],
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button:hover,
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button:focus {
  background-color: #9e2414;
  border-color: none;
  position: relative;
}
body.theme-etf .mod-panel-tab.of-balloon > .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
}
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button {
  color: #9e2414;
  border-radius: 0;
  border: none;
  outline: none;
}
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-selected="true"]::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 13px solid #9e2414;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
}
body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button.is-disable {
  background-color: #f4f4f4;
  color: #aaa;
  border-color: transparent;
  cursor: default;
}
@media (max-width: 767px) {
  body.theme-etf .mod-panel-tab.of-balloon {
    margin-top: 15px;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list {
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 0;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list > li {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 7px 0 0 2%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list > li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button {
    font-size: 1.4rem;
    padding: 10px;
    border-radius: 0;
    border: 2px solid #ececec;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list > li > .button[aria-selected="true"]::before {
    content: none;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list.of-first-full > li:nth-child(2) {
    margin-top: 7px;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list.of-first-full > li:nth-of-type(2n+1) {
    margin-left: 2%;
  }
  body.theme-etf .mod-panel-tab.of-balloon > .list.of-first-full > li:first-child {
    margin-left: 0;
  }
}
body.theme-etf .mod-form-comp .input {
  display: block;
  border: 2px solid #9e2414;
}
body.theme-etf .mod-form-comp .button button {
  background-color: #9e2414;
}
body.theme-etf .mod-form-comp .button button:hover,
body.theme-etf .mod-form-comp .button button:focus {
  background-color: #d00400;
}
body.theme-etf .mod-btn-list-2.of-arrow li .mod-btn-2 > .text::after {
  border-top: 2px solid #9e2414;
  border-right: 2px solid #9e2414;
}
body.theme-etf .mod-idx,
body.theme-etf .mod-idx-2,
body.theme-etf .mod-idx-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  body.theme-etf .mod-idx > .col,
  body.theme-etf .mod-idx > li,
  body.theme-etf .mod-idx-2 > .col,
  body.theme-etf .mod-idx-2 > li,
  body.theme-etf .mod-idx-6 > .col,
  body.theme-etf .mod-idx-6 > li {
    margin: 14px 0 0 4.375%;
  }
  body.theme-etf .mod-idx.of-nallow-col-1 > .col,
  body.theme-etf .mod-idx.of-nallow-col-1 > li,
  body.theme-etf .mod-idx-2.of-nallow-col-1 > .col,
  body.theme-etf .mod-idx-2.of-nallow-col-1 > li,
  body.theme-etf .mod-idx-6.of-nallow-col-1 > .col,
  body.theme-etf .mod-idx-6.of-nallow-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.theme-etf .mod-idx.of-nallow-col-1 > .col:nth-child(-n + 1),
  body.theme-etf .mod-idx.of-nallow-col-1 > li:nth-child(-n + 1),
  body.theme-etf .mod-idx-2.of-nallow-col-1 > .col:nth-child(-n + 1),
  body.theme-etf .mod-idx-2.of-nallow-col-1 > li:nth-child(-n + 1),
  body.theme-etf .mod-idx-6.of-nallow-col-1 > .col:nth-child(-n + 1),
  body.theme-etf .mod-idx-6.of-nallow-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  body.theme-etf .mod-idx.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  body.theme-etf .mod-idx.of-nallow-col-1 > li:nth-of-type(1n + 1),
  body.theme-etf .mod-idx-2.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  body.theme-etf .mod-idx-2.of-nallow-col-1 > li:nth-of-type(1n + 1),
  body.theme-etf .mod-idx-6.of-nallow-col-1 > .col:nth-of-type(1n + 1),
  body.theme-etf .mod-idx-6.of-nallow-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  body.theme-etf .mod-idx.of-nallow-col-2 > .col,
  body.theme-etf .mod-idx.of-nallow-col-2 > li,
  body.theme-etf .mod-idx-2.of-nallow-col-2 > .col,
  body.theme-etf .mod-idx-2.of-nallow-col-2 > li,
  body.theme-etf .mod-idx-6.of-nallow-col-2 > .col,
  body.theme-etf .mod-idx-6.of-nallow-col-2 > li {
    -ms-flex: 0 0 47.8125%;
    flex: 0 0 47.8125%;
    min-width: 47.8125%;
    max-width: 47.8125%;
  }
  body.theme-etf .mod-idx.of-nallow-col-2 > .col:nth-child(-n + 2),
  body.theme-etf .mod-idx.of-nallow-col-2 > li:nth-child(-n + 2),
  body.theme-etf .mod-idx-2.of-nallow-col-2 > .col:nth-child(-n + 2),
  body.theme-etf .mod-idx-2.of-nallow-col-2 > li:nth-child(-n + 2),
  body.theme-etf .mod-idx-6.of-nallow-col-2 > .col:nth-child(-n + 2),
  body.theme-etf .mod-idx-6.of-nallow-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  body.theme-etf .mod-idx.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  body.theme-etf .mod-idx.of-nallow-col-2 > li:nth-of-type(2n + 1),
  body.theme-etf .mod-idx-2.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  body.theme-etf .mod-idx-2.of-nallow-col-2 > li:nth-of-type(2n + 1),
  body.theme-etf .mod-idx-6.of-nallow-col-2 > .col:nth-of-type(2n + 1),
  body.theme-etf .mod-idx-6.of-nallow-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.theme-etf .mod-idx.of-nallow-col-auto,
  body.theme-etf .mod-idx-2.of-nallow-col-auto,
  body.theme-etf .mod-idx-6.of-nallow-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -14px;
  }
  body.theme-etf .mod-idx.of-nallow-col-auto > .col,
  body.theme-etf .mod-idx.of-nallow-col-auto > li,
  body.theme-etf .mod-idx-2.of-nallow-col-auto > .col,
  body.theme-etf .mod-idx-2.of-nallow-col-auto > li,
  body.theme-etf .mod-idx-6.of-nallow-col-auto > .col,
  body.theme-etf .mod-idx-6.of-nallow-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  body.theme-etf .mod-idx > .col,
  body.theme-etf .mod-idx > li,
  body.theme-etf .mod-idx-2 > .col,
  body.theme-etf .mod-idx-2 > li,
  body.theme-etf .mod-idx-6 > .col,
  body.theme-etf .mod-idx-6 > li {
    margin: 20px 0 0 2%;
  }
  body.theme-etf .mod-idx.of-wide-col-1 > .col,
  body.theme-etf .mod-idx.of-wide-col-1 > li,
  body.theme-etf .mod-idx-2.of-wide-col-1 > .col,
  body.theme-etf .mod-idx-2.of-wide-col-1 > li,
  body.theme-etf .mod-idx-6.of-wide-col-1 > .col,
  body.theme-etf .mod-idx-6.of-wide-col-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.theme-etf .mod-idx.of-wide-col-1 > .col:nth-child(-n + 1),
  body.theme-etf .mod-idx.of-wide-col-1 > li:nth-child(-n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-1 > .col:nth-child(-n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-1 > li:nth-child(-n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-1 > .col:nth-child(-n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-1 > li:nth-child(-n + 1) {
    margin-top: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-1 > .col:nth-of-type(1n + 1),
  body.theme-etf .mod-idx.of-wide-col-1 > li:nth-of-type(1n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-1 > .col:nth-of-type(1n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-1 > li:nth-of-type(1n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-1 > .col:nth-of-type(1n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-1 > li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-2 > .col,
  body.theme-etf .mod-idx.of-wide-col-2 > li,
  body.theme-etf .mod-idx-2.of-wide-col-2 > .col,
  body.theme-etf .mod-idx-2.of-wide-col-2 > li,
  body.theme-etf .mod-idx-6.of-wide-col-2 > .col,
  body.theme-etf .mod-idx-6.of-wide-col-2 > li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    max-width: 49%;
  }
  body.theme-etf .mod-idx.of-wide-col-2 > .col:nth-child(-n + 2),
  body.theme-etf .mod-idx.of-wide-col-2 > li:nth-child(-n + 2),
  body.theme-etf .mod-idx-2.of-wide-col-2 > .col:nth-child(-n + 2),
  body.theme-etf .mod-idx-2.of-wide-col-2 > li:nth-child(-n + 2),
  body.theme-etf .mod-idx-6.of-wide-col-2 > .col:nth-child(-n + 2),
  body.theme-etf .mod-idx-6.of-wide-col-2 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-2 > .col:nth-of-type(2n + 1),
  body.theme-etf .mod-idx.of-wide-col-2 > li:nth-of-type(2n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-2 > .col:nth-of-type(2n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-2 > li:nth-of-type(2n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-2 > .col:nth-of-type(2n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-2 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-3 > .col,
  body.theme-etf .mod-idx.of-wide-col-3 > li,
  body.theme-etf .mod-idx-2.of-wide-col-3 > .col,
  body.theme-etf .mod-idx-2.of-wide-col-3 > li,
  body.theme-etf .mod-idx-6.of-wide-col-3 > .col,
  body.theme-etf .mod-idx-6.of-wide-col-3 > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    max-width: 32%;
  }
  body.theme-etf .mod-idx.of-wide-col-3 > .col:nth-child(-n + 3),
  body.theme-etf .mod-idx.of-wide-col-3 > li:nth-child(-n + 3),
  body.theme-etf .mod-idx-2.of-wide-col-3 > .col:nth-child(-n + 3),
  body.theme-etf .mod-idx-2.of-wide-col-3 > li:nth-child(-n + 3),
  body.theme-etf .mod-idx-6.of-wide-col-3 > .col:nth-child(-n + 3),
  body.theme-etf .mod-idx-6.of-wide-col-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-3 > .col:nth-of-type(3n + 1),
  body.theme-etf .mod-idx.of-wide-col-3 > li:nth-of-type(3n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-3 > .col:nth-of-type(3n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-3 > li:nth-of-type(3n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-3 > .col:nth-of-type(3n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-4 > .col,
  body.theme-etf .mod-idx.of-wide-col-4 > li,
  body.theme-etf .mod-idx-2.of-wide-col-4 > .col,
  body.theme-etf .mod-idx-2.of-wide-col-4 > li,
  body.theme-etf .mod-idx-6.of-wide-col-4 > .col,
  body.theme-etf .mod-idx-6.of-wide-col-4 > li {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
  }
  body.theme-etf .mod-idx.of-wide-col-4 > .col:nth-child(-n + 4),
  body.theme-etf .mod-idx.of-wide-col-4 > li:nth-child(-n + 4),
  body.theme-etf .mod-idx-2.of-wide-col-4 > .col:nth-child(-n + 4),
  body.theme-etf .mod-idx-2.of-wide-col-4 > li:nth-child(-n + 4),
  body.theme-etf .mod-idx-6.of-wide-col-4 > .col:nth-child(-n + 4),
  body.theme-etf .mod-idx-6.of-wide-col-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-4 > .col:nth-of-type(4n + 1),
  body.theme-etf .mod-idx.of-wide-col-4 > li:nth-of-type(4n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-4 > .col:nth-of-type(4n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-4 > li:nth-of-type(4n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-4 > .col:nth-of-type(4n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-5 > .col,
  body.theme-etf .mod-idx.of-wide-col-5 > li,
  body.theme-etf .mod-idx-2.of-wide-col-5 > .col,
  body.theme-etf .mod-idx-2.of-wide-col-5 > li,
  body.theme-etf .mod-idx-6.of-wide-col-5 > .col,
  body.theme-etf .mod-idx-6.of-wide-col-5 > li {
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    min-width: 18.4%;
    max-width: 18.4%;
  }
  body.theme-etf .mod-idx.of-wide-col-5 > .col:nth-child(-n + 5),
  body.theme-etf .mod-idx.of-wide-col-5 > li:nth-child(-n + 5),
  body.theme-etf .mod-idx-2.of-wide-col-5 > .col:nth-child(-n + 5),
  body.theme-etf .mod-idx-2.of-wide-col-5 > li:nth-child(-n + 5),
  body.theme-etf .mod-idx-6.of-wide-col-5 > .col:nth-child(-n + 5),
  body.theme-etf .mod-idx-6.of-wide-col-5 > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-5 > .col:nth-of-type(5n + 1),
  body.theme-etf .mod-idx.of-wide-col-5 > li:nth-of-type(5n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-5 > .col:nth-of-type(5n + 1),
  body.theme-etf .mod-idx-2.of-wide-col-5 > li:nth-of-type(5n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-5 > .col:nth-of-type(5n + 1),
  body.theme-etf .mod-idx-6.of-wide-col-5 > li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  body.theme-etf .mod-idx.of-wide-col-auto,
  body.theme-etf .mod-idx-2.of-wide-col-auto,
  body.theme-etf .mod-idx-6.of-wide-col-auto {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
  }
  body.theme-etf .mod-idx.of-wide-col-auto > .col,
  body.theme-etf .mod-idx.of-wide-col-auto > li,
  body.theme-etf .mod-idx-2.of-wide-col-auto > .col,
  body.theme-etf .mod-idx-2.of-wide-col-auto > li,
  body.theme-etf .mod-idx-6.of-wide-col-auto > .col,
  body.theme-etf .mod-idx-6.of-wide-col-auto > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    max-width: auto;
  }
}
body.theme-etf .mod-idx > .col > .item .image::before,
body.theme-etf .mod-idx > .item .image::before,
body.theme-etf .mod-idx-2 > .col > .item .image::before,
body.theme-etf .mod-idx-2 > .item .image::before,
body.theme-etf .mod-idx-6 > .col > .item .image::before,
body.theme-etf .mod-idx-6 > .item .image::before {
  background-image: none;
  background-color: #9e2414;
}
body.theme-etf .nav-local > .hdg {
  border-top: 4px solid #9e2414;
  color: #9e2414;
}
body.theme-etf .nav-local .list a {
  color: #666;
}
body.theme-etf .nav-local .list a:hover,
body.theme-etf .nav-local .list a:focus {
  background-color: #f6f5f1;
}
body.theme-etf .nav-local .list a::before {
  border-right: 2px solid #d3cfbd;
  border-top: 2px solid #d3cfbd;
}
body.theme-etf .nav-local .list a::after {
  background-image: none;
  background-color: #d3cfbd;
}
body.theme-etf .nav-local > .list > li > a::before {
  border-color: #7e754e;
}
body.theme-etf .nav-local [aria-current] {
  background-color: #f6f5f1;
}
body.theme-etf .str-secondary .mod-btn-wrap .mod-btn-2:hover::before,
body.theme-etf .str-secondary .mod-btn-wrap .mod-btn-2:focus::before {
  background-color: #f6f5f1;
}
body.theme-etf .str-secondary .mod-btn-wrap .mod-btn-2::after {
  border-right: 2px solid #7e754e;
  border-top: 2px solid #7e754e;
}
body.theme-etf.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_head {
  border-top-color: #9e2414;
  color: #9e2414;
}
body.theme-etf.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_bullet::before {
  border-right-color: #7e754e;
  border-top-color: #7e754e;
}
body.theme-etf.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link:hover::after,
body.theme-etf.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li .mf_finder_drilldown_item_link:focus::after {
  background-color: #f6f5f1;
}
body.theme-etf.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li.mf_finder_drilldown_item_selected > div {
  background-color: #f6f5f1;
}
body.theme-etf.theme-search .str-results-container .refine-search-container .mf_finder_drilldown_items li.mf_finder_drilldown_item_selected > div .mf_finder_drilldown_item_bullet::before {
  background-color: #9e2414;
  background-image: none;
}
body.theme-etf.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_next span::before {
  border-right-color: #9e2414;
  border-top-color: #9e2414;
}
body.theme-etf.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_prev span::before {
  border-left-color: #9e2414;
  border-top-color: #9e2414;
}
body.theme-etf.theme-search .str-results-container .mf_finder_pager_items .mf_finder_pager_item_current span::after {
  background-color: #9e2414;
}
body.theme-etf.theme-search .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img:hover::after,
body.theme-etf.theme-search .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img:focus::after {
  background-color: #faebe9;
}
body.theme-etf.theme-search .mf_finder_mark {
  background-color: #fbddd9;
}
body.theme-etf .mf_finder_searchBox .mf_finder_searchBox_query_wrap {
  border-color: #9e2414;
}
body.theme-etf .mf_finder_searchBox .mf_finder_searchBox_submit {
  background-color: #9e2414;
}

/* Modules
 * ------------------------------------------------------------------------ */
body.theme-etf-top {
  /* モック用スタイル */
}
body.theme-etf-top footer {
  margin-top: 0;
}
body.theme-etf-top .str-content {
  padding: 0;
}
body.theme-etf-top [class^="sct-"] > .lyt-outer > .lyt-inner {
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1040px) {
  body.theme-etf-top [class^="sct-"] > .lyt-outer > .lyt-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
body.theme-etf-top .str-mainvisual + [class*="sct-"] {
  margin-top: 55px;
}
@media (max-width: 767px) {
  body.theme-etf-top .str-mainvisual + [class*="sct-"] {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  body.theme-etf-top .sct-topic .mod-list-news,
  body.theme-etf-top .sct-topic .mod-list-news-02 {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  body.theme-etf-top .sct-special {
    margin-top: 0;
  }
}
body.theme-etf-top .sct-global-market .mod-media-fluid {
  max-width: 690px;
  margin: 30px auto 0;
}
body.theme-etf-top .sct-global-market .mod-media-fluid .caption img {
  display: inline-block;
  max-width: 123px;
  height: auto;
}
@media (max-width: 767px) {
  body.theme-etf-top .sct-global-market .mod-media-fluid {
    margin: 15px 0 0;
  }
  body.theme-etf-top .sct-global-market .mod-media-fluid .caption {
    text-align: right;
  }
  body.theme-etf-top .sct-global-market .mod-media-fluid .caption img {
    max-width: 57px;
  }
}
body.theme-etf-top .sct-related ul {
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
}
body.theme-etf-top .sct-related ul li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  min-width: 25%;
  max-width: 25%;
}
body.theme-etf-top .sct-related ul li::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: #ddd;
}
body.theme-etf-top .sct-related ul li + li::before {
  display: block;
}
body.theme-etf-top .sct-related ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
body.theme-etf-top .sct-related ul li a .inner {
  display: block;
  width: 100%;
}
body.theme-etf-top .sct-related ul li a img {
  will-change: opacity;
  transition: opacity .25s ease ;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
body.theme-etf-top .sct-related ul li a:hover img,
body.theme-etf-top .sct-related ul li a:focus img {
  opacity: .7;
}
@media (max-width: 767px) {
  body.theme-etf-top .sct-related > .lyt-outer {
    padding: 0;
  }
  body.theme-etf-top .sct-related ul {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.theme-etf-top .sct-related ul li {
    padding: 20px 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  body.theme-etf-top .sct-related ul li:nth-of-type(even) {
    border-right: 0;
  }
  body.theme-etf-top .sct-related ul li:last-child,
  body.theme-etf-top .sct-related ul li:nth-of-type(2n+1):nth-last-child(2) {
    border-bottom: none;
  }
  body.theme-etf-top .sct-related ul li::before {
    display: none !important;
  }
  body.theme-etf-top .sct-related ul li.jpx a img {
    max-width: 34px;
  }
  body.theme-etf-top .sct-related ul li.manebu a img {
    max-width: 100px;
  }
  body.theme-etf-top .sct-related ul li.ita a img {
    max-width: 100px;
  }
  body.theme-etf-top .sct-related ul li.jsda a img {
    max-width: 100px;
  }
}

/* Modules
 * ------------------------------------------------------------------------ */
body.theme-etf-funds .sct-fund-information .mod-tbl .date {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
body.theme-etf-funds .sct-fund-information .mod-tbl .inner {
  border: 2px solid #ececec;
}
body.theme-etf-funds .sct-fund-information .mod-tbl .inner::before,
body.theme-etf-funds .sct-fund-information .mod-tbl .inner::after {
  content: none;
}
body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody th {
  background-color: #9e2414;
  color: #fff;
  vertical-align: middle;
  font-size: 1.8rem;
  padding: 11px 10px;
}
body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody td {
  text-align: right;
  font-size: 2.4rem;
}
body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody td.text-color-01 {
  color: #d9300a;
}
body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody td .small {
  font-size: 1.6rem;
}
body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody td .note {
  display: block;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body.theme-etf-funds .sct-fund-information .mod-tbl .date {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner {
    border: 2px solid #ececec;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner::before,
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner::after {
    content: none;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table {
    display: table;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody {
    display: table-row-group;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody > tr {
    display: table-row;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody > tr > th,
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody > tr > td {
    display: table-cell;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody > tr th {
    font-size: 1.6rem;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody > tr td {
    font-size: 2rem;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody > tr td .small {
    font-size: 1.4rem;
  }
  body.theme-etf-funds .sct-fund-information .mod-tbl .inner table tbody > tr td .note {
    font-size: 1.2rem;
  }
}
body.theme-etf-funds .sct-details .mod-panel-tab-2 > .list {
  border-bottom: 2px solid #9e2414;
}
body.theme-etf-funds .sct-details .mod-panel-tab-2 > .list > li {
  max-width: none;
}
body.theme-etf-funds .sct-link-area {
  margin-top: 10px;
}
body.theme-etf-funds .sct-link-area .lyt-outer {
  padding-right: 0;
}
body.theme-etf-funds .sct-link-area .lyt-outer .mod-reg-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  body.theme-etf-funds .sct-link-area .lyt-outer {
    padding-right: 10px;
  }
  body.theme-etf-funds .sct-link-area .lyt-outer .mod-reg-area {
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.theme-etf-funds .sct-link-area .lyt-outer .mod-reg-area .segment.of-btn {
    min-width: 146px;
    margin-left: 10px;
  }
}
body.theme-etf-funds .sct-details .mod-btn-wrap .mod-btn-5 {
  margin-left: auto;
  margin-bottom: 0;
}
body.theme-etf-funds .sct-details .mod-btn-wrap .mod-btn-5 + .mod-note {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}
body.theme-etf-funds .sct-details .mod-btn-wrap .mod-btn-5 + .mod-note > .marker {
  position: static;
}
body.theme-etf-funds .sct-extra .mod-link-banner-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  body.theme-etf-funds .sct-extra .mod-link-banner-list {
    display: block;
  }
  body.theme-etf-funds .sct-extra .mod-link-banner-list > li {
    margin-left: 0;
  }
}
body.theme-etf-funds .mod-hdg .hdg > .title {
  font-weight: normal;
  font-size: 1.8rem;
  padding: 5px 10px;
  background-color: #9e2414;
  color: #fff;
  display: block;
  max-width: 200px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.theme-etf-funds .mod-hdg .hdg > .title {
    font-size: 1.1rem;
    padding: 5px 10px;
    max-width: 150px;
    margin-bottom: 0;
  }
}
body.theme-etf-funds .unq-viewpoint {
  margin-top: 20px;
}
body.theme-etf-funds .unq-viewpoint > dd {
  margin-top: 10px;
}
body.theme-etf-funds .unq-viewpoint .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.theme-etf-funds .unq-viewpoint .list li {
  background-color: #f8f1f0;
  margin-left: 1%;
  margin-bottom: 10px;
  padding: 10px;
  width: 49%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
body.theme-etf-funds .unq-viewpoint .list li:nth-child(2n+1) {
  margin-left: 0;
}
body.theme-etf-funds .unq-viewpoint .list li.textcetner {
  -ms-flex-pack: center;
  justify-content: center;
}
body.theme-etf-funds .unq-viewpoint .list li .txt-creation {
  color: #008048;
}
body.theme-etf-funds .unq-viewpoint .list li .txt-mixed {
  color: #9e2414;
}
body.theme-etf-funds .unq-viewpoint .list li.bg-type-2 {
  background-color: #e3f2f7;
}
body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody td.border-l {
  border-left: 1px solid #f4f4f4;
}
body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody td.border-l::before {
  content: none;
}
@media (max-width: 767px) {
  body.theme-etf-funds .mod-tbl.of-sp-lyt {
    overflow: auto;
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt .inner::before,
  body.theme-etf-funds .mod-tbl.of-sp-lyt .inner::after {
    min-width: 600px;
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt table {
    display: table;
    min-width: 600px;
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody {
    display: table-row-group;
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody tr {
    display: table-row;
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody th,
  body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody td {
    display: table-cell;
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody td::before {
    content: "";
    display: block;
    height: 92%;
    width: 1px;
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody td.border-l {
    border-left: 1px solid #f4f4f4;
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt table tbody td.border-l::before {
    content: none;
  }
  body.theme-etf-funds .mod-tbl.of-sp-lyt .mod-btn-wrap .mod-btn {
    min-width: 170px;
  }
}
