@charset "UTF-8";
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
}
body {
  line-height: 1;
  color: #262626;
  font-family: Noto Sans JP, Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #0069b6;
}
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
button,
input,
select,
textarea {
  margin: 1em 0;
}
table {
  border-collapse: collapse;
}
th,
td {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  padding: 1em;
  border: solid 1px #d8d8d8;
  text-align: center;
}
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
:focus {
  outline: 0;
}
body {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75em 0;
  line-height: 1.5;
}
.h1,
h1 {
  font-size: 2rem;
}
.h2,
h2 {
  font-size: 1.6rem;
}
.h3,
h3 {
  font-size: 1.4rem;
}
.h4,
h4 {
  font-size: 1.2rem;
}
.h5,
h5 {
  font-size: 1.2rem;
}
.h6,
h6 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h2,
  h2 {
    font-size: 2.7rem;
  }
  .h3,
  h3 {
    font-size: 1.8rem;
  }
  .h4,
  h4 {
    font-size: 1.4rem;
  }
  .h5,
  h5 {
    font-size: 1.2rem;
  }
  .h6,
  h6 {
    font-size: 1.2rem;
  }
}
dd,
dl,
dt,
li,
ol,
p,
ul {
  font-size: inherit;
}
p {
  margin: 0.75em 0;
  line-height: 1.8;
}
dl,
ol,
ul {
  margin: 0.75em 0;
}
dd,
dt,
li {
  font-size: inherit;
  line-height: 1.8;
}
img {
  vertical-align: middle;
}
::selection {
  color: #fff;
  background: rgba(0, 153, 179, 0.8);
}
@media (min-width: 768px) {
  html.small {
    font-size: 54.6875%;
  }
  html.medimum {
    font-size: 62.5%;
  }
  html.large {
    font-size: 70.3125%;
  }
}
body {
  font-family: Open Sans, Noto Sans JP, Yu Gothic, YuGothic, "メイリオ", Meiryo,
    sans-serif;
}
body.drawer-open {
  overflow: hidden;
}
.component-alink:after,
.component-alink-download:after,
.component-alink-arrow:after,
.component-alink-arrow-down:after,
.component-alink-window:after,
.component-alink-xls:after,
a[href$="xls"]:after,
.component-alink-word:after,
a[href$="docx"]:after,
.component-alink-pdf:after,
a[href$="pdf"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.component-alink-pdf:after,
a[href$="pdf"]:after {
  background-image: url(../../static_assets/images/contents/pdf.svg);
}
.component-alink-word:after,
a[href$="docx"]:after {
  background-image: url(../../static_assets/images/contents/word.svg);
}
.component-alink-xls:after,
a[href$="xls"]:after {
  background-image: url(../../static_assets/images/contents/xls.svg);
}
.component-alink-window:after {
  background-image: url(../../static_assets/images/contents/window.svg);
}
.component-alink-arrow-down:after {
  background-image: url(../../static_assets/images/contents/arrow-down.svg);
}
.component-alink-large:after {
  width: 1.5em;
  height: 1.5em;
}
.component-alink-arrow:after {
  width: 45px;
  height: 22.5px;
  background-image: url(../../static_assets/images/contents/arrow-right.svg);
}
.component-alink-download:after {
  width: 40px;
  height: 40px;
  background-image: url(../../static_assets/images/contents/download.svg);
}
.component-button-icon-right {
  position: relative;
}
.component-button-icon-right:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.component-button-A01 {
  background-color: #0069b6;
  color: #fff;
  text-decoration: none;
  font-family: Noto Serif JP, serif;
  line-height: 1.6;
  text-align: center;
  margin: 20px auto;
  padding: 20px 15px;
  font-size: 15px;
}
@media (min-width: 992px) {
  .component-button-A01 {
    margin: 20px auto;
    padding: 25px 20px;
    font-size: 17px;
  }
}
.component-button-A01 {
  display: block;
  max-width: 480px;
}
.component-button-A01:hover {
  background-color: #0086e9;
}
.component-button-A02 {
  display: inline-block;
  background-color: #45aaf2;
  color: #fff;
  text-decoration: none;
  font-family: Noto Serif JP, serif;
  line-height: 1.6;
  text-align: center;
  margin: 20px auto;
  padding: 20px 15px;
  font-size: 15px;
}
@media (min-width: 992px) {
  .component-button-A02 {
    margin: 20px auto;
    padding: 25px 20px;
    font-size: 17px;
  }
}
.component-button-A02 {
  display: block;
  max-width: 480px;
}
.component-button-A02:hover {
  background-color: #1897f2;
}
.components-collapsible-header-A01 {
  background-color: #0069b6;
  color: #fff;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  min-height: 45px;
}
@media (min-width: 992px) {
  .components-collapsible-header-A01 {
    min-height: 60px;
  }
}
.components-collapsible-header-A01__heading {
  margin: 0.85em 0;
}
.components-collapsible-header-A01__toggle-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #46aaf2;
  width: 45px;
  height: 45px;
  margin: 0;
}
@media (min-width: 992px) {
  .components-collapsible-header-A01__toggle-button {
    width: 60px;
    height: 60px;
  }
}
.components-collapsible-content {
  border: solid 4px #f5f5f5;
  border-top: none;
  overflow: hidden;
  padding: 0 20px;
}
.components-collapsible-header-A01__toggle-button:after,
.components-collapsible-header-A01__toggle-button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  width: 35%;
  height: 2px;
  border-radius: 3px;
  transition: all 0.35s ease;
}
.components-collapsible-header-A01__toggle-button:before {
  transform: rotateZ(0);
}
.components-collapsible-header-A01__toggle-button:after {
  transform: rotateZ(90deg);
}
.components-collapsible-header-A01__toggle-button.active:before {
  transform: rotateZ(90deg);
  opacity: 0;
}
.components-collapsible-header-A01__toggle-button.active:after {
  transform: rotateZ(180deg);
}
.contents-list-item {
  max-width: 375px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
}
.contents-list-item__heading {
  padding-left: 1.4em;
  position: relative;
  color: #0069b6;
}
.contents-list-item__heading:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../../static_assets/images/contents/chevron-right.svg);
  width: 1.2em;
  height: 1.2em;
  top: 0.15em;
  left: 0;
}
.feature-contents-item {
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  text-align: center;
  max-width: 375px;
  max-width: 335px;
}
@media (min-width: 992px) {
  .feature-contents-item {
    max-width: none;
  }
}
.feature-contents-item a:hover {
  opacity: 0.75;
}
.component-header-A01 {
  background-color: #e6e6e6;
}
.component-header-A01__content {
  margin-left: 4%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #0069b6;
}
@media (min-width: 992px) {
  .component-header-A01__content {
    margin-left: 10%;
  }
}
.component-header-A01__header {
  margin-left: 0.75em;
}
@media (min-width: 992px) {
  .component-header-A01__header {
    margin-left: 2.5em;
  }
}
.component-header-A01__heading {
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0.85em 0;
}
@media (min-width: 992px) {
  .component-header-A01__heading {
    font-size: 2.4rem;
  }
}
.component-header-B01 {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .component-header-B01 {
    margin: 30px 0;
  }
}
.component-header-B01:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  bottom: 0;
}
.component-header-B01__container {
  padding-right: 0 !important;
}
.component-header-B01__inner {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}
.component-header-B01__inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0069b6;
  z-index: 1;
  bottom: 0;
}
.component-header-B01__heading {
  color: #0069b6;
  position: relative;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .component-header-B01__heading {
    font-size: 2.7rem;
  }
}
.component-list,
.component-list-A02,
.component-list-A01 {
  list-style-type: none;
}
.component-list__item,
.component-list-A02__item,
.component-list-A01__item {
  position: relative;
  padding-left: 1em;
}
@media (min-width: 992px) {
  .component-list__item,
  .component-list-A02__item,
  .component-list-A01__item {
    padding-left: 1em;
  }
}
.component-list__item:before,
.component-list-A02__item:before,
.component-list-A01__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  margin: 0.75em calc(0.5em - 1px);
  border-radius: 4px;
}
@media (min-width: 992px) {
  .component-list__item:before,
  .component-list-A02__item:before,
  .component-list-A01__item:before {
    width: 4px;
    height: 4px;
    margin: 0.75em calc(0.5em - 2px);
    border-radius: 4px;
  }
}
.component-list-A01__item:before {
  background-color: #0069b6;
}
.component-list-A02__item:before {
  background-color: #000;
}
.component-note,
.component-note-A07,
.component-note-A06,
.component-note-A05,
.component-note-A04,
.component-note-A03,
.component-note-A02 {
  display: block;
}
.component-note__bullet,
.component-note-A07__bullet,
.component-note-A06__bullet,
.component-note-A05__bullet,
.component-note-A04__bullet,
.component-note-A03__bullet,
.component-note-A02__bullet {
  float: left;
}
.component-note-A02 {
  padding-left: 1em;
}
.component-note-A02__bullet {
  width: 1em;
  margin-left: -1em;
}
.component-note-A02 {
  padding-left: 1.5em;
}
.component-note-A02__bullet {
  width: 1.5em;
  margin-left: -1.5em;
}
.component-note-A03 {
  padding-left: 2em;
}
.component-note-A03__bullet {
  width: 2em;
  margin-left: -2em;
}
.component-note-A04 {
  padding-left: 2.5em;
}
.component-note-A04__bullet {
  width: 2.5em;
  margin-left: -2.5em;
}
.component-note-A05 {
  padding-left: 3em;
}
.component-note-A05__bullet {
  width: 3em;
  margin-left: -3em;
}
.component-note-A06 {
  padding-left: 3.5em;
}
.component-note-A06__bullet {
  width: 3.5em;
  margin-left: -3.5em;
}
.component-note-A07 {
  padding-left: 4em;
}
.component-note-A07__bullet {
  width: 4em;
  margin-left: -4em;
}
.component-ordered-list,
.component-ordered-list-A09,
.component-ordered-list-A08,
.component-ordered-list-A07,
.component-ordered-list-A06,
.component-ordered-list-A05,
.component-ordered-list-A04,
.component-ordered-list-A03,
.component-ordered-list-A02,
.component-ordered-list-A01 {
  list-style-type: none;
  counter-reset: count;
}
.component-ordered-list__item,
.component-ordered-list-A09__item,
.component-ordered-list-A08__item,
.component-ordered-list-A07__item,
.component-ordered-list-A06__item,
.component-ordered-list-A05__item,
.component-ordered-list-A04__item,
.component-ordered-list-A03__item,
.component-ordered-list-A02__item,
.component-ordered-list-A01__item {
  position: relative;
  padding-left: 1em;
}
.component-ordered-list__item:before,
.component-ordered-list-A09__item:before,
.component-ordered-list-A08__item:before,
.component-ordered-list-A07__item:before,
.component-ordered-list-A06__item:before,
.component-ordered-list-A05__item:before,
.component-ordered-list-A04__item:before,
.component-ordered-list-A03__item:before,
.component-ordered-list-A02__item:before,
.component-ordered-list-A01__item:before {
  counter-increment: count;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.component-ordered-list-A01__item:before {
  content: counter(count) ".";
}
.component-ordered-list-A02__item:before {
  content: counter(count, lower-alpha) ".";
}
.component-ordered-list-A03__item {
  padding-left: 2.5em;
}
.component-ordered-list-A03__item:before {
  content: "（" counter(count) "）";
}
.component-ordered-list-A04__item {
  padding-left: 2.5em;
}
.component-ordered-list-A04__item:before {
  content: "（" counter(count, lower-alpha) ".）";
}
.component-ordered-list-A05__item {
  padding-left: 1.5em;
}
.component-ordered-list-A05__item:before {
  content: counter(count, lower-roman);
}
.component-ordered-list-A06__item {
  padding-left: 2em;
}
.component-ordered-list-A06__item:before {
  content: counter(count);
}
.component-ordered-list-A07__item {
  padding-left: 1.5em;
}
.component-ordered-list-A07__item:before {
  content: counter(count, upper-roman);
}
.component-ordered-list-A08__item {
  padding-left: 2.5em;
}
.component-ordered-list-A08__item:before {
  content: "（" counter(count, lower-alpha) "）";
}
.component-ordered-list-A09__item {
  padding-left: 2.5em;
}
.component-ordered-list-A09__item:before {
  content: "（" counter(count, lower-roman) "）";
}
@media (min-width: 992px) {
  .related-banners-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .related-banners-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.related-banner {
  max-width: 335px;
  margin: 16px auto;
  text-align: center;
}
.related-banner a[href$="pdf"]:after {
  display: none;
}
.component-tab-anchor-A01 {
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
  font-family: Noto Serif JP, serif;
  display: block;
  margin: 0 1px;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding: 15px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .component-tab-anchor-A01 {
    padding: 20px;
    font-size: 17px;
  }
}
.component-tab-anchor-A01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  display: block;
  background-image: url(../../static_assets/images/contents/arrow-down.svg);
}
.component-tab-anchor-A01.active {
  background-color: #0069b6;
}
.component-tab-anchor-A01:hover {
  background-color: #0069b6;
}
.component-table-A01 {
  table-layout: fixed;
  margin: 1.5em auto;
}
.component-table-A01 thead th {
  background-color: #46aaf2;
  color: #fff;
  border: none;
}
.component-table-A01 tbody td {
  border: none;
}
.component-table-A01 tbody tr {
  background-color: #fff;
}
.component-table-A01 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.component-table-A02 {
  table-layout: fixed;
  margin: 1.5em auto;
}
.component-table-A02 thead th {
  background-color: #46aaf2;
  color: #fff;
  border: none;
}
.component-table-A02 tbody td {
  border: none;
}
.component-table-A02 tbody tr {
  background-color: #fff;
}
.component-table-A02 tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.component-table-A03 {
  table-layout: fixed;
  margin: 1.5em auto;
}
.component-table-A03 thead th {
  background-color: #46aaf2;
  color: #fff;
  border: solid 2px #fff;
}
.component-table-A03 thead tr:first-child th:first-child {
  background-color: #6abbf5;
}
.component-table-A03 tbody td {
  border: none;
}
.component-table-A03 tbody tr:nth-child(even) th {
  background-color: #6abbf5;
  color: #fff;
  border: none;
}
.component-table-A03 tbody tr:nth-child(odd) th {
  background-color: #45aaf2;
  color: #fff;
  border: none;
}
.component-table-A03 tbody tr:nth-child(even) td {
  background-color: #fff;
}
.component-table-A03 tbody tr:nth-child(odd) td {
  background-color: #f1f3f4;
}
.component-table-B01 {
  table-layout: fixed;
  margin: 1.5em auto;
}
.component-table-B01 tbody th {
  border: none;
}
.component-table-B01 tbody td {
  border: none;
}
.component-table-B01 tbody tr:nth-child(odd) th {
  background-color: #e4e8e9;
}
.component-table-B01 tbody tr:nth-child(even) th {
  background-color: #f1f3f4;
}
.component-table-B01 tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.component-table-C01 {
  table-layout: fixed;
  margin: 1.5em auto;
}
.component-table-C01 thead th {
  background-color: #a5b1c2;
  color: #fff;
  border: none;
}
.component-table-C01 tbody th {
  border: none;
}
.component-table-C01 tbody td {
  border: none;
}
.component-table-C01 tbody tr:nth-child(odd) th {
  background-color: #e4e8e9;
}
.component-table-C01 tbody tr:nth-child(even) th {
  background-color: #f1f3f4;
}
.component-table-C01 tbody tr:nth-child(odd) {
  background-color: #fff;
}
.component-table-C01 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.component-table-D01 {
  table-layout: fixed;
  margin: 1.5em auto;
}
.component-table-D01 thead th {
  background-color: #005aaf;
  color: #fff;
  border: solid 1px #fff;
}
.component-table-D01 tbody th {
  border: none;
}
.component-table-D01 tbody td {
  border: solid 1px #ddd;
}
.component-table-D01 tbody tr th {
  background-color: #e4e8e9;
}
.component-table-D01 tbody tr {
  background-color: #fff;
}
.component-responsive-table {
  overflow-x: auto;
}
.component-responsive-table table {
  min-width: 640px;
}
.FFAJ-breadcrumbs {
  overflow: hidden;
}
.FFAJ-breadcrumbs-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .FFAJ-breadcrumbs-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.FFAJ-breadcrumbs-list {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .FFAJ-breadcrumbs-list {
    margin: 30px 0;
  }
}
.FFAJ-breadcrumbs-list-item {
  display: inline;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .FFAJ-breadcrumbs-list-item {
    font-size: 1.3rem;
  }
}
.FFAJ-breadcrumbs-list-item:after {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M7.1,24l-1.4-1.4L16.5,12L5.7,1.4L7.1,0l12.2,12L7.1,24z' fill='%23000000' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.FFAJ-breadcrumbs-list-item:last-child:after {
  display: none;
}
.FFAJ-contents {
  background-color: #f6f9fc;
  border-bottom: solid 1px #f6f9fc;
}
.FFAJ-drawer {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 65px);
  overflow-y: auto;
  z-index: 2;
  top: 65px;
  left: 0;
  background-color: white;
}
@media (min-width: 992px) {
  .FFAJ-drawer {
    display: none !important;
  }
}
.FFAJ-drawer.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.FFAJ-drawer.in {
  opacity: 1;
}
.FFAJ-drawer-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.FFAJ-drawer__utility {
  margin: 25px 0;
}
.FFAJ-drawer__region-switcher {
  overflow: hidden;
  border: solid 1px #ddd;
  display: block;
  border-radius: 6px;
}
.FFAJ-drawer__region-switcher-list {
  display: flex;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
.FFAJ-drawer__region-switcher-list-item-alink {
  margin: 0;
  font-family: Noto Sans JP, Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  height: 26px;
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
  width: 40px;
  height: 30px;
  line-height: 30px;
}
.FFAJ-drawer__region-switcher-list-item-alink.active {
  background-color: #005aaf;
  color: #fff;
}
.FFAJ-drawer__search {
  display: block;
  max-width: 225px;
  margin-right: 15px;
}
.FFAJ-drawer__search__input {
  width: 100%;
  color: #262626;
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 10px;
  padding-left: 50px;
  border: none;
  border-radius: 99px;
  margin: 0;
  background-image: url(../../static_assets/images/header/search_google_logo.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 32px;
}
.FFAJ-drawer__search__input::-webkit-input-placeholder {
  padding-left: 20px;
}
.FFAJ-drawer__search__input:-ms-input-placeholder {
  padding-left: 20px;
}
.FFAJ-drawer__search__input::-ms-input-placeholder {
  padding-left: 20px;
}
.FFAJ-drawer__search__input::placeholder {
  padding-left: 20px;
}
.FFAJ-drawer-gnav {
  margin: 25px 0;
}
.FFAJ-drawer-gnav__firstlayer-list {
  list-style-type: none;
  margin: 0;
}
.FFAJ-drawer-gnav__firstlayer-term {
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 22px 0;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  border-bottom: solid 1px #f0f0f0;
  color: inherit;
  text-decoration: none;
}
.FFAJ-drawer-gnav__firstlayer-term
  .FFAJ-drawer-gnav__firstlayer-term-angle-right-svg {
  transform: rotateZ(180deg);
}
.FFAJ-drawer-gnav__firstlayer-term.collapsed
  .FFAJ-drawer-gnav__firstlayer-term-angle-right-svg {
  transform: rotateZ(0deg);
}
.FFAJ-drawer-gnav__firstlayer-term-angle-right-svg {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  fill: #005aaf;
}
.FFAJ-drawer-gnav__secondlayer-list {
  list-style-type: none;
  margin: 0;
}
.FFAJ-drawer-gnav__secondlayer-term {
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding: 10px 0;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.FFAJ-drawer-gnav__secondlayer-term-angle-right-svg {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  fill: #57b3e5;
}
.FFAJ-drawer-gnav__thirdlayer-list {
  margin: 0;
  list-style-type: none;
}
.FFAJ-drawer-gnav__thirdlayer-item-alink {
  text-decoration: none;
  display: block;
  color: inherit;
  padding: 5px 0;
  padding-left: 12px;
}
.FFAJ-lower-footer-upper {
  position: relative;
}
.FFAJ-lower-footer-upper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #005aaf;
  z-index: -1;
  height: 100%;
  background-image: linear-gradient(122deg, #008cd7 0, #005aaf 100%);
  border-top-left-radius: 50px;
}
@media (min-width: 992px) {
  .FFAJ-lower-footer-upper:after {
    border-top-left-radius: 100px;
  }
}
.FFAJ-lower-footer-upper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f6f9fc;
  z-index: -2;
  height: 100%;
}
.FFAJ-footer__bottom {
  background-color: #005aaf;
  background-image: linear-gradient(122deg, #008cd7 0, #005aaf 100%);
}
.FFAJ-footer__utility-nav-list {
  margin: 0 10px;
  list-style-type: none;
}
@media (min-width: 992px) {
  .FFAJ-footer__utility-nav-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.FFAJ-footer__utility-nav-list-item {
  margin: 5px 0;
}
@media (min-width: 992px) {
  .FFAJ-footer__utility-nav-list-item {
    white-space: nowrap;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .FFAJ-footer__utility-nav-list-item:after {
    content: "";
    display: inline-block;
    height: 12px;
    width: 0;
    border-right: solid 1px rgba(0, 0, 0, 0.75);
    margin: 0 10px;
  }
  .FFAJ-footer__utility-nav-list-item:last-child:after {
    display: none;
  }
}
.FFAJ-footer__utility-nav-list-item-alink {
  color: #262626;
  text-decoration: none;
  font-size: 12px;
}
.FFAJ-footer__utility-nav-list-item-alink:hover {
  transition: color 0.25s ease;
}
.FFAJ-footer__utility-nav-list--en .FFAJ-footer__utility-nav-list-item-alink {
  color: #fff;
  text-decoration: underline;
}
.FFAJ-footer__copyright {
  text-align: center;
}
.FFAJ-footer__copyright-text {
  font-size: 10px;
  margin: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .FFAJ-footer__copyright-text {
    font-size: 12px;
  }
}
.FFAJ-footer-pageTop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 99px;
  bottom: 15px;
  z-index: 99;
  margin: 0;
  padding: 0;
  right: 15px;
  width: 45px;
  height: 45px;
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .FFAJ-footer-pageTop {
    width: 60px;
    height: 60px;
    bottom: 50px;
  }
}
.FFAJ-footer-pageTop {
  visibility: hidden;
  opacity: 0;
}
.FFAJ-footer-pageTop.show {
  visibility: visible;
  opacity: 1;
}
.FFAJ-footer-pageTop:hover {
  background-color: #0086e9;
}
.FFAJ-footer__nav-category-item {
  display: flex;
}
@media (min-width: 992px) {
  .FFAJ-footer__nav-category-item {
    display: block;
  }
}
.FFAJ-footer__nav-category-item__header {
  flex: 0 0 10em;
}
.FFAJ-footer__nav-category-item__heading {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .FFAJ-footer__nav-category-item__heading {
    padding-left: 1.4em;
    font-size: 1.6rem;
  }
}
.FFAJ-footer__nav-category-item__heading:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../../static_assets/images/contents/chevron-right.svg);
  width: 1em;
  height: 1em;
  top: 0.25em;
  left: 0;
}
.FFAJ-footer__nav-category-item__content {
  flex: 1 0 0;
}
.FFAJ-footer__nav-category-item__list {
  list-style-type: none;
}
.FFAJ-footer__nav-category-item__item {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .FFAJ-footer__nav-category-item__item {
    padding-left: 25px;
    font-size: 1.4rem;
  }
}
.FFAJ-footer__nav-category-item__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 2px;
  height: 2px;
  margin: 5px;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #0069b6;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .FFAJ-footer__nav-category-item__item:before {
    width: 4px;
    height: 4px;
    margin: 10px;
    margin: 0 10px;
    border-radius: 4px;
  }
}
.FFAJ-footer__nav-category-item__item {
  display: block;
}
@media (min-width: 992px) {
  .FFAJ-footer__nav-category-item__item {
    display: list-item;
    font-size: 1.4rem;
  }
}
.FFAJ-header {
  width: 100%;
  background-color: #0069b6;
  color: inherit;
  z-index: 9;
  background-color: white;
}
.FFAJ-header-masthead {
  height: 65px;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .FFAJ-header-masthead {
    height: 80px;
  }
}
.FFAJ-header__container {
  flex: 0 0 100%;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .FFAJ-header__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.FFAJ-header__identity {
  flex: 0 1 165px;
  flex: 0 1 180px;
}
.FFAJ-header__identity {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .FFAJ-header__identity {
    flex: 0 0 auto;
  }
}
@media (max-width: 991.98px) {
  .FFAJ-header__text-size-menu {
    display: none !important;
  }
}
.FFAJ-header__text-size-menu {
  display: flex;
  align-items: center;
  margin: 0 10px;
  position: relative;
}
.FFAJ-header__text-size-menu-button {
  display: block;
  font-size: 13px;
  border: solid 1px #ddd;
  background-color: transparent;
  width: 150px;
  padding: 10px;
  margin: 0;
  border-radius: 6px;
  padding-right: 30px;
}
.FFAJ-header__text-size-menu-button.open
  .FFAJ-header__text-size-menu-button__arrow {
  transform: rotateZ(180deg);
}
.FFAJ-header__text-size-menu-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #ddd;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
}
.FFAJ-header__text-size-menu-button__arrow {
  width: 10px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-color: #005aaf;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: transform 0.1s ease;
  transform-origin: center center;
}
.FFAJ-header__text-size-menu-panel {
  position: absolute;
  top: calc(100% + 1px);
  width: 100%;
  z-index: 99;
  border: solid 1px #ddd;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(0) scale(0.98);
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.15s ease, visibility 0.25s ease;
  transform-origin: 0 0;
}
.FFAJ-header__text-size-menu-panel.in {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}
.FAJ-header__text-size-menu__item {
  border-bottom: solid 1px #f1f1f1;
}
.FAJ-header__text-size-menu__item-button {
  background-color: transparent;
  background-color: #fff;
  width: 100%;
  display: block;
  margin: 0;
  padding: 10px 5px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
}
.FAJ-header__text-size-menu__item-button.active {
  color: #4b7bec;
}
.FFAJ-header__region-switcher {
  display: none !important;
  overflow: hidden;
  border: solid 1px #ddd;
}
@media (min-width: 992px) {
  .FFAJ-header__region-switcher {
    display: block !important;
    margin: 0 10px;
    border-radius: 6px;
  }
}
.FFAJ-header__region-switcher-list {
  display: flex;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
.FFAJ-header__region-switcher-list-item-alink {
  margin: 0;
  font-family: Noto Sans JP, Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  width: 25px;
  height: 26px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
@media (min-width: 992px) {
  .FFAJ-header__region-switcher-list-item-alink {
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.FFAJ-header__region-switcher-list-item-alink.active {
  background-color: #005aaf;
  color: #fff;
}
.FFAJ-header__search {
  display: none !important;
}
@media (min-width: 992px) {
  .FFAJ-header__search {
    display: block !important;
    width: 225px;
    margin: 0 10px;
  }
}
.FFAJ-header__search__input {
  width: 100%;
  color: #262626;
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 10px;
  padding-left: 50px;
  border: none;
  border-radius: 99px;
  margin: 0;
  background-image: url(../../static_assets/images/header/search_google_logo.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 32px;
}
.FFAJ-header__search__input::-webkit-input-placeholder {
  padding-left: 20px;
}
.FFAJ-header__search__input:-ms-input-placeholder {
  padding-left: 20px;
}
.FFAJ-header__search__input::-ms-input-placeholder {
  padding-left: 20px;
}
.FFAJ-header__search__input::placeholder {
  padding-left: 20px;
}
.FFAJ-header__toggle-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 45px;
  height: 45px;
  padding: 0;
  padding-top: 14px;
  border: solid 0 #e5e5e5;
  cursor: pointer;
  margin: auto;
  background-color: transparent;
  outline: 0;
  border-radius: 99px;
  z-index: 9999;
  background-color: #005aaf;
}
@media (min-width: 992px) {
  .FFAJ-header__toggle-button {
    display: none !important;
  }
}
.FFAJ-header__toggle-button-text {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  transform: scale(0.8);
}
.FFAJ-header__toggle-button-hamburger {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 40%;
  height: 6px;
}
.FFAJ-header__toggle-button-bar {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .FFAJ-header__toggle-button-bar {
    height: 26px;
  }
}
.FFAJ-header__toggle-button-bar:nth-child(1) {
  top: 0;
}
.FFAJ-header__toggle-button-bar:nth-child(2) {
  top: 0;
  bottom: 0;
  display: none;
}
.FFAJ-header__toggle-button-bar:nth-child(3) {
  bottom: 0;
}
.FFAJ-header__toggle-button.open .FFAJ-header__toggle-button-bar {
  background-color: #fff;
}
.FFAJ-header__toggle-button.open .FFAJ-header__toggle-button-bar:nth-child(1) {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  transform: rotate(25deg);
}
.FFAJ-header__toggle-button.open .FFAJ-header__toggle-button-bar:nth-child(2) {
  opacity: 0;
}
.FFAJ-header__toggle-button.open .FFAJ-header__toggle-button-bar:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(315deg);
  transform: rotate(335deg);
}
.FFAJ-global {
  display: none !important;
}
@media (min-width: 992px) {
  .FFAJ-global {
    border-top: 1px solid #dde1eb;
    display: block !important;
    position: relative;
    background-color: #fff;
    z-index: 3;
  }
}
.FFAJ-global__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.FFAJ-global-nav-list {
  display: flex;
  margin: 0;
}
.FFAJ-global-nav-item {
  position: relative;
  flex: 0 0 25%;
  text-align: center;
  list-style-type: none;
}
.FFAJ-global-nav-item-alink {
  display: block;
  height: 105px;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  padding: 14px 0;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.FFAJ-global-nav-item-alink-icon {
  display: block;
  position: absolute;
  width: 64px;
  margin: auto;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
}
.FFAJ-global-nav-item-alink-arrow {
  display: block;
  position: absolute;
  height: 16px;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.1s ease-out;
}
.FFAJ-global-nav-item-alink-border {
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #005aaf;
}
.FFAJ-global-nav-item.hover {
  background-color: #eff9ff;
}
.FFAJ-global-nav-item.hover .FFAJ-global-nav-item-alink-border {
  width: 100%;
}
.FFAJ-global-nav-item.hover .FFAJ-global-nav-item-alink-arrow {
  transform: rotateZ(180deg);
}
.FFAJ-menu {
  display: none !important;
  border-top: solid 1px #f0f0f0;
  position: relative;
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 992px) {
  .FFAJ-menu {
    display: block !important;
  }
}
.FFAJ-menu-item {
  visibility: hidden;
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
}
.FFAJ-menu-item__container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.FFAJ-menu-item__contents-item {
  margin: 60px 0;
}
.FFAJ-menu-item__contents-item__header {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: solid 2px #f0f0f0;
  position: relative;
}
.FFAJ-menu-item__contents-item__header__alink {
  text-decoration: none;
  color: inherit;
  display: block;
  display: flex;
  align-items: center;
}
.FFAJ-menu-item__contents-item__header__alink[href]:hover {
  color: #005aaf;
}
.FFAJ-menu-item__contents-item__header__content {
  padding: 10px 33px 10px 0;
}
.FFAJ-menu-item__contents-item__header__circle {
  border: solid 1px #e2e2e2;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.FFAJ-menu-item__contents-item__header__circle__arrow-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  fill: #005aaf;
}
.FFAJ-menu-item__contents-item__content {
  margin-top: 20px;
}
.FFAJ-menu-item__contents-item__contents-item {
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.5;
}
.FFAJ-menu-item__contents-item__contents-item a {
  text-decoration: none;
  color: inherit;
}
.FFAJ-menu-item__contents-item__contents-item a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-image: url(../../static_assets/images//contents/chevron-right.svg);
  background-position: center;
  background-size: 100%;
  vertical-align: middle;
}
.FFAJ-menu-item__contents-item__contents-item a:hover {
  color: #0069b6;
  text-decoration: underline;
}
.FFAJ-menu-item__contents-item__contents-item-subtext {
  display: block;
  font-size: 12px;
  color: #969696;
}
.FFAJ-lower-hero {
  background-color: #e6e6e6;
  background: linear-gradient(90deg, #edf7fd 0, #bfe6ff 100%);
}
.FFAJ-lower-hero__content {
  background-repeat: no-repeat;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
  height: 130px;
  padding-left: 15px;
  padding-right: 15px;
  background-size: auto 100%;
  background-position: center;
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__content {
    height: 340px;
    max-width: 1000px;
  }
}
.FFAJ-lower-hero__content--investors {
  background-image: url(../../static_assets/images/pages/investors/hero_background.png);
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__content--investors {
    background-image: url(../../static_assets/images/pages/investors/hero_background_large.png);
  }
}
.FFAJ-lower-hero__content--about {
  background-image: url(../../static_assets/images/pages/about/hero_background.png);
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__content--about {
    background-image: url(../../static_assets/images/pages/about/hero_background_large.png);
  }
}
.FFAJ-lower-hero__content--library {
  background-image: url(../../static_assets/images/pages/library/hero_background.png);
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__content--library {
    background-image: url(../../static_assets/images/pages/library/hero_background_large.png);
  }
}
.FFAJ-lower-hero__content--members {
  background-image: url(../../static_assets/images/pages/members/hero_background.png);
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__content--members {
    background-image: url(../../static_assets/images/pages/members/hero_background_large.png);
  }
}
.FFAJ-lower-hero__content--attention {
  background-image: url(../../static_assets/images/pages/attention/hero_background.png);
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__content--attention {
    background-image: url(../../static_assets/images/pages/attention/hero_background_large.png);
  }
}
.FFAJ-lower-hero__content--regulation {
  background-image: none;
}
.FFAJ-lower-hero__content--binaryoption {
  background-image: none;
}
.FFAJ-lower-hero__heading__main-text {
  font-weight: 500;
  display: block;
  font-size: 30px;
  color: #005aaf;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__heading__main-text {
    font-size: 50px;
  }
}
.FFAJ-lower-hero__heading__main-text:after {
  content: "";
  display: inline-block;
  background-image: url(../../static_assets/images/contents/heading_bg.svg);
  width: 10px;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__heading__main-text:after {
    width: 14px;
  }
}
.FFAJ-lower-hero__heading__sub-text {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #262626;
}
@media (min-width: 992px) {
  .FFAJ-lower-hero__heading__sub-text {
    font-size: 16px;
  }
}
.tab-pane.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.tab-pane.fade.in {
  opacity: 1;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.modal.fade.in {
  opacity: 1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  transition: opacity 0.15s linear;
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.95;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.page-numbers {
  display: inline-block;
  padding: 0.7em;
  margin: 0 0.2em;
  font-size: 1.8rem;
  text-decoration: none;
}
.page-numbers:hover {
  text-decoration: underline;
}
.page-numbers.current {
  background-color: #1897f2;
  color: #fff;
}
