@charset "UTF-8";
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*absolute書き方例
p{
    @include absolute(0, 0, 0, 0);
}
p{
    @include absolute($top: calc(50% - 200px), $bottom: 50px);
}
*/
.typography {
  font-family: sans-serif;
  line-height: 1.4;
  letter-spacing: 0.7px;
  -webkit-font-kerning: none;
          font-kerning: none;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px #e0e0e0;
          box-shadow: inset 0 0 5px #e0e0e0;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0;
          box-shadow: 0 0 0 1px #e0e0e0;
}

.button, .language_group_wrap .language_group a.btn-language {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
  width: 232px;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px;
}

.button:hover, .language_group_wrap .language_group a.btn-language:hover {
  cursor: pointer;
  opacity: 0.75;
}

.button:active, .language_group_wrap .language_group a.btn-language:active {
  -webkit-box-shadow: inset 0 2px 2px #9e9e9e;
          box-shadow: inset 0 2px 2px #9e9e9e;
}

.button:disabled, .language_group_wrap .language_group a.btn-language:disabled {
  background-color: #bdbdbd;
  color: #616161;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  cursor: inherit;
}

@media (max-width: 767px) {
  .button, .language_group_wrap .language_group a.btn-language {
    line-height: 48px;
    height: 48px;
    width: 256px;
  }
}

.btn-group > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/*.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group{
    margin-left: -1px;
}*/
.text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #0288d1;
  text-decoration: underline;
}

.remove-btn-meta {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #01579b;
}

/*
.btn,
%btn {
    display: inline-block;
    padding: 1em;
}
.btn {
    @extend %btn;
    background-color: yellow;
    color: black;
}


@charset "utf-8";
/* ----------------------------------------------------------
Reset
---------------------------------------------------------- */
html >
body {
  font-size: 14px;
}

* + html body {
  font-family: Meiryo, tahoma, arial, "lucida grande", 'trebuchet ms', 'MS PGothic', 'Hiragino Kaku Gothic Pro', sans-serif;
}

html {
  height: 100%;
}

html {
  overflow-y: initial;
}

html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem)*/
}

html,
body,
#wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

html,
body {
  font-size: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
  word-break: break-all;
}

section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption {
  display: block;
}

/*section/section-wrapper*/
section {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section {
    padding: 0 10px;
  }
}

.section-wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 0 0px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .section-wrapper {
    width: 100%;
  }
}

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  margin-top: 8px;
  font-family: Meiryo, tahoma, arial, "lucida grande", 'trebuchet ms', 'MS PGothic', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 180%;
}

mark {
  color: #c7254e !important;
  background-color: #f9f2f4 !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  font-weight: bold;
}

div,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  text-align: left;
  word-break: break-all;
  font-family: Meiryo, tahoma, arial, "lucida grande", 'trebuchet ms', 'MS PGothic', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/*clearfix*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
}

/* ----------------------------------------------------------
form
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=numbr],
  input[type=email],
  input[type=password],
  textarea,
  .form-control {
    font-size: 16px;
  }
}

input[type=text],
input[type=tel],
input[type=numbr],
input[type=email],
input[type=password],
input[type=file] {
  width: 100%;
}

textarea,
.form-control {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #bdbdbd;
  border-radius: 4px;
}

legend {
  text-align: left;
}

.form-control,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox {
  padding-left: 20px;
}

label {
  font-weight: normal;
}

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

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

.form-control {
  padding: 4px;
}

.form-control:focus {
  border-color: #4881be;
  outline: 0;
}

.form-control:focus,
input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.help-block,
.help-inline {
  color: #777;
  font-size: 80%;
}

.help-inline-required {
  color: #e64e4e;
  font-size: 80%;
}

/*formstyle*/
.form .form-box-wrapper {
  width: 50%;
  margin: 0.5em auto 0;
  border: 1px solid #ddd;
  padding: 0 30px 1em;
  background: #fff;
  text-align: center;
}

.form .form-box-wrapper {
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
}

#account .form .form-box-wrapper {
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
}

.form .form-box-wrapper h2 {
  padding-top: 30px;
}

.form .form-box-wrapper .form-group {
  width: 100%;
  margin: 1em 0;
}

.form .form-box-wrapper .form-group input {
  /*width:100%;margin:0*/
}

.form .form-box-wrapper input[type=text],
.form .form-box-wrapper input[type=password],
.form .form-box-wrapper textarea {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form .form-box-wrapper {
    width: 100%;
    padding: 0 1em 1em;
  }
  .form .form-box-wrapper .form-group {
    width: 100%;
  }
  .form .form-box-wrapper .form-group input:not([type=radio]):not([type=checkbox]) {
    width: 100%;
  }
  .form .form-box-wrapper .radio input[type=radio] {
    width: auto;
  }
}

/*radio/checkbox/style.flast */
.flat-form {
  margin-top: 0;
}

.flat-form input[type="checkbox"],
.flat-form input[type=radio] {
  display: none;
}

.flat-form .checkbox,
.flat-form .radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 14px 8px 38px;
  vertical-align: middle;
  cursor: pointer;
}

.flat-form .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 3px;
  content: '';
}

.flat-form .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 8px;
  content: '';
}

.flat-form input[type=checkbox] + span {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #5bc0de;
  border-bottom: 3px solid #5bc0de;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flat-form input[type=checkbox]:checked + span {
  opacity: 1;
}

.flat-form .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5bc0de;
  content: '';
  opacity: 0;
}

.flat-form input[type=radio]:checked + .radio:before {
  opacity: 1;
}

/* ----------------------------------------------------------
Style setting
---------------------------------------------------------- */
/*layout*/
body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
}

#header {
  width: 100%;
  position: fixed;
  z-index: 11;
}

#header * {
  font-family: "Noto Sans JP", sans-serif;
}

.footer *:not(.glyphicon):not(.fa) {
  font-family: "Noto Sans JP", sans-serif;
}

.modal-open #header {
  position: relative;
  z-index: auto;
}

#main {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
}

#contents {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 993px) {
  #header_spacer {
    height: 48px;
  }

  #header_spacer.login {
    height: 114px;
  }

  .header_spacer_register {
    height: 58px;
  }

  .deposit-icon {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  #header_spacer {
    height: 48px;
  }

  #header_spacer.login {
    height: 170px;
  }

  #header {
    pointer-events: none;
  }

  .header_spacer_register {
    display: none;
  }
}

#sidebar {
  padding: 25px 0;
}

@media only screen and (max-width: 767px) {
  #account #main {
    width: 100%;
    max-width: 100%;
  }
  #account #contents,
  #account #sidebar {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
  }
  /*#sidebar {display:none;}*/
}

/*block-box*/
.block-box-wrapper {
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 5px;
  padding: 30px 30px 15px;
}

/*order*/
@media only screen and (max-width: 767px) {
  .order-btn {
    padding: 5px 8px;
  }
}

/*pcviews*/
.pcviews {
  display: block;
}

.pc-alert {
  width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  text-align: center;
}

.spviews {
  display: none;
}

@media (max-width: 767px) {
  .spviews {
    display: block;
  }
}

.nav > li.spviews {
  display: none;
}

@media (max-width: 767px) {
  .nav > li.spviews {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 967px) {
  .pc-alert {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  .pcviews {
    display: none !important;
  }
  .spviews {
    display: block;
  }
  .pc-alert {
    width: auto;
    text-align: left;
  }
}

/*loader*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9998;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #777;
  z-index: 9999;
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
/*メガメニュー*/
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.nav-service {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  .nav-service {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.nav-service-title {
  color: #727478;
  line-height: 48px;
  margin-right: 24px;
  width: 160px;
}

@media only screen and (max-width: 767px) {
  .nav-service-title {
    display: block;
  }
}

.nav-service li:first-child {
  border-bottom: none !important;
}

.nav-service-list li a {
  color: #727478 !important;
  padding-left: 8px;
}

@media only screen and (min-width: 993px) {
  .nav-service-list li + li a {
    border-left: 1px solid #DDDFE3;
  }
}

@media only screen and (max-width: 992px) {
  .nav-service-list li a {
    border-left: none;
    padding-left: 0;
    color: #0695F0 !important;
  }
}

.nav-service-list li a:hover {
  background-color: inherit !important;
}

.nav-service-listUp {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .nav-service-listUp {
    display: block;
    padding-inline-start: 0;
  }
}

.nav-service-listDown {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.nav-service-listDown .glyphicon {
  margin-left: 8px;
  color: #BABCC0;
}
@media only screen and (max-width: 992px) {
  .nav-service-listDown {
    display: block;
    padding-inline-start: 0;
  }
  .nav-service-listDown .glyphicon {
    color: #01579b;
  }
}
.dropdown-service .nav-service{
  width: 100%;
  justify-content: left;
}
.dropdown-service .nav-service-title{
  width: 200px;
}
.dropdown-service .nav-service-list{
  flex: 1;
}

/*メガメニューここまで*/

.header h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.header nav {
  margin-bottom: 0;
}

.header__logo {
  width: 64px;
  height: auto;
  margin: 16px 0;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 16px;
  }
}

.navbar {
  border-radius: 0;
  min-height: 48px;
  height: 48px;
}

.navbar-inverse {
  background-color: #ffffff;
  color: #fff;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #DDDFE3;
  pointer-events: auto;
  z-index: 1;
}

.navbar-inverse .navbar-brand {
  height: 48px;
  padding: 13px 15px;
}

.navbar-inverse .navbar-brand img {
  width: 64px;
  height: auto;
}

.navbar-inverse .navbar-collapse {
  border-color: #fff;
  padding: 0 16px;
}

.navbar-inverse .navbar-nav {
  margin: 0;
}

@media screen and (min-width: 993px) {
  .navbar-inverse .navbar-nav {
    display: flex;
  }
}

@media screen and (min-width: 993px) {
  .only_sp {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .only_pc {
    display: none !important;
  }
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #0695F0;
}

.navbar-inverse .icon-container {
  padding-top: 7px;
  box-sizing: border-box;
}

.navbar-inverse .icon-container a:not(.link-language) {
  line-height: 0 !important;
}

.navbar-inverse .icon-button {
  width: 36px;
  height: 36px;
}

.navbar-inverse .icon-button + .icon-button {
  margin-left: 16px;
}

@media (max-width: 992px) {
  .navbar-inverse .navbar-nav {
    margin: 0 -17px 0;
    background-color: #fff;
  }
}

.navbar-inverse .navbar-nav li a {
  color: #0695F0;
  background-color: #ffffff;
  padding: 0 16px;
  line-height: 47px;
  font-size: 14px;
  white-space: nowrap;
}

.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:active {
  color: #0695F0;
  background-color: #fff;
}

.navbar-inverse .navbar-nav .open a {
  background-color: #fff;
  color: #0695F0;
}

.navbar-inverse .navbar-nav .open a:hover, .navbar-inverse .navbar-nav .open a:focus {
  color: #0695F0;
  background-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  border-radius: 8px;
  background-color: #fff;
  padding: 12px;
  min-width: 98px;
  overflow: hidden;
}

.navbar-inverse .navbar-nav .open .dropdown-menu.dropdown-service {
  border-radius: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu li {
  border-bottom: none;
  border-radius: 8px;
  overflow: hidden;
}

.navbar-inverse .navbar-nav .open .dropdown-menu li a {
  background-color: #fff;
  color: #0695F0;
  padding: 0 20px;
  line-height: 48px;
}
@media only screen and (max-width: 992px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu li a{
        padding: 0 28px;
    }
}

.navbar-inverse .navbar-nav .open .dropdown-menu li a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu li a:focus {
  background-color: #E0F2FE;
  border-radius: 0;
  color: #0695F0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color: #DDDFE3;
  height: 1px;
  margin: 0 auto;
  border: none;
}

@media (max-width: 992px) {
  .navbar-inverse .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 7px;
    margin-right: 15px;
    margin-bottom: 7px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #0695F0;
    border-radius: 4px;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .navbar-inverse .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #0695F0;
    border-radius: 4px;
  }
}

.navbar-inverse .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #01579b;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #0695F0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #ffffff !important;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: #fff;
  color: #01579b;
}

.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #fff;
  color: #01579b;
}

.pcviews > .navbar-nav > li > a {
  padding: 10px;
  color: #212121;
}

.pcviews > .navbar-nav > li > a:hover,
.pcviews > .navbar-nav > li > a:active {
  color: #5b616b;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .header-container {
    width: 100%;
    padding: 0 0 0;
  }
  .header-container h2 {
    display: none;
  }
}

.header-container h2 {
  width: 50%;
  float: left;
  text-align: right;
  color: #555;
  font-size: 90%;
  vertical-align: middle;
  padding-top: 5px;
}

.header-container .label {
  padding: 0.15em 0.5em 0;
}

@media only screen and (min-width: 768px) and (max-width: 967px) {
  .header-container {
    width: 100%;
    padding: 5px 0;
  }
  .header-container h2 {
    display: none;
  }
}

@media only screen and (max-width: 1180px) {
  .divider {
    height: 8px;
    background-color: #000;
  }
}

.pull-right.english {
  margin-top: 1.4em;
  margin-right: 1em;
}

/*main-nav*/
.side-menu {
  margin-top: 12px;
  margin-bottom: 6px;
}

.pcviews > .navbar-nav > li > a {
  padding: 8px;
  color: #212121;
}

.pcviews > .navbar-nav > li > a:hover,
.pcviews > .navbar-nav > li > a:active {
  color: #212121;
}

.login-nav,
.atm-nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.login-nav ul,
.atm-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-justify-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.login-nav ul li,
.atm-nav ul li {
  list-style: none;
}

.login-nav ul li:last-child,
.atm-nav ul li:last-child {
  padding-right: 16px;
}

.login-nav ul li a,
.atm-nav ul li a {
  color: #727478;
  display: inline-block;
  line-height: 32px;
  padding: 0 16px;
}

.login-nav ul li a:hover,
.atm-nav ul li a:hover {
  background-color: #fff;
  color: #727478;
}

.login-nav ul li.active a,
.atm-nav ul li.active a {
  background-color: #fff;
  color: #01579b;
}

/*user-box*/
.user-box {
  width: 100%;
  margin: 0 auto;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

@media (max-width: 992px) {
  .user-box {
    display: none;
  }
}

.user-box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.user-box-user {
  margin: 0;
  padding: 0;
}

.user-box-user span {
  font-size: 12px;
}

.user-box-value {
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .user-box-value {
    margin-top: 8px;
  }
}

.user-box-value span {
  font-size: 12px;
  margin-right: 8px;
}

.user-box-value .btn-assets_held {
  width: 128px;
  line-height: 20px;
}

.user-box .label-userauth {
  display: inline-block;
  border-radius: 0;
  color: #212121;
  font-size: 12px;
  padding: 4px 8px;
  font-weight: 400;
}

.user-box .label-userauth-certified {
  background-color: #43a047;
  color: #fff;
}

.user-box .label-userauth-midst {
  background-color: #ffee58;
}

.user-box .label-userauth-merchant {
  background-color: #0288d1;
  color: #fff;
}

.user-box .label-userauth-vip {
  background-color: #0288d1;
  color: #fff;
}

.user-box-sp {
  display: none;
}

@media (max-width: 992px) {
  .user-box-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 8px 16px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #eee;
  }

  .user-box-sp.disappear {
    animation: go_up_and_disappear 0.5s forwards;
    pointer-events: none;
  }

  .user-box-sp.appear {
    animation: go_down_and_appear 0.5s forwards;
    pointer-events: auto;
  }

  @keyframes go_up_and_disappear {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-150px);
    }
  }

  @keyframes go_down_and_appear {
    from {
      opacity: 0;
      transform: translateY(-150px);
    }
    
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.user-box-sp .status {
  width: 75%;
}

.user-box-sp .status .label-userauth {
  display: inline-block;
  border-radius: 0;
  color: #212121;
  font-size: 12px;
  padding: 4px 8px;
  font-weight: 400;
}

.user-box-sp .status .label-userauth-certified {
  background-color: #43a047;
  color: #fff;
}

.user-box-sp .status .label-userauth-midst {
  background-color: #ffee58;
}

.user-box-sp .status .label-userauth-merchant {
  background-color: #0288d1;
  color: #fff;
}

.user-box-sp .status .label-userauth-vip {
  background-color: #0288d1;
  color: #fff;
}

.user-box-sp .status .span_normal_total_price {
  margin-top: 4px;
  display: block;
  line-height: 1;
}

.user-box-sp .status .btn-assets_held {
  border: 1px solid #bdbdbd;
  color: #212121;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  margin-top: 4px;
}

.user-box-sp .deposit {
  width: 25%;
}

.user-box-sp .deposit a {
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
  background-color: #0288d1;
  border-radius: 8px;
  display: block;
  color: #fff;
  text-align: center;
}

.inside-area {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1175px;
}

/*Zaif Header alert*/
#header_message .alert {
  font-size: 13px;
  font-size: 12px;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

/*.alert[id^="alert_"] {font-size:13px; margin:0; padding-top:8px; padding-bottom:8px;}*/
.pcviews.user-box a[href^="/verify_email"],
.pcviews.user-box span.atmlead {
  padding-bottom: 8px;
  display: inline-block;
}

/* ----------------------------------------------------------
Contents
---------------------------------------------------------- */
/*section*/
section {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.section-wrapper {
  margin: 0 auto;
  padding: 10px 0 0px;
  text-align: center;
  position: relative;
}

.section-wrapper h2.title {
  font-size: 130%;
  padding: 0 0 0.25em;
}

.section-wrapper h3.title {
  font-size: 124%;
}

.section-wrapper h4.title {
  font-size: 112%;
}

#account section {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  section {
    padding: 0 10px;
  }
  .section-wrapper {
    width: 100%;
  }
}

/*機能用の見出し*/
.section-wrapper h2.title {
  font-size: 120%;
  padding: 0 0 0.25em;
}

.mobile-download-section-wrapper {
  display: block;
  text-align: center;
}

.mobile-download-icon-wrapper {
 display: inline-block;
}

.mobile-download-img{
 width: 50%;
}

/*table*/
.table-middle tbody tr td {
  vertical-align: middle;
  min-height: 1em;
}

/*contents-tab*/
.contents-tab {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  background: #4881be;
}

.contents-tab .nav-tabs {
  width: 1160px;
  margin: 0 auto;
  margin-bottom: -1px;
  position: relative;
}

.contents-tab .nav-tabs li {
  width: 20%;
  font-size: 110%;
  text-align: center;
  font-weight: bold;
}

/*.contents-tab .nav-tabs li			{width:16.65%; font-size:110%; text-align:center; font-weight:bold}*/
.contents-tab .nav-tabs li a {
  background: transparent;
  border-color: transparent;
  color: #fff;
  padding: 5px 3px;
}

.contents-tab .nav-tabs li a:hover,
.contents-tab .nav-tabs li a:focus {
  color: #ccc;
  cursor: pointer;
}

.contents-tab .nav-tabs li.active a {
  background: #f2f2f2;
  color: #000;
}

.contents-tab .nav-tabs li.active a:hover,
.contents-tab .nav-tabs li.active a:focus {
  color: #aaa;
  background: #f2f2f2;
}

@media only screen and (max-width: 967px) {
  .contents-tab .nav-tabs {
    width: auto;
    padding: 0 5px;
  }
  .contents-tab .nav-tabs li {
    width: auto;
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: -15px;
  }
  .contents-tab .nav-tabs li.active {
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 500px) {
  .contents-tab .nav-tabs {
    width: auto;
    padding: 0 5px;
  }
  .contents-tab .nav-tabs li {
    width: auto;
    position: relative;
    padding-bottom: 50px;
    font-size: 84%;
    text-align: center;
    font-weight: bold;
    margin-bottom: -15px;
  }
  .contents-tab .nav-tabs li a {
    background: transparent;
    border-color: transparent;
    color: #fff;
    padding: 5px 2px;
  }
  .contents-tab .nav-tabs li.active {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: -51px;
  }
}

/*tab*/
.nav.nav-tabs.tab2 {
  margin: 0 auto;
  border-bottom: none;
}

.nav.nav-tabs.tab2 li {
  width: 50% !important;
}

.nav.nav-tabs.tab2 li a {
  text-align: center;
  font-size: 115%;
  padding: 5px;
  margin-right: 0px;
  font-weight: bold;
}

/*about*/
.about .section-wrapper {
  padding: 75px 0;
}

.about h2.title {
  font-size: 200% !important;
}

.about1,
.about2,
.about3 {
  background: #fff !important;
}

.about1 .section-wrapper {
  margin-bottom: -100px;
}

.about .section-wrapper p.pull-left {
  float: left;
  width: 40%;
}

.about .section-wrapper p.pull-right {
  float: right;
  padding: 3em 0 0;
}

.about .section-wrapper p.text {
  padding: 3em 0 0;
}

.about .section-wrapper p.image {
  padding: 50px 0 0;
}

.about .section-wrapper p img {
  max-width: 100%;
  height: auto;
}

.section-wrapper .title button {
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
  margin-top: 1px;
}

@media only screen and (max-width: 767px) {
  .about .section-wrapper {
    padding: 50px 0;
  }
  .about h2.title {
    padding: 0;
  }
  .about1 .section-wrapper {
    margin-bottom: -74px;
  }
  .about .section-wrapper p.pull-left,
  .about .section-wrapper p.pull-right {
    width: 100%;
    float: none;
  }
  .about .section-wrapper p.image {
    padding: 10px 0 0;
  }
}

/*marketinfo*/
.marketinfo h2 span {
  font-size: 70%;
  font-weight: normal;
  padding-left: 1em;
}

.marketinfo .marketinfo-box-wrapper {
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 5px;
  padding: 15px;
}

@media only screen and (max-width: 467px) {
  .marketinfo h2 span {
    display: block;
    padding: 0.5em 0 0;
  }
}

/*message-box*/
.message-box {
  padding: 10px 0;
}

.message-read-box {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  margin-top: 1em;
}

.message-read-box p {
  white-space: pre-wrap;
}

.message-read-box h3 {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 1em;
}

/*list*/
.r-btn-list {
  width: 100%;
  display: table;
}

.r-btn-list .content {
  vertical-align: middle;
  min-height: 1em;
  display: table-cell;
  width: 80%;
}

.r-btn-list .r-btn {
  vertical-align: middle;
  min-height: 1em;
  display: table-cell;
  text-align: right;
  width: 20%;
}

/* ----------------------------------------------------------
sidebar
---------------------------------------------------------- */
#sidebar {
  background: #fff;
}

#sidebar ul {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0;
  list-style: none;
  background: transparent;
}

#sidebar ul li {
  width: 100%;
  padding: 5px 0 6px;
  margin: 0;
  text-align: left;
  font-weight: bold;
  color: #555;
  text-indent: 1em;
}

#sidebar ul li small {
  font-weight: normal;
  font-size: 80%;
  display: block;
}

#sidebar ul li a {
  display: block;
  text-decoration: underline;
  margin-top: -11px;
  padding: 0.35em 1em;
  font-weight: normal;
  color: #265d99;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus {
  text-decoration: none;
  color: #111;
  background: #f2f2f2;
}

/************ Page Top ************/
.page-top {
  margin-top: 0;
  height: 40px;
  background-color: #f5f5f5;
  width: 100%;
  text-align: center;
}

.page-top:hover {
  opacity: 0.75;
}

.page-top-icon {
  line-height: 40px;
  font-size: 24px;
}

/*footer col 1/5*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.footer {
  background-color: #01579b;
  padding: 24px 0 0;
  width: 100%;
  color: #fff;
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
    display: block;
  }
}

.footer-about, .footer-services, .footer-information, .footer-legal, .footer-support {
  width: calc(100% / 6);
  padding: 0 16px 24px;
}

@media (max-width: 767px) {
  .footer-about, .footer-services, .footer-information, .footer-legal, .footer-support {
    width: 100%;
  }
}

.footer-about h5, .footer-services h5, .footer-information h5, .footer-legal h5, .footer-support h5 {
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .footer-about h5, .footer-services h5, .footer-information h5, .footer-legal h5, .footer-support h5 {
    font-size: 14px;
  }
}

.footer-about ul, .footer-services ul, .footer-information ul, .footer-legal ul, .footer-support ul {
  line-height: 2;
  font-size: 14px;
  padding-left: 0;
  list-style: none;
  margin-top: 8px;
  margin-bottom: 0;
}

.footer-about ul li a, .footer-services ul li a, .footer-information ul li a, .footer-legal ul li a, .footer-support ul li a {
  color: #fff;
  font-size: 14px;
  vertical-align: top;
}

.footer-about ul li a:hover, .footer-services ul li a:hover, .footer-information ul li a:hover, .footer-legal ul li a:hover, .footer-support ul li a:hover {
  color: #fff;
}

.footer-about ul li a > .fa, .footer-services ul li a > .fa, .footer-information ul li a > .fa, .footer-legal ul li a > .fa, .footer-support ul li a > .fa {
  font-size: 1.4em;
}

.footer-about .footer-logo {
  width: 96px;
  height: auto;
  margin-top: 16px;
}

.footer-about-text {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
}

.footer-about-sns {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.footer-about-sns a {
  font-size: 24px;
  color: #fff;
  width: 30px;
  text-align: center;
}

.footer .copy {
  font-size: 12px;
  background-color: #fff;
  color: #212121;
  padding: 24px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.footer .glyphicon {
  font-size: 12px;
}

.footer .notation {
  background-color: #fff;
  display: block;
  color: #212121;
  width: 100%;
}

.footer .notation-inner {
  width: 100%;
  max-width: 1170px;
  padding: 0 16px;
  margin: 32px auto;
  line-height: 28px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer .notation-inner {
    width: 100%;
    line-height: 20px;
    margin: 0;
    padding: 32px 20px 32px 16px;
  }
}

.footer .notation-title {
  font-weight: 600;
}

.footer .notation-contents {
  margin-top: 16px;
  display: block;
}

.footer .notation-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.footer .notation-contents ul li {
  margin-top: 8px;
}

.footer .notation-contents ul li::before {
  content: "○";
  font-size: 14px;
  margin-right: 0.5em;
}
.footer .notation-contents .notation-contents-row{
    display: flex;
}
@media only screen and (max-width: 767px) {
    .footer .notation-contents .notation-contents-row{
        display: block;
    }
}

.language_group_wrap {
  margin: 0;
}

.language_group_wrap .language_group {
  margin-top: 16px;
}

.language_group_wrap .language_group a.btn-language {
  width: 96px;
  border: 1px solid #ccc;
  padding: 0 16px;
}

.language_group_wrap .language_group a.btn-language.active {
  background: #01579b;
  border: 1px solid #fff;
  color: #fff;
}

/* ----------------------------------------------------------
more
---------------------------------------------------------- */
#more1,
#more2 {
  margin-top: 8px;
}

/* ----------------------------------------------------------
table&img scroll
---------------------------------------------------------- */
div#scroll,
div.scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  width: auto;
  height: 100%;
}

#scroll table tr td,
.scroll table tr td,
#scroll table tr th,
.scroll table tr th,
.scroll table img {
  white-space: nowrap;
}

#triangle,
.triangle {
  display: none;
}

@media only screen and (min-width: 240px) and (max-width: 580px) {
  #triangle,
  .triangle {
    display: block;
    width: auto;
    padding-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    border-bottom: #bfc9d3 3px solid;
  }
  #triangle:before,
  .triangle:before {
    margin-left: -5px;
    height: 0px;
    width: 0px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: #bfc9d3 9px solid;
  }
  #triangle:after,
  .triangle:after {
    margin-right: -5px;
    height: 0px;
    width: 0px;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: #bfc9d3 9px solid;
  }
}

/* ----------------------------------------------------------
page-top
---------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9998;
}

#page-top a {
  background: rgba(71, 71, 71, 0.59);
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  display: block;
  border-radius: 40px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

#page-top a span:before {
  position: absolute;
  top: 50%;
  margin-top: 0.15em;
  margin-left: -0.5em;
  font-size: 300%;
  font-weight: 400;
  color: #fff;
  z-index: 9999;
}

@media only screen and (min-width: 240px) and (max-width: 580px) {
  #page-top {
    position: fixed;
    bottom: 0px;
    right: 5px;
  }
  #page-top a {
    background: rgba(71, 71, 71, 0.59);
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    border-radius: 20px;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #999;
  }
  #page-top a span:before {
    position: absolute;
    top: 50%;
    margin-top: -0.19em;
    margin-left: -0.5em;
    font-size: 150%;
    font-weight: normal;
    color: #fff;
  }
}

/* ----------------------------------------------------------
bootstra theme
bootstraスタイルの上書き処理 bootstrap より後におく必要がある
---------------------------------------------------------- */
/*alert*/
.alert {
  border-radius: 0px;
  line-height: 1.4;
}

.alert-link {
  margin: auto 3px;
}

/*text color*/
.text-success,
.text-success:hover {
  color: #208B68;
  color: #2e7d32;
}

.text-danger,
.text-danger:hover {
  color: #d32f2f;
}

/*btn*/
.btn {
  border-radius: 8px;
}

.btn-primary {
  background-color: #4881be;
  border-color: #4881be;
}

.btn-primary:hover {
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  background-color: #449d44;
  border-color: #449d44;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  background-color: #ec971f;
  border-color: #ec971f;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-dark  {
  background-color:#e0e0e0;
  border-color:##e0e0e0
}

.btn-dark:hover {
  background-color:#e0e0e0;
  border-color:##e0e0e0
}

.btn-main {
  font-size: 180%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  min-width: 50%;
}

/*角丸ボタン*/
.btn-round-lg {
  border-radius: 22.5px;
}

.btn-round {
  border-radius: 17px;
}

.btn-round-sm {
  border-radius: 15px;
}

.btn-round-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

button.btn-currency {
  background-color: #1B2C7C;
  color: #fff;
  border: 1px solid #ccc;
  padding: 3px 50px;
}

/*label color*/
.label-primary {
  background-color: #4881be;
  background-color: #0288d1;
}

.label-success {
  background-color: #43a047;
}

.label-info {
  background-color: #0288d1;
}

.label-warning {
  background-color: #ffee58;
}

.label-danger {
  background-color: #ef5350;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

/*bg-color*/
.bg-default {
  background-color: #fff;
}

/*well*/
section .well {
  background: #fff;
}

/*panel*/
.panel {
  margin-bottom: 3em;
  margin-top: 0.5em;
}

.page-header {
  border-bottom-color: #ccc;
  margin-bottom: 15px !important;
}

.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
  margin: 0.3em 0 0.2em 0;
  line-height: 100%;
  font-size: 20px !important;
}

/*badge*/
.badge {
  background-color: #5BC0DE;
}

/* ----------------------------------------------------------
.dropdown-menu
---------------------------------------------------------- */
.dropdown-menu > li > a {
  padding: 10px 20px;
}

.dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.dropdown-menu > li.dropdown-header {
  border-bottom: #ccc 1px dashed;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #4881be;
}

/* ----------------------------------------------------------
breadcrumb
---------------------------------------------------------- */
.breadcrumb {
  background-color: transparent;
}

.breadcrumb > li > a {
  display: inline-block;
  margin: 0;
}

.breadcrumb > li + li:before {
  content: ">";
}

.breadcrumb .dropdown .btn {
  padding: 0;
}

/* ----------------------------------------------------------
docs
<article class="docs">とすると docsドキュメントルールが適用される
---------------------------------------------------------- */
.docs {
  font-size: 14px;
  margin-bottom: 45px;
}

.docs p {
  margin-bottom: 15px;
  line-height: 180%;
}

.docs p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1000px) {
  article.docs {
    padding: 0;
  }
  article.docs section {
    padding: 0 10px;
  }
}

.docs .bold-title {
  font-weight: bold;
  font-size: 120%;
  color: #4D4D4D;
}

section table:last-child {
  margin-bottom: 0;
}

section .panel:first-child {
  margin-top: 3em;
}

figure + table {
  margin-top: 0.5em;
}

/*bootstrap rest */
/*bootstrap rest end*/
/*ドキュメント用の大きめな見出し*/
.docs h1 {
  text-align: left;
  font-size: 28px;
  padding-bottom: 5px;
}

.docs h2 {
  font-size: 24px;
}

.docs h3 {
  font-size: 20px;
  margin-bottom: 0.2em;
}

.docs h4 {
  font-size: 18px;
}

.docs h5 {
  font-size: 16px;
}

.docs h6 {
  font-size: 14px;
}

.section-container {
  padding-bottom: 1em;
}

.page-header + section {
  margin-top: -1em !important;
}

/*ページヘッダーすぐ後のh3*/
/*段落設定 section 見出しごとに sectionで囲む*/
.section-wrapper > section > section {
  padding-top: 1.5em;
}

.section-wrapper > section > section > section {
  padding-top: 1.5em;
}

/*section > ul li,
section > ol li                              {margin-top:0.5em; margin-bottom:0.5em;}*/
/*preの代わりにコピー用のテキストエリアを使う*/
.copy_textarea {
  width: 100%;
  height: auto;
  margin: 0.5em auto;
}

/*figure*/
.docs figure {
  display: block;
  text-align: center;
  height: auto;
  width: 100%;
  background-color: transparent;
  margin: 15px auto;
}

.docs figure img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.docs figcaption {
  margin: 15px 0;
  display: inline-block;
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
  .docs ul {
    padding-left: 17px !important;
    -webkit-padding-start: 17px !important;
  }
}

/* ----------------------------------------------------------
modal style
---------------------------------------------------------- */
.modal-header.bg-primary .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header.bg-primary .close:focus,
.modal-header.bg-primary .close:hover {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: .8;
}

/* ----------------------------------------------------------
modal dialog style
---------------------------------------------------------- */
.dialog {
  z-index: 1000100;
}

.dialog .modal-title {
  font-weight: 800;
  font-size: 100% !important;
}

.dialog .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=30);
  opacity: .3;
}

.dialog .modal-footer {
  background-color: #f2f2f2;
}

.dialog .modal-body {
  padding-bottom: 0;
}

.dialog .modal-header.text-danger {
  background-color: #a94442;
  color: white;
}

.dialog .modal-header.text-success {
  background-color: #3c763d;
  color: white;
}

.dialog .modal-header.text-primary {
  background-color: #337ab7;
  color: white;
}

.dialog .modal-header.text-danger .close,
.dialog .modal-header.text-success .close,
.dialog .modal-header.text-primary .close {
  color: #fff;
}

.dialog .table-bordered > tbody > tr > th {
  vertical-align: middle;
}

/* ----------------------------------------------------------
toaster style
---------------------------------------------------------- */
/* toaster style */
.toaster {
  z-index: 10001000;
}

#toaster-fixed {
  position: fixed;
  top: 80px;
  right: 10px;
  width: 300px;
}

/* ----------------------------------------------------------
sort style
---------------------------------------------------------- */
.sort,
.sort-top,
.sort-bottom {
  position: relative;
  font-size: 11px;
  padding-left: 3px;
  top: -0.12em;
}

.sort .glyphicon-triangle-top {
  position: absolute;
  top: 0px;
}

.sort .glyphicon-triangle-bottom {
  position: absolute;
  top: 7px;
}

.sort-top .glyphicon-triangle-top {
  position: absolute;
  top: 0px;
}

.sort-top .glyphicon-triangle-bottom {
  position: absolute;
  top: 7px;
  opacity: 0.2;
}

.sort-bottom .glyphicon-triangle-top {
  position: absolute;
  top: 0px;
  opacity: 0.2;
}

.sort-bottom .glyphicon-triangle-bottom {
  position: absolute;
  top: 7px;
}

/* ----------------------------------------------------------
pair link list style
---------------------------------------------------------- */
/*trade.pt style*/
#contents > .commission > .section-wrapper {
  padding: 20px 0 0 !important;
}

.pear-btn {
  float: left;
}

.chart-box .pear-btn-futures,
.chart-box .pear-btn,
.trade_log_topbox .pear-btn {
  margin-top: -12px;
  margin-left: 5px;
  margin-right: 5px;
}

.pear-list-btn {
  margin: 10px 5px 0;
  vertical-align: middle;
}

.pear-box {
  position: absolute;
  max-width: 600px;
  width: 50%;
  z-index: 999999;
  background-color: #fff;
  margin-left: 5px;
  margin-top: 23px;
  padding: 10px 0 10px 30px;
}

.pear-box-futures-history {
  margin-top: 45px;
}

@media only screen and (min-width: 240px) and (max-width: 580px) {
  .pear-btn {
    float: none !important;
    clear: both;
    display: block;
    margin-bottom: 5px;
  }
  .pear-box {
    position: absolute;
    width: 98%;
    margin-top: -5px;
    padding: 10px 30px 10px 30px;
  }
  .pear-box-futures {
    margin-top: 30px;
  }
  .pear-box-futures-history {
    margin-top: 55px;
  }
}

/*trade.pt style*/
.chart_detail_title h2.title {
  margin: 18px 5px 0;
}

.chart_detail_title {
  width: 92%;
  margin: 0.5em auto 0 auto;
}

.chart_detail_title .pear-btn {
  margin-top: -12px;
  margin-left: 5px;
  margin-right: 5px;
}

.chart_detail_title .pear-box {
  position: absolute;
  max-width: 600px;
  z-index: 999999;
  background-color: #fff;
  margin-top: 25px;
}

.chart_detail_box {
  margin: auto;
  padding: 0% 0% 1em;
}

@media only screen and (min-width: 240px) and (max-width: 580px) {
  .chart_detail_title .pear-btn {
    float: none !important;
    clear: both;
    display: block;
    margin: 0 0 0 !important;
  }
  .chart_detail_title .pear-box {
    position: absolute;
    width: 94%;
    margin-top: -0px !important;
    margin-left: 0px !important;
  }
}

.pear-box a {
  margin-bottom: 5px;
}

.pear-box .nav li a {
  padding: 10px 14px;
}

/*chart_detail*/
/*style 510*/
h2.title {
  font-size: 120%;
  padding: 0 0 0.25em;
}

.chart_detail_box .chart_detail_title .pear-btn {
  margin: -8px 5px 0 0;
  vertical-align: middle;
}

/*pear icon*/
.jpy_icon {
  background: url(/images/currency/jpy2_icon.png) no-repeat left center;
}

.btc_icon {
  background: url(/images/currency/btc_icon.png) no-repeat left center;
}

.xem_icon {
  background: url(/images/currency/xem_icon_2.png) no-repeat left center;
}

.xym_icon {
  background: url(/images/currency/xym_icon_2.png) no-repeat left center;
}

.mona_icon {
  background: url(/images/currency/mona_icon.png) no-repeat left center;
}

.zaif_icon {
  background: url(/images/currency/zaif_icon.png) no-repeat left center;
}

.xcp_icon {
  background: url(/images/currency/xcp_icon.png) no-repeat left center;
}

.bitcrystals_icon {
  background: url(/images/currency/bitcrystals_icon.png) no-repeat left center;
}

.sjcx_icon {
  background: url(/images/currency/sjcx_icon.png) no-repeat left center;
}

.fscc_icon {
  background: url(/images/currency/fscc_icon.png) no-repeat left center;
}

.pepecash_icon {
  background: url(/images/currency/pepecash_icon.png) no-repeat left center;
}

.xacone_icon {
  background: url(/images/currency/xacone_icon.png) no-repeat left center;
}

.xactwo_icon {
  background: url(/images/currency/xactwo_icon.png) no-repeat left center;
}

.xacthree_icon {
  background: url(/images/currency/xacthree_icon.png) no-repeat left center;
}

.xacfour_icon {
  background: url(/images/currency/xacfour_icon.png) no-repeat left center;
}

.xacfive_icon {
  background: url(/images/currency/xacfive_icon.png) no-repeat left center;
}

.xacsix_icon {
  background: url(/images/currency/xacsix_icon.png) no-repeat left center;
}

.xacseven_icon {
  background: url(/images/currency/xacseven_icon.png) no-repeat left center;
}

.xaceight_icon {
  background: url(/images/currency/xaceight_icon.png) no-repeat left center;
}

.xacnine_icon {
  background: url(/images/currency/xacnine_icon.png) no-repeat left center;
}

.cicc_icon {
  background: url(/images/currency/cicc_icon_3.png) no-repeat left center;
}

.ncxc_icon {
  background: url(/images/currency/ncxc_icon_2.png) no-repeat left center;
}

.bch_icon {
  background: url(/images/currency/bch_icon.png) no-repeat left center;
}

.eth_icon {
  background: url(/images/currency/eth_icon.png) no-repeat left center;
}

.jpyz_icon {
  background: url(/images/currency/jpyz_icon.png) no-repeat left center;
}

.cms\:eth_icon,
.cms\:xem_icon {
  background: url(/images/currency/cms_icon.png) no-repeat left center;
}

.cot_icon {
  background: url(/images/currency/cot_icon.png) no-repeat left center;
}

.dot_icon {
  background: url(/images/currency/dot_icon.png) no-repeat left center;
}

.trx_icon {
  background: url(/images/currency/trx_icon.png) no-repeat left center;
}

.matic_icon {
  background: url(/images/currency/matic_icon.png) no-repeat left center;
}

.polygon\.mv_icon, .mv_icon {
  background: url(/images/currency/polygon.mv_icon.png) no-repeat left center;
}

.polygon\.rond_icon, .rond_icon {
  background: url(/images/currency/polygon.rond_icon.png) no-repeat left center;
}
.dep_icon {
  background: url(/images/currency/dep_icon.png) no-repeat left center;
}
.klay_icon {
  background: url(/images/currency/klay_icon.png) no-repeat left center;
}
.mbx_icon {
  background: url(/images/currency/mbx_icon.png) no-repeat left center;
}
.skeb_icon {
  background: url(/images/currency/skeb_icon.png) no-repeat left center;
}
.bora_icon {
  background: url(/images/currency/bora_icon.png) no-repeat left center;
}
.snpt_icon {
  background: url(/images/currency/snpt_icon.png) no-repeat left center;
}
.zpg_icon {
  background: url(/images/currency/zpg_icon.png) no-repeat left center;
}
.zpgag_icon {
  background: url(/images/currency/zpgag_icon.png) no-repeat left center;
}
.zpgpt_icon {
  background: url(/images/currency/zpgpt_icon.png) no-repeat left center;
}


/*futures icon*/
.futures_btc_jpy_icon {
  background: url(/images/futures_trading/futures_btc_jpy_icon.png) no-repeat left center;
}

.airfx_icon {
  background: url(/images/airfx_trading/airfx_icon.png) no-repeat left center;
}

/*--magatama event--*/
.magatamabl_icon {
  background: url(/images/currency/magatamabl_icon.png) no-repeat left center;
}

.magatamablfr_icon {
  background: url(/images/currency/magatamablfr_icon.png) no-repeat left center;
}

.magatamablfv_icon {
  background: url(/images/currency/magatamablfv_icon.png) no-repeat left center;
}

.magatamablon_icon {
  background: url(/images/currency/magatamablon_icon.png) no-repeat left center;
}

.magatamablsv_icon {
  background: url(/images/currency/magatamablsv_icon.png) no-repeat left center;
}

.magatamablsx_icon {
  background: url(/images/currency/magatamablsx_icon.png) no-repeat left center;
}

.magatamablth_icon {
  background: url(/images/currency/magatamablth_icon.png) no-repeat left center;
}

.magatamabltw_icon {
  background: url(/images/currency/magatamabltw_icon.png) no-repeat left center;
}

.magatamagn_icon {
  background: url(/images/currency/magatamagn_icon.png) no-repeat left center;
}

.magatamagnfr_icon {
  background: url(/images/currency/magatamagnfr_icon.png) no-repeat left center;
}

.magatamagnfv_icon {
  background: url(/images/currency/magatamagnfv_icon.png) no-repeat left center;
}

.magatamagnon_icon {
  background: url(/images/currency/magatamagnon_icon.png) no-repeat left center;
}

.magatamagnsv_icon {
  background: url(/images/currency/magatamagnsv_icon.png) no-repeat left center;
}

.magatamagnsx_icon {
  background: url(/images/currency/magatamagnsx_icon.png) no-repeat left center;
}

.magatamagnth_icon {
  background: url(/images/currency/magatamagnth_icon.png) no-repeat left center;
}

.magatamagntw_icon {
  background: url(/images/currency/magatamagntw_icon.png) no-repeat left center;
}

.magatamamijn_icon {
  background: url(/images/currency/magatamamijn_icon.png) no-repeat left center;
}

.magatamard_icon {
  background: url(/images/currency/magatamard_icon.png) no-repeat left center;
}

.magatamardfr_icon {
  background: url(/images/currency/magatamardfr_icon.png) no-repeat left center;
}

.magatamardfv_icon {
  background: url(/images/currency/magatamardfv_icon.png) no-repeat left center;
}

.magatamardon_icon {
  background: url(/images/currency/magatamardon_icon.png) no-repeat left center;
}

.magatamardsv_icon {
  background: url(/images/currency/magatamardsv_icon.png) no-repeat left center;
}

.magatamardsx_icon {
  background: url(/images/currency/magatamardsx_icon.png) no-repeat left center;
}

.magatamardth_icon {
  background: url(/images/currency/magatamardth_icon.png) no-repeat left center;
}

.magatamardtw_icon {
  background: url(/images/currency/magatamardtw_icon.png) no-repeat left center;
}

.magatamatq_icon {
  background: url(/images/currency/magatamatq_icon.png) no-repeat left center;
}

.magatamatqfr_icon {
  background: url(/images/currency/magatamatqfr_icon.png) no-repeat left center;
}

.magatamatqfv_icon {
  background: url(/images/currency/magatamatqfv_icon.png) no-repeat left center;
}

.magatamatqon_icon {
  background: url(/images/currency/magatamatqon_icon.png) no-repeat left center;
}

.magatamatqsv_icon {
  background: url(/images/currency/magatamatqsv_icon.png) no-repeat left center;
}

.magatamatqsx_icon {
  background: url(/images/currency/magatamatqsx_icon.png) no-repeat left center;
}

.magatamatqth_icon {
  background: url(/images/currency/magatamatqth_icon.png) no-repeat left center;
}

.magatamatqtw_icon {
  background: url(/images/currency/magatamatqtw_icon.png) no-repeat left center;
}

.magatamavt_icon {
  background: url(/images/currency/magatamavt_icon.png) no-repeat left center;
}

.magatamavtfr_icon {
  background: url(/images/currency/magatamavtfr_icon.png) no-repeat left center;
}

.magatamavtfv_icon {
  background: url(/images/currency/magatamavtfv_icon.png) no-repeat left center;
}

.magatamavton_icon {
  background: url(/images/currency/magatamavton_icon.png) no-repeat left center;
}

.magatamavtsv_icon {
  background: url(/images/currency/magatamavtsv_icon.png) no-repeat left center;
}

.magatamavtsx_icon {
  background: url(/images/currency/magatamavtsx_icon.png) no-repeat left center;
}

.magatamavtth_icon {
  background: url(/images/currency/magatamavtth_icon.png) no-repeat left center;
}

.magatamavttw_icon {
  background: url(/images/currency/magatamavttw_icon.png) no-repeat left center;
}

.magatamawt_icon {
  background: url(/images/currency/magatamawt_icon.png) no-repeat left center;
}

.magatamawtfr_icon {
  background: url(/images/currency/magatamawtfr_icon.png) no-repeat left center;
}

.magatamawtfv_icon {
  background: url(/images/currency/magatamawtfv_icon.png) no-repeat left center;
}

.magatamawton_icon {
  background: url(/images/currency/magatamawton_icon.png) no-repeat left center;
}

.magatamawtsv_icon {
  background: url(/images/currency/magatamawtsv_icon.png) no-repeat left center;
}

.magatamawtsx_icon {
  background: url(/images/currency/magatamawtsx_icon.png) no-repeat left center;
}

.magatamawtth_icon {
  background: url(/images/currency/magatamawtth_icon.png) no-repeat left center;
}

.magatamawttw_icon {
  background: url(/images/currency/magatamawttw_icon.png) no-repeat left center;
}

.magatamayl_icon {
  background: url(/images/currency/magatamayl_icon.png) no-repeat left center;
}

.magatamaylfr_icon {
  background: url(/images/currency/magatamaylfr_icon.png) no-repeat left center;
}

.magatamaylfv_icon {
  background: url(/images/currency/magatamaylfv_icon.png) no-repeat left center;
}

.magatamaylon_icon {
  background: url(/images/currency/magatamaylon_icon.png) no-repeat left center;
}

.magatamaylsv_icon {
  background: url(/images/currency/magatamaylsv_icon.png) no-repeat left center;
}

.magatamaylsx_icon {
  background: url(/images/currency/magatamaylsx_icon.png) no-repeat left center;
}

.magatamaylth_icon {
  background: url(/images/currency/magatamaylth_icon.png) no-repeat left center;
}

.magatamayltw_icon {
  background: url(/images/currency/magatamayltw_icon.png) no-repeat left center;
}

.magatamabz_icon {
  background: url(/images/currency/magatamabz_icon.png) no-repeat left center;
}

/*--yogibo event--*/
.yogibogocpon_icon {
  background: url(/images/currency/yogibogocpon_icon.png) no-repeat left center;
}

.yogibogocptw_icon {
  background: url(/images/currency/yogibogocptw_icon.png) no-repeat left center;
}

.yogibogocpth_icon {
  background: url(/images/currency/yogibogocpth_icon.png) no-repeat left center;
}

.yogibogocpfr_icon {
  background: url(/images/currency/yogibogocpfr_icon.png) no-repeat left center;
}

.yogibogocpfv_icon {
  background: url(/images/currency/yogibogocpfv_icon.png) no-repeat left center;
}

.yogibogocpsx_icon {
  background: url(/images/currency/yogibogocpsx_icon.png) no-repeat left center;
}

/*--bitgirls event--*/
.hyou_icon {
  background: url(/images/currency/hyou_icon.png) no-repeat left center;
}

.pachi_icon {
  background: url(/images/currency/pachi_icon.png) no-repeat left center;
}

.torekabuopt_icon {
  background: url(/images/currency/torekabuopt_icon.png) no-repeat left center;
}

/*--christmas--*/
.sanomayavix_icon {
  background: url(/images/currency/sanomayavix_icon.png) no-repeat left center;
}

.djasanyanvix_icon {
  background: url(/images/currency/djasanyanvix_icon.png) no-repeat left center;
}

.chikarinvix_icon {
  background: url(/images/currency/chikarinvix_icon.png) no-repeat left center;
}

.tsukasavix_icon {
  background: url(/images/currency/tsukasavix_icon.png) no-repeat left center;
}

.mizukivix_icon {
  background: url(/images/currency/mizukivix_icon.png) no-repeat left center;
}

.sirahosivix_icon {
  background: url(/images/currency/sirahosivix_icon.png) no-repeat left center;
}

.risavix_icon {
  background: url(/images/currency/risavix_icon.png) no-repeat left center;
}

.bitgirlsi_icon {
  background: url(/images/currency/bitgirlsi_icon.png) no-repeat left center;
}

.bitgirlsii_icon {
  background: url(/images/currency/bitgirlsii_icon.png) no-repeat left center;
}

/*--block1--*/
.bitgirls_icon {
  background: url(/images/currency/bitgirls_icon.png) no-repeat left center;
}

.djasanyan_icon {
  background: url(/images/currency/djasanyan_icon.png) no-repeat left center;
}

.chikarin_icon {
  background: url(/images/currency/chikarin_icon.png) no-repeat left center;
}

.sanomaya_icon {
  background: url(/images/currency/sanomaya_icon.png) no-repeat left center;
}

.satoayaka_icon {
  background: url(/images/currency/satoayaka_icon.png) no-repeat left center;
}

.tsukasa_icon {
  background: url(/images/currency/tsukasa_icon.png) no-repeat left center;
}

.kaori_icon {
  background: url(/images/currency/kaori_icon.png) no-repeat left center;
}

/*--block2--*/
.hinanomai_icon {
  background: url(/images/currency/hinanomai_icon.png) no-repeat left center;
}

.icharlotte_icon {
  background: url(/images/currency/icharlotte_icon.png) no-repeat left center;
}

.mamichannel_icon {
  background: url(/images/currency/mamichannel_icon.png) no-repeat left center;
}

.mizuki_icon {
  background: url(/images/currency/mizuki_icon.png) no-repeat left center;
}

.ruru_icon {
  background: url(/images/currency/ruru_icon.png) no-repeat left center;
}

.shirahoshi_icon {
  background: url(/images/currency/shirahoshi_icon.png) no-repeat left center;
}

/*--block3--*/
.shimarena_icon {
  background: url(/images/currency/shimarena_icon.png) no-repeat left center;
}

.itsuki_icon {
  background: url(/images/currency/itsuki_icon.png) no-repeat left center;
}

.kinokousaka_icon {
  background: url(/images/currency/kinokousaka_icon.png) no-repeat left center;
}

.leena_icon {
  background: url(/images/currency/leena_icon.png) no-repeat left center;
}

.yamaguchia_icon {
  background: url(/images/currency/yamaguchia_icon.png) no-repeat left center;
}

.rumirumi_icon {
  background: url(/images/currency/rumirumi_icon.png) no-repeat left center;
}

/*--bitgirls end--*/
.kaoribg_icon {
  background: url(/images/currency/kaoribg_icon.png) no-repeat left center;
}

.chikarinbg_icon {
  background: url(/images/currency/chikarinbg_icon.png) no-repeat left center;
}

.sanomayabg_icon {
  background: url(/images/currency/sanomayabg_icon.png) no-repeat left center;
}

.satoayakabg_icon {
  background: url(/images/currency/satoayakabg_icon.png) no-repeat left center;
}

.djasanyanbg_icon {
  background: url(/images/currency/djasanyanbg_icon.png) no-repeat left center;
}

.tsukasabg_icon {
  background: url(/images/currency/tsukasabg_icon.png) no-repeat left center;
}

.mizukibg_icon {
  background: url(/images/currency/mizukibg_icon.png) no-repeat left center;
}

.shirahoshibg_icon {
  background: url(/images/currency/shirahoshibg_icon.png) no-repeat left center;
}

.icharlottebg_icon {
  background: url(/images/currency/icharlottebg_icon.png) no-repeat left center;
}

.mamichanbg_icon {
  background: url(/images/currency/mamichanbg_icon.png) no-repeat left center;
}

.hinanomaibg_icon {
  background: url(/images/currency/hinanomaibg_icon.png) no-repeat left center;
}

.rurubg_icon {
  background: url(/images/currency/rurubg_icon.png) no-repeat left center;
}

.kinobg_icon {
  background: url(/images/currency/kinobg_icon.png) no-repeat left center;
}

.yamaguchiabg_icon {
  background: url(/images/currency/yamaguchiabg_icon.png) no-repeat left center;
}

.shimarenabg_icon {
  background: url(/images/currency/shimarenabg_icon.png) no-repeat left center;
}

.rumirumibg_icon {
  background: url(/images/currency/rumirumibg_icon.png) no-repeat left center;
}

.itsukibg_icon {
  background: url(/images/currency/itsukibg_icon.png) no-repeat left center;
}

.leenabg_icon {
  background: url(/images/currency/leenabg_icon.png) no-repeat left center;
}

span[class$="_icon"],
a[class$="_icon"] {
  padding: 2px 0 2px 22px;
  display: inline-block;
  vertical-align: middle;
  min-height: 24px;
  background-size: 18px;
}

/*pear margin*/
.row.pear-area {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pear-area .col-xs-6:nth-child(odd) {
  padding-right: 5px;
}

.pear-area .col-xs-6:nth-child(even) {
  padding-left: 5px;
}

.pear-box .row .col-sm-3:nth-child(odd) {
  padding: 0 3px;
}

.pear-box .row .col-sm-3:nth-child(even) {
  padding: 0 3px;
}

.pear-box .row .col-sm-2:nth-child(odd) {
  padding: 0 5px;
}

.pear-box .row .col-sm-2:nth-child(even) {
  padding: 0 5px;
}

/*assets Modal*/
.assets h3 {
  font-size: 120%;
}

.currency_list {
  text-align: right;
  vertical-align: middle;
  line-height: 180%;
}

.currency_list:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}

#Twitter_tip {
  z-index: 1000002;
}

#Twitter_tip .modal-body {
  height: 300px;
  -webkit-transition: height .1s ease-in-out;
  transition: height .1s ease-in-out;
}

#Twitter_tip .modal-header {
  border-bottom-width: 0;
}

#Twitter_tip iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.btn-twitter {
  background-color: #1DA1F2;
  background-image: url(/images/twitter_icon_white.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 32px auto;
  padding: 10px 10px 10px 38px;
  color: #fff;
  border: #1DA1F2;
}

/* invisible recaptcha badge container */
.grecaptcha-badge {
  background-color: #fff;
  z-index: 3;
}

/* free registration modal */
.free_registration_modal {
  font-size: 15px;
}

.free_registration_modal .modal-title {
  font-size: 18px !important;
  font-weight: normal !important;
}

.free_registration_modal .modal-body {
  padding-bottom: 20px;
}

.free_registration_modal .login_link {
  margin-top: 20px;
  margin-bottom: 30px;
}

.free_registration_modal .step_text {
  font-size: 17px;
  font-weight: bold;
  color: #3e80ba;
}

.free_registration_modal .modal-footer .page-header:first-of-type {
  margin-top: 20px !important;
  font-size: 15px !important;
}

.keep-break:lang(en) {
  white-space: normal;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

li.keep-break:lang(en) {
  white-space: normal;
  word-wrap: break-word;
}

/* ----------------------------------------------------------
exchange
---------------------------------------------------------- */
/*layout*/
@media only screen and (max-width: 967px) {
  .order-btn {
    padding: 5px 8px;
  }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #e0e0e0;
  border-bottom-color: transparent;
}

.text-danger,
.text-danger:hover {
  color: #d32f2f;
}

.label-danger {
  background-color: #01579b;
}

.text-success,
.text-success:hover {
  color: #2e7d32;
}

a {
  color: #0288d1;
  font-size: 14px;
}

@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.glyphicon-list {
  color: #0288d1;
}

section .well {
  background: #fff;
  border: 1px solid #e0e0e0;
}

.form-just-display {
  display: inline-block;
  border: none;
  background: none;
  margin: 5px 0;
}

#contents > .commission > .section-wrapper {
  padding: 16px 0 0 !important;
}

#wrapper {
  background: #f5f5f5;
}

.table-hover > tbody > tr:hover {
  background-color: #eee;
}

.page-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 14px;
  }
}

.banner-head {
  background-color: #fff;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner-head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .banner-head-inner {
    display: block;
    width: 100%;
  }
}

.banner-head .close {
  top: 3px;
  right: 13px;
}

.banner-head .swiper-container {
  width: 300px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
}

.banner-head .swiper-slide a img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 50px;
}

.banner-head .swiper-slide a p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #212121;
  text-decoration: none;
}

.banner-head .swiper-button-prev,
.banner-head .swiper-button-next {
  top: 0;
  width: 20px;
  height: 50px;
  background-size: 20px 50px;
  margin-top: 0;
}

.banner-head .swiper-button-prev.banner-head-prev {
  background-image: url(/images/banner/banner_50_prev.png);
  left: 0;
}

.banner-head .swiper-button-next.banner-head-next {
  background-image: url(/images/banner/banner_50_next.png);
  right: 0;
}

.banner-head .banner-head-notes {
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .banner-head .banner-head-notes {
    width: 280px;
    margin: 0 auto 5px;
  }
}

.banner-head .banner-head-notes .icon-pr {
  background-color: #616161;
  color: #fff;
  padding: 0;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
}

.banner-head .banner-head-notes p {
  text-align: left;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.top-aria {
  background-color: #fff;
}

.title-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .title-top {
    display: block;
    padding: 5px 0 0 0;
    margin: 0 auto;
  }
}

.title-top .page-title-inner {
  color: #4882BE;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
  word-break: break-word;
}

@media (max-width: 667px) {
  .title-top .page-title-inner {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .title-top .page-title-inner {
    font-size: 26px;
    margin-top: 10px;
  }
}

.title-top .title-aria {
  width: 50%;
  display:flex;
}

@media (max-width: 992px) {
  .title-top .title-aria {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.title-top .banner-aria {
  width: 50%;
}

@media (max-width: 667px) {
  .title-top .banner-aria {
    font-size: 30px;
    margin-top: 0;
  }
}

@media (max-width: 450px) {
  .title-top .banner-aria {
    font-size: 26px;
  }
}

.title-top .title-icon {
  width: 60px;
  margin: 0 30px 50px 0;
  float: left;
}

@media (max-width: 450px) {
  .title-top .title-icon {
    /*
            width:30px;
            height:63px;
            */
    margin: -10px 5px 0 0;
  }
}

.title-top .title-attention {
  color: #4882BE;
}

@media only screen and (max-width: 992px) {
  .section-top {
    padding: 0;
  }
}

.banner-aria-inner {
  margin: 0 10px;
}

.banner-aria-inner .banner-head-ewarrant {
  width: 79%;
  padding: 0 0 10px 0;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .banner-aria-inner .banner-head-ewarrant {
    width: 100%;
    display: none;
  }
}

.banner-aria-inner .banner-head-ewarrant .banner-head-inner {
  width: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .banner-aria-inner .banner-head-ewarrant .banner-head-inner {
    display: none;
  }
}

.banner-aria-inner .banner-head-ewarrant .banner-head-inner-mobile {
  width: 100%;
  display: block;
}

.banner-aria-inner .banner-head-ewarrant .banner-head-inner .swiper-container {
  /*
                &-top{
                    width: 100%;
                    max-width: 371px;
                }
                &-bottom{
                    width: 100%;
                    max-width: 910px;
                }
                &-mobile{
                    max-width: none;
                }
*/
}

.banner-aria-inner .banner-head-ewarrant .banner-head-inner .swiper-container-setting {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.banner-aria-inner .banner-head-ewarrant-bottom {
  width: 100%;
  margin: 50px 0;
}

@media (max-width: 992px) {
  .banner-aria-inner .banner-head-ewarrant-bottom {
    margin: auto;
  }
}

.banner-aria-inner .banner-head-ewarrant-bottom .banner-head-inner {
  width: 70%;
}

@media (max-width: 992px) {
  .banner-aria-inner .banner-head-ewarrant-bottom .banner-head-inner {
    width: 100%;
  }
}

.banner-aria-inner .banner-head-ewarrant-bottom .swiper-container-setting {
  max-width: 773px;
}

.banner-aria-inner .banner-head-ewarrant-mobile {
  width: 100%;
  padding: 5px 0;
  /*background-color: #fff;*/
}

@media (max-width: 992px) {
  .banner-aria-inner .banner-head-ewarrant-mobile {
    display: block;
  }
}

@media (max-width: 992px) {
  .banner-aria-inner .banner-head-ewarrant-mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner-aria-inner .banner-head-ewarrant-mobile-top .banner-head-inner-mobile {
  width: 98%;
  margin: 0;
}

.banner-aria-inner .banner-head-ewarrant-mobile .close {
  top: -5px;
  left: 1px;
}

.banner-aria-inner .banner-head-ewarrant-mobile .swiper-container-setting {
  max-width: none;
}

.banner-aria-inner .banner-head-ewarrant .close {
  font-size: 24px;
  width: 24px;
  height: 24px;
  background-color: #a0a0a0;
  border-radius: 50%;
  color: white;
  text-shadow: none;
  opacity: .8;
  position: relative;
  top: -12px;
  left: -12px;
  z-index: 100;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-aria-inner .banner-head-ewarrant .close {
    top: -5px;
    left: 1px;
  }
}

@media (max-width: 767px) {
  .banner-aria-inner .banner-head-ewarrant .close {
    top: -5px;
    left: 1px;
  }
}

.banner-aria-inner .banner-head-ewarrant .swiper-slide a img {
  width: 100%;
  height: auto;
}

.banner-aria-inner .banner-head-ewarrant .swiper-button-prev,
.banner-aria-inner .banner-head-ewarrant .swiper-button-next {
  top: 43%;
  width: 20px;
  height: 50px;
  background-size: 20px 50px;
  margin-top: -25px;
}

@media (max-width: 767px) {
  .banner-aria-inner .banner-head-ewarrant .swiper-button-prev,
  .banner-aria-inner .banner-head-ewarrant .swiper-button-next {
    top: 36%;
  }
}

.banner-aria-inner .banner-head-ewarrant .swiper-button-prev.swiper-button-top,
.banner-aria-inner .banner-head-ewarrant .swiper-button-next.swiper-button-top {
  top: 37%;
}

.banner-aria-inner .banner-head-ewarrant .swiper-button-prev.swiper-button-invisible,
.banner-aria-inner .banner-head-ewarrant .swiper-button-next.swiper-button-invisible {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.banner-aria-inner .banner-head-ewarrant .swiper-button-prev.swiper-button-invisible:hover,
.banner-aria-inner .banner-head-ewarrant .swiper-button-next.swiper-button-invisible:hover {
  opacity: 1;
}

.banner-aria-inner .banner-head-ewarrant .swiper-button-prev.banner-head-prev {
  background-image: url(/images/banner/banner_50_prev.png);
  left: 0;
}

.banner-aria-inner .banner-head-ewarrant .swiper-button-next.banner-head-next {
  background-image: url(/images/banner/banner_50_next.png);
  right: 0;
}
.navbar-inverse .navbar-nav li a.cv-header{
  color: #ffffff;
  background-color: #0695F0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .nav>li>a.deposit {
    padding: 10px 8px !important;
  }
}

/* Overwrite bootstrap header styles */

@media (max-width: 992px) {
  .navbar-header {
    float: unset;
    display: flex;
  }
  .navbar-nav {
    float: unset;
  }
  .navbar-nav>li {
    float: unset;
  }
  .navbar-right {
    float: unset !important;
    margin-right: 0;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-x: hidden !important;
    max-height: none;
  }

  .navbar-collapse.collapsing {
    max-height: none !important;
    transition: height 0s;
  }

  .navbar-toggle {
    display: block;
    order: 3;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .deposit-icon {
    display: block;
    order: 2;
  }

  .deposit-icon {
    display: grid;
    justify-items: center;
    width: 42px;
    height: 48px;
    margin-right: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
  }

  a.deposit-icon {
    text-decoration: none;
  }
  
  .deposit-icon img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
  }

  .deposit-icon p {
    color: #0695F0;
    margin: 0;
    margin-top: -4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 12px;
  }

  .deposit-icon-p-ja {
    margin-top: -11px !important;
  }

  .deposit-icon-p-en {
    margin-top: -9px !important;
  }

  .deposit-font-en {
    font-size: 10px !important; 
  }

  h1#logo {
    flex: 1;
    margin: 0;
  }
}

.navbar .caret {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 1px;
}
/* *******************
  Ad-supported page HeaderTtile and footer
   ******************* */
   .section-top{
    width: 100%;
    background-color: #fff;
    padding-bottom: 24px;
  }
  .section-top-wrapper{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 30px 60px 0;
  }
  .section-top-wrapper .title, .section-top-wrapper .banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }
  .section-top-wrapper .title{
    width: 60%;
  }
  .section-top-wrapper .banner{
    width: 40%;
    padding-left: 32px;
  }
  .section-top-wrapper .title img{
    width: 60px;
    height: auto;
  }
  .section-top-wrapper .title h2 {
    color: #4882BE;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
    word-break: break-word;
  }
  .section-top-wrapper .title p {
    color: #4882BE;
  }
  .section-top-wrapper .banner .banner-inner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-top-wrapper .banner .banner-inner .banner-head-swiper{
    width: 100%;
  }    
  .section-top-wrapper .banner .banner-inner .banner-head-swiper .swiper-slide img{
    width: 100%;
    max-width: 343px;
    height: auto;
  }
  @media (max-width: 767px) {
    .section-top-wrapper{
      flex-direction: column-reverse;
      justify-content: center;
      gap: 32px;
      padding: 16px 16px 0;
    }
    .section-top-wrapper .title{
      width: 100%;
      justify-content: center;
    }
    .section-top-wrapper .banner{
      width: 100%;
      padding: 0;
    }
  }
  .section-bottom-wrapper{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  
    margin: 60px auto;
  }
  .section-bottom-wrapper .banner-inner{
    width: 100%;
    max-width: 400px;
    overflow: hidden;
  }
  .section-bottom-wrapper .banner-inner .banner-bottom-swiper{
    width: 100%;
  }    
  .section-bottom-wrapper .banner-inner .banner-bottom-swiper .swiper-slide img{
    width: 100%;
    max-width: 343px; 
    height: auto;
  }
  /* ******************* */