/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

@font-face {
  font-family: "NHaasGroteskTXPro-55Rg";
  src: url("../fonts/NHaasGrotskWeb/NHaasGroteskTXPro-55Rg.woff2") format('woff2'), url("../fonts/NHaasGrotskWeb/NHaasGroteskTXPro-55Rg.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NHaasGroteskDSPro-55Rg";
  src: url("../fonts/NHaasGrotskWeb/NHaasGroteskDSPro-55Rg.woff2") format('woff2'), url("../fonts/NHaasGrotskWeb/NHaasGroteskDSPro-55Rg.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NHaasGroteskDSPro-65Md";
  src: url("../fonts/NHaasGrotskWeb/NHaasGroteskDSPro-65Md.woff2") format('woff2'), url("../fonts/NHaasGrotskWeb/NHaasGroteskDSPro-65Md.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ELEMENTS */

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', 'HiraginoSans-W3', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  color: #2d3138;
  overflow-x: hidden;
}

h1 {
  font-size: 72px;
  line-height: 1em;
  margin: 0.2em 0px;
}

h2 {
  font-size: 56px;
  line-height: 1.21;
  font-weight: normal;
  margin: 0.2em 0;
}

h3 {
  font-size: 44px;
  line-height: 1.23;
  font-weight: normal;
  margin: 0;
}

h4 {
  font-size: 26px;
  line-height: 1.85;
  font-weight: normal;
  margin: 0;
}

h5 {
  font-size: 22px;
  line-height: 1.73;
  font-weight: normal;
  margin: 0;
}

h6 {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 24px;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 200ms ease-out;
  color: #2375d9;
}

p.figure_note {
  font-size: 13px;
  line-height: 1.77;
  color: #a2a2a3;
  margin-top: 40px;
}

.para_title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #154eb0;
}

a:after:not(.btn) {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #154eb0;
  top: -2px;
  position: relative;
  transition: all 0.15s ease-out;
}

a:hover::after {
  width: 100%;
}

a.no-line:hover::after {
  width: 0px;
}

ul.bullet-list {
  margin-bottom: 24px;
  list-style: none;
  padding-left: 0px;
}

ul.bullet-list li {
  font-size: 16px;
  line-height: 1.75;
  color: #2d3138;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

ul.bullet-list li::before {
  content: '';
  background: #1a63d9;
  position: absolute;
  left: 2px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

hr {
  border-top: 1px solid #ebeaeb;
  margin-bottom: 24px;
}

hr.section_hr {
  margin-bottom: 80px;
}

table td {
  padding-bottom: 8px;
  min-width: 200px;
}

/* Shared Styles */

.mobile_only {
  display: none !important;
}

.bold {
  font-weight: bold;
}

h3.page_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.63;
  color: #2d3138;
  margin-bottom: 64px;
}

h3.page_title span {
  font-size: 16px;
  font-weight: normal;
}

.no_border {
  border: none !important;
}

.title_composit {
  margin-bottom: 64px;
}

.non_break {
  white-space: nowrap;
}

.image_roller {
  overflow-x: auto;
}

.container.greyed {
  background: #F3F4F5;
  position: relative;
}

.container.greyed::before {
  content: ' ';
  position: absolute;
  left: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #F3F4F5;
}

.container.greyed::after {
  content: ' ';
  position: absolute;
  left: 100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #F3F4F5;
}

.container.greyed .row {
  padding-top: 140px;
  padding-bottom: 80px;
}

.container.greyed .row section {
  margin-bottom: 80px;
}

.container.greyed .row section .col-md-4 {
  padding-right: 45px;
}

.container.greyed .row section h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-bottom: 32px;
}

.container.greyed .row section h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #2d3138;
  margin-bottom: 22px;
}

.container.greyed .row section h5 span {
  display: inline-block;
  padding-top: 2px;
  border-radius: 50%;
  background-color: #2eabff;
  width: 40px;
  height: 40px;
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  margin-right: 12px;
}

.container.greyed .row section p {
  font-size: 16px;
  line-height: 1.75;
  color: #2d3138;
}

.row.no-margin {
  padding: 0 !important;
}

.tabular-list {
  border-top: 1px solid #ebeaeb;
}

div.right-aligned-note {
  color: #a2a2a3;
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}

.tabular-list .row .draw-borders {
  border-bottom: 1px solid #ebeaeb;
  padding: 34px 0 22px;
}

.tabular-list a.row {
  color: #2d3138;
  position: relative;
  transition: none;
}

.tabular-list a.row::after {
  content: none;
}

.tabular-list a.row:hover {
  color: #1950b0;
}

.tabular-list .row .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}

.tabular-list .row .date {
  font-size: 14px;
  line-height: 1.79;
  font-family: 'NHaasGroteskTXPro-55Rg';
  margin-right: 20px;
  padding: 0;
  width: 90px;
}

.tabular-list .row .data {
  font-size: 16px;
  line-height: 1.75;
  padding-right: 50px;
}

.tabular-list .row .data {
  font-size: 16px;
  line-height: 1.75;
  padding-right: 60px;
  padding-left: 10px;
  transition: all 250ms cubic-bezier(0.39, 0.57, 0.56, 1);
}

.tabular-list .row .data span {
  position: relative;
  display: inline-block;
  white-space: break-spaces;
  max-width: 100%;
}

.tabular-list .row .data span::after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #154eb0;
  top: -2px;
  position: relative;
  transition: all 200ms ease-out;
}

.tabular-list a.row:hover .data {
  padding-left: 35px;
  padding-right: 35px;
}

.tabular-list a.row:hover .data span::after {
  width: 0%;
}

.tabular-list a.row::after {
  content: '';
  background: url(../images/arrow_long.png) no-repeat right center;
  background-size: 32px 12px;
  position: absolute;
  width: 32px;
  opacity: 0;
  height: 12px;
  right: 62px;
  top: 40px;
  transition: all 200ms ease-out;
}

.tabular-list a.row:hover::after {
  opacity: 1;
  right: 30px;
}

.tabular-list .row .data.single_line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.notice, table.notice {
  font-size: 13px;
  line-height: 1.77;
  color: #a2a2a3;
  margin-bottom: 16px;
}

p.sub {
  font-size: 14px;
  line-height: 1.79;
  color: #2d3138;
  margin-bottom: 16px;
}

a.more_link {
  font-size: 14px;
  line-height: 1.79;
  color: #2d3138;
  margin-top: 40px;
  padding-right: 40px;
  transition: all 200ms ease-out;
  position: relative;
}

a.more_link:hover {
  color: #1950b0;
}

a.more_link::after {
  content: '';
  background: url(../images/arrow_long.png) no-repeat right center;
  background-size: 32px 12px;
  position: absolute;
  width: 20px;
  height: 12px;
  right: 12px;
  top: 7px;
}

a.more_link:hover::after {
  width: 32px;
  right: 0px;
}

.add_thick_bottom_gap {
  margin-bottom: 80px;
}

.nopadding {
  padding: 0 !important;
}

/* PAGE BANNER */

.page_banner {
  position: relative;
  width: 100%;
  background: #282828;
  z-index: 1;
  overflow-x: clip;
  overflow-y: clip;
}

.account_guide_page .page_banner, .vct2_page .page_banner {
  overflow-y: hidden;
}

.services_page .page_banner {
  overflow-y: unset;
}

.page_banner .background {
  background-size: cover;
  background-position: center center;
}

.page_banner .forground .page-caption {
  bottom: 110px;
}

.page_banner .forground .page_subinfo {
  opacity: .5;
  font-size: .9rem;
  margin-bottom: .2rem;
}

.page_banner h2,
.page_banner h1 {
  display: inline;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.53;
  color: #ffffff;
}

.page_banner h4 {
  display: inline-block;
}

.page_banner.FULL_SIZE {
  height: 95vh;
  min-height: 600px;
  max-height: 800px;
  z-index: 3;
}

.page_banner.NARROW_SIZE .background, .page_banner.HALF_SIZE .background {
  background: #134fab;
  background-image: radial-gradient(circle at 83% 47%, #1a72d9, #134fab 35%);
}

.page_banner.HALF_SIZE {
  height: 680px;
}

.page_banner.NARROW_SIZE {
  min-height: 300px;
}

.page_banner.NARROW_SIZE h4 {
  display: block;
  opacity: 0.5;
  font-family: 'NHaasGroteskTXPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 14px;
  line-height: 1.79;
  color: #ffffff;
}

.page_banner.HALF_SIZE h4 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  color: rgba(255, 255, 255, 0.5);
}

.page_banner.HALF_SIZE h2,
.page_banner.HALF_SIZE h1{
  font-size: 38px;
  line-height: 1.32;
}

.page_banner.HALF_SIZE h2 span {
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-weight: normal;
  font-size: 44px;
  line-height: 58px;
}

.page_banner.HALF_SIZE h2::after {
  content: ' ';
  display: block;
  background: #2eabff;
  width: 60px;
  height: 6px;
  margin-top: 8px;
  margin-bottom: 32px;
}

.page_banner.HALF_SIZE p {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}

.page_banner .background, .page_banner .forground {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}

.page_banner.banner_area {
	background: #154EB0;
}

.page_banner_home.banner_area {
	background: #154EB0;
	width: 100%;
	margin-bottom: 50px;
}

.page_banner .banner_img,
.page_banner_home .banner_img {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	max-width: 540px;
}

.page_banner .banner_img img,
.page_banner_home .banner_img img {
	width: 100%;
}

.index_page .page_banner .forground {
  background: rgba(16, 28, 60, 0);
}

.page_banner.NARROW_SIZE .forground {
  background-image: url('../images/header_narrow.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.page_banner .background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.page_banner .background video.edge_video {
  min-width: 100%;
  min-height: 102%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.edge_browser .page_banner .forground {
  margin-top: 0px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page_banner .background video {
    min-width: 100%;
    min-height: 102%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .page_banner .forground {
    margin-top: 0px !important;
  }
}

.page_banner .background #video_subtitles {
  text-align: right;
}

.notifications {
  color: black;
  z-index: 100;
  position: relative;
}

.notifications .alert {
  padding: 16px 30px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 23px;
  background: #fde9ed;
  border-top: 1px solid #fff;
}

.notifications .alert:first-child {
  border: none;
}

.notifications .alert * {
  font-size: 12px;
  margin: 0;
}

.notifications .alert a {
  color: #2375d9;
}

.notifications .alert.pers a {
  color: #f22c53;
}

.notifications .alert.pers a::after {
  background: #f22c53;
}

.notifications .alert.temp {
  padding-right: 80px;
  background: #f0f8ff;
}

.notifications .alert.hidden {
  display: none;
}

.notifications .alert .close_btn {
  background: url(../images/close_btn.png) no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 40px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.5;
  transition: 200ms all ease-out;
}

.notifications .alert .close_btn:hover {
  opacity: 0.85;
}

.notifications .alert.pers .close_btn {
  display: none;
}

#front_video_2 {
  width: 100%;
  height: 100%;
  background-image: url(../images/home_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}

#front_video_2 .model_img {
  width: 100%;
  height: 140%;
  position: absolute;
  background-image: url(../images/home_model.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.page_banner .forground .page-caption {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  padding-top: 85px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.index_page .page_banner .forground .page-caption .catchcopy .orange {
  color:#ff5338;
}

.page_banner.NARROW_SIZE .forground .page-caption {
  padding-top: 70px;
}

.page_banner .forground .page-caption .home_header .catchcopy {
  background:rgba(255, 255, 255, 0.75);
  margin-bottom: 70px;
}

.page_banner .forground .page-caption .home_header .catchcopy h1 {
  color: #005bce;
  font-size: 111px;
  font-weight: bold;
  padding: 0 30px;
}

.page_banner .forground .page_intro_img {
  position: relative;
  height: 100%;
  z-index: 2;
}

.page_banner .forground .page_intro_img div {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 62%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.vct2_page .page_banner .forground .page_intro_img div {
  background-position: right bottom 100%;
  background-size: 60%;
}

.index_page .page_banner .forground .page_intro_img div {
  display: none;
}

.account_guide_page .page_banner .forground .page_intro_img div {
  background-size: 580px;
  background-position: 240px 0px;
}

.page_intro_points {
  position: relative;
  background: #F3F4F5;
  overflow-x: hidden;
}

.page_intro_points .container .spaced_row {
  position: relative;
  padding: 0px 35px;
}

.page_intro_points .container h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-bottom: 16px;
}

.page_intro_points .container h4 span {
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 30px;
  font-weight: normal;
  line-height: 1.33;
  color: #2eabff;
}

.page_intro_points .container h4 p {
  font-size: 16px;
  line-height: 1.75;
  color: #2d3138;
}

.page_intro_points .container h4 p.notice {
  font-size: 13px;
  line-height: 1.77;
  color: #a2a2a3;
}

.page_intro_points .container .col-md-4 {
  padding-right: 60px;
}

#home-banner .carousel-control-prev, #home-banner .carousel-control-next {
  width: 56px !important;
  height: 56px !important;
  background-color: #f2f3f4 !important;
}

.page_intro_points .row .content {
  min-height: 380px;
  padding: 80px 60px 0;
  background: #fff;
}

.page_intro_points .row .content::before {
  content: ' ';
  position: absolute;
  left: -100%;
  background: #134fab;
  top: 0px;
  right: 100%;
  height: 90px;
}

.page_intro_points .row .content::after {
  content: ' ';
  position: absolute;
  left: 100%;
  background: #fff;
  top: 0px;
  right: -100%;
  height: 100%;
}

/* MAIN BODY */
.main_body {
  position: relative;
}

/****   overflow: hidden; FOR HOME ? ****/

.legal_information_page .main_body {
  min-height: calc(100vh - 300px);
}

.main_body .main_body_wrapper {
  background: #fff;
  margin: auto;
  overflow: hidden;
}

.chart_container {
  padding-top: 23px;
  padding-bottom: 46px;
}

.chart_container .chart_row {
  display: flex;
  position: relative;
  z-index: 10;
  max-width: 85%;
}

.chart_container .chart_content {
  height: 200px;
  width: 158px;
  background: #fff;
  border-radius: 10px;
  margin-top: 23px;
}

.chart_container .chart_header {
  height: 39px;
  padding-top: 10px;
  padding-left: 14px;
}

.chart_container .chart_header img {
  width: 21px;
  margin-right: 7px;
}

.chart_container .chart_header span.brand {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 3px;
}

.chart_container .chart_footer {
  width: 149px;
  margin-top: 2px;
  text-align: right;
}

.chart_container .chart_footer .present_value {
  font-weight: bold;
}

.chart_container .chart_footer .percent_change {
  font-size: 12px;
  color: #00cfb5;
  margin-top: 1px;
}

.main_body .main_body_wrapper .home_intro_1 {
  position: relative;
  z-index: 10;
}

.main_body .main_body_wrapper .home_intro_2 {
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 10;
  padding-top: 140px;
  padding-bottom: 140px;
}

.main_body .main_body_wrapper .home_forEx {
  position: relative;
  z-index: 10;
  padding-top: 140px;
  padding-bottom: 60px;
}

.main_body .main_body_wrapper .steps_intros .step_intro {
  min-height: 700px;
  padding: 390px 75px 10px;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.main_body .main_body_wrapper .steps_intros .step_intro img {
  margin-bottom: 8px;
  width: 64px;
}

.main_body .main_body_wrapper .steps_intros .step_intro h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  margin-bottom: 16px;
}

.main_body .main_body_wrapper .steps_intros .step_intro p {
  font-size: 16px;
  line-height: 1.75;
}

.main_body .main_body_wrapper .steps_intros .step_intro.step1 {
  background-image: url(../images/step-img-1.png);
  padding-left: 70px;
}

.main_body .main_body_wrapper .steps_intros .step_intro.step2 {
  background-image: url(../images/step-img-2.png);
}

.main_body .main_body_wrapper .steps_intros .step_intro.step3 {
  background-image: url(../images/step-img-3.png);
  padding-right: 85px;
}

.main_body .main_body_wrapper .steps_intros .step_intro::after {
  content: '';
  display: block;
  border: 20px solid transparent;
  border-left: 30px solid #2eabff;
  position: absolute;
  top: 452px;
  left: -15px;
}

.main_body .main_body_wrapper .steps_intros .step_intro:first-child::after {
  content: none;
}

.main_body .main_body_wrapper .steps_intros #qr_launcher {
  display: block;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.main_body .main_body_wrapper .steps_intros #qr_launcher span {
  padding-right: 31px;
  background-image: url(../images/qr_ico.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right;
  color: #2d3138;
  cursor: pointer;
  font-size: 14px;
}

.main_body .main_body_wrapper .steps_intros #qr_launcher span:hover {
  color: #1950b0;
}

.main_body .main_body_wrapper .steps_intros #qr_launcher #sumaho_qr_code {
  position: absolute;
  top: -108px;
  z-index: 10;
  right: 65px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
  cursor: default;
  display: none;
}

.main_body .main_body_wrapper .steps_intros #qr_launcher #sumaho_qr_code .close_btn {
  background-image: url(../images/close_btn.png);
  background-size: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 200ms ease-in;
}

.main_body .main_body_wrapper .steps_intros #qr_launcher #sumaho_qr_code .close_btn:hover {
  opacity: 1;
}

.main_body .main_body_wrapper .steps_intros .content_layer_overlay {
  background: #154eb0;
  color: #fff;
  width: calc(100% - 60px);
  padding: 60px;
  top: 60px;
}

.main_body .main_body_wrapper .steps_intros .content_layer_overlay h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.63;
}

.main_body .main_body_wrapper .steps_intros .content_layer_overlay h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
}

#exchange_rates .coin_infos {
  margin-bottom: 40px;
}

#exchange_rates .coin_infos .coin_titles {
  position: absolute;
  width: 100%;
  display: flex;
  top: -32px;
}

#exchange_rates .coin_infos .coin_titles span {
  display: inline-block;
  width: 25%;
  text-align: right;
  font-size: 14px;
  font-family: 'NHaasGroteskDSPro-65Md';
  padding-right: 50px;
}

#exchange_rates .coin_info {
  display: flex;
  margin: 4px 0;
  height: 100px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: 32px center;
}

#exchange_rates .coin_info .coin_name {
  display: inline-block;
  font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 28px;
  font-weight: normal;
  line-height: 1.63;
  color: #2d3138;
  width: 25%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 23px left 30px;
  background-size: 48px;
  padding: 26px 0 0 104px;
}

#exchange_rates .coin_info .coin_label {
  display: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  color: #2d3138;
}

#exchange_rates .coin_info .price_field {
  width: 25%;
  background: #fff;
  text-align: right;
  padding: 26px 50px 0 0;
  font-size: 28px;
  font-family: 'NHaasGroteskDSPro-65Md';
}

#exchange_rates .coin_info .price_field b {
  font-family: 'NHaasGroteskDSPro-55Rg';
  font-weight: normal;
  display: none;
}

#exchange_rates .coin_info .price_field.spread_price {
  width: 25%;
  background: rgba(255, 255, 255, 0.6);
  font-family: 'NHaasGroteskDSPro-55Rg';
}

/*
#exchange_rates .coin_info .ask_price {
  float: right;
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  ;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.47;
  color: #25282e;
}

#exchange_rates .coin_info .ask_price b {
  font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-weight: normal;
}

#exchange_rates .coin_info .bid_price {
  display: none;
}
*/

#exchange_rates .coin_notes {
  display: flex;
}

#exchange_rates .coin_notes .coin_note {
  width: calc(100% - 300px);
  font-size: 13px;
  font-weight: normal;
  line-height: 1.77;
  color: #a2a2a3;
}

#exchange_rates .coin_notes .coin_date {
  width: 300px;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.77;
  color: #a2a2a3;
}

.main_body .main_body_wrapper .home_news {
  min-height: 300px;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 10;
  padding-top: 140px;
  padding-bottom: 190px;
}

.main_body .main_body_wrapper .home_news::before {
  content: ' ';
  position: absolute;
  left: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
}

.main_body .main_body_wrapper .home_news::after {
  content: ' ';
  position: absolute;
  left: 100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
}

.main_body .main_body_wrapper .home_ads {
  position: relative;
  z-index: 10;
}

.main_body .main_body_wrapper .home_ads .company_face_row {
  min-height: 300px;
  background: #144fa8;
  background-image: radial-gradient(circle at 83% 47%, #1a72d9, #144fa8 21%);
  position: relative;
}

.main_body .main_body_wrapper .home_ads .company_face_row .face_intro {
  padding-right: 600px;
}

.main_body .main_body_wrapper .home_ads .company_face_row .face_img {
  position: absolute;
  right: 50px;
  width: 469px;
  height: 100%;
  bottom: 0px;
}

.main_body .main_body_wrapper .home_ads .company_face_row::before {
  content: ' ';
  position: absolute;
  left: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #144fa8;
}

.main_body .main_body_wrapper .home_ads .company_face_row::after {
  content: ' ';
  position: absolute;
  left: 100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #144fa8;
}

.main_body .main_body_wrapper .home_ads .company_face_row .vert_text {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: top left;
  top: 205px;
  left: 0px;
  font-size: 13px;
  color: #fff;
  opacity: 0.3;
}

.main_body .main_body_wrapper .home_ads .company_face_row .vert_text::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: -52px;
}

.main_body .main_body_wrapper .home_ads .company_face_row .intro_text {
  padding: 80px 0 0 100px;
  color: #fff;
  min-height: 380px;
}

.main_body .main_body_wrapper .home_ads .company_face_row .intro_text h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  color: #5cc3ff;
}

.main_body .main_body_wrapper .home_ads .company_face_row .intro_text h5 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.53;
  padding-bottom: 16px;
}

.main_body .main_body_wrapper .home_ads .company_face_row .intro_text h5 span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
}

.main_body .main_body_wrapper .home_ads .company_face_row .intro_text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}

.main_body .main_body_wrapper .home_ads .company_face_row img {
  position: absolute;
  max-width: 100%;
  width: 469px;
  bottom: 0px;
}

.main_body .main_body_wrapper .home_ads .ad_slots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}

.main_body .main_body_wrapper .home_ads .ad_slots a {
  margin-right: 15px;
}

.main_body .main_body_wrapper .home_ads .ad_slots a::after {
  width: 0;
}

.main_body .main_body_wrapper .home_ads .ad_slots img {
  max-width: 100%;
}

.main_body .main_body_wrapper .footer {
  min-height: 300px;
  background: #303640;
  position: relative;
  z-index: 10;
  padding-bottom: 104px;
}

.main_body .main_body_wrapper .footer::before {
  content: ' ';
  position: absolute;
  left: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #303640;
}

.main_body .main_body_wrapper .footer::after {
  content: ' ';
  position: absolute;
  left: 100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #303640;
}

.main_body .main_body_wrapper .footer .links {
  /*display: block;
  columns: 5;*/
  margin: 120px 0 56px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 222px;
}

.main_body .main_body_wrapper .footer .links span {
  width: calc(20% - 80px);
  margin-right: 80px;
}

.main_body .main_body_wrapper .footer .links a {
  /*display: inline-block;
  margin-right: 72px;*/
  font-size: 13px;
  line-height: 1.77;
  color: #ffffff;
  margin-bottom: 15px;
}

.main_body .main_body_wrapper .footer .links a::after {
  background: #fff;
}

.main_body .main_body_wrapper .footer .links a.balancer:hover::after {
  width: 0% !important;
}

.main_body .main_body_wrapper .footer .logo {
  padding-top: 122px;
}

.main_body .main_body_wrapper .footer .logo a::after {
  width: 0;
}

.main_body .main_body_wrapper .footer .logo span {
  display: block;
  font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 12px;
  color: #888888;
  margin: 10px 0 8px;
}

.main_body .main_body_wrapper .footer .logo img {
  margin-right: 12px;
}

.main_body .main_body_wrapper .footer p {
  font-size: 12px;
  line-height: 1.87;
  color: #bbb;
  margin-bottom: 16px;
}

.main_body .main_body_wrapper .footer p a {
  color: #fff;
  text-decoration: underline;
}
.main_body .main_body_wrapper .footer p a:hover {
	text-decoration: none;
}

.main_body .main_body_wrapper .footer p a::after {
  background: #fff;
}

.main_body .main_body_wrapper .footer table {
  border-collapse: collapse;
  margin-bottom: 16px;
}

.main_body .main_body_wrapper .footer table td {
  color: #bbb;
  font-size: 12px;
  line-height: 1.87;
  padding: 0;
  min-width: unset;
  vertical-align: baseline;
}

.main_body .currency_block {
  margin-bottom: 140px;
  font-size: 16px;
  line-height: 1.88;
  color: #2d3138;
}

.main_body .currency_block:last-child {
  margin-bottom: 80px;
}

.main_body .currency_block h4 {
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 32px;
  line-height: 1.63;
  color: #2d3138;
  padding-left: 64px;
  margin-bottom: 30px;
  background-size: 48px;
  background-repeat: no-repeat;
}

.main_body .currency_block h4 span {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #2d3138;
}

.main_body .currency_block .data-table {
  font-size: 14px;
}

.main_body .currency_block .data-table .title {
  font-weight: bold;
  line-height: 1.79;
  color: #2d3138;
}

.main_body .currency_block .data-table .data {
  margin-bottom: 8px;
}

.main_body .currency_block .information-block {
  margin: 56px 0 0;
  padding: 80px 100px 56px;
  background-color: #f0f8ff;
  font-size: 16px;
  line-height: 1.75;
  color: #2d3138;
  position: relative;
}

.main_body .company-profile-layout .roe-table td {
  padding: 2px 8px;
  min-width: 150px;
}

.main_body .currency_block .information-block::after {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  border: 20px solid #1a63d9;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.campaign_blocks .campaign_box {
  width: 100%;
  min-height: 296px;
  background-color: #ffffff;
  margin-bottom: 32px;
  padding: 48px;
  position: relative;
}

.campaign_blocks a::after {
  width: 0px;
}

.campaign_blocks a:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}

.campaign_blocks a.no_link {
  cursor: default;
}

.campaign_blocks a.no_link:hover {
  box-shadow: unset;
}

.campaign_blocks a.campaign_box:last-child {
  margin-bottom: 160px;
}

.campaign_blocks .campaign_box .info {
  display: block;
  padding-right: 404px;
  word-break: break-all;
}

.campaign_blocks .campaign_box .info h6 {
  font-size: 13px;
  line-height: 1.77;
  color: #2d3138;
}

.campaign_blocks .campaign_box .info h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-bottom: 16px;
}

.campaign_blocks .campaign_box .info p {
  font-size: 16px;
  line-height: 1.75;
  color: #2d3138;
}

.campaign_blocks .campaign_box .img {
  position: absolute;
  right: 48px;
  top: 48px;
  width: 356px;
  height: auto;
  aspect-ratio: calc(16 / 9);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #f2f3f4;
}

table.rich_table {
  min-width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}

table.rich_table thead th {
  border-right: 1px solid #fff;
  padding: 14px 24px;
  min-width: 150px;
  vertical-align: baseline;
}

table.rich_table thead th:last-child {
  border-right: none;
}

table.rich_table thead .headers th {
  background: #2375d9;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  vertical-align: baseline;
}

table.rich_table tbody .data_row th {
  background: #2375d9;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding: 14px 24px;
  min-width: 150px;
}
table.rich_table tbody .data_row .data_row__bl {
  border-left: 1px solid #fff;
}
table.rich_table tbody .data_row .data_row__vam {
  vertical-align: middle;
}

table.rich_table thead .sub_headers th {
  background: #d4eaff;
  color: #2d3138;
  font-weight: normal;
}

table.rich_table tbody tr.data_row td {
  background: #f0f1f2;
  padding: 24px;
  min-width: 150px;
  vertical-align: top;
}

table.rich_table tbody tr.data_row:nth-child(even) td {
  background: #F3F4F5;
}

.rich_table_holder {
  margin-bottom: 64px;
  overflow: auto;
}

.rich_table_holder.have_notes {
  margin-bottom: 40px;
}

/* OTHERS */

.row.spaced_row {
  padding: 0px 80px;
}

.row.spaced_row.main_body {
  padding: 140px 80px 80px;
}

.row div.with_right_margin {
  padding-right: 110px;
}

.row.no-top-margin {
  padding-top: 0px !important;
}

.row.no-bottom-margin {
  padding-bottom: 0px !important;
}

div.hold_in_middle {
  height: 100%;
  display: flex;
  align-items: center;
}

.multilayer_contents {
  position: relative;
  overflow: hidden;
}

.multilayer_contents .content_layer {
  position: relative;
  z-index: 2;
}

.multilayer_contents .content_layer_overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 3;
}

.multilayer_contents .bg_layer {
  position: absolute;
  top: 0px;
  z-index: 1;
}

.row section.common {
  margin-bottom: 80px;
}
.row section.common2 {
  margin-bottom: 40px;
}
.row section.common h2.section_title,
.row section.common h3.section_title, .section_title_gen {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-bottom: 32px;
}

.row section.common h2.section_title::after,
.row section.common h3.section_title::after, .section_title_gen::after {
  content: ' ';
  display: block;
  margin-top: 8px;
  width: 40px;
  height: 4px;
  background-color: #1a63d9;
}

.row h5.over_title {
  font-family: 'NHaasGroteskTXPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 13px;
  font-weight: normal;
  line-height: 1.77;
  color: #a2a2a3;
  position: relative;
  padding-left: 48px;
}

.row h5.over_title::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #1a63d9;
  top: 10px;
  left: 0px;
}

.row h3.block_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.63;
  color: #2d3138;
  margin-bottom: 32px;
}

.row h3.block_title span {
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-weight: normal;
}

.row h3.block_title img {
  position: relative;
  left: 12px;
  top: -4px;
}

.home_header {
  margin-left: 100px;
}

.home_header h1 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.39;
  margin-top: 0px;
  white-space: nowrap;
}

.home_header .signup-button {
  width: 50%;
  text-align: center;
  margin:0 auto;
}

.intro-step-signup .signup-button {
  width: 50%;
  margin: 30px auto;
}

.signup-button a.btn {
  font-size: 36px;
  background: #fa2f4e;
  border: solid 1px #fa2f4e;
  width: 100%;
  color: #fff;
  border-radius: 0;
  text-align: left;
  position: relative;
}

.signup-button a.btn:hover {
  background: #fff;
  color: #fa2f4e;
}

.signup-button a.btn:hover::after {
  right: 48px;
  filter: hue-rotate(130deg) saturate(1.2);
}

.feature_blocks {
  padding-top: 0px !important;
}

.feature_blocks .feature_block {
  position: relative;
  margin-bottom: 200px;
}

.feature_blocks .feature_block:last-child {
  margin-bottom: 0px !important;
}

.index_page .home_intro_1 .feature_blocks .feature_block:last-child {
  margin-bottom: 202px !important;
}

.feature_blocks .feature_block .info {
  min-height: 420px;
  padding: 70px 75px 25px 50px;
  background: #fff;
  position: relative;
  top: 40px;
  z-index: 2;
}

.feature_blocks .feature_block .info::after {
  content: ' ';
  position: absolute;
  background: #1a63d9;
  right: -24px;
  width: 24px;
  top: 80px;
  bottom: 0px;
}

.feature_blocks .feature_block .info h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-bottom: 16px;
}

.feature_blocks .feature_block .info p {
  font-size: 16px;
  line-height: 1.75;
  color: #25282e;
}

.feature_blocks .feature_block .info p.notice {
  font-size: 13px;
  line-height: 1.77;
  color: #a2a2a3;
}

.feature_blocks .feature_block .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 460px;
  position: absolute;
  top: 0px;
  right: -130px;
  z-index: 1;
}

.feature_blocks .feature_block .info .remark {
  font-size: .9rem;
  color: #999;
}

.feature_blocks .feature_block.feature_block_right .info {
  position: absolute;
  right: 0px;
}

.feature_blocks .feature_block.feature_block_right .img {
  position: relative;
  right: unset;
  left: -130px;
}

.feature_blocks .feature_block.feature_block_right .info::after {
  right: unset;
  left: -24px;
}

.guide_blocks .guide_block {
  position: relative;
  margin-bottom: 180px;
}

.guide_blocks .guide_block:last-child {
  margin-bottom: 120px;
}

.guide_blocks .guide_block .row.info {
  padding: 0;
  position: relative;
  top: 40px;
}

.guide_blocks .guide_block .row.info .index {
  padding-right: 0px;
}

.guide_blocks .guide_block .row.info .index .level {
  text-align: center;
  padding-top: 56px;
}

.guide_blocks .guide_block .row.info .index div {
  height: 100%;
}

.guide_blocks .guide_block .row.info .index div span {
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  ;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.guide_blocks .guide_block .row.info .index div span::after {
  content: ' ';
  background: rgba(255, 255, 255, 0.5);
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 24px;
}

.guide_blocks .guide_block .row.info .index div h3 {
  font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 105px;
  font-weight: normal;
  line-height: 1.05;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.guide_blocks .guide_block .row.info .info_holder {
  padding-left: 0px;
}

.guide_blocks .guide_block .row.info .info {
  height: 380px;
  background: #fff;
  padding: 64px 60px 0 48px;
}

.guide_blocks .guide_block .row.info .info h4 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.63;
  color: #2d3138;
  margin-bottom: 16px;
}

.guide_blocks .guide_block .row.img {
  padding: 0;
  margin: 0;
  height: 420px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.guide_blocks .guide_block .row.img .bg_holder {
  z-index: -1;
}

.guide_blocks .guide_block .row.img .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.white-on-grey-block {
  background: #fff;
  padding: 80px 100px;
  margin-bottom: 160px;
  position: relative;
}

.white-on-grey-block::after {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  border: 20px solid #1a63d9;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.white-on-grey-block h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-bottom: 24px;
}

.white-on-grey-block ul li {
  margin-bottom: 16px;
}

.white-on-grey-block p.notice {
  font-size: 12px;
  line-height: 1.77;
}

.vct-app-preview-holder {
  margin-bottom: 94px;
}

.vct-app-preview-holder .vct-app-preview {
  background-image: url(../images/tool-apps-vct-preview.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 10px right 5px;
  min-height: 486px;
}

.vct-lending-preview-holder .vct-lending-preview {
  background-image: url(../images/lending-image.svg);
  background-size: auto ;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 486px;
}

.vct-app-holding-hand {
  background-image: url(../images/tool-apps-mob-holding.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 515px;
}

.cxw-app-preview {
  background-image: url(../images/tool-apps-cxw-preview.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right 24px;
  min-height: 472px;
  margin-top: 46px;
}

.carousel-control-prev, .carousel-control-next {
  background: #f2f3f4 !important;
  opacity: 1;
}

.carousel-control-prev span, .carousel-control-next span {
  background: none;
  position: relative;
  width: 8px;
  height: 12px;
  opacity: 0.5;
  transition: opacity 200ms ease-in;
}

.carousel-control-prev span {
  left: -1px;
}

.carousel-control-next span {
  left: 2px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1;
}

.carousel-control-next:focus span, .carousel-control-next:hover span, .carousel-control-prev:focus span, .carousel-control-prev:hover span {
  opacity: 1;
}

#home-banner .carousel-indicators li {
  transition: all 100ms ease-in;
  opacity: 1;
}

#home-banner .carousel-indicators li:hover {
  background: #1a63d9 !important;
  opacity: 1;
}

.carousel-control-prev span::before, .carousel-control-prev span::after, .carousel-control-next span::before, .carousel-control-next span::after {
  content: ' ';
  position: absolute;
  display: block;
  background: #a2a2a3;
  width: 3px;
  height: 12px;
}

.carousel-control-prev span::before {
  transform: rotate(45deg);
  left: 6px;
}

.carousel-control-prev span::after {
  transform: rotate(-45deg);
  left: 6px;
  top: 6px;
}

.carousel-control-next span::before {
  transform: rotate(-45deg);
  left: 9px;
}

.carousel-control-next span::after {
  transform: rotate(45deg);
  left: 9px;
  top: 6px;
}

.carousel-item a::after {
  content: none;
}

.carousel-indicators li {
  margin: 0 8px;
  background: #dfdfe0 !important;
}

.carousel-indicators li.active {
  background: #1a63d9 !important;
}

.index_page .home_intro_1 {
  padding-top: 140px;
}

.index_page .home_intro_1 h3.block_title {
  font-size: 38px;
  line-height: 1.53;
  font-weight: bold;
  font-family: 'Noto Sans JP', 'HiraginoSans-W3';
}

.index_page .home_intro_1 .title_composit {
  margin-bottom: 100px;
}

.index_page .home_intro_1 .feature_blocks .feature_block {
  margin-bottom: 220px;
}

.index_page .home_intro_1 .feature_blocks .feature_block.feature_block_right {
  margin-bottom: 174px;
}

.index_page .home_intro_1 .feature_blocks .feature_block .info {
  left: -60px;
  padding: 78px 60px 48px;
}

.index_page .home_intro_1 .feature_blocks .feature_block .img {
  right: 10px;
}

.index_page .home_intro_1 .feature_blocks .feature_block.feature_block_right .info {
  left: unset;
  right: -45px;
}

.index_page .home_intro_1 .feature_blocks .feature_block.feature_block_right .img {
  left: 0px;
}

.index_page .home_intro_1 .feature_blocks .feature_block .info span.index {
  opacity: 0.25;
  font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 140px;
  font-weight: normal;
  line-height: 1.06;
  color: #2d3138;
  position: absolute;
  top: -75px;
}

.index_page .home_intro_1 .feature_blocks .feature_block .info h4 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.63;
  color: #2d3138;
  padding-right: 60px;
}

.index_page .home_intro_1 .feature_blocks .feature_block.feature_block_right .info span.index {
  right: 80px;
}

.index_page .home_intro_2::before {
  content: ' ';
  position: absolute;
  left: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
}

.index_page .home_intro_2::after {
  content: ' ';
  position: absolute;
  left: 100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
}

.index_page .home_intro_2 .steps_intros {
  margin: 0 -60px;
}

.cms_page h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.63;
  color: #2d3138;
  margin-top: 0px;
  margin-bottom: 16px;
}

.newsview_page .cms_page h2 {
  margin-bottom: 64px;
}

.cms_page h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-bottom: 16px;
}

.cms_page h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  color: #2d3138;
  margin: 0;
}

.cms_page p {
  font-size: 16px;
  line-height: 1.75;
  color: #2d3138;
}

.cms_page figure {
  margin-top: 24px;
  margin-bottom: 24px;
}

.cms_page figure img {
  max-width: 100%;
}

.cms_page ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
  margin: 0 0 24px;
}

.cms_page ul li {
  margin-bottom: 16px;
  position: relative;
}

.cms_page ul li:last-child {
  margin-bottom: 0px;
}

.cms_page ul li::before {
  content: '・';
  position: absolute;
  left: -20px;
  top: -4px;
}

.campaign_page .campaign_img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
}

.campaign_page .cms_page h3 {
  margin-top: 80px;
}

.market_reports_page .market_reports_blocks,
.faqs_page .faqs_blocks {
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
}

.market_reports_page .market_reports_blocks#market_report_category_cryptonews {
  flex-direction: column;
}

.market_reports_page .market_reports_blocks#market_report_category_cryptonews .cryptonews_inner {
  display: flex;
  flex-wrap: wrap;
}

.market_reports_page .market_reports_blocks.visible,
.faqs_page .faqs_blocks.visible {
  opacity: 1;
  max-height: 50000px;
  transition: opacity 900ms ease-in;
}

.market_reports_page .market_report_cats,
.faqs_page .faq_cats {
  margin-bottom: 64px;
  height: 72px;
}

.market_reports_page .market_report_cats {
  position: relative;
}

.market_reports_page .market_report_cats .market_report_cats_wrapper,
.faqs_page .faq_cats .faq_cats_wrapper {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  height: inherit;
}

.market_reports_page .market_report_cats::after,
.faqs_page .faq_cats::after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #ebeaeb;
  margin-top: 2px;
  bottom: 0px;
}

.market_reports_page .market_report_cats a {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.96;
  color: #000;
  margin-right: 64px;
}

.cryptonews_carousel_outer {
  width: 100%;
}

.market_report_cats_wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.market_report_cats_wrapper::-webkit-scrollbar {
  display: none;
}

.market_reports_page .market_report_cats a:hover {
  color: #242424;
}

.market_reports_page .market_report_cats a.active {
  color: #0060e5;
  border-bottom: 4px solid;
  border-color: #0060e5;
  padding-bottom: 8px;
}

.faqs_page .faq_cats a {
  font-size: 14px;
  line-height: 1.79;
  color: #2d3138;
  margin-right: 64px;
}

.faqs_page .faq_cats a:hover, .faqs_page .faq_cats a.active {
  font-weight: bold;
}

.market_reports_page .market_report_cats a::after,
.faqs_page .faq_cats a::after {
  height: 4px;
  top: 12px;
}

.market_reports_page .market_report_cats a.active::after,
.faqs_page .faq_cats a.active::after {
  width: 100%;
}

.cryptonews_carousel_title_wrapper {
  width: 100%;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.cryptonews_carousel_title_wrapper .cryptonews_carousel_title {
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 33px;
  font-weight: bold;
}


.cryptonews_carousel_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.cryptonews_carousel_wrapper {
  width: 100vw;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cryptonews_carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  height: fit-content;
}

.cryptonews_carousel_container .swiper-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.cryptonews_carousel_container .swiper-slide {
  max-width: 450px;
  min-width: 260px;
}

.cryptonews_carousel_container .swiper-slide .img {
  width: 100%;
  height: auto;
  background-repeat: contain;
  background-position: center;
  background-color: #fff;
}

.cryptonews_carousel_container .swiper-pagination {
  position: relative;
  margin-top: 10px;
  /* bottom: 0; */
  /* top: 390px; */
}

.cryptonews_carousel_container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
}

@media (max-width: 1200px) {
  .cryptonews_carousel_wrapper {
    width: 100%;
  }
}

@media (max-width: 630px) {
  .cryptonews_carousel_container .swiper-slide {
    max-width: 550px !important;
    min-width: 260px;
    height: fit-content !important;
  }
}

.faqs_page .faqs_blocks .faqs_block .question-data {
  cursor: pointer;
  color: #2d3138;
  position: relative;
  padding-right: 100px;
  transition: unset;
}

.faqs_page .faqs_blocks .faqs_block .question-data::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 25px;
  display: block;
  background-image: url(../images/faq_arrows.png);
  background-repeat: no-repeat;
  background-size: 24px;
}

.faqs_page .faqs_blocks .faqs_block .question-data.active::after {
  background-position: center -24px;
}

.faqs_page .faqs_blocks .faqs_block .question-data:hover {
  color: #1950b0;
}

.faqs_page .faqs_blocks .faqs_block .question {
  position: relative;
  padding-left: 48px;
  word-break: break-all;
}

.faqs_page .faqs_blocks .faqs_block .active .question {
  color: #1950b0;
}

.faqs_page .faqs_blocks .faqs_block .question::before {
  content: 'Q';
  position: absolute;
  left: 0px;
  font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 24px;
  line-height: 1.17;
}

.faqs_page .faqs_blocks .faqs_block .answer-data {
  display: none;
  transition: unset;
}

.faqs_page .faqs_blocks .faqs_block .answer {
  position: relative;
  padding-left: 48px;
  margin-top: 32px;
  word-break: break-all;
}

.faqs_page .faqs_blocks .faqs_block .answer p:last-child {
  margin-bottom: 0px;
}

.faqs_page .faqs_blocks .faqs_block .answer::before {
  content: 'A';
  position: absolute;
  left: 0px;
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 24px;
  line-height: 1.17;
  color: #2d3138;
}

.market_reports_page .market_reports_blocks .market_report_box {
  width: 100%;
  color: #ffffff;
  background-color: rgb(20, 80, 172);
  margin-bottom: 30px;
  position: relative;
}

.market_reports_page .market_reports_blocks .market_report_box_crypto {
  width: 100%;
  color: #000;
  background-color: transparent;
  margin-bottom: 30px;
  position: relative;
}

.market_reports_page .market_reports_blocks a::after {
  width: 0px;
}

.market_reports_page .market_reports_blocks .market_report_box:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
}

.market_reports_page .market_reports_blocks .market_report_box_crypto:hover {
  box-shadow: none;
}

.market_reports_page .market_reports_blocks a.no_link {
  cursor: default;
}

.market_reports_page .market_reports_blocks a.no_link:hover {
  box-shadow: unset;
}

.market_reports_page .market_reports_blocks .market_report_box .img {
  width: 100%;
  height: auto;
  aspect-ratio: calc(16 / 9);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #ffffff;
}
.market_reports_page .market_reports_blocks .market_report_box_crypto .img {
  border-radius: 12px;
}

.market_reports_page .market_reports_blocks .market_report_box .info {
  font-size: 14px;
  padding: 20px;
}
.market_reports_page .market_reports_blocks .market_report_box_crypto .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  padding: 20px 0;
  height: 150px;
}
.market_reports_page .market_reports_blocks .market_report_box_crypto .info .info_details {
  display: flex;
  justify-content: space-between;
}
.cryptonews_content_wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cryptonews_outer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.market_reports_page .market_reports_blocks .market_report_box_crypto .info_details .category,
.cms_page .cryptonews_details .category {
  display: grid;
  place-items: center;
  color: #154EB0;
  letter-spacing: .84px;
  padding: 0 10px 2px;
  border: 1px solid #154EB0;
  border-radius: 4px;
}
.market_reports_page .market_reports_blocks .market_report_box_crypto .info .info_details .date,
.cms_page .cryptonews_details .date {
  display: flex;
  align-items: center;
  color: #d3d3d3;
  font-size: 14px;
  letter-spacing: .84px;
}
.market_reports_page .market_reports_blocks .market_report_box_crypto .info .info_details .date_icon,
.cms_page .cryptonews_details .date_icon {
  display: block;
  background-image: url(/assets/images/icon_date.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.cms_page .cryptonews_title {
  margin-bottom: 70px;
}

.cms_page .cryptonews_details {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.cms_page .cryptonews_details .category {
  margin-right: 30px;
}

.cms_page .cryptonews_thumbnail {
  text-align: center;
  margin-bottom: 80px;
}

.cms_page .cryptonews_thumbnail img {
  width: 100%;
  max-width: 960px;
  border-radius: 12px;
}

.cms_page .provider {
  font-size: 12px;
  letter-spacing: .72px;
  padding: 25px;
  margin-top: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
}
.cms_page .provider_title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .84px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .cms_page .cryptonews_title {
    margin-bottom: 40px;
  }

  .cms_page .cryptonews_thumbnail {
    margin-bottom: 50px;
  }

  .cms_page .provider_title {
    font-size: 16px;
  }
}

.market_reports_page .market_reports_blocks .market_report_box .box_hr {
  border-top: 1px solid #ffffff;
  margin: 7px 0;
}

.legal_information_page .legal_section {
  margin-right: 50px;
}

.legal_information_page .add_thick_bottom_gap {
  min-height: 60vh;
}

.legal_information_page .legal_section.hidden {
  display: none;
}

.legal_information_page .legal_menu a, .legal_information_page .legal_menu_copy a {
  font-size: 14px;
  line-height: 1.79;
  color: #2375d9;
  display: block;
  margin-bottom: 16px;
  margin-right: 16px;
}

.legal_information_page .legal_menu a::after, .legal_information_page .legal_menu_copy a::after {
  content: none;
}

.legal_information_page .legal_menu a.active_link, .legal_information_page .legal_menu a:hover, .legal_information_page .legal_menu_copy a:hover {
  font-weight: bold;
  color: #2d3138;
}

.privacy_policy_page .prologue{
  padding-bottom: 40px;
}

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

.privacy_policy_page .privacyPolicy_support .title{
  text-align: center;
  padding-bottom: 20px;
}

.privacy_policy_page .privacyPolicy_support .address{
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.privacy_policy_page .privacyPolicy_support .address .area1{
  width: 8%;
}

.privacy_policy_page .privacyPolicy_support .address .area2{
  width: auto;
}

.privacy_policy_page .privacyPolicy_support .form .notes{
  text-align: center;
}

.privacy_policy_page .start_of_text{
  text-align: left;
}

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

.hidden-load-more-items {
  display: none;
}

.loadmore_items,
.loadmore_cryptonews {
  text-align: center;
  height: 70px;
  margin: 40px auto;
  font-size: 14px;
  line-height: 1.79;
  color: #2d3138;
  cursor: pointer;
  position: relative;
  width: 150px;
  max-height: 100px;
  transition: max-height 500ms ease-out;
  overflow: hidden;
}

.loadmore_items.hide_loadmore {
  max-height: 0px;
}

.loadmore_items:hover,
.loadmore_cryptonews:hover {
  color: #0056b3;
}

.loadmore_items::after,
.loadmore_cryptonews::after {
  content: '';
  background: url(../images/arrow-down.png) no-repeat center bottom;
  background-size: 12px 32px;
  position: absolute;
  width: 12px;
  height: 20px;
  left: 70px;
  top: 35px;
  transition: all 200ms ease-out;
}

.loadmore_items:hover::after, 
.loadmore_cryptonews:hover::after {
  height: 32px;
  bottom: 0px;
}

.market_reports_page .no-news-text {
  text-align: center;
  margin: 40px 0;
}

.account_guide_page .q-and-a .q {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-left: 56px;
  position: relative;
  margin-bottom: 26px;
}

.account_guide_page .q-and-a .q::before {
  content: 'Q';
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 30px;
  line-height: 1.33;
  color: #2d3138;
  position: absolute;
  left: -56px;
  top: 0px;
}

.account_guide_page .q-and-a .a {
  margin-left: 56px;
  position: relative;
  margin-bottom: 80px;
}

.account_guide_page .q-and-a .a::after {
  content: 'A';
  font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 30px;
  line-height: 1.07;
  color: #2d3138;
  position: absolute;
  left: -56px;
  top: 0px;
}

/* MODAL */

.modal_holder {
  position: fixed;
  top: 100vh;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 600ms ease-out;
}

.modal_holder.visible {
  top: 0px;
  opacity: 1;
}

.modal_holder.notvisible {
  top: 0px;
  transition: opacity 600ms ease-out;
}

.modal_holder .modal_window {
  background: #fff;
  padding: 48px 48px 80px;
  position: relative;
  transition: all 600ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: translateY(100px);
  opacity: 0;
}

.handling-crypto-assets_subpage .modal_holder .modal_window {
  transform: translateY(0px);
  transition: all 250ms ease-out;
}

.modal_holder.visible .modal_window {
  transform: translateY(0px);
  opacity: 1;
}

.modal_holder .modal_window .tabular-list {
  width: calc(100% - 10px);
}

.modal_holder .modal_window .modal_close, .modal_holder .modal_window .modal_close_taotao {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../images/modal_close.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.5;
  transition: all 200ms ease-in;
}

.modal_holder .modal_window .modal_close:hover, .modal_holder .modal_window .modal_close_taotao:hover {
  opacity: 1;
}

.modal_holder .modal_window .modal_content {
  width: calc(100vw - 180px);
  max-width: 1214px;
  max-height: 80vh;
  overflow: auto;
}

#modalFAQ .modal_window .modal_content {
  max-width: 440px;
}

.modal_holder .modal_window .modal_content::-webkit-scrollbar {
  width: 0px;
}

.modal_holder .modal_window .modal_content h4 {
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 32px;
  font-weight: normal;
  line-height: 1.63;
}

.modal_holder .modal_window .modal_content h4 span {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}

.modal_holder .modal_window .modal_content p {
  margin-bottom: 16px;
}

.modal_holder .modal_window .modal_content span.smaller {
  font-size: 14px;
  line-height: 1.79;
}

.modal_holder .modal_window .modal_content .modal_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  color: #2d3138;
  margin-bottom: 30px;
}

.modal_holder .modal_window .modal_content .tabular-list .row .draw-borders {
  padding: 20px 0;
}

.modal_holder .modal_window .modal_content .tabular-list .row .data, .modal_holder .modal_window .modal_content .tabular-list .row .title {
  font-size: 14px;
  line-height: 1.79;
}

/* CORP FOOTER */

.corp_footer {
  background: #dddddd;
  height: 672px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: -1;
}

.corp_footer h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.67;
  margin-bottom: 22px;
}

.corp_footer ul {
  margin-top: 0px;
  list-style: none;
  padding: 0;
  line-height: 1;
}

.corp_footer ul li {
  font-size: 12px;
  line-height: 1.67;
  border-right: 1px solid #888888;
  display: inline-block;
  margin-right: 16px;
  padding-right: 16px;
}

.corp_footer #servicesite {
  padding-top: 116px;
  padding-bottom: 100px;
}

.corp_footer ul li a {
  color: #888888;
}

.corp_footer ul li a:hover {
  color: #2d3138;
}

.corp_footer ul li a:hover:after {
  width: 0%;
}

.corp_footer span h4 {
  color: #2d3138;
  display: block;
  border: none;
  font-size: 12px;
  pointer-events: none;
}

.corp_footer ul li:last-child {
  border: none;
}

/* corp_footer--sp */
.corp_footer--sp{
	margin: 0;
	padding: 80px;
}
.corp_footer--sp .title,
.corp_footer--sp .toggle{
	width: 100%;
	margin: 0 auto;
}

.corp_footer--sp .title span:after {
	display: table-cell;
	content: "＋";
	float: right;
	line-height: 1;
	margin-right: 5px;
}
.corp_footer--sp .title{
	pointer-events: none;
	padding: 5px;
	color:#fff;
	background:#003399;
	cursor:pointer;
	font-size: 16px;
}

.corp_footer--sp .toggle{
	padding: 5px;
	list-style: none;
	background: #eee;
}

.corp_footer--sp .toggle li{
	padding: 5px;
	text-decoration: none;
	padding-bottom:1px;
	font-size: 12px;
}
@media screen and (max-width: 640px){
	.corp_footer--sp {
		padding: 0;
	}
	.corp_footer--sp .title{
		pointer-events: all;
		/* width: 95%; */
	}

	.corp_footer--sp .toggle{
		display: none;
		/* width: 95%; */
	}
	.main_body.hidden_footer {
		margin-bottom: 0 !important;
	}

  /* account-guide-houjin */
  table.rich_table tbody .data_row th {
    max-width: 180px;
  }

  /* privacy-policy */
  .privacy_policy_page .privacyPolicy_support .address .area1{
    width: 25%;
  }
}
/**/

.show_from_767 {
  display: none;
}

figcaption {
  font-size: 12px;
  color: #888888;
}

.prices_page .coin_date {
  font-size: 13px;
  line-height: 1.77;
  text-align: right;
  color: #a2a2a3;
}

.prices_page .rich_table_holder {
  margin-bottom: 40px;
}

.prices_page .rich_table_holder th {
  width: 22%;
}

.prices_page .rich_table_holder th:first-child {
  width: 12%;
}

.carousel-item a {
  display: block;
  background-color: #f2f3f4;
  padding-top:52.3%;
  margin: 0 auto;
  max-width: 980px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (min-width: 768px) {
	.carousel-item a {
		min-height: 180px;
		padding-top: 0;
	}
}



.carousel-item a img {
  height: 100%;
  width: auto !important;
  margin: auto;
}

.in_480_only {
  display: none;
}

.carousel-control-prev span::before, .carousel-control-prev span::after, .carousel-control-next span::before, .carousel-control-next span::after {
  background: transparent;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: url(../images/arrow_left.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: right center !important;
}

.carousel_holder .sr-only {
  display: none;
}

.carousel-control-prev-icon {
  transform: rotate(180deg);
}

.image_roller img {
  max-width: 100%;
}

/* Checkbox */

.nice_cb {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #2d3138;
  width: 24px;
  height: 24px;
}

/* Hide the browser's default checkbox */

.nice_cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

span.check-label {
  display: inline-block;
  top: -4px;
  position: relative;
  left: 10px;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: solid 1px #888;
}

/* On mouse-over, add a grey background color
.nice_cb:hover input ~ .checkmark {
  background-color: #1a63d9;
}*/

/* When the checkbox is checked, add a blue background */

.nice_cb input:checked~.checkmark {
  background-color: #1a63d9;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.nice_cb input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.nice_cb .checkmark:after {
  left: 4px;
  top: 7px;
  width: 16px;
  height: 12px;
  background: url(../images/check-tick.png);
  background-size: 16px 12px;
  background-repeat: no-repeat;
}

.animate_slideUp, .animate_slideUp_copy {
  transform: translateY(100px);
  opacity: 0;
  transition: all 900ms cubic-bezier(0.37, 0.22, 0.48, 0.98);
  transition-delay: 100ms;
}

.animate_slideUp.lg_banner,
.animate_slideUp_copy.lg_banner {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.page_banner .animate_slideUp h2::after {
  width: 0px;
}

.page_banner .animate_slideUp_copy h2::after {
  width: 60px;
  transition: all 400ms cubic-bezier(0.37, 0.22, 0.48, 0.98);
  transition-delay: 500ms;
}

.feature_blocks .feature_block .animate_slideUp.info::after {
  top: 150px;
}

.feature_blocks .feature_block .animate_slideUp_copy.info::after {
  top: 80px;
  transition: all 900ms cubic-bezier(0.37, 0.22, 0.48, 0.98);
}

.animate_just_fade {
  transform: translateY(0px);
}

.guide_block_canvas {
  position: absolute;
  left: -430px;
  top: -180px;
  width: 864px;
  height: 180px !important;
  transform: skewX(68deg);
  transform-origin: top;
  background: #eaeef1;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: all 200ms ease-in;
  z-index: 1;
}

#guide_block_3 .guide_block_canvas {
  transform: skewX(-68deg);
  left: 460px;
}

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

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

.hidden {
  display: none;
}

.prices_page table.rich_table thead .headers th, .prices_page table.rich_table thead .sub_headers th {
  text-align: center;
  width: 100px;
  min-width: 110px;
}

.prices_page table.rich_table tbody tr.data_row td {
  min-width: 110px;
}

.prices_page table.rich_table tbody tr.data_row td u {
  text-decoration: none;
  font-size: 14px;
}

.prices_page table.rich_table thead .headers th span {
  font-size: 12px;
}

.prices_page table.rich_table td {
  text-align: right;
}

.prices_page table.rich_table td:first-child {
  text-align: center;
}

.prices_page table.rich_table td span b {
  display: none;
}

.vct2_page .question-data {
  font-weight: bold;
  margin-left: 24px;
  margin-bottom: 24px;
}

.vct2_page .question-data::before {
  content: 'Q';
  position: absolute;
  left: -14px;
  top: -2px;
  font-family: 'NHaasGroteskDSPro-65Md', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 20px;
}

.vct2_page .answer-data {
  margin-left: 24px;
  margin-bottom: 8px;
}


.vct2_page .answer-data::before {
  content: 'A';
  position: absolute;
  left: -14px;
  top: 0px;
  font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'HiraginoSans-W3';
  font-size: 20px;
}

.vct2_page .answer-data p {
  margin-bottom: 16px;
}

.moving-bg-down {
  background-size: 125% !important;
  background-position: center top;
}

.moving-bg-up {
  background-size: 125% !important;
  background-position: center bottom;
}

.in_div_img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/* Modify by grooweb */
.meigara-icon {
  list-style: none;
  background-repeat: no-repeat ;
  background-position: left center ;
  background-size: auto  1em;
  padding-left: 1.3em;
}
.meigara-icon--btc {background-image:url(../images/icon_circle_btc.svg)}
.meigara-icon--eth {background-image:url(../images/icon_circle_eth.svg)}
.meigara-icon--xrp {background-image:url(../images/icon_circle_xrp.svg)}
.meigara-icon--ltc {background-image:url(../images/icon_circle_ltc.svg)}
.meigara-icon--bch {background-image:url(../images/icon_circle_bch.svg)}
.meigara-icon--link {background-image:url(../images/icon_circle_link.svg)}
.meigara-icon--dot {background-image:url(../images/icon_circle_dot.svg)}

.meigara-icon--ada {background-image:url(../images/icon_circle_ada.svg)}
.meigara-icon--doge {background-image:url(../images/icon_circle_doge.svg)}
.meigara-icon--xlm {background-image:url(../images/icon_circle_xlm.svg)}
.meigara-icon--xtz {background-image:url(../images/icon_circle_xtz.svg)}
.meigara-icon--sol {background-image:url(../images/icon_circle_sol.svg)}

.meigara-icon--avax {background-image:url(../images/icon_circle_avax.svg)}
.meigara-icon--matic {background-image:url(../images/icon_circle_matic.svg)}
.meigara-icon--flr {background-image:url(../images/icon_circle_flr.svg)}
.meigara-icon--oas {background-image:url(../images/icon_circle_oas.svg)}
.meigara-icon--xdc {background-image:url(../images/icon_circle_xdc.svg)}
.meigara-icon--shib {background-image:url(../images/icon_circle_shib.svg)}
.meigara-icon--dai {background-image:url(../images/icon_circle_dai.svg)}
.meigara-icon--atom {background-image:url(../images/icon_circle_atom.svg)}
.meigara-icon--apt {background-image:url(../images/icon_circle_apt.svg)}
.meigara-icon--hbar {background-image:url(../images/icon_circle_hbar.svg)}
.meigara-icon--zpg {background-image: url(../images/icon_circle_zpg.svg);}

.question-data--notoggle::after {
  display: none !important;
}
.maintenance_notice_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: -19%;
  margin-bottom: 10%;
}
.maintenance_notice_onBanner {
  text-align: left;
}
.maintenance_notice_onBanner a {
  text-decoration: underline;
  text-decoration-color:#154eb0;
}
.maintenance_notice_onBanner p {
  font-size: 10px;
  margin-bottom: -2%;
  color: #a2a2a3;
}
.maintenance_notice_underChart_a {
  text-decoration: underline;
  text-decoration-color:#154eb0;
}
.maintenance_notice_charts {
  text-align: left;
}
.maintenance_notice_charts a {
  text-decoration: underline;
  text-decoration-color:#154eb0;
}
.maintenance_notice_charts p {
  font-size: 10px;
  margin-bottom: -2%;
  padding: 0 6px;
  color: #B5B5B5;
}
.maintenance_notice_cryptoUnderChart_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.maintenance_notice_cryptoUnderChart {
  text-align: left;
}
.maintenance_notice_cryptoUnderChart a {
  text-decoration: underline;
  text-decoration-color:#154eb0;
}
.maintenance_notice_cryptoUnderChart_p{
  font-size: 10px;
  margin-bottom: -2px;
  padding: 0 6px;
  color: #B5B5B5;
}
.maintenance_notice_prices {
  text-align: left;
}
.maintenance_notice_prices a {
  text-decoration: underline;
  text-decoration-color:#154eb0;
}
.maintenance_notice_prices p {
  font-size: 13px;
  margin-bottom: -5px;
  color: #a2a2a3;
}

@media (min-width: 768px) {
  .maintenance_notice_wrapper {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: -7%;
    margin-bottom: -2%;
  }
  .maintenance_notice_onBanner {
    padding-bottom: 50px;
  }
  .maintenance_notice_onBanner p {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .maintenance_notice_charts {
    margin-left: 56%;
  }
  .maintenance_notice_charts p {
    font-size: 14px;
  }
  .maintenance_notice_cryptoUnderChart_p {
    font-size: 14px;
  }
}

/* meigara-subjects */
.subjects {
	display: flex;
  flex-wrap: wrap;
	align-items: center;
  margin-bottom: 30px;
	margin-left: 30px;
}

.currency_block .subjects {
  margin-left: 0;
}

.subjects .service {
  margin-bottom: 10px;
  margin-right: 12px;
}

.subjects .service img {
  height: 32px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  /* meigara-subjects */
  .subjects {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .subjects .service img {
    height: 25px;
    border-radius: 4px;
  }

  /* news */
  .tabular-list .row .date {
    margin-right: 10px;
  }
}

/* service-overview */

.service-overview_subpage .g-title_h4 {
  position: relative;
  display: inline-block;
}
.service-overview_subpage .details_link {
  position: absolute;
  bottom: 4px;
  right: -210px;
  line-height: 1;
}
.service-overview_subpage .details_link a {
  color: #fff;
  background-color: #1550AC;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .28px;
  line-height: 30px;
  padding: 0 10px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .service-overview_subpage .details_link {
    right: -180px;
  }
}
