@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.75;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 108.4rem;
  }
}

@media only screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
  body p {
    font-size: 1.4rem;
  }
  body li {
    font-size: 1.4rem;
  }
  body th {
    font-size: 1.4rem;
  }
  body td {
    font-size: 1.4rem;
  }
  body dd {
    font-size: 1.4rem;
  }
  body.fixed {
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

.josefinsans {
  font-family: "Josefin Sans", sans-serif;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

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

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

img,
picture,
figure {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

img.of-contain,
picture.of-contain,
figure.of-contain {
  font-family: "object-fit: contain;";
  height: 100%;
  object-fit: contain;
  width: 100%;
}

img.of-cover,
picture.of-cover,
figure.of-cover {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}

a {
  color: #00A1E0;
  text-decoration: none;
}

a[href$=".pdf"]:after {
  background: url(/common/img/icon_pdf.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  margin: -.4rem 0 0 .8rem;
  vertical-align: middle;
  width: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

.wrap {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .wrap {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding-top: 10.4rem !important;
  }
}

.header {
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .header {
    min-width: 108.4rem;
  }
  .header.header--pc {
    opacity: 1;
  }
  .header.header--compact {
    min-width: 0;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .header.header--sp {
    opacity: 1;
  }
}

.header.no-include {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .header .logo-pc {
    margin-right: 1.66667vw;
  }
}

.header .logo-pc a {
  display: block;
}

.header .logo-pc img {
  display: block;
  height: 5rem;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .header .logo-sp {
    margin-right: 1.66667vw;
  }
}

.header .logo-sp a {
  display: block;
}

.header .logo-sp img {
  display: block;
  max-height: 3.4rem;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .header.fixed .header__sub {
    display: none;
  }
}

.header__sub {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: flex-end;
  padding: 0 .8rem;
}

@media print, screen and (min-width: 768px) {
  .header__sub {
    background: #F5F5F5;
  }
}

@media only screen and (max-width: 767px) {
  .header__sub {
    background: #EDFDF8 url(/common/img/bg_stripe_primary.svg) left top/0.6rem auto;
  }
}

.header__sub a {
  color: #222;
  font-size: 1.4rem;
  text-decoration: underline;
}

.header__sub a[target="_blank"]:after {
  background: url(/common/img/icon_blank.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  margin: -.4rem 0 0 .8rem;
  vertical-align: middle;
  width: 2.4rem;
}

.header__sub a[href="/rule/risk.html"]:before {
  background: url(/common/img/icon_global-nav_risk.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  margin: -.4rem .8rem 0 0;
  vertical-align: middle;
  width: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .header__sub a:hover {
    text-decoration: none;
  }
}

.header__main {
  align-items: center;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .header__main {
    height: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .header__main {
    height: 6.4rem;
  }
}

.global-nav__utility .global-nav__list-label {
  text-align: center;
}

.global-nav {
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .global-nav.nav--pc {
    flex-shrink: 0;
    height: 100%;
    opacity: 1;
  }
  .global-nav.nav--pc .nav--compact__only,
  .global-nav.nav--pc .nav--sp__only {
    display: none !important;
  }
  .global-nav.nav--pc .list--01__wrap {
    height: auto !important;
  }
  .global-nav.nav--pc .global-nav__list-label {
    justify-content: center;
    text-align: center;
  }
  .global-nav.nav--pc .global-nav__list-label:before {
    background: url(/common/img/bg_stripe_primary3.svg) left top/0.6rem auto;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .global-nav.nav--pc .global-nav__list-label:after {
    background: #43DEB1;
    bottom: 0;
    content: "";
    display: block;
    height: .4rem;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .global-nav.nav--pc .global-nav__list-label .global-nav__list-label-inn {
    position: relative;
    z-index: 1;
  }
  .global-nav.nav--pc .global-nav__list-item:hover .global-nav__list-label {
    text-decoration: none;
  }
  .global-nav.nav--pc .global-nav__list-item:hover .global-nav__list-label:before, .global-nav.nav--pc .global-nav__list-item:hover .global-nav__list-label:after {
    opacity: 1;
  }
  .global-nav.nav--pc .global-nav__list.list--01 {
    display: flex !important;
  }
  .global-nav.nav--pc .global-nav__list.list--01 .global-nav__utility {
    display: none;
  }
  .global-nav.nav--pc .global-nav__list.list--01 .global-nav__utility strong.icon:before {
    background: url(/common/img/icon_global-nav_risk.svg) center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 2rem;
    margin-top: -.4rem;
    vertical-align: middle;
    width: 2rem;
  }
  .global-nav.nav--pc .global-nav__list.list--02 .global-nav__list-label {
    padding: 0;
  }
  .global-nav.nav--pc .global-nav__inn-list {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    min-width: 100%;
    padding: 1rem 1.6rem 1.6rem 1.6rem;
    position: absolute;
    top: 100%;
  }
  .global-nav.nav--pc .global-nav__inn-list > li > a {
    white-space: nowrap;
  }
  .global-nav.nav--compact {
    align-items: center;
    display: flex;
    height: 100%;
    opacity: 1;
  }
  .global-nav.nav--compact .nav--pc__only,
  .global-nav.nav--compact .nav--sp__only {
    display: none !important;
  }
  .global-nav.nav--compact .global-nav__button {
    display: block;
    order: 2;
    top: auto !important;
  }
  .global-nav.nav--compact .list--01__wrap {
    background: #FFF;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding-bottom: 7.2rem;
    position: fixed;
    right: -45rem;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 45rem;
    z-index: 1;
  }
  .global-nav.nav--compact .list--01__wrap .global-nav__utility {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .global-nav.nav--compact .list--01__wrap.open {
    opacity: 1;
    right: 0;
  }
  .global-nav.nav--compact .list--01 {
    -webkit-overflow-scrolling: touch;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 18rem 0 7.2rem;
  }
  .global-nav.nav--compact .list--01 .global-nav__list-label-inn {
    display: block;
    padding-left: 4.4rem;
    position: relative;
  }
  .global-nav.nav--compact .list--01 .global-nav__list-label-inn:before, .global-nav.nav--compact .list--01 .global-nav__list-label-inn:after {
    background: #43DEB1;
    content: "";
    display: block;
    height: .4rem;
    left: 0;
    margin-top: -.2rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out;
    width: 2rem;
  }
  .global-nav.nav--compact .list--01 .global-nav__list-label-inn:after {
    transform: rotate(90deg);
  }
  .global-nav.nav--compact .list--01 .global-nav__list-label {
    display: block;
    font-size: 2.2rem;
    padding: 0;
  }
  .global-nav.nav--compact .list--01 .global-nav__list-label strong {
    background: none;
    padding: 0;
  }
  .global-nav.nav--compact .list--01 .global-nav__list-label.open .global-nav__list-label-inn:after {
    transform: rotate(0);
  }
  .global-nav.nav--compact .list--01 .global-nav__list-item {
    height: auto;
    padding: 0 4rem;
  }
  .global-nav.nav--compact .list--01 .global-nav__list-item + .global-nav__list-item {
    margin-top: 4rem;
  }
  .global-nav.nav--compact .list--02 {
    align-items: center;
    display: flex;
    height: 100%;
    order: 1;
  }
  .global-nav.nav--compact .list--02 .global-nav__list-label {
    justify-content: center;
    padding: 0;
    text-align: center;
  }
  .global-nav.nav--compact .list--02 .global-nav__list-label:after {
    background: #43DEB1;
    bottom: 0;
    content: "";
    display: block;
    height: .4rem;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .global-nav.nav--compact .list--02 .global-nav__list-item:hover .global-nav__list-label {
    text-decoration: none;
  }
  .global-nav.nav--compact .list--02 .global-nav__list-item:hover .global-nav__list-label:before, .global-nav.nav--compact .list--02 .global-nav__list-item:hover .global-nav__list-label:after {
    opacity: 1;
  }
  .global-nav.nav--compact .global-nav__inn-list {
    display: none;
    padding: 4rem 0 0 4.4rem;
  }
  .global-nav .global-nav__list-label-inn-2 {
    background: url(/common/img/icon_global-nav_risk.svg) 0 center/3rem auto no-repeat;
    padding-left: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav.nav--sp {
    flex-shrink: 0;
    height: 100%;
    opacity: 1;
  }
  .global-nav.nav--sp .nav--pc__only,
  .global-nav.nav--sp .nav--compact__only {
    display: none !important;
  }
  .global-nav.nav--sp .global-nav__button {
    display: block;
  }
  .global-nav.nav--sp .global-nav__list-wrap {
    background: #FFF;
    display: none;
    left: 0;
    padding-bottom: 12.05357vh;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .global-nav.nav--sp .list--01__wrap {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
  }
  .global-nav.nav--sp .list--01 {
    padding: 10.4rem 0 6.4rem;
  }
  .global-nav.nav--sp .list--01 .global-nav__list-item {
    padding: 0 2rem 0 4rem;
  }
  .global-nav.nav--sp .list--01 .global-nav__list-item + .global-nav__list-item {
    margin-top: 4rem;
  }
  .global-nav.nav--sp .list--01 .global-nav__list-label-inn {
    display: block;
    padding-left: 4.4rem;
    position: relative;
  }
  .global-nav.nav--sp .list--01 .global-nav__list-label-inn:before, .global-nav.nav--sp .list--01 .global-nav__list-label-inn:after {
    background: #43DEB1;
    content: "";
    display: block;
    height: .4rem;
    left: 0;
    margin-top: -.2rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out;
    width: 2rem;
  }
  .global-nav.nav--sp .list--01 .global-nav__list-label-inn:after {
    transform: rotate(90deg);
  }
  .global-nav.nav--sp .list--01 .global-nav__list-label {
    display: block;
    font-size: 2.4rem;
    padding: 0;
  }
  .global-nav.nav--sp .list--01 .global-nav__list-label strong {
    background: none;
    padding: 0;
  }
  .global-nav.nav--sp .list--01 .global-nav__list-label.open .global-nav__list-label-inn:after {
    transform: rotate(0);
  }
  .global-nav.nav--sp .list--02 {
    bottom: 0;
    height: 12.05357vh;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .global-nav.nav--sp .list--02 .global-nav__list-label {
    align-items: flex-start;
    border-top: 1px solid;
    padding-top: 10px;
  }
  .global-nav.nav--sp .list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label {
    background: #FFF;
    border-color: #EAEAEA;
  }
  .global-nav.nav--sp .list--02 .global-nav__list-item:nth-of-type(2) .global-nav__list-label {
    border-color: #EAEAEA;
  }
  .global-nav.nav--sp .list--02 .global-nav__list-item:nth-of-type(3) .global-nav__list-label {
    border-color: #EAEAEA;
  }
  .global-nav .global-nav__list strong.icon:before {
    background: url(/common/img/icon_global-nav_risk.svg) center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 2rem;
    margin-top: -.4rem;
    vertical-align: middle;
    width: 2rem;
  }
}

.global-nav__button {
  cursor: pointer;
  height: 100%;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .global-nav__button {
    display: none;
    width: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav__button {
    width: 6.4rem;
  }
}

.global-nav__button span {
  background: #222;
  display: block;
  height: .2rem;
  left: 50%;
  margin-left: -1.2rem;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .global-nav__button span:nth-of-type(1) {
    top: 3.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav__button span:nth-of-type(1) {
    top: 2.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .global-nav__button span:nth-of-type(2) {
    top: 3.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav__button span:nth-of-type(2) {
    top: 3.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .global-nav__button span:nth-of-type(3) {
    top: 4.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav__button span:nth-of-type(3) {
    top: 3.9rem;
  }
}

.global-nav__button.open span:nth-of-type(1) {
  margin-top: -.1rem;
  top: 50%;
  transform: rotate(135deg);
}

.global-nav__button.open span:nth-of-type(2) {
  opacity: 0;
}

.global-nav__button.open span:nth-of-type(3) {
  margin-top: -.1rem;
  top: 50%;
  transform: rotate(-135deg);
}

@media print, screen and (min-width: 768px) {
  .global-nav__list-wrap {
    display: flex !important;
    height: 100% !important;
  }
}

.global-nav__list-label {
  color: #222;
  cursor: pointer;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .global-nav__list-label {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 1.25vw;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .global-nav__list-item {
    height: 100%;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .global-nav__list {
    align-items: center;
    display: flex;
    height: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 {
    border-left: 1px solid #EAEAEA;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav__list.list--02 {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav__list.list--02 .global-nav__list-label {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav__list.list--02 .global-nav__list-item {
    flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) {
    width: auto;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label {
  position: relative;
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label:before {
    display: none;
  }
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label:hover img:nth-of-type(1) {
    opacity: 0;
  }
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label:hover img:nth-of-type(2) {
    opacity: 1;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label > span.img {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label > span.img {
    height: 3.2rem;
    width: 3.2rem;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label img {
    transition: all 0.2s ease-in-out;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(1) .global-nav__list-label img:nth-of-type(2) {
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) {
    width: 15.8rem;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) img {
  height: 2.2rem;
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) .li_1 {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) .li_1 {
    font-size: 1.2rem;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) .li_2 {
  font-size: 1rem;
  padding: 0 0.6rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border-radius: 2px;
  color: #F67401;
}

@media only screen and (max-width: 767px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) .li_2 {
    font-size: 0.8rem;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) .global-nav__list-label {
  background: #F67401;
  color: #FFF;
  border-left: 0.1rem solid #EAEAEA;
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) .global-nav__list-label:before {
    display: none;
  }
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(2) .global-nav__list-label:after {
    background: #42DEB1;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(2):hover img {
  height: 2.4rem;
  transition: all 0.1s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) {
    width: 15.8rem;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) img {
  height: 2.2rem;
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) .li_1 {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) .li_1 {
    font-size: 1.2rem;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) .li_2 {
  font-size: 1rem;
  padding: 0 0.6rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border-radius: 2px;
  color: #46CCFF;
}

@media only screen and (max-width: 767px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) .li_2 {
    font-size: 0.8rem;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) .global-nav__list-label {
  background: #45CCFF;
  color: #FFF;
  border-left: 0.1rem solid #EAEAEA;
}

@media print, screen and (min-width: 768px) {
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) .global-nav__list-label:before {
    display: none;
  }
  .global-nav__list.list--02 .global-nav__list-item:nth-of-type(3) .global-nav__list-label:after {
    background: #42DEB1;
  }
}

.global-nav__list.list--02 .global-nav__list-item:nth-of-type(3):hover img {
  height: 2.4rem;
  transition: all 0.1s ease-in-out;
}

.global-nav__utility > ul {
  display: flex;
}

.global-nav__utility > ul > li {
  flex: 1;
}

.global-nav__utility > ul > li > a {
  align-items: center;
  border-top: 1px solid;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 7.2rem;
  justify-content: center;
  line-height: 1.64706;
}

.global-nav__utility > ul > li > a:hover {
  text-decoration: none;
}

.global-nav__utility > ul > li:nth-of-type(1) > a {
  background: #FFF;
  border-color: #EAEAEA;
  color: #222;
}

.global-nav__utility > ul > li:nth-of-type(2) > a {
  background: #43DEB1;
  border-color: #43DEB1;
  color: #FFF;
}

.global-nav__inn-list {
  display: none;
}

@media only screen and (max-width: 767px) {
  .global-nav__inn-list {
    padding: 4rem 0 0 4.4rem;
  }
}

.global-nav__inn-list > li + li {
  margin-top: 1.2rem;
}

.global-nav__inn-list > li > a {
  color: #222;
  display: block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .global-nav__inn-list > li > a:before {
    background: url(/common/img/arrow_global-nav.svg) center/contain no-repeat;
    content: "";
    display: block;
    height: 1.2rem;
    left: -1.6rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .8rem;
  }
  .global-nav__inn-list > li > a:hover {
    text-decoration: none;
  }
  .global-nav__inn-list > li > a:hover:before {
    opacity: 1;
  }
}

.global-nav__inn-list > li > a[target="_blank"]:after {
  background: url(/common/img/icon_blank.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  margin: -.4rem 0 0 .8rem;
  vertical-align: middle;
  width: 2.4rem;
}

.footer .risk {
  background: url(/common/img/bg_stripe_secondary.svg) center/0.6rem auto;
}

@media print, screen and (min-width: 768px) {
  .footer .risk {
    padding: 6.4rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .risk {
    padding: 2rem;
  }
}

.footer .risk__inn {
  background: #FFF;
}

@media print, screen and (min-width: 768px) {
  .footer .risk__inn {
    margin: 0 auto;
    padding: 6.4rem;
    width: 100rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer .risk__inn {
    padding: 3.2rem;
  }
}

.footer .risk__inn .index--h3 {
  margin-bottom: 2.4rem;
}

.footer .risk__inn p + p {
  margin-top: 2.4rem;
}

.footer__main-top {
  position: relative;
}

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

@media print, screen and (min-width: 768px) {
  .footer__main-top .index--h4 {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top .index--h4 {
    font-size: 1.8rem;
    line-height: 1.66667;
    margin-bottom: 1.8rem;
  }
}

.footer__main-top .pagetop {
  align-items: center;
  background: #FFF;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .footer__main-top .pagetop {
    flex-shrink: 0;
    order: 4;
    max-width: 46rem;
    width: 23.95833vw;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top .pagetop {
    height: 32.85024vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 32.85024vw;
  }
}

.footer__main-top .pagetop span {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .footer__main-top .pagetop span {
    width: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top .pagetop span {
    width: 14.49275vw;
  }
}

.footer__main-top .pagetop span svg {
  display: block;
}

.footer__main-top-nav {
  background: #EDFDF8;
}

@media print, screen and (min-width: 768px) {
  .footer__main-top-nav {
    flex: 1;
    margin-bottom: -4rem;
    order: 2;
    padding: 6.4rem 3.33333vw 6.4rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top-nav {
    min-height: 32.85024vw;
    padding: 6.4rem 37.68116vw 0.8rem 4.83092vw;
  }
  .footer__main-top-nav:not(:first-child) {
    padding-top: 0rem;
    padding-bottom: 6.4rem;
  }
}

.footer__main-top-nav ul li {
  padding-left: 1.6rem;
  position: relative;
}

.footer__main-top-nav ul li + li {
  margin-top: .8rem;
}

.footer__main-top-nav ul li:before {
  background: url(/common/img/arrow_right_primary.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .8rem;
}

.footer__main-top-nav ul a {
  color: inherit;
}

.app-area {
  display: flex;
  gap: 2rem;
}

.app-icon {
  height: 4.6rem;
  margin-bottom: 0.8rem;
}

.footer__main-top-app {
  background: #EDFDF8;
}

@media print, screen and (min-width: 768px) {
  .footer__main-top-app {
    border-left: 1px solid #43DEB1;
    margin-bottom: -4rem;
    order: 3;
    padding: 6.4rem 3.33333vw;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top-app {
    padding: 0 4.83092vw 6.4rem;
  }
}

.footer__main-top-app ul {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer__main-top-app ul {
    justify-content: center;
    margin-left: -4.83092vw;
    width: calc(100% + 9.66184vw);
  }
}

@media print, screen and (min-width: 768px) {
  .footer__main-top-app li {
    align-items: center;
    display: flex;
  }
  .footer__main-top-app li + li {
    margin-left: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top-app li + li {
    margin-left: 3.86473vw;
  }
}

.footer__main-top-app li > a {
  display: block;
}

.footer__main-top-app li > a > img {
  display: block;
  max-width: none;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .footer__main-top-app li > a > img {
    height: 2.8125vw;
    max-height: 5.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top-app li > a > img {
    height: 14.49275vw;
    max-height: 6rem;
  }
}

.footer__main-top-logo {
  background: #EDFDF8;
}

@media print, screen and (min-width: 768px) {
  .footer__main-top-logo {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: -4rem;
    order: 1;
    padding: 6.4rem 4.16667vw 6.4rem 3.33333vw;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top-logo {
    padding: 0 4.83092vw 6.4rem;
  }
}

.footer__main-top-logo h2 a {
  display: block;
}

.footer__main-top-logo h2 img {
  display: block;
  height: 4.8rem;
  width: auto;
}

.footer__main-top-logo h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.84615;
  margin-bottom: 0.8rem;
}

.footer__main-top-logo .company {
  font-size: 1.3rem;
  line-height: 1.84615;
}

.footer__main-top-logo .web-menu {
  background: url(/common/img/arrow_right_primary.svg) 0/0 no-repeat;
  background-size: 0.8rem;
  padding-left: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .footer__main-top-logo .web-menu {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-top-logo .web-menu {
    margin-top: 0.8rem;
  }
}

.footer__main-bottom {
  background: #223636;
  color: #FFF;
}

@media print, screen and (min-width: 768px) {
  .footer__main-bottom {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-bottom {
    padding-bottom: 1.6rem;
  }
}

.footer__main-bottom-line {
  align-items: center;
  display: flex;
  height: 7.2rem;
  justify-content: center;
  width: 7.2rem;
  margin-top: 5.6rem;
}

@media print, screen and (min-width: 768px) {
  .footer__main-bottom-line {
    margin-left: 3.33333vw;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-bottom-line {
    margin: 0 auto;
  }
}

.footer__main-bottom-line img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .footer__main-bottom-line img {
    width: 4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__main-bottom-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 2.08333vw;
    margin-top: 6.4rem;
  }
}

.footer__main-bottom-left .footer__main-bottom-banner {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .footer__main-bottom-left .footer__main-bottom-banner {
    width: 100%;
    margin-right: 1.25vw;
    margin-bottom: 1.25vw;
  }
}

@media only screen and (max-width: 767px) {
  .footer__main-bottom-left .footer__main-bottom-banner {
    text-align: center;
    margin-top: 3.86473vw;
  }
}

.footer__main-bottom-left .footer__main-bottom-banner-first {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .footer-img {
    margin-top: 2rem;
  }
}

.footer__main-bottom-copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer__main-bottom-copyright {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 15rem;
    justify-content: center;
    margin: 0;
    max-width: 46rem;
    padding: 0 .8rem;
    width: 23.95833vw;
  }
}

.sns-icon {
  display: flex;
  gap: 2rem;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .sns-icon {
    justify-content: left !important;
    padding-left: 20px;
  }
}

.button {
  background: #A3A3A3;
  border-radius: 999rem;
  border: none;
  color: #222;
  cursor: pointer;
  display: block;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 1.7rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.button:after {
  background: center / contain no-repeat;
  content: "";
  display: block;
  height: 1.8rem;
  opacity: 0;
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: .8rem;
}

@media print, screen and (min-width: 768px) {
  .button:hover {
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  .button:hover:after {
    opacity: 1;
  }
}

.button.button--primary {
  background: #43DEB1;
  color: #FFF;
}

.button.button--primary:after {
  background-image: url(/common/img/arrow_button_right_white.svg);
}

.button.button--outline {
  background: transparent;
  border: 1px solid #43DEB1;
}

.button.button--outline:after {
  background-image: url(/common/img/arrow_button_right_white.svg);
}

@media print, screen and (min-width: 768px) {
  .button.button--outline:hover {
    background: #43DEB1;
    color: #FFF;
  }
}

.button.button--white {
  background: #FFF;
}

.button.button--white:after {
  background-image: url(/common/img/arrow_button_right_black.svg);
}

.button2 {
  background: #A3A3A3;
  border-radius: 999rem;
  border: none;
  color: #222;
  cursor: pointer;
  display: block;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 1.7rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.button2:after {
  background: center / contain no-repeat;
  content: "";
  display: block;
  height: 1.8rem;
  opacity: 0;
  position: absolute;
  right: auto;
  left: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: .8rem;
}

@media print, screen and (min-width: 768px) {
  .button2:hover {
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  .button2:hover:after {
    opacity: 1;
  }
}

.button2.button--primary {
  background: #43DEB1;
  color: #FFF;
}

.button2.button--primary:after {
  background-image: url(/common/img/arrow_button_left_white.svg);
}

.button2.button--outline {
  background: transparent;
  border: 1px solid #43DEB1;
}

.button2.button--outline:after {
  background-image: url(/common/img/arrow_button_left_white.svg);
}

@media print, screen and (min-width: 768px) {
  .button2.button--outline:hover {
    background: #43DEB1;
    color: #FFF;
  }
}

.button2.button--white {
  background: #FFF;
}

.button2.button--white:after {
  background-image: url(/common/img/arrow_button_left_black.svg);
}

.button-none_arrow {
  background: #A3A3A3;
  border-radius: 999rem;
  border: none;
  color: #222;
  cursor: pointer;
  display: block;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 1.7rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.button-none_arrow:after {
  background: center / contain no-repeat;
  content: "";
  display: block;
  height: 1.8rem;
  opacity: 0;
  position: absolute;
  right: auto;
  left: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: .8rem;
}

@media print, screen and (min-width: 768px) {
  .button-none_arrow:hover {
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 0.7rem 3.8rem;
  }
  .button-none_arrow:hover:after {
    opacity: 1;
  }
}

.button-none_arrow.button--primary {
  background: #43DEB1;
  color: #FFF;
}

.button-none_arrow.button--outline {
  border: 1px solid #43DEB1;
}

@media print, screen and (min-width: 768px) {
  .button-none_arrow.button--outline:hover {
    background: #43DEB1;
    color: #FFF;
  }
}

.button-none_arrow.button--white {
  background: #FFF;
}

.common-section .button {
  margin: 0 auto;
  max-width: 37.5rem;
}

.common-section * + .button {
  margin-top: 6.4rem;
}

@media print, screen and (min-width: 768px) {
  .common-section + .common-section .common-section__inn {
    padding-top: 10.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .common-section + .common-section .common-section__inn {
    padding-top: 8rem;
  }
}

.common-section .button2 {
  margin: 0 auto;
  max-width: 37.5rem;
}

.common-section * + .button2 {
  margin-top: 6.4rem;
}

@media print, screen and (min-width: 768px) {
  .common-section + .common-section .common-section__inn {
    padding-top: 10.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .common-section + .common-section .common-section__inn {
    padding-top: 8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .common-section__inn {
    margin: 0 auto;
    padding-bottom: 10.4rem;
    width: 96rem;
  }
}

@media only screen and (max-width: 767px) {
  .common-section__inn {
    padding: 0 2rem 8rem;
  }
}

.lets-start {
  background: #43DEB1;
}

@media print, screen and (min-width: 768px) {
  .lets-start .common-section__inn {
    background: url(/common/img/bg_lets-start.png) center bottom/96rem auto no-repeat;
    padding-top: 10.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .lets-start .common-section__inn {
    padding-top: 8rem;
  }
}

.lets-start * + .lets-start__button {
  margin-top: 4.8rem;
}

.lets-start__index {
  color: #FFF;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
}

.lets-start__button .button {
  max-width: 29rem;
}

.index--h1 {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .index--h1 {
    font-size: 4.2rem;
    line-height: 1.47619;
  }
}

@media only screen and (max-width: 767px) {
  .index--h1 {
    font-size: 3rem;
    line-height: 1.53333;
  }
}

* + .index--h1 {
  margin-top: 6.4rem;
}

.index--h2 {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .index--h2 {
    font-size: 2.6rem;
    line-height: 1.61538;
  }
}

@media only screen and (max-width: 767px) {
  .index--h2 {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

* + .index--h2 {
  margin-top: 6.4rem;
}

.index--h3 {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .index--h3 {
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}

@media only screen and (max-width: 767px) {
  .index--h3 {
    font-size: 2rem;
    line-height: 1.7;
  }
}

* + .index--h3 {
  margin-top: 2.4rem;
}

.index--h4 {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .index--h4 {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

@media only screen and (max-width: 767px) {
  .index--h4 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

* + .index--h4 {
  margin-top: 2.4rem;
}

.index--h5 {
  font-weight: 700;
}

* + .index--h5 {
  margin-top: 2.4rem;
}

* + p {
  margin-top: 2.4rem;
}

strong {
  background: linear-gradient(transparent 70%, #45CCFF 70%);
  padding-bottom: 0;
}

sup,
sub {
  font-size: 40%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

ul.list > li,
ol.list > li {
  position: relative;
}

ul.list > li + li,
ol.list > li + li {
  margin-top: 1.6rem;
}

ul.list > li > ul.notice,
ol.list > li > ul.notice {
  margin-top: 1.6rem;
}

ul.list > li > ul.inn-list,
ol.list > li > ul.inn-list {
  margin-top: 1.6rem;
}

ul.list > li > ul.inn-list li,
ol.list > li > ul.inn-list li {
  padding-left: 1.6rem;
  position: relative;
}

ul.list > li > ul.inn-list li + li,
ol.list > li > ul.inn-list li + li {
  margin-top: 1.6rem;
}

ul.list > li > ul.inn-list li:before,
ol.list > li > ul.inn-list li:before {
  border-color: transparent transparent transparent #43DEB1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 1.1rem;
  width: 0;
}

ul.list > li {
  padding-left: 2.2rem;
}

ul.list > li:before {
  background: #43DEB1;
  border-radius: 50%;
  content: "";
  display: block;
  height: .6rem;
  left: .4rem;
  position: absolute;
  top: 1.2rem;
  width: .6rem;
}

ol.list {
  counter-reset: item;
}

ol.list > li {
  padding-left: 2.8rem;
}

ol.list > li:before {
  align-items: center;
  background: #43DEB1;
  border-radius: 50%;
  color: #FFF;
  content: counter(item);
  counter-increment: item;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 2rem;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: .04em;
  top: .5rem;
  width: 2rem;
}

* + ul.list,
* + ol.list {
  margin-top: 2.4rem;
}

ul.notice li {
  color: #7A7A7A;
  font-size: 1.3rem;
}

ul.notice li:before {
  content: "※";
}

ul.notice a[target="_blank"]:after {
  background: url(/common/img/icon_blank.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2rem;
  margin: -.3rem 0 0 .4rem;
  vertical-align: middle;
  width: 2rem;
}

* + ul.notice {
  margin-top: 1.6rem;
}

.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.table caption {
  margin-bottom: 2.4rem;
  text-align: right;
}

.table tr > * + * {
  border-left: 1px solid #FFF;
}

.table th {
  background: #FFF;
  border-top: 1px solid #EAEAEA;
  font-weight: 700;
  padding: 1.6rem;
  text-align: left;
  vertical-align: middle;
}

.table td {
  background: #FFF;
  border-top: 1px solid #EAEAEA;
  padding: 1.6rem;
  text-align: left;
  vertical-align: middle;
}

.table tbody tr:nth-of-type(2n+1) th,
.table tbody tr:nth-of-type(2n+1) td {
  background: #F5F5F5;
  border-left-color: #F5F5F5;
}

@media print, screen and (min-width: 768px) {
  .table tbody tr:last-of-type th {
    border-bottom: 1px solid #EAEAEA;
  }
}

.table tbody tr:last-of-type td {
  border-bottom: 1px solid #EAEAEA;
}

.table thead tr th {
  background: #EAEAEA;
  border-left-color: #FFF;
  border-top: none;
}

.table thead + tbody tr:nth-of-type(2n) th,
.table thead + tbody tr:nth-of-type(2n) td {
  background: #F5F5F5;
  border-left-color: #F5F5F5;
}

.table thead + tbody tr:nth-of-type(2n+1) th,
.table thead + tbody tr:nth-of-type(2n+1) td {
  background: #FFF;
  border-left-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .table__scroll {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .table__scroll-inn {
    display: inline-block;
    vertical-align: bottom;
  }
  .table__scroll-inn .table {
    width: auto;
  }
  .table__scroll-inn .table th,
  .table__scroll-inn .table td {
    white-space: nowrap;
  }
}

.tablesorter-header-inner {
  align-items: center;
  background: right center / 2.4rem no-repeat;
  display: flex;
  min-height: 2.4rem;
  padding-right: 2.4rem;
}

.tablesorter-header {
  cursor: pointer;
}

.tablesorter-header.tablesorter-headerUnSorted .tablesorter-header-inner {
  background-image: url(/common/img/icon_tablesorter_default.svg);
}

.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner {
  background-image: url(/common/img/icon_tablesorter_asc.svg);
}

.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner {
  background-image: url(/common/img/icon_tablesorter_desc.svg);
}

[data-aos=fade-up] {
  transform: translate3d(0, 0.8rem, 0);
}

@media print, screen and (min-width: 768px) {
  .mfp-container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mfp-container {
    padding: 0 2rem;
  }
}

@media print, screen and (min-width: 768px) {
  img.mfp-img {
    padding: 2rem 6.6rem 2rem 0;
  }
}

@media only screen and (max-width: 767px) {
  img.mfp-img {
    padding: 6.4rem 0 0;
  }
}

.mfp-figure:after {
  bottom: auto;
  left: 0;
  right: auto;
}

@media print, screen and (min-width: 768px) {
  .mfp-figure:after {
    height: calc(100% - 2rem * 2);
    top: 2rem;
    width: calc(100% - 6.6rem);
  }
}

@media only screen and (max-width: 767px) {
  .mfp-figure:after {
    height: calc(100% - 6.4rem);
    top: 6.4rem;
    width: 100%;
  }
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-img__modal .mfp-close,
.mfp-inline__modal .mfp-close {
  background: url(/common/img/button_mfp-close.svg) no-repeat;
  background-size: 3.4rem;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .mfp-img__modal .mfp-close,
  .mfp-inline__modal .mfp-close {
    background-position: right top 2rem;
    height: 100%;
    width: 6.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mfp-img__modal .mfp-close,
  .mfp-inline__modal .mfp-close {
    height: 6.4rem;
    width: 100%;
  }
}

.mfp-zoom-out-cur {
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .mfp-img__modal .mfp-content {
    margin-left: 6.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mfp-img__modal .mfp-content {
    margin-bottom: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mfp-img__modal .mfp-close {
    background-position: right top;
    height: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mfp-wrap.mfp-inline__modal {
    position: fixed !important;
    top: 0 !important;
  }
}

.mfp-wrap.mfp-inline__modal .mfp-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mfp-wrap.mfp-inline__modal .mfp-container:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mfp-wrap.mfp-inline__modal .mfp-container {
    padding: 0;
  }
}

.mfp-wrap.mfp-inline__modal .mfp-content {
  display: block;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mfp-wrap.mfp-inline__modal .mfp-content {
    margin: 0 auto;
    padding: 7.2rem 6.6rem;
    width: 102.6rem;
  }
}

.mfp-wrap.mfp-inline__modal .inline-modal__inn {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
  padding: 0 2rem;
}

.mfp-wrap.mfp-inline__modal .inline-modal__border {
  border-top: 1px solid #43DEB1;
  padding-top: 3.2rem;
}

.mfp-wrap.mfp-inline__modal .inline-modal__box {
  background: #EDFDF8;
  padding: 2.4rem;
}

.mfp-wrap.mfp-inline__modal .inline-modal__box * + .index--h2 {
  margin-top: 2.4rem;
}

.mfp-wrap.mfp-inline__modal .inline-modal {
  background: #FFF;
  height: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .mfp-wrap.mfp-inline__modal .inline-modal {
    padding: 6.4rem 6.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mfp-wrap.mfp-inline__modal .inline-modal {
    padding: 9.2rem 0 4rem;
  }
}

.mfp-wrap.mfp-inline__modal .inline-modal * + .inline-modal__border {
  margin-top: 3.2rem;
}

.mfp-wrap.mfp-inline__modal .inline-modal * + .inline-modal__box {
  margin-top: 2.4rem;
}

.mfp-wrap.mfp-inline__modal .inline-modal a[target="_blank"]:not([href$=".pdf"]):after {
  background: url(/common/img/icon_blank.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  margin: -.4rem 0 0 .8rem;
  vertical-align: middle;
  width: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .mfp-wrap.mfp-inline__modal .mfp-close {
    background-position: right 7.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mfp-wrap.mfp-inline__modal .mfp-close {
    background-position: right 2rem center;
    height: 9.2rem;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 4.8rem auto;
  width: 96rem;
}

.breadcrumb li {
  font-size: 1.4rem;
  margin-right: 1.6rem;
}

.breadcrumb li:after {
  content: "/";
  margin-left: 1.6rem;
  white-space: pre-wrap;
}

.breadcrumb li:last-of-type {
  margin-right: 0;
}

.breadcrumb li:last-of-type:after {
  display: none;
}

.page-title {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .page-title {
    margin: 0 auto 10.4rem;
    padding: 8rem 0;
    width: 96rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 8rem;
    padding: 8rem 2rem;
  }
}

.page-title:before {
  background: url(/common/img/bg_stripe_primary.svg) left top/0.6rem auto;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .page-title:before {
    width: 91.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-title:before {
    width: 50%;
  }
}

.page-title h1 {
  font-weight: 700;
  position: relative;
}

.page-title h1 .ja {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .page-title h1 .ja {
    font-size: 6rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .page-title h1 .ja {
    font-size: 3.8rem;
    line-height: 1.44737;
  }
}

.page-title h1 .en {
  color: #43DEB1;
  display: block;
  font-style: italic;
  letter-spacing: .2em;
}

@media print, screen and (min-width: 768px) {
  .page-title h1 .en {
    font-size: 2.6rem;
    line-height: 1.61538;
    margin-top: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-title h1 .en {
    font-size: 2rem;
    line-height: 1.63636;
    margin-top: 1.8rem;
  }
}

.page-title p {
  bottom: -4rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  left: 50%;
  letter-spacing: .2em;
  line-height: 1;
  max-width: calc(100% + 46.4rem + 2em);
  min-width: 108.4rem;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
}

.page-title p span {
  bottom: 0;
  display: block;
  position: absolute;
  right: 1em;
  transform: rotate(90deg) translateY(100%);
  transform-origin: right bottom;
  display: none;
}

.news__list-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.news__list-item + .news__list-item {
  margin-top: 4rem;
}

.news__list-item time {
  display: block;
  line-height: 1;
  margin: .4rem 1.6rem 0 0;
}

.news__list-item span {
  border: 1px solid;
  border-radius: .4rem;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  padding: .4rem .8rem;
}

.news__list-item span.important {
  background: #43DEB1;
  border-color: #43DEB1;
  color: #FFF;
}

.news__list-item span.maintenance {
  border-color: #A3A3A3;
  color: #7A7A7A;
}

.news__list-item span.press {
  border-color: #43DEB1;
  color: #43DEB1;
}

.news__list-item p {
  margin-top: .4rem;
  width: 100%;
}

.accordion__trigger {
  cursor: pointer;
}

.accordion__body {
  display: none;
}

.common-contact__inn {
  background: #FFF;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .common-contact__inn {
    padding: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .common-contact__inn {
    padding: 3.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .common-contact__inn * + .index--h4 {
    margin-top: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .common-contact__inn * + .index--h4 {
    margin-top: 3.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .common-contact__tel {
    font-size: 4rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .common-contact__tel {
    font-size: 3.2rem;
    line-height: 1.625;
  }
}

.common-contact {
  background: url(/common/img/bg_stripe_primary.svg) left top/0.6rem auto;
  padding: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .common-contact {
    margin: 10.4rem auto 0;
    width: 96rem;
  }
}

@media only screen and (max-width: 767px) {
  .common-contact {
    margin-top: 6.4rem;
  }
}

.common-contact * + .common-contact__tel {
  margin-top: 1.2rem;
}

.common-contact .notice li:before {
  display: none;
}

input[type=text] {
  border: 1px solid #A3A3A3;
  border-radius: 0;
  display: block;
  max-width: 100%;
  padding: 1.1rem 1.5rem;
}

input[type=text]::placeholder {
  color: #A3A3A3;
}

select {
  background: #FFF url(/common/img/arrow_accordion_black.svg) right 0.8rem center/1.6rem auto no-repeat;
  border: 1px solid #A3A3A3;
  border-radius: .6rem;
  color: #222;
  display: block;
  padding: 1.3rem 1.5rem;
  width: 100%;
}

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

.app-produced {
  text-align: center;
  color: #7A7A7A;
}

.app-button {
  max-width: 30rem;
  background: #FFF;
  border-radius: 999rem;
  border: #43DEB1 1px solid;
  color: #222;
  cursor: pointer;
  display: block;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 1.7rem 3.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}

.app-button :hover {
  background: #43DEB1;
  color: #FFF;
}

.app-subvisial {
  display: block;
  margin: 0 auto;
}

.app-title {
  color: #43DEB1;
  font-weight: 700;
}

.not-margin-h2 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.produced {
  color: #7A7A7A;
  font-weight: 700;
}

.company-name {
  font-weight: bold;
  color: #7A7A7A;
  font-size: 18px;
  margin-top: 1.2rem;
}

.report-item {
  display: flex;
  border-bottom: #EAEAEA solid 1px;
  padding: 2.4rem 0;
}

.report-item-1 {
  width: 30%;
  margin: auto 0;
}

.report-item-2 {
  width: 70%;
}

.report-item p {
  margin-top: 0.4rem;
}

.report-item-a {
  color: #222;
}

.company-name {
  font-weight: bold;
  color: #7A7A7A;
  font-size: 18px;
}

.app-report-img figure a {
  position: relative;
}

.app-report-img figure a:after {
  background: url(/other/app-report/img/icon_magnifying-glass.svg) center/contain no-repeat;
  bottom: 0.8rem;
  content: "";
  display: block;
  height: 4rem;
  position: absolute;
  right: 0.8rem;
  transition: all 0.2s ease-in-out;
  width: 4rem;
}

.vti-img {
  margin-top: 2.4rem;
}

.discramer {
  font-size: 1.3rem;
  color: #7A7A7A;
  margin-top: 0;
}

.discramer-top {
  font-weight: 700;
  font-size: 1.3rem;
  color: #7A7A7A;
}

.about-head {
  color: #DE6143;
  font-weight: 700;
}

.about {
  margin-top: 3.2rem;
  background-color: #F5F5F5;
  padding: 0.8rem;
}

#report p {
  margin-bottom: 1.2rem;
}

.report-date {
  color: #A3A3A3;
  margin-top: 1.2rem;
  font-size: 12px;
  font-weight: 700;
}

.report-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin-top: 2.4rem;
}

.stocks-report-item {
  width: 48%;
  margin-bottom: 3.2rem;
}

.report-title {
  font-weight: 700;
  margin-top: 0;
  font-size: 14px;
}

#not-mark:after {
  background: none;
}

.chat-btn {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 1;
  width: 120px;
  height: auto;
}

.chat-btn :hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .chat-btn {
    width: 90px;
    height: auto;
  }
}

.report-past-item {
  margin: 16px 0;
  align-items: center;
}

.past-report {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: #EAEAEA 1px solid;
}

.past-report .report-date {
  width: 20%;
  margin: auto 0;
}

.past-report .past-title {
  width: 75%;
  font-size: 14px;
  color: #222;
}

@media print, screen and (min-width: 768px) {
  .report-past-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 2.4rem;
  }
  .report-past-item {
    width: 48%;
    margin-bottom: 3.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .jkabu-img {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .stocks-report-item {
    width: 30%;
  }
  .report-container::after {
    content: "";
    display: block;
    width: 25%;
  }
}

.red {
  color: #DE6143;
  font-weight: 700;
}
/*# sourceMappingURL=common.css.map */