@charset "UTF-8";
/* ==================================================================
Foundation
================================================================== */
/*$mainColor: #86bb23; 旧カラー緑*/
/*$mainHoverColor: #71ca11;　旧カラー緑*/
/*$naviBgColor: #262626; 旧カラー黒*/
/*$orangeColor: #ff4000; 旧オレンジカラー*/
/*$orangeHoverColor: #ff1e00; 旧オレンジカラー*/
/*//////////////////////////////////////////////////////////////////////////////////////
Site Name  :  DMM FX SP
File Name  :  reset.css
Created     :  2016.07.28
Up Date     :  2016.07.28
Copyright (C) DMM FX All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/
:root {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
}

html {
  box-sizing: inherit;
  cursor: default;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 10px;
}

#bitcoin-contents-body, body {
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.5rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, details, dialog, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1.1rem;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1.1rem;
}

dfn {
  font-style: italic;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

hr {
  height: 0;
  overflow: visible;
}

img {
  border-style: none;
}

input, select {
  vertical-align: middle;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

ol, ul {
  list-style: none;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

template, [hidden] {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[type="checkbox"], [type="radio"] {
  padding: 0;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
  border-style: solid;
  border-width: 0;
}

:hover {
  outline-width: 0;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .54;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

select::-ms-expand {
  display: none;
}

main {
  background-color: #ededed;
}

[data-ua="sp"] {
  display: none !important;
}

#d-header {
  margin: 0 !important;
  position: relative;
}

#d-header > .hd-main {
  box-shadow: none;
}

/* ==================================================================
Utility
================================================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/_fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/_fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/_fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/_fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/_fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/_fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "iconfont";
  src: url("/_fonts/iconfont.eot");
  src: url("/_fonts/iconfont.eot#iefix") format("embedded-opentype"), url("/_fonts/iconfont.ttf") format("truetype"), url("/_fonts/iconfont.woff") format("woff"), url("/_fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*="c-ico"] {
  position: relative;
}

[class*="c-ico"]:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  height: 1em;
  line-height: 1em;
}

.c-ico-1:before {
  content: "";
}

.c-ico-10:before {
  content: "";
}

.c-ico-2:before {
  content: "";
}

.c-ico-3:before {
  content: "";
}

.c-ico-4:before {
  content: "";
}

.c-ico-5:before {
  content: "";
}

.c-ico-6:before {
  content: "";
}

.c-ico-7:before {
  content: "";
}

.c-ico-8:before {
  content: "";
}

.c-ico-9:before {
  content: "";
}

.c-ico-answer:before {
  content: "";
}

.c-ico-arrow:before {
  content: "";
}

.c-ico-arrowCircle:before {
  content: "";
}

.c-ico-arrowDown:before {
  content: "";
}

.c-ico-arrowLeft:before {
  content: "";
}

.c-ico-arrowRight:before {
  content: "";
}

.c-ico-arrowUp:before {
  content: "";
}

.c-ico-b1:before {
  content: "";
}

.c-ico-b10:before {
  content: "";
}

.c-ico-b11:before {
  content: "";
}

.c-ico-b12:before {
  content: "";
}

.c-ico-b13:before {
  content: "";
}

.c-ico-b14:before {
  content: "";
}

.c-ico-b15:before {
  content: "";
}

.c-ico-b16:before {
  content: "";
}

.c-ico-b17:before {
  content: "";
}

.c-ico-b18:before {
  content: "";
}

.c-ico-b2:before {
  content: "";
}

.c-ico-b3:before {
  content: "";
}

.c-ico-b4:before {
  content: "";
}

.c-ico-b5:before {
  content: "";
}

.c-ico-b6:before {
  content: "";
}

.c-ico-b7:before {
  content: "";
}

.c-ico-b8:before {
  content: "";
}

.c-ico-b9:before {
  content: "";
}

.c-ico-circle:before {
  content: "";
}

.c-ico-cross:before {
  content: "";
}

.c-ico-fasebook:before {
  content: "";
}

.c-ico-g1:before {
  content: "";
}

.c-ico-g2:before {
  content: "";
}

.c-ico-g3:before {
  content: "";
}

.c-ico-gelding:before {
  content: "";
}

.c-ico-hat:before {
  content: "";
}

.c-ico-horse:before {
  content: "";
}

.c-ico-line:before {
  content: "";
}

.c-ico-mare:before {
  content: "";
}

.c-ico-menu_close:before {
  content: "";
}

.c-ico-menu_open:before {
  content: "";
}

.c-ico-pdf:before {
  content: "";
}

.c-ico-question:before {
  content: "";
}

.c-ico-search:before {
  content: "";
}

.c-ico-stallion:before {
  content: "";
}

.c-ico-twitter:before {
  content: "";
}

.c-ico-question-circle:before {
  content: "";
}

.c-ico-checkmark2:before {
  content: "";
}

.c-ico-checkbox-checked:before {
  content: "";
}

.c-ico-cog:before {
  content: "";
}

.c-ico-checkmark:before {
  content: "";
}

.u-border--non {
  border: none !important;
}

.u-border--top {
  border-top: 1px solid #b6b6b6 !important;
}

.u-border--bottom {
  border-bottom: 1px solid #b6b6b6 !important;
}

.u-border--all {
  border: 1px solid #b6b6b6 !important;
}

.u-border--radius--10 {
  border-radius: 10px !important;
}

.u-color--red {
  color: #e52c2c !important;
}

.u-color--red2 {
  color: #ff0000 !important;
}

.u-color--blue {
  color: #0090bc !important;
}

.u-color--mainColor {
  color: #ff008c !important;
}

.u-display--inline {
  display: inline !important;
}

.u-display--block {
  display: block !important;
}

.u-display--inline-block {
  display: inline-block !important;
}

.u-display--flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-display--none {
  display: none !important;
}

.u-font--bold {
  font-weight: bold !important;
}

.u-font--normal {
  font-weight: normal !important;
}

.u-font--large {
  font-size: 1.6rem !important;
}

.u-font--small {
  font-size: 1.2rem !important;
}

.u-font--xsmall {
  font-size: 1rem !important;
}

.u-fontSize--11 {
  font-size: 1.1rem !important;
}

.u-fontSize--12 {
  font-size: 1.2rem !important;
}

.u-fontSize--13 {
  font-size: 1.3rem !important;
}

.u-fontSize--14 {
  font-size: 1.4rem !important;
}

.u-fontSize--15 {
  font-size: 1.5rem !important;
}

.u-fontSize--16 {
  font-size: 1.6rem !important;
}

.u-fontSize--17 {
  font-size: 1.7rem !important;
}

.u-fontSize--18 {
  font-size: 1.8rem !important;
}

.u-fontSize--19 {
  font-size: 1.9rem !important;
}

.u-fontSize--20 {
  font-size: 2.0rem !important;
}

.u-fontSize--21 {
  font-size: 2.1rem !important;
}

.u-fontSize--22 {
  font-size: 2.2rem !important;
}

.u-fontSize--23 {
  font-size: 2.3rem !important;
}

.u-fontSize--24 {
  font-size: 2.4rem !important;
}

.u-fontSize--25 {
  font-size: 2.5rem !important;
}

.u-fontSize--26 {
  font-size: 2.6rem !important;
}

.u-height--auto {
  height: auto !important;
}
.u-height--50 {
  height: 50px !important;
}
.u-height--80 {
  height: 80px !important;
}
.u-mt--0 {
  margin-top: 0 !important;
}

.u-mt--5 {
  margin-top: 5px !important;
}

.u-mt--10 {
  margin-top: 10px !important;
}

.u-mt--15 {
  margin-top: 15px !important;
}

.u-mt--20 {
  margin-top: 20px !important;
}

.u-mt--25 {
  margin-top: 25px !important;
}

.u-mt--30 {
  margin-top: 30px !important;
}

.u-mt--35 {
  margin-top: 35px !important;
}

.u-mt--40 {
  margin-top: 40px !important;
}

.u-mt--45 {
  margin-top: 45px !important;
}

.u-mt--50 {
  margin-top: 50px !important;
}

.u-mt--55 {
  margin-top: 55px !important;
}

.u-mt--60 {
  margin-top: 60px !important;
}

.u-mt--65 {
  margin-top: 65px !important;
}

.u-mt--70 {
  margin-top: 70px !important;
}

.u-mt--75 {
  margin-top: 75px !important;
}

.u-mt--80 {
  margin-top: 80px !important;
}

.u-mt--85 {
  margin-top: 85px !important;
}

.u-mt--90 {
  margin-top: 90px !important;
}

.u-mt--95 {
  margin-top: 95px !important;
}

.u-mt--100 {
  margin-top: 100px !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}

.u-mb--5 {
  margin-bottom: 5px !important;
}

.u-mb--10 {
  margin-bottom: 10px !important;
}

.u-mb--15 {
  margin-bottom: 15px !important;
}

.u-mb--20 {
  margin-bottom: 20px !important;
}

.u-mb--25 {
  margin-bottom: 25px !important;
}

.u-mb--30 {
  margin-bottom: 30px !important;
}

.u-mb--35 {
  margin-bottom: 35px !important;
}

.u-mb--40 {
  margin-bottom: 40px !important;
}

.u-mb--45 {
  margin-bottom: 45px !important;
}

.u-mb--50 {
  margin-bottom: 50px !important;
}

.u-mb--55 {
  margin-bottom: 55px !important;
}

.u-mb--60 {
  margin-bottom: 60px !important;
}

.u-mb--65 {
  margin-bottom: 65px !important;
}

.u-mb--70 {
  margin-bottom: 70px !important;
}

.u-mb--75 {
  margin-bottom: 75px !important;
}

.u-mb--80 {
  margin-bottom: 80px !important;
}

.u-mb--85 {
  margin-bottom: 85px !important;
}

.u-mb--90 {
  margin-bottom: 90px !important;
}

.u-mb--95 {
  margin-bottom: 95px !important;
}

.u-mb--100 {
  margin-bottom: 100px !important;
}

.u-ml--0 {
  margin-left: 0 !important;
}

.u-ml--5 {
  margin-left: 5px !important;
}

.u-ml--10 {
  margin-left: 10px !important;
}

.u-ml--15 {
  margin-left: 15px !important;
}

.u-ml--20 {
  margin-left: 20px !important;
}

.u-ml--25 {
  margin-left: 25px !important;
}

.u-ml--30 {
  margin-left: 30px !important;
}

.u-ml--35 {
  margin-left: 35px !important;
}

.u-ml--40 {
  margin-left: 40px !important;
}

.u-ml--45 {
  margin-left: 45px !important;
}

.u-ml--50 {
  margin-left: 50px !important;
}

.u-ml--55 {
  margin-left: 55px !important;
}

.u-ml--60 {
  margin-left: 60px !important;
}

.u-ml--65 {
  margin-left: 65px !important;
}

.u-ml--70 {
  margin-left: 70px !important;
}

.u-ml--75 {
  margin-left: 75px !important;
}

.u-ml--80 {
  margin-left: 80px !important;
}

.u-ml--85 {
  margin-left: 85px !important;
}

.u-ml--90 {
  margin-left: 90px !important;
}

.u-ml--95 {
  margin-left: 95px !important;
}

.u-ml--100 {
  margin-left: 100px !important;
}

.u-mr--0 {
  margin-right: 0 !important;
}

.u-mr--5 {
  margin-right: 5px !important;
}

.u-mr--10 {
  margin-right: 10px !important;
}

.u-mr--15 {
  margin-right: 15px !important;
}

.u-mr--20 {
  margin-right: 20px !important;
}

.u-mr--25 {
  margin-right: 25px !important;
}

.u-mr--30 {
  margin-right: 30px !important;
}

.u-mr--35 {
  margin-right: 35px !important;
}

.u-mr--40 {
  margin-right: 40px !important;
}

.u-mr--45 {
  margin-right: 45px !important;
}

.u-mr--50 {
  margin-right: 50px !important;
}

.u-mr--55 {
  margin-right: 55px !important;
}

.u-mr--60 {
  margin-right: 60px !important;
}

.u-mr--65 {
  margin-right: 65px !important;
}

.u-mr--70 {
  margin-right: 70px !important;
}

.u-mr--75 {
  margin-right: 75px !important;
}

.u-mr--80 {
  margin-right: 80px !important;
}

.u-mr--85 {
  margin-right: 85px !important;
}

.u-mr--90 {
  margin-right: 90px !important;
}

.u-mr--95 {
  margin-right: 95px !important;
}

.u-mr--100 {
  margin-right: 100px !important;
}

.u-mtb--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-mtb--5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-mtb--10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-mtb--15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-mtb--20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mtb--25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-mtb--30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-mtb--35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-mtb--40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-mtb--45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-mtb--50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-mtb--55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-mtb--60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-mtb--65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-mtb--70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-mtb--75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-mtb--80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-mtb--85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-mtb--90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-mtb--95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-mtb--100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-mlr--0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-mlr--5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.u-mlr--10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-mlr--15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-mlr--20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-mlr--25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u-mlr--30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-mlr--35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.u-mlr--40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-mlr--45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.u-mlr--50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-mlr--55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.u-mlr--60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-mlr--65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.u-mlr--70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-mlr--75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.u-mlr--80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-mlr--85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.u-mlr--90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-mlr--95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u-mlr--100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-mlr--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlrtb--0 {
  margin: 0 !important;
}

.u-mlrtb--5 {
  margin: 5px !important;
}

.u-mlrtb--10 {
  margin: 10px !important;
}

.u-mlrtb--15 {
  margin: 15px !important;
}

.u-mlrtb--20 {
  margin: 20px !important;
}

.u-mlrtb--25 {
  margin: 25px !important;
}

.u-mlrtb--30 {
  margin: 30px !important;
}

.u-mlrtb--35 {
  margin: 35px !important;
}

.u-mlrtb--40 {
  margin: 40px !important;
}

.u-mlrtb--45 {
  margin: 45px !important;
}

.u-mlrtb--50 {
  margin: 50px !important;
}

.u-mlrtb--auto {
  margin: auto !important;
}

.u-noWrap {
  white-space: nowrap;
}

.u-pt--0 {
  padding-top: 0 !important;
}

.u-pt--5 {
  padding-top: 5px !important;
}

.u-pt--10 {
  padding-top: 10px !important;
}

.u-pt--15 {
  padding-top: 15px !important;
}

.u-pt--20 {
  padding-top: 20px !important;
}

.u-pt--25 {
  padding-top: 25px !important;
}

.u-pt--30 {
  padding-top: 30px !important;
}

.u-pt--35 {
  padding-top: 35px !important;
}

.u-pt--38 {
    padding-top: 38px !important;
}

.u-pt--40 {
  padding-top: 40px !important;
}

.u-pt--45 {
  padding-top: 45px !important;
}

.u-pt--50 {
  padding-top: 50px !important;
}

.u-pt--55 {
  padding-top: 55px !important;
}

.u-pt--60 {
  padding-top: 60px !important;
}

.u-pt--65 {
  padding-top: 65px !important;
}

.u-pt--70 {
  padding-top: 70px !important;
}

.u-pt--75 {
  padding-top: 75px !important;
}

.u-pt--80 {
  padding-top: 80px !important;
}

.u-pt--85 {
  padding-top: 85px !important;
}

.u-pt--90 {
  padding-top: 90px !important;
}

.u-pt--95 {
  padding-top: 95px !important;
}

.u-pt--100 {
  padding-top: 100px !important;
}

.u-pb--0 {
  padding-bottom: 0 !important;
}

.u-pb--5 {
  padding-bottom: 5px !important;
}

.u-pb--10 {
  padding-bottom: 10px !important;
}

.u-pb--15 {
  padding-bottom: 15px !important;
}

.u-pb--20 {
  padding-bottom: 20px !important;
}

.u-pb--25 {
  padding-bottom: 25px !important;
}

.u-pb--30 {
  padding-bottom: 30px !important;
}

.u-pb--35 {
  padding-bottom: 35px !important;
}

.u-pb--40 {
  padding-bottom: 40px !important;
}

.u-pb--45 {
  padding-bottom: 45px !important;
}

.u-pb--50 {
  padding-bottom: 50px !important;
}

.u-pb--55 {
  padding-bottom: 55px !important;
}

.u-pb--60 {
  padding-bottom: 60px !important;
}

.u-pb--65 {
  padding-bottom: 65px !important;
}

.u-pb--70 {
  padding-bottom: 70px !important;
}

.u-pb--75 {
  padding-bottom: 75px !important;
}

.u-pb--80 {
  padding-bottom: 80px !important;
}

.u-pb--85 {
  padding-bottom: 85px !important;
}

.u-pb--90 {
  padding-bottom: 90px !important;
}

.u-pb--95 {
  padding-bottom: 95px !important;
}

.u-pb--100 {
  padding-bottom: 100px !important;
}

.u-pl--1em {
  padding-left: 1em !important;
}

.u-pl--0 {
  padding-left: 0 !important;
}

.u-pl--5 {
  padding-left: 5px !important;
}

.u-pl--10 {
  padding-left: 10px !important;
}

.u-pl--15 {
  padding-left: 15px !important;
}

.u-pl--20 {
  padding-left: 20px !important;
}

.u-pl--25 {
  padding-left: 25px !important;
}

.u-pl--30 {
  padding-left: 30px !important;
}

.u-pl--35 {
  padding-left: 35px !important;
}

.u-pl--40 {
  padding-left: 40px !important;
}

.u-pl--45 {
  padding-left: 45px !important;
}

.u-pl--50 {
  padding-left: 50px !important;
}

.u-pl--55 {
  padding-left: 55px !important;
}

.u-pl--60 {
  padding-left: 60px !important;
}

.u-pl--65 {
  padding-left: 65px !important;
}

.u-pl--70 {
  padding-left: 70px !important;
}

.u-pl--75 {
  padding-left: 75px !important;
}

.u-pl--80 {
  padding-left: 80px !important;
}

.u-pl--85 {
  padding-left: 85px !important;
}

.u-pl--90 {
  padding-left: 90px !important;
}

.u-pl--95 {
  padding-left: 95px !important;
}

.u-pl--100 {
  padding-left: 100px !important;
}

.u-pr--0 {
  padding-right: 0 !important;
}

.u-pr--5 {
  padding-right: 5px !important;
}

.u-pr--10 {
  padding-right: 10px !important;
}

.u-pr--15 {
  padding-right: 15px !important;
}

.u-pr--20 {
  padding-right: 20px !important;
}

.u-pr--25 {
  padding-right: 25px !important;
}

.u-pr--30 {
  padding-right: 30px !important;
}

.u-pr--35 {
  padding-right: 35px !important;
}

.u-pr--40 {
  padding-right: 40px !important;
}

.u-pr--45 {
  padding-right: 45px !important;
}

.u-pr--50 {
  padding-right: 50px !important;
}

.u-pr--55 {
  padding-right: 55px !important;
}

.u-pr--60 {
  padding-right: 60px !important;
}

.u-pr--65 {
  padding-right: 65px !important;
}

.u-pr--70 {
  padding-right: 70px !important;
}

.u-pr--75 {
  padding-right: 75px !important;
}

.u-pr--80 {
  padding-right: 80px !important;
}

.u-pr--85 {
  padding-right: 85px !important;
}

.u-pr--90 {
  padding-right: 90px !important;
}

.u-pr--95 {
  padding-right: 95px !important;
}

.u-pr--100 {
  padding-right: 100px !important;
}

.u-ptb--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-ptb--5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u-ptb--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-ptb--15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-ptb--20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-ptb--25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u-ptb--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-ptb--35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.u-ptb--40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-ptb--45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.u-ptb--50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-plr--0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-plr--5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-plr--10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-plr--15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-plr--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-plr--25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u-plr--30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-plr--35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u-plr--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-plr--45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u-plr--50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-plr--55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u-plr--60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-plr--65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u-plr--70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-plr--75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u-plr--80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-plr--85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u-plr--90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-plr--95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-plr--100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-ptblr--0 {
  padding-top: 0 !important;
}

.u-ptblr--5 {
  padding-top: 5px !important;
}

.u-ptblr--10 {
  padding: 10px !important;
}

.u-ptblr--15 {
  padding: 15px !important;
}

.u-ptblr--20 {
  padding: 20px !important;
}

.u-ptblr--25 {
  padding: 25px !important;
}

.u-ptblr--30 {
  padding: 30px !important;
}

.u-ptblr--35 {
  padding: 35px !important;
}

.u-ptblr--40 {
  padding: 40px !important;
}

.u-ptblr--45 {
  padding: 45px !important;
}

.u-ptblr--50 {
  padding: 50px !important;
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tac--sp {
  display: block;
  text-align: center;
}

.u-tar {
  text-align: right !important;
}

.u-tdn {
  text-decoration: none !important;
}

.u-tdu {
  text-decoration: underline !important;
}

.u-tdo {
  text-decoration: overline !important;
}

.u-tdl {
  text-decoration: line-through !important;
}

.u-width--auto {
  width: auto !important;
}
.u-width--140 {
  width: 140px !important;
}
.u-width--100 {
  width: 100% !important;
}

.u-width--95 {
  width: 95% !important;
}

.u-width--90 {
  width: 90% !important;
}

.u-width--80 {
  width: 80% !important;
}

.u-width--70 {
  width: 70% !important;
}

.u-width--60 {
  width: 60% !important;
}

.u-width--50 {
  width: 50% !important;
}

.u-width--40 {
  width: 40% !important;
}

.u-width--30 {
  width: 30% !important;
}

.u-width--20 {
  width: 20% !important;
}

.u-width--15 {
  width: 15% !important;
}

.u-width--10 {
  width: 10% !important;
}

.u-width--0 {
  width: 0 !important;
}

.u-tac--sp--pc--tal {
  text-align: center;
}

.u-tac--pc--tal {
  text-align: center !important;
}

.u-tal--sp--pc--tar {
  text-align: right !important;
}

.u-wordBreak--normal {
  word-break: normal !important;
}

.u-wordBreak--break-all {
  word-break: break-all !important;
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-position--static {
  position: static !important;
}

.u-position--relative {
  position: relative !important;
}

.u-position--absolute {
  position: absolute !important;
}

.u-position--fixed {
  position: fixed !important;
}

/* ==================================================================
Layout
================================================================== */
.l-contents {
  padding: 20px 0 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
}

.l-contents.is-hide {
  display: none;
}

.l-innerContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  border-top: 1px solid #ededed;
}

.l-innerContainer__topVisual.is-hide {
  display: none;
}

.l-innerContainer__topContents.is-hide {
  display: none;
}

.l-innerContainer__topContents__widthFull {
  background-color: #ffffff;
  max-width: 100%;
  margin: auto;
}

.l-innerContainer__topContents:nth-of-type(even) {
  background-color: #ffffff;
  max-width: 1440px;
  margin: auto;
}

.l-innerContainer__topContents:nth-of-type(odd) {
  background-color: #ededed;
  max-width: 1440px;
  margin: auto;
}

.l-innerContainer a {
  text-decoration: underline;
}

.l-innerContainer .c-btn a,
.l-innerContainer .c-btnWrap a,
.l-innerContainer .c-btnWrap--white a,
.l-innerContainer .c-menuNavi__item a,
.l-innerContainer .c-menuNavi__beginnerItem a,
.l-innerContainer .c-menuNavi__logout a,
.l-innerContainer .c-menuStatus a,
.l-innerContainer .c-topNews__name a,
.l-innerContainer .p-about__item a,
.l-innerContainer .p-columnNewsList a,
.l-innerContainer .p-client__securityList a,
.l-innerContainer .p-glossary__categoryList a,
.l-innerContainer .p-glossary__initialList a,
.l-innerContainer .p-glossaryContents__list a,
.l-innerContainer .p-glossary__alphabetList a {
  text-decoration: none;
}

.l-innerContents {
  margin: 0 20px 20px;
  padding: 30px 0 30px;
  background-color: #fff;
}

.l-innerContents a:hover {
  border-bottom: none;
}

.l-innerContents--arrow {
  position: relative;
}

.l-innerContents--arrow::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 60px;
  background-color: #000;
}

.l-innerContents--arrow::after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% - 3px);
  width: 20px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(313deg);
  -ms-transform: rotate(313deg);
  transform: rotate(313deg);
}

.l-innerContents__topContents {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-innerContents__topContents__bgClear {
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.l-innerContents__topContents__point {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding-top: 15px;
}

.l-innerContents--transparent {
  background-color: transparent;
}

.l-innerContents__wide, .l-innerContents__normal, .l-innerContents__normal--bigger, .l-innerContents__narrow {
  margin-left: 20px;
  margin-right: 20px;
}

.l-innerContents__wide + .l-innerContents__wide, .l-innerContents__normal + .l-innerContents__wide, .l-innerContents__normal--bigger + .l-innerContents__wide, .l-innerContents__narrow + .l-innerContents__wide, .l-innerContents__wide + .l-innerContents__normal, .l-innerContents__normal + .l-innerContents__normal, .l-innerContents__normal--bigger + .l-innerContents__normal, .l-innerContents__narrow + .l-innerContents__normal, .l-innerContents__wide + .l-innerContents__normal--bigger, .l-innerContents__normal + .l-innerContents__normal--bigger, .l-innerContents__normal--bigger + .l-innerContents__normal--bigger, .l-innerContents__narrow + .l-innerContents__normal--bigger, .l-innerContents__wide + .l-innerContents__narrow, .l-innerContents__normal + .l-innerContents__narrow, .l-innerContents__normal--bigger + .l-innerContents__narrow, .l-innerContents__narrow + .l-innerContents__narrow {
  margin-top: 50px;
}

.l-innerContents__wide + .l-innerContents__wide.u-border--top, .l-innerContents__normal + .l-innerContents__wide.u-border--top, .l-innerContents__normal--bigger + .l-innerContents__wide.u-border--top, .l-innerContents__narrow + .l-innerContents__wide.u-border--top, .l-innerContents__wide + .l-innerContents__normal.u-border--top, .l-innerContents__normal + .l-innerContents__normal.u-border--top, .l-innerContents__normal--bigger + .l-innerContents__normal.u-border--top, .l-innerContents__narrow + .l-innerContents__normal.u-border--top, .l-innerContents__wide + .l-innerContents__normal--bigger.u-border--top, .l-innerContents__normal + .l-innerContents__normal--bigger.u-border--top, .l-innerContents__normal--bigger + .l-innerContents__normal--bigger.u-border--top, .l-innerContents__narrow + .l-innerContents__normal--bigger.u-border--top, .l-innerContents__wide + .l-innerContents__narrow.u-border--top, .l-innerContents__normal + .l-innerContents__narrow.u-border--top, .l-innerContents__normal--bigger + .l-innerContents__narrow.u-border--top, .l-innerContents__narrow + .l-innerContents__narrow.u-border--top {
  padding-top: 40px;
}

.l-innerContents__chartLink {
  padding-bottom: 20px;
  background-color: #ededed;
  text-align: center;
}

.l-innerContents__chartLinkInner {
  background-color: #fff;
  padding: 20px 0 10px;
}

.l-innerContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  border-top: 1px solid #ededed;
}

.l-innerContainer__topVisual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: auto;
}

.l-innerContainer__topContents:nth-of-type(even) {
  background-color: #ffffff;
  max-width: 1440px;
  margin: auto;
}

.l-innerContainer__topContents__widthAll {
  background-color: #ffffff;
  max-width: 100%;
  margin: auto;
}

.l-innerContainer__topContents:nth-of-type(odd) {
  background-color: #ededed;
  max-width: 1440px;
  margin: auto;
}

.l-innerContents {
  max-width: 1040px;
  margin: 0 auto 65px;
  padding: 100px 0 40px;
}

.l-innerContents--arrow::before {
  top: -95px;
  height: 130px;
}

.l-innerContents--arrow::after {
  top: 28px;
}

.l-innerContents__topContents {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
  background: none;
}

.l-innerContents__topContents__bgClear {
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 10px;
}

.l-innerContents__topContents__point {
  width: 1040px;
  margin: 0 auto;
  padding: 15px 0 30px;
  background: none;
}

.l-innerContents__normal {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.l-innerContents__TopApp {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.l-innerContents__normal--bigger {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.l-innerContents__narrow {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.l-innerContents__chartLinkInner {
  padding: 15px 0;
}

.l-contents {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  box-sizing: border-box;
}

.l-container {
  letter-spacing: 1px;
  min-width: 1160px;
  color: #071339;
}

.l-container a {
  color: #0000ee;
}

.l-container a span {
  border-bottom: 1px solid #071339;
  display: inline-block;
  padding-bottom: 2px;
  line-height: 1;
  text-indent: 0;
}

.l-container a span.is-breadLast {
  cursor: default;
  border-bottom: none;
  font-weight: bold;
  color: #ff008c;
}

.l-container a span.is-breadLast:hover {
  border-bottom: none;
}

.l-container a:before, .l-container a:after {
  color: #071339;
}

.l-container a:hover {
  color: #ff008c;
}

.l-container a:hover:before, .l-container a:hover:after {
  color: #ff008c;
}

.l-container a:hover span {
  border-bottom: 1px solid #ff008c;
}
.l-container a:link{
  color: #0000ee;
}

.l-footer {
  background-color: #f6f6f6;
  padding: 0;
  letter-spacing: 1px;
  min-width: 1160px;
  color: #071339;
}

.l-footer .c-footer a,
.l-footer .p-disclaimer a {
  color: #071339;
  text-decoration: none;
}

.l-footer .c-footer a span,
.l-footer .p-disclaimer a span {
  border-bottom: 1px solid #071339;
  display: inline-block;
  padding-bottom: 2px;
  line-height: 1;
  text-indent: 0;
}

.l-footer .c-footer a:before, .l-footer .c-footer a:after,
.l-footer .p-disclaimer a:before,
.l-footer .p-disclaimer a:after {
  color: #071339;
}

.l-footer .c-footer a:hover,
.l-footer .p-disclaimer a:hover {
  color: #ff008c;
}

.l-footer .c-footer a:hover:before, .l-footer .c-footer a:hover:after,
.l-footer .p-disclaimer a:hover:before,
.l-footer .p-disclaimer a:hover:after {
  color: #ff008c;
}

.l-footer .c-footer a:hover span,
.l-footer .p-disclaimer a:hover span {
  border-bottom: 1px solid #ff008c;
}

.l-footer .c-footer a:visited, .l-footer .c-footer a:link,
.l-footer .p-disclaimer a:visited,
.l-footer .p-disclaimer a:link {
  color: #071339;
}

#footer {
  margin: 0 !important;
}

.l-header {
  margin: 0 12px;
  letter-spacing: 0;
}

.l-header a {
  color: #333 !important;
}

.l-header a:hover {
  color: #fff !important;
}

.l-header a span {
  border: none;
}

.l-header a.hd-btn {
  color: #333 !important;
}

.l-header * {
  box-sizing: content-box;
  line-height: normal;
}

a.hd-logo img:hover {
  opacity: 0.7;
}

.l-menu {
  width: 300px;
  min-width: 300px;
  background-color: #333333;
}

.l-wideBlock {
  background: #fff;
}

/* ==================================================================
Component
================================================================== */
.c-appAuth__item {
  display: none;
}

.c-appAuth__item.is-show {
  display: block;
}

.c-appAuth__now {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.c-appAuth__app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-appAuth__app__item {
  width: 120px;
  margin: 0 10px;
}

.c-appAuth__howto__qr {
  width: 160px;
  margin: 0 auto 30px;
}

.c-alert {
  color: #ff4000;
}

.c-alert__text::before, .c-alert__anchor::before {
  font-family: FontAwesome;
  content: '\f071';
  color: #ff4000 !important;
}

.c-alert__text {
  display: inline-block;
}

.c-alert__text::before {
  margin-right: 3px;
}

.c-alert__anchor {
  display: block;
  padding: 10px;
  color: #ff4000 !important;
  background-color: #fddfd4;
  word-break: normal;
}

.c-alert__anchor:hover {
  color: #ff4000 !important;
  background-color: #fdcec3;
}

.c-alert__anchor:hover::before {
  color: #ff4000 !important;
}

.c-alert__anchor::before {
  margin-right: 3px;
  color: #ff4000 !important;
}

.c-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.c-asterisk--numeric {
  padding-left: 2.15em;
  text-indent: -2.15em;
}

.c-asterisk--example {
  padding-left: 2.8em;
  text-indent: -2.8em;
}

.c-asterisk--explain {
  padding-left: 68px;
  text-indent: -68px;
}

.c-asterisk__listNumber {
  list-style-position: outside;
  counter-reset: number;
}

.c-asterisk__listNumber li {
  text-indent: -3em;
  padding-left: 3em;
}

.c-asterisk__listNumber li::before {
  counter-increment: number;
  content: "※" counter(number) "：";
}

.c-bisectedCircle {
  position: relative;
}

.c-bisectedCircle__seal {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  text-align: center;
}

.c-bisectedCircle__text {
  display: inline-block;
  min-width: 3.0rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 3.0rem;
  border-radius: 1.5rem;
  background-color: #071433;
}

.c-bisectedCircle__text--orange {
  background-color: #F58C1F;
}

.c-bisectedCircle__text--red {
  background-color: #f00;
}

.c-bisectedCircle__text--wide {
  padding: 0 15px;
}

.c-btnWrap {
  text-align: center;
  margin: 40px auto;
}

.c-btnWrap--gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #b6b6b6;
}

.c-btnWrap--gray > .c-btn:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0.85;
}

.c-btnWrap--gray .c-btn--white {
  border: none;
}

.c-btnWrap--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px auto;
  background-color: #00a0ff;
}

.c-btnWrap--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px auto;
  background-color: #fff;
}

.c-btnWrap__topRate {
  text-align: center;
  margin: 0 auto;
}

.c-btnWrap--entry {
  margin: 10px 20px 30px;
}

.c-btnWrap--entrySet {
  margin-left: 20px;
  margin-right: 20px;
}

.c-btnWrap--entrySet > p {
  color: #00a0ff;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.c-btn {
  width: 80%;
  border-radius: 60px;
  padding: 15px 30px 15px 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #ff008c;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
}

.c-btn:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-btn::before {
  left: 12px;
}

.c-btn::after {
  right: 12px;
}

.c-btn:disabled {
  opacity: .5;
}

.c-btn.c-btn--aquaColor {
  background-color: #00a0ff;
}

.c-btn--arrowUp {
  position: relative;
}

.c-btn--arrowUp:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-btn--arrowLeft {
  position: relative;
}

.c-btn--arrowLeft:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-btn--arrowLeft::after {
  content: "";
}

.c-btn--arrowDown {
  position: relative;
}

.c-btn--arrowDown:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-btn--noArrow::before, .c-btn--noArrow::after {
  content: "";
}

.c-btn--small {
  margin-bottom: 25px;
}

.c-btn--small:nth-last-child(1) {
  margin-bottom: 0px;
}

.c-btn--anchor {
  background-color: transparent;
  font-weight: normal;
  color: #071339;
  border: 1px solid #071339;
}

.c-btn--anchorBtn:hover {
  color: #071339 !important;
  border-bottom: 1px solid #071339 !important;
}

.c-btn--anchorBtn::after {
  color: #071339 !important;
}

.c-btn--anchorBtn::after--top {
  min-width: 35% !important;
}

.c-btn--anchorBtn::after--bottom {
  min-width: 30% !important;
}

.c-btn--accordion {
  position: relative;
  width: 100%;
  border-radius: 0;
  font-size: 1.5rem !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-style: none none solid none;
  border-color: #b6b6b6;
}

.c-btn--accordion:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-btn--accordion.c-btn:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-btn--accordion:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
}

.c-btn--accordion.is-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
}

.c-btn--normalAccordion:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
}

.c-btn--normalAccordion.is-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
}

.c-btn--white {
  font-weight: normal;
  color: #071339;
  border: 1px solid #071339;
  background-color: #fff;
}

.c-btn--blue {
  font-weight: normal;
  color: #FFF;
  background-color: #00a0ff;
}

.c-btn--navy {
  font-weight: normal;
  color: #FFF;
  background-color: #071339;
}

.c-btn--green {
  font-size: 1.8rem;
}

.c-btn--top {
  border: none;
  text-align: left;
  font-size: 1.3rem;
  padding-left: 60px;
  display: inline-block;
  position: relative;
  min-height: 60px;
  margin: 0 auto 15px;
}

.c-btn--top__iconWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btn--top--trade::before {
  content: '';
  background-image: url("/_img/top/ico_trade.png");
  width: 25px;
  height: 18px;
  left: 18px;
  top: 35%;
  vertical-align: middle;
  position: absolute;
  background-size: contain;
}

.c-btn--top--flow::before {
  content: '';
  background-image: url("/_img/top/ico_flow.png");
  width: 25px;
  height: 25px;
  left: 18px;
  top: 28%;
  vertical-align: middle;
  position: absolute;
  background-size: contain;
}

.c-btn--top--risk::before {
  content: '';
  background-image: url("/_img/top/ico_risk.png");
  width: 25px;
  height: 21px;
  left: 18px;
  top: 30%;
  vertical-align: middle;
  position: absolute;
  background-size: contain;
}

.c-btn--top--losscut::before {
  content: '';
  background-image: url("/_img/top/ico_losscut.png");
  width: 25px;
  height: 21px;
  left: 18px;
  top: 34%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  background-size: contain;
}

.c-btn--top--security::before {
  content: '';
  background-image: url("/_img/top/ico_security.png");
  width: 25px;
  height: 19px;
  left: 21px;
  top: 35%;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
}

.c-btn--top--glossary::before {
  content: '';
  background-image: url("/_img/top/ico_glossary.png");
  width: 25px;
  height: 18px;
  left: 18px;
  top: 35%;
  vertical-align: middle;
  position: absolute;
  background-size: contain;
}

.c-btn__topRate {
  width: 100%;
  border-radius: 60px;
  padding: 15px 10px 30px 0px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
  line-height: 1.3;
}

.c-btn__topRate--white {
  font-weight: normal;
  color: #071339;
  background-color: #fff;
}

.c-btn__depositQuick {
  font-size: 1.5rem;
}

.c-btn__inquiryModal {
  font-size: 14px;
}

.c-btn--security {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}

.c-btn--security__banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  color: white;
  font-size: 1.27rem;
  text-align: left;
}

.c-btnBank {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 55px;
  border-radius: 7.5px;
  background-color: #ededed;
  cursor: pointer;
}

.c-btnBank:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #e3e3e3;
}

.c-btnBank:disabled {
  opacity: .3;
}

.c-btnBank:disabled:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-btnBank--name {
  width: 32.4%;
}

.c-btnBank--character {
  width: 18.9%;
}

.c-btnBank--character__shift {
  width: 38.9%;
}

.c-btnBankArea__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.c-btnBankArea__name:after {
  content: '';
  width: 32.4%;
}

.c-btnBankArea__character {
  margin-bottom: 30px;
}

.c-btnBankArea__character__kana {
  display: none;
}

.c-btnBankArea__character__kana--a, .c-btnBankArea__character__kana--r, .c-btnBankArea__character__kana--y, .c-btnBankArea__character__kana--w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-btnBankArea__character__kana.is-show {
  display: block;
}

.c-btnBankArea__character__alphabet {
  display: none;
}

.c-btnBankArea__character__alphabet.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-ccLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.1rem;
}

.c-ccLogo--3 .c-ccLogo__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
}

.c-ccLogo__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  margin: 10px 0;
}

.c-ccLogo__logo {
  width: 50px;
  height: auto;
  margin: 0 18%;
}

.c-ccLogo__name {
  display: inline-block;
  margin-top: 13px;
}

.c-ccLogoAlt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-ccLogoAlt__logo {
  width: 50px;
  margin-bottom: 20px;
}

.c-ccLogoAlt__logoText {
  font-size: 1.5rem;
  line-height: 1.7;
}

.c-column {
  padding: 20px;
  border: 1px solid #b6b6b6;
  font-size: 1.2rem;
}

.c-column--gray {
  border: none;
  background-color: #f6f6f6;
}

.c-column--inline {
  display: inline-block;
}

.c-column--fontSizeReg {
  padding: 20px;
}

.dataTables_wrapper .dataTable {
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_scrollHead {
  overflow: auto;
}

.dataTables_wrapper .dataTables_scrollHeadInner {
  overflow: auto;
}

.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar {
  height: 10px;
  background: #ff008c;
}

.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-track {
  margin: 0 3px;
}

.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
  border-top: 2px solid #ff008c;
  border-bottom: 2px solid #ff008c;
}

.dataTables_wrapper .dataTables_info {
  font-size: 1.2rem;
}

.dataTables_wrapper .dataTables_paginate span {
  display: inline-block;
  min-width: 30px;
  height: 30px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0 !important;
  text-align: center;
  line-height: 30px;
  border: none !important;
  border-radius: 25px !important;
  background-color: #f6f6f6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.start {
  position: relative;
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.start:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.start:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last {
  position: relative;
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.start, .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.last {
  background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.start::after, .dataTables_wrapper .dataTables_paginate .paginate_button.start::before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after, .dataTables_wrapper .dataTables_paginate .paginate_button.previous::before, .dataTables_wrapper .dataTables_paginate .paginate_button.next::after, .dataTables_wrapper .dataTables_paginate .paginate_button.next::before, .dataTables_wrapper .dataTables_paginate .paginate_button.last::after, .dataTables_wrapper .dataTables_paginate .paginate_button.last::before {
  top: 50%;
  left: 50%;
  margin: 0 0 0 -.5em;
  font-size: 2.0rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.start:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover {
  background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.start::before, .dataTables_wrapper .dataTables_paginate .paginate_button.last::before {
  margin-left: 0em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  font-weight: bold;
  background: #ff008c !important;
}

.c-document__item {
  position: relative;
  margin-bottom: 40px !important;
}

.c-document__item__title {
  display: inline-block;
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #ff008c;
}

.c-document__item__title--heading {
  margin-bottom: 10px;
}

.c-faq {
  margin: 0 auto;
  font-size: 1.3rem;
}

.c-faq__item__q {
  position: relative;
  position: relative;
  padding: 15px 25px 13px 40px;
  border-bottom: 1px solid #e3e3e3;
  border-collapse: collapse;
  font-size: 1.5rem;
}

.c-faq__item__q:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-faq__item__q:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-faq__item__q::before {
  left: 0;
  margin-left: 10px;
  height: 1em;
  font-size: 1.8rem;
  color: #071339;
}

.c-faq__item__q::after {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  right: 10px;
  height: 1em;
  font-size: 1.5rem;
  color: #071339;
}

.c-faq__item__q.is-active::after {
  right: 10px;
  font-size: 1.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-faq__item__a {
  position: relative;
  display: none;
  padding: 13px 20px 13px 11px;
  padding-top: 0;
  background-color: #f6f6f6;
  color: #071339;
}

.c-faq__item__a:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-faq__item__a::before {
  margin-top: 22px;
  font-size: 2.5rem;
  color: #ff008c;
  height: 1em;
  bottom: auto;
}

.c-faq__item__a .c-text {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 15px 10px 30px;
  line-height: 1.45;
}

.c-faq__item__a__innerList {
  padding-left: 1em;
}

.c-faq__item__a__innerWrap {
  padding-left: 1em;
}

.c-form__input, .c-form__textarea, .c-form__select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #ededed;
  border-radius: 24px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

.c-form__input:disabled, .c-form__textarea:disabled, .c-form__select:disabled {
  opacity: .5;
}

.c-form__input[type="text"], .c-form__input[type="password"] {
  line-height: initial;
}

.c-form__select, .c-form__input[type="text"], .c-form__input[type="email"], .c-form__input[type="password"] {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
}

.c-form__input--icon {
  padding-left: 45px;
}

.c-form__input[type="text"], .c-form__input[type="email"], .c-form__input[type="password"], .c-form__textarea, .c-form__select {
  background-color: #fff;
}

.c-form__iconWrap {
  position: relative;
}

.c-form__iconWrap::before {
  position: absolute;
  font-family: 'FontAwesome';
  line-height: 50px;
  text-align: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  color: #ededed;
}

.c-form__iconWrap--password::before {
  content: "\f084";
  font-size: 1.8rem;
}

.c-form__iconWrap--mobile::before {
  content: "\f10b";
  font-size: 3.0rem;
}

.c-form__iconWrap--auth::before {
  content: "\f023";
  font-size: 2rem;
}

.c-form__iconWrap--email::before {
  content: "\f003";
  font-size: 1.8rem;
}

.c-form__input[type="radio"], .c-form__input[type="checkbox"] {
  display: none;
}

.c-form__input[type="radio"] + .c-form__label::before, .c-form__input[type="checkbox"] + .c-form__label::before {
  display: inline-block;
  margin: -.2em 3px 0 0;
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 2.4rem;
  color: #b6b6b6;
  width: 1.2857142857142858em;
  text-align: center;
}

.c-form__input[type="radio"]:checked + .c-form__label::before, .c-form__input[type="checkbox"]:checked + .c-form__label::before {
  color: #ff008c;
}

.c-form__input[type="radio"]:disabled + .c-form__label, .c-form__input[type="checkbox"]:disabled + .c-form__label {
  opacity: .5;
}

.c-form__input[type="radio"] + .c-form__label::before {
  content: '\f10c';
}

.c-form__input[type="radio"]:checked + .c-form__label::before {
  content: '\f058';
}

.c-form__input[type="checkbox"] + .c-form__label::before {
  content: '\f096';
}

.c-form__input[type="checkbox"] + .c-form__label.c-form__toggle::before {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
  width: 45px;
  height: 28px;
  margin: 0;
  border-radius: 28px;
  background-color: #fff;
  opacity: 1;
}

.c-form__input[type="checkbox"] + .c-form__label.c-form__toggle::after {
  display: inline-block;
  content: '\f204';
  font-family: FontAwesome;
  position: absolute;
  top: calc(50% - 3rem);
  right: 15px;
  margin: -1px -1px 0 0;
  font-size: 4rem;
  color: #b6b6b6;
  opacity: .7;
}

.c-form__input[type="checkbox"]:checked + .c-form__label::before {
  content: '\f14a';
}

.c-form__input[type="checkbox"]:checked + .c-form__label.c-form__toggle::before {
  content: '';
}

.c-form__input[type="checkbox"]:checked + .c-form__label.c-form__toggle::after {
  content: '\f205';
  color: #ff008c;
  opacity: 1;
}

.c-form__textarea {
  width: 100%;
  height: 160px;
}

.c-form__list {
  margin-bottom: 40px;
}

+ .c-form__list {
  margin-top: -40px;
}

.c-form__list__horizon {
  margin-bottom: 0;
}

.c-form__item {
  position: relative;
  margin-bottom: 25px;
}

.c-form__item__title {
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.c-form__item__confirm {
  font-size: 1.6rem;
}

.c-form__selectWrap {
  position: relative;
  display: block;
  height: 50px;
  position: relative;
}

.c-form__selectWrap:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-form__selectWrap::before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  z-index: 2;
}

.c-form__selectWrap::after {
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  background-color: #ededed;
  z-index: 4;
  pointer-events: none;
}

.c-form__selectWrap .c-form__select {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 4;
}

.c-form__selectWrap--rate {
  width: 50%;
}

.c-form__selectWrap--rate::after {
  background: none;
}

.c-form__selectWrap--period {
  width: 40%;
}

.c-form__selectWrap--period::after {
  background: none;
}

.c-form__selectWrap--rate + .c-form__selectWrap--period {
  margin-left: 10px;
}

.c-form__selectWrap__horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.c-form__selectWrap__horizon--sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.c-form__searchWrap {
  position: relative;
  display: block;
  padding-right: 60px;
}

.c-form__searchWrap .c-form__search__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  background-color: #ededed;
}

.c-form__searchWrap .c-form__search__btn:before {
  content: "";
}

.c-form__alert {
  margin-top: 5px;
  color: #ff4000 !important;
}

.c-form__withdraw__button {
  position: relative;
  color: #fff;
  background-color: #071339;
  border-radius: 50px;
  padding: 5px 20px 5px 15px;
  cursor: pointer;
}

.c-form__withdraw__button:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-form__withdraw__button:hover {
  background-color: #ff008c;
}

.c-form__withdraw__button__noRequest {
  width: 0.01px !important;
}

.c-heading {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}

.c-heading--main {
  font-size: 2.7rem;
  margin-top: -20px;
  padding: 20px;
  font-weight: normal;
  background-color: #fff;
}

.c-heading--sub {
  margin-bottom: 0;
  text-align: left;
}

.c-heading--columnBig {
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: left;
  border-bottom: solid 1px #ccc;
  line-height: 1.5;
}

.c-heading--columnMiddle {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 8px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  border-bottom: 1px solid #ff008c;
  line-height: 1.5;
}

.c-heading--columnMiddle--inList {
  vertical-align: top;
  margin-top: 0;
}

.c-heading--columnSmall {
  margin-top: 32px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
}

.c-heading.is-hide {
  display: none;
}

.c-ivr__phone {
  font-size: 1.7rem !important;
  font-weight: bold !important;
  text-align: center !important;
}

.c-list {
  margin-bottom: 30px;
}

.c-list--disc, .c-list--decimal, .c-list--ideographic {
  margin-left: 2.5rem;
}

.c-list--disc--column, .c-list--decimal--column, .c-list--ideographic--column {
  margin-top: 32px;
  margin-bottom: 16px;
  margin-left: 3rem;
}

.c-list--disc--column__headingIncludedList, .c-list--decimal--column__headingIncludedList, .c-list--ideographic--column__headingIncludedList {
  padding-top: 40px;
}

.c-list--disc {
  list-style-type: disc;
}

.c-list--decimal {
  list-style-type: decimal;
}

.c-list--ideographic {
  list-style-type: cjk-ideographic;
}

.c-list--inside {
  margin-left: 0;
  list-style-position: inside;
}

.c-list--pdficon {
  padding-left: 32px;
  text-indent: -32px;
}

.c-list--parentheses--0 {
  counter-reset: cnt 0;
}

.c-list--parentheses--1 {
  counter-reset: cnt 1;
}

.c-list--parentheses--2 {
  counter-reset: cnt 2;
}

.c-list--parentheses--3 {
  counter-reset: cnt 3;
}

.c-list--parentheses--4 {
  counter-reset: cnt 4;
}

.c-list--parentheses--5 {
  counter-reset: cnt 5;
}

.c-list--parentheses--6 {
  counter-reset: cnt 6;
}

.c-list--parentheses--7 {
  counter-reset: cnt 7;
}

.c-list--parentheses--8 {
  counter-reset: cnt 8;
}

.c-list--parentheses--9 {
  counter-reset: cnt 9;
}

.c-list__item {
  margin-bottom: 10px;
  line-height: 1.7;
}

.c-list__item--parentheses {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -2.2em;
  padding-left: 2.2em;
}

.c-list__item--parentheses::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.c-line {
  text-align: center;
}

.c-line__id {
  position: relative;
  padding-left: 3em;
  font-size: 1.5rem;
  line-height: 27px;
}

.c-line__id:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-line__id:before {
  font-size: 3.2rem;
  color: #00b900;
  left: 0;
  height: 1em;
  line-height: 1em;
}

.c-line__id > a {
  padding-bottom: 2px;
  color: #071339 !important;
  border-bottom: 1px solid #333;
}

.c-menuNavi__beginnerList {
  padding: 40px 20px 20px;
}

.c-menuNavi__beginnerItem {
  margin-bottom: 20px;
}

.c-menuNavi__beginnerItem:last-child {
  margin-bottom: 0;
}

.c-menuNavi__beginnerItem a {
  color: #fff;
}

.c-menuNavi__beginnerItem a:link, .c-menuNavi__beginnerItem a:visited {
  color: #fff;
}

.c-menuNavi__beginnerItem a:hover {
  color: #ff008c;
}

.c-menuNavi__beginnerItem a span {
  border-color: #fff;
}

.c-menuNavi__beginnerItem img {
  width: 25px;
  margin-right: 5px;
  pointer-events: none;
}

.c-menuNavi__logout {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #5A5B5C;
}

.c-menuNavi__logout a {
  display: inline-block;
  color: #fff;
  padding: 10px 50px;
  border: solid 1px #fff;
}

.c-menuNavi__logout a:link, .c-menuNavi__logout a:visited {
  color: #fff;
}

.c-menuNavi__list {
  border-top: 1px solid #5A5B5C;
}

.c-menuNavi__item a,
.c-menuNavi__item dt {
  display: block;
  position: relative;
  padding: 15px 50px 15px 20px;
  color: #fff !important;
  line-height: 1.5;
}

.c-menuNavi__item a::after,
.c-menuNavi__item dt::after {
  position: absolute;
  right: 20px;
  color: #fff !important;
}

.c-menuNavi__item a:hover,
.c-menuNavi__item dt:hover {
  color: #ff008c !important;
  background-color: #454545;
}

.c-menuNavi__item a:hover::after,
.c-menuNavi__item dt:hover::after {
  color: #ff008c !important;
}

.c-menuNavi__item a {
  position: relative;
}

.c-menuNavi__item a:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-menuNavi__item dt {
  position: relative;
}

.c-menuNavi__item dt:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-menuNavi__item dt.is-active {
  position: relative;
}

.c-menuNavi__item dt.is-active:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-menuNavi__item > a,
.c-menuNavi__item dt {
  padding: 20px 50px 20px 20px;
  border-bottom: 1px solid #5A5B5C;
}

.c-menuNavi__item dd {
  display: none;
}

.c-menuNavi__sub {
  border-bottom: 1px solid #5A5B5C;
  background-color: #363738;
}

.is-active .c-menuNavi__sub {
  display: block;
}

.c-menuNavi__closeBtn {
  height: 45px;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.c-menuNavi__closeBtn:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-menuNavi__snsIcon {
  height: 45px;
  margin: 10px auto;
  text-align: center;
  padding-left: calc(0.49375px + 1.9rem);
}

.c-menuStatus {
  padding: 40px 20px;
  color: #fff;
}

.c-menuStatus--profile {
  padding: 40px 0 0;
}

.c-menuStatus__customer {
  display: block;
  font-size: 1.3rem;
  min-height: 40px;
  padding: 30px 40px 20px;
  color: #fff !important;
  border-top: solid 1px #5A5B5C;
  border-bottom: solid 1px #5A5B5C;
}

.c-menuStatus__customerInner {
  padding-left: 55px;
  margin-bottom: 15px;
  background-image: url(/_img/sideMenuStatus_customer.png);
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 40px auto;
}

.c-menuStatus__name {
  margin-bottom: 10px;
}

.c-menuStatus__config {
  display: table;
  text-align: right;
  margin-left: auto;
}

.c-menuStatus__config img {
  display: table-cell;
  width: 15px;
  margin-right: 5px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  vertical-align: middle;
  pointer-events: none;
}

.c-menuStatus__config p {
  display: table-cell;
  text-align: right;
  font-size: 1.1rem;
  vertical-align: middle;
}

.c-menuStatus__config p:after {
  right: 0;
}

.c-menuStatus__assets__total {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5A5B5C;
}

.c-menuStatus__assets__label {
  font-weight: bold;
}

.c-menuStatus__assets__jpy {
  text-align: right;
}

.c-menuStatus__assets__jpy__quantity {
  font-size: 2rem;
  letter-spacing: 0;
}

.c-menuStatus__assets__currency {
  display: block;
}

.c-menuStatus__assets__currency__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-bottom: 20px;
}

.c-menuStatus__assets__currency__quantity {
  margin-right: 5px;
  text-align: right;
}

a.c-menuStatus__customer {
  color: #fff !important;
}

.c-pdfList__item {
  margin-bottom: 10px;
  padding-left: 36px;
  line-height: 32px;
  background-image: url(/_img/icon_pdf.png);
  background-size: 32px;
  background-repeat: no-repeat;
}

.c-pdfList__icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 2px;
  line-height: 32px;
  background: url(/_img/icon_pdf.png) no-repeat;
}

.c-period {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #b6b6b6;
}

.c-period__item {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 1.6rem;
}

.c-period__item.is-active, .c-period__item:hover {
  font-weight: bold;
  color: #ff008c;
}

.c-period__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50%-1em);
  width: 1px;
  height: 1em;
  background-color: #ededed;
}

.c-period__item:last-child::after {
  content: none;
}

.c-periodWrap {
  text-align: center;
}

.c-periodWrap--left {
  text-align: left;
}

.c-recaptcha {
  display: inline-block;
}

.g-recaptcha {
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.c-scroll {
  overflow: auto;
  white-space: nowrap;
}

.c-scroll::-webkit-scrollbar {
  height: 12px;
  background: #ff008c;
}

.c-scroll::-webkit-scrollbar-track {
  margin: 0 5px;
}

.c-scroll::-webkit-scrollbar-thumb {
  height: 8px;
  background: #fff;
  border-radius: 4px;
  border-top: 2px solid #ff008c;
  border-bottom: 2px solid #ff008c;
}

.c-scroll__guide {
  margin-top: 3px;
  font-size: 1rem;
}

.c-scroll__no {
  overflow: hidden;
  height: 100%;
}

_::-webkit-full-page-media, _:future, :root .c-scroll__guide {
  margin-top: 9px;
}

.c-status__anchor {
  display: inline-block;
}

.c-status__anchor.active {
  pointer-events: none;
}

.c-status__anchor.active span {
  text-decoration: line-through !important;
  border-bottom: none;
}

.c-status__anchor.inactive {
  pointer-events: none;
}

.c-status__anchor.inactive span {
  border-bottom: none;
}

.c-status__settledWrapper {
  position: relative;
  border: solid 1px transparent;
  padding: 40px 10px;
}

.c-status__settledWrapper.current {
  border-color: #ff008c;
}

.c-status__settledWrapper.current .register_heading a {
  text-decoration: none;
  pointer-events: auto;
}

.c-status__settledWrapper.current .register_heading a .c-status__settledHeading__text {
  color: #ff008c;
  border-bottom: solid 1px #ff008c;
}

.c-status__settledWrapper:not(:last-of-type):before {
  content: '';
  display: block;
  position: absolute;
  border-left: solid 1px #071339;
  width: 1px;
  height: 50px;
  bottom: -25px;
  left: 50%;
}

.c-status__settledWrapper:not(:last-of-type):after {
  content: '';
  display: block;
  position: absolute;
  border-left: solid 1px #071339;
  width: 1px;
  height: 10px;
  bottom: -23px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(5px);
  -ms-transform: rotate(45deg) translateX(5px);
  transform: rotate(45deg) translateX(5px);
}

.c-status__settledSubText {
  font-size: 1.0rem;
}

.c-status__settledSubText span {
  font-size: 1.5rem;
}

.c-status__settledCheckWrap {
  margin-bottom: 5px;
}

.c-status__settledCheckWrap :after {
  content: '';
  display: block;
  clear: both;
}

.c-status__settledCheckWrap.active {
  position: relative;
  padding-left: 2rem;
}

.c-status__settledCheckWrap.active:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-status__settledCheckWrap.active:before {
  left: 0;
  top: 5px;
  margin-top: 0;
  text-decoration: none;
}

.c-status__settledCheckWrap.active .c-status__settledHeading__text {
  text-decoration: line-through !important;
}

.c-status__settledCheckWrap.register_heading {
  border-bottom: solid 1px #b6b6b6;
  padding-bottom: 3px;
  margin-bottom: 15px;
  overflow: hidden;
}

.c-status__settledCheckWrap.register_heading a {
  display: table;
  text-decoration: none;
  pointer-events: none;
  width: 100%;
}

.c-status__settledCheckWrap.register_heading a .c-status__settledHeading__text span {
  border-bottom: none !important;
}

.c-status__settledCheckWrap.register_heading a span {
  line-height: normal;
  padding-top: 2px;
}

.c-status__settledCheckWrap.register_heading.active a {
  color: #071339;
}

.c-status__settledCheckWrap.register_heading.active a span {
  border: none;
}

.c-status__settledCheckWrap.register_heading--first a {
  pointer-events: none !important;
}

.c-status__settledCheckWrap.register_heading--first a .c-status__settledHeading__text {
  color: #071339 !important;
  text-decoration: none;
  border: none !important;
}

.c-status__settledCheckBox {
  display: table-cell;
  width: 55px;
  vertical-align: bottom;
}

.c-status__settledCheck {
  display: block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #071339 !important;
  width: 55px;
  height: 20px;
  text-align: center;
  font-size: 1.1rem;
  padding: 1px 5px;
  float: right;
}

.c-status__settledCheck.active {
  color: #fff;
  background-color: #071339;
}

.c-step {
  width: 200px;
  margin: 0 auto;
}

.c-step__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 100px;
  background-color: #f6f6f6;
}

.c-step__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 100px;
  width: 1px;
  height: 70px;
  background-color: #000;
}

.c-step__item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 99px;
  width: 15px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.c-step__item:last-child {
  margin-bottom: 0;
}

.c-step__text {
  text-align: center;
}

.c-step__number {
  font-size: 3.0rem;
  line-height: 1.2;
}

.c-success {
  color: #ff008c;
}

.c-success__text::before, .c-success__anchor::before {
  font-family: FontAwesome;
  content: '\f058';
  color: #ff008c !important;
}

.c-success__text {
  display: inline-block;
}

.c-success__text::before {
  margin-right: 3px;
}

.c-success__anchor {
  display: block;
  padding: 10px;
  color: #ff008c !important;
  background-color: #f6f6f6;
}

.c-success__anchor:hover {
  color: #ff008c !important;
  background-color: #ededed;
}

.c-success__anchor:hover::before {
  color: #ff008c !important;
}

.c-success__anchor::before {
  margin-right: 3px;
  color: #ff008c !important;
}

.c-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px;
  border-bottom: 1px solid #b6b6b6;
}

.c-tab__item {
  margin: 0 5px;
  padding: 18px 10px 10px;
  text-align: center;
  border-bottom: 5px solid #fff;
  cursor: pointer;
}

.c-tab__item:hover {
  color: #ff008c;
}

.c-tab__item.is-active {
  border-bottom: 5px solid #ff008c;
}

.c-tab__item--half {
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.c-table {
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.3rem;
  border-collapse: collapse;
}

.c-table__thead {
  text-align: center;
}

.c-table__thead--black {
  color: #f6f6f6;
  background-color: #333333;
}

.c-table--summary__img {
  font-size: 1.6rem;
  table-layout: fixed;
  width: 100%;
}

.c-table__caption {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}

.c-table__th, .c-table__td {
  padding: 10px;
  line-height: 1.7;
}

.c-table__th__background--yellow, .c-table__td__background--yellow {
  background-color: #ffff99;
}

.c-table__td {
  word-break: break-all;
}

.c-table__td--iconleft {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px !important;
  padding-right: 0px !important;
  line-height: 1.7;
  text-align: right;
}

.c-table__td--iconright {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.7;
  text-align: right;
}

.c-table__td--dummy {
  padding: 19px 0 !important;
}

.c-table__td--empty {
  position: absolute;
  top: 43px;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  pointer-events: none;
}

.c-table__td__radio {
  display: none;
}

.c-table__td__radio + label {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border: solid 1px #b6b6b6;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
}

.c-table__td__radio:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #ff008c;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-table--flex {
  margin-bottom: 30px;
}

.c-table__th {
  position: relative;
  font-weight: bold;
  text-align: left;
}

.c-table__th--head {
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.c-table__th--radioHead {
  width: 0.01px !important;
}

.c-table__th--header {
  vertical-align: middle;
}

.c-table__th--gray {
  background-color: #ededed;
}

.c-table__rate__table {
  border: none;
  border-collapse: collapse;
}

.c-table__rate__th {
  position: relative;
  font-weight: bold;
  text-align: left;
}

.c-table__rate__td {
  font-size: 1.5rem;
}

.c-table__rate__td--now {
  font-size: 1.6rem;
  vertical-align: middle;
}

.c-table__rate__td--change {
  vertical-align: middle;
}

.c-table__norap {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.l-section .c-table:last-child {
  margin-bottom: 0;
}

.c-table__col__summary--assets {
  min-width: 18%;
}

.c-table__col__summary--amount {
  min-width: 42%;
}

.c-table__col__summary--convert {
  min-width: 40%;
}

.c-table__col__summary--left {
  width: 50%;
}

.c-table__col__summary--right {
  width: 50%;
}

.c-table__StepImg {
  text-align: center;
  margin: 0 0 15px;
}

.c-table__StepImg__tbl {
  border: 1px solid #071339;
  /* margin: 20px; */
  padding: 0;
  width: 100%;
}

.c-table__StepImg__tbl__tbd {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.c-table__StepImg__tbl__tbd__tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.c-table__StepImg__tbl__tbd__tr__th {
  border-right: 1px solid #071339;
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}

.c-table__StepImg--card__tbl {
  margin-bottom: 5px;
}

.c-table__StepImg--card__tbl__th {
  color: #071339;
  background: #ececec;
  font-weight: bold;
  border-bottom: none;
}

.c-table__StepImg--card__tbl__td {
  border-bottom: none;
  text-align: center;
  display: inline-block;
  padding: 10px;
}

.c-table__StepImg--card__tbl__td__img {
  vertical-align: middle;
  width: 80%;
  height: auto;
}

.c-table__StepImg--card__span {
  font-weight: bold;
}

.c-table__StepImg--card__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
}

.c-table__StepImg--card__ul__li {
  list-style-type: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.c-table__policy__th, .c-table__policy__td {
  border: 1px solid #b6b6b6;
}

.c-table__policy__th {
  text-align: center;
}

.c-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.7;
  word-break: normal;
}

.c-text--lead {
  margin-bottom: 50px;
}

.c-text--document {
  margin-top: 0;
  margin-bottom: 40px;
}

.c-text--column {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.c-text--foreword {
  margin-top: 0;
}

.c-text--qa {
  margin-bottom: 40px;
}

.c-text--box {
  border: 1px solid;
  padding: 0 10px;
}

.c-text--fontsmall {
  font-size: 0.8em;
}

.c-text--important {
  background: #ff4000;
  color: #fff;
  border-radius: 3px;
}

.c-text--emphasis {
  background: #f6f6f6;
  border-style: solid;
  border-width: 1px;
  border-color: #ff008c;
  padding: 2em;
  margin-left: 20px;
  margin-right: 20px;
}

.c-top__toolWrap {
  margin: 0px 20px 50px;
  position: relative;
}

.c-top__App__topimgWrap {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  position: relative;
}

.c-top__App__topimg__iphone--sp {
  position: absolute;
  width: 57.09459%;
  z-index: 5;
  height: auto;
  left: 0;
  bottom: -6vmax;
  margin: 0 auto;
  background-position: bottom;
}

.c-top__App__topimg__rola--sp {
  position: absolute;
  width: 109.7973%;
  z-index: 4;
  height: auto;
  right: 0;
  bottom: -10.5vw;
  margin: 0 auto;
  background-position: bottom;
}

.c-top__App__contents {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px 40px;
  margin-bottom: 20px;
}

.c-top__App__contents--sp {
  margin-top: 48.98649%;
}

.c-top__App__contents--tool {
  background-color: #fff;
  border-radius: 10px;
}

.c-top__App__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse nowrap;
  -ms-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap;
}

.c-top__App__appWrap {
  padding: 　150px 20px 0;
  position: relative;
}

.c-top__App__leftContents {
  width: 100%;
  vertical-align: top;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.c-top__App__rightContents {
  width: 100%;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  z-index: 3;
}

.c-top__App__rightContents__app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.c-top__App__rightContents__app__dl {
  margin-left: 10px;
  letter-spacing: 0.05em;
}

.c-top__App__rightContents__app__dl--bold {
  font-weight: bold;
  font-size: 1.5rem;
}

.c-top__App__rightContents--recommend {
  text-align: center;
}

.c-top__App__list__appimg {
  width: 100%;
  height: auto;
}

.c-top__App__list__iconimg {
  width: 75px;
  height: 75px;
}

.c-top__App__ttl2 {
  text-align: center;
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.c-top__App__ttl2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__whatContents--top {
  overflow: hidden;
}

.c-top__whatContents--top__left img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.c-top__whatContents--bottom {
  padding-top: 40px;
}

.c-top__whatContents__text--section {
  background-color: #ffe5f4;
  padding: 20px;
}

.c-top__whatContentsList {
  padding-top: 50px;
  overflow: hidden;
  display: none;
}

.c-top__whatContentsList li {
  margin-bottom: 50px;
}

.c-top__whatContentsList li .c-top__whatContentsIcon {
  margin: 0 auto;
  display: block;
  position: relative;
  background: #ffffff no-repeat center center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-size: 120px 120px;
}

.c-top__whatContentsList li .c-top__whatContentsIcon:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border-top: 3px solid #b4b4b4;
  border-left: 3px solid #dedede;
  border-right: 3px solid #dedede;
  border-bottom: 3px solid #dedede;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: rolling_circle 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: rolling_circle 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes rolling_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rolling_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-top__whatContentsList li:nth-child(1) .c-top__whatContentsIcon {
  background-image: url("/_img/top/img_intro_icon_ethereum.png");
}

.c-top__whatContentsList li:nth-child(1) .c-top__whatContentsIcon:before {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.c-top__whatContentsList li:nth-child(2) .c-top__whatContentsIcon {
  background-image: url("/_img/top/img_intro_icon_nem.png");
}

.c-top__whatContentsList li:nth-child(2) .c-top__whatContentsIcon:before {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.c-top__whatContentsList li:nth-child(3) .c-top__whatContentsIcon {
  background-image: url("/_img/top/img_intro_icon_ripple.png");
}

.c-top__whatContentsList li:nth-child(3) .c-top__whatContentsIcon:before {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.c-top__whatContentsList li:nth-child(4) .c-top__whatContentsIcon {
  background-image: url("/_img/top/img_intro_icon_litecoin.png");
}

.c-top__whatContentsList li:nth-child(4) .c-top__whatContentsIcon:before {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.c-top__whatContentsList li:nth-child(5) .c-top__whatContentsIcon {
  background-image: url("/_img/top/img_intro_icon_ethereum-classic.png");
}

.c-top__whatContentsList li:nth-child(5) .c-top__whatContentsIcon:before {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.c-top__whatContentsList li:nth-child(6) .c-top__whatContentsIcon {
  background-image: url("/_img/top/img_intro_icon_bitcoincash.png");
}

.c-top__whatContentsList li:nth-child(6) .c-top__whatContentsIcon:before {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.c-top__whatContentsList li:last-child {
  margin-bottom: 0;
}

.c-top__whatContentsList li dl dt {
  text-align: center;
  font-weight: bold;
  margin: 18px 0;
  line-height: 27px;
  font-size: 20px;
}

.c-top__whatContentsList li dl dd {
  line-height: 24px;
  font-size: 15px;
}

.c-top__whatContentsList li dl dd strong {
  font-weight: bold;
}

.c-top__securityIconList:after {
  content: '';
  display: block;
  clear: both;
}

.c-top__securityIconList li {
  position: relative;
  display: table;
  background-color: #fff;
  width: calc(50% - 7px);
  min-height: 150px;
  text-align: center;
  float: left;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 80px 0 20px;
  font-weight: bold;
}

.c-top__securityIconList li:nth-child(odd) {
  margin-right: 14px;
}

.c-top__securityIconList li img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 120px;
  width: 70%;
}

.c-top__securityIconList li span {
  display: table-cell;
  vertical-align: middle;
}

.c-top__realtime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-top--pbspace--sp {
  padding-bottom: 10px;
}

.c-top__account__bg {
  background: url("/_img/top/bg.jpg") no-repeat 0 0;
  width: 100%;
  background-size: cover;
  margin-bottom: 20px;
}

.c-top__account__contents {
  padding: 45px 0px 30px;
}

.c-top__account__contents--img {
  padding: 45px 30px 30px;
}

.c-top__account__btnWrap {
  text-align: center;
  margin: 40px auto;
}

.c-top__account__step__list {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 35px 15px;
  position: relative;
}

.c-top__account__step__list:nth-child(2) {
  margin-top: 50px;
}

.c-top__account__step__list--step01 {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 87.30469px;
}

.c-top__account__step__list--step02 {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 92.57812px;
}

.c-top__account__step__list--sp_arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 9.96094px;
  z-index: 5;
}

.c-top__account__step__list__img {
  width: 45%;
  height: 45%;
  margin-bottom: 20px;
}

.c-top__account__step__ttl {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: bold;
}

.c-top__account__step__text {
  line-height: 1.5;
  font-size: 1.3rem;
}

.c-top__heading--realTimeRate {
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
  margin-top: 15px;
}

.c-top__heading--realTimeRate:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/rate_sp.png") no-repeat 0 0;
  background-size: contain;
  width: 38px;
  padding-top: 11%;
}

.c-top__heading--realTimeRate:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 50px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--tools {
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-top: 15px;
}

.c-top__heading--tools:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/tools_sp.png") no-repeat 0 0;
  background-size: contain;
  width: 48px;
  padding-top: 30.2%;
}

.c-top__heading--tools:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--account {
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
  margin-top: 15px;
}

.c-top__heading--account:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/account_opening_sp.png") no-repeat 0 0;
  background-size: contain;
  width: 136px;
  padding-top: 10.6%;
}

.c-top__heading--account:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--faq {
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
  margin-top: 15px;
}

.c-top__heading--faq:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/faq.png") no-repeat 0 0;
  background-size: contain;
  width: 25px;
  padding-top: 10.6%;
}

.c-top__heading--faq:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--beginners {
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
  margin-top: 15px;
}

.c-top__heading--beginners:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/beginners_guide_sp.png") no-repeat 0 0;
  background-size: contain;
  width: 136px;
  padding-top: 10.6%;
}

.c-top__heading--beginners:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--news {
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--news:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/news_sp.png") no-repeat 0 0;
  background-size: contain;
  width: 44px;
  padding-top: 32.5%;
}

.c-top__heading--news:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--security {
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.c-top__heading--security:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/security.png") no-repeat 0 0;
  background-size: contain;
  width: 76px;
  padding-top: 32.5%;
}

.c-top__heading--security:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--bitcoin {
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--bitcoin:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/bitcoin.png") no-repeat 0 0;
  background-size: contain;
  width: 55px;
  padding-top: 32.5%;
}

.c-top__heading--bitcoin:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--bitcoin__text1 {
  font-size: 2.6rem;
}

.c-top__heading--bitcoin__text2 {
  font-size: 1.6rem;
  margin-bottom: 60px;
}

.c-top__heading--column {
  font-size: 1.9rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
  margin-top: 15px;
}

.c-top__heading--column:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/column.png") no-repeat 0 0;
  background-size: contain;
  width: 55px;
  padding-top: 10.6%;
}

.c-top__heading--column:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-top__horizon--start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
}

.c-top__horizon__left--app {
  padding-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-top__horizon__left--app--recommend {
  margin-bottom: 20px;
}

.c-top__horizon__right--app {
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-topIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.1rem;
}

.c-topIcon--3 .c-topIcon__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
}

.c-topIcon--column {
  text-align: left;
}

.c-topIcon--column .c-topIcon__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
}

.c-topIcon__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  margin: 10px 0;
}

.c-topIcon__logo {
  width: 50px;
  margin: 0 18%;
}

.c-topIcon__name {
  display: block;
  margin-top: 13px;
}

.c-topIcon__columnName {
  display: block;
  margin-top: 5px;
}

.c-topPoint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-topPoint__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-top: 10px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.c-topPoint__box__text {
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}

.c-topPoint__box__text--impact {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff0000;
}

.c-topPoint__box a:hover {
  text-decoration: none !important;
  color: #ff008c !important;
}

.c-topPoint__box__text {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

.c-topPoint__box--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 95px;
}

.c-topPoint__box--column {
  width: 100%;
}

.c-topPoint__box--column__columnText {
  font-size: 1.3rem;
  line-height: 1.5em;
  letter-spacing: 0em;
}

.c-topPoint__numPoint {
  width: auto;
  height: 15vw;
  margin: 0px auto 10px;
  text-align: center;
}

.c-topPoint__numPoint__head {
  height: 10px;
}

.c-topPoint__numPoint__head__img {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 49.80469px;
  height: auto;
}

.c-topNews {
  font-size: 1.3rem;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.c-topNews + .c-topNews {
  margin-top: 20px;
}

.c-topNews .l-innerContents {
  padding: 0 20px 0;
}

.c-topNews a {
  color: #071339 !important;
}

.c-topNews a:hover {
  color: #ff008c !important;
}

.c-topNews__spWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

.c-topNews__newsData {
  display: inline-block;
}

.c-topNews:last-child {
  border-bottom: none;
}

.c-topNews__date {
  display: inline-block;
  font-size: 1.3rem;
}

.c-topNews .c-topNews__cat {
  display: inline-block;
  width: 100px;
  margin: 0;
  font-size: 1.4rem;
  padding: 0 10px;
}

.c-topNews .c-topNews__cat span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.0rem;
  padding-left: 4px;
  padding-right: 4px;
  color: #071339;
  background: #ededed;
  border-radius: 10px;
  vertical-align: middle;
}

.c-topNews .c-topNews__new {
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
  padding: 0 10px;
}

.c-topNews .c-topNews__name {
  font-size: 1.4rem;
  text-align: left;
}

.c-topNews .c-topNews__name a {
  padding-right: 1.2em;
  position: relative;
}

.c-topNews .c-topNews__name > a {
  display: block;
  position: relative;
}

.c-topNews .c-topNews__name > a:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-topNews .c-topNews__name > a::after {
  right: 0;
  color: #071339;
}

.c-topNews .c-topNews__name > a:hover {
  color: #ff008c;
  text-decoration: none;
}

.c-topNews .c-topNews__name > a:hover::after {
  color: #ff008c;
}

.c-topNewsWrapper {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
}

.c-topNewsWrapper--wordpress {
  padding: 0 10px;
}

.c-totalAssets {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  border-bottom: 1px solid #b6b6b6;
}

.c-totalAssets__jpy {
  text-align: right;
}

.c-totalAssets__jpy__amount {
  font-size: 2.2rem;
  color: #ff008c;
}

.c-tradeRate {
  margin-top: 10px;
}

.c-tradeRate__item {
  display: none;
  margin-bottom: 60px;
}

.c-tradeRate__item.is-show {
  display: block;
}

.c-tradeRate__trade__bid, .c-tradeRate__trade__ask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 5px;
  font-size: 1.6rem;
  border-bottom: 1px solid #b6b6b6;
}

.c-tradeRate__trade__label--bid {
  color: #3c78ff;
}

.c-tradeRate__trade__label--ask {
  color: #f1085a;
}

.c-tradeRate__trade__jpy {
  position: relative;
  padding-right: 20px;
}

.c-tradeRate__trade__jpy__amount {
  font-size: 3.2rem;
}

.c-tradeRate__trade__jpy.up::after {
  position: absolute;
  content: "";
  background: url(/_img/realtimerate/triangle_up.png) no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  height: 18px;
  width: 13.5px;
  top: 50%;
  right: 1.5%;
  margin-top: -14px;
}

.c-tradeRate__trade__jpy.down::after {
  position: absolute;
  content: "";
  background: url(/_img/realtimerate/triangle_down.png) no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  height: 18px;
  width: 13.5px;
  top: 50%;
  right: 1.5%;
  margin-top: -14px;
}

.c-tradeRate__ratio__day, .c-tradeRate__ratio__high, .c-tradeRate__ratio__low {
  display: inline-block;
}

.c-tradeRate__ratio__day {
  width: 100%;
}

.c-tradeRate__ratio__high {
  margin-right: 5px;
  color: #3c78ff;
}

.c-tradeRate__ratio__low {
  color: #f1085a;
}

.c-tradeRate__columnToggle {
  display: none;
}

.c-tradeChart__horizon__item {
  margin-bottom: 60px;
}

.c-tradeChart__horizon:last-child .c-tradeChart__horizon__item {
  margin-bottom: 0;
}

.c-tradeChart__item {
  margin: 0 auto;
  width: 200px;
}

.c-tradeChart__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: grab;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding: 15px 0 10px;
}

.c-tradeChart__linkList {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  text-align: center;
  min-width: 144px;
  width: auto;
  margin: 0 5px;
}

.c-tradeChart__linkList:last-child::after {
  content: '';
  display: block;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  left: 100%;
  position: relative;
  top: 0;
  width: 5px;
}

.c-tradeChart__linkListAnchor {
  border-radius: 60px;
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 10px 12px;
  text-align: center;
  width: auto;
  cursor: pointer;
  position: relative;
}

.c-tradeChart__linkListAnchor:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-tradeChart__linkListAnchor::after {
  color: #071339 !important;
  right: 0;
}

.c-tradeChart__linkListAnchor:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.c-tradeChart__linkListAnchor:hover::after {
  color: #071339 !important;
}

.c-tradeChart__arrow--left {
  position: absolute;
  left: 10px;
  top: 100px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #b6b6b6;
  border-right: 3px solid #b6b6b6;
  opacity: 0.3;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 1;
}

.c-tradeChart__arrow--right {
  position: absolute;
  right: 10px;
  top: 100px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #b6b6b6;
  border-right: 3px solid #b6b6b6;
  opacity: 0.3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.c-zebra__item:nth-child(odd) {
  background-color: #ededed;
}

.c-zebra__item:nth-child(even) {
  background-color: #f6f6f6;
}

.c-zebra__item.c-form__item {
  margin-bottom: 0;
  padding: 15px;
}

.c-appAuth__now {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.c-appAuth__app__item {
  width: 160px;
}

.c-appAuth__app__item__qr {
  padding: 0 30px;
}

.c-auth {
  width: 60%;
  margin: 0 auto;
}

.c-btnWrap--gray {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #b6b6b6;
}

.c-btnWrap--blue {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #00a0ff;
}

.c-btnWrap--white {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 880px;
  margin: 0px auto;
  background-color: #fff;
}

.c-btnWrap--entry {
  margin: 20px auto 50px;
}

.c-btnWrap--entrySet {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}

.c-btn {
  width: auto;
  font-size: 1.6rem;
}

.c-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.c-btn--big {
  height: 64px;
  width: 300px;
  border-radius: 32px;
  line-height: 64px;
  padding: 0 42px;
  font-size: 1.6rem;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}

.c-btn--big:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.c-btn--xsmall {
  min-width: 145px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-btn--small {
  padding: 12px 50px;
  min-width: 224px;
  font-size: 1.3rem;
  margin-right: 7.5px;
  margin-left: 7.5px;
  margin-bottom: 15px;
}

.c-btn--small:nth-last-child(1) {
  margin-bottom: 15px;
}

.c-btn--accordion {
  width: 100%;
  font-size: 1.6rem;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.c-btn--accordion:after {
  font-size: 2.5rem;
  right: 2rem;
}

.c-btn--green, .c-btn__depositQuick {
  min-width: 376px;
  font-size: 1.6rem;
}

.c-btn__inquiryModal {
  width: 376px;
  font-size: 1.8rem;
}

.c-btn--security {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.c-btn--security__banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 77%;
  color: white;
  font-size: 15.5px;
  text-align: left;
}

.c-btnBank {
  margin-bottom: 12px;
  line-height: 52px;
}

.c-btnBank--name {
  width: 18.55%;
}

.c-btnBank--character {
  width: 52px;
}

.c-btnBank--character__shift {
  width: 100%;
}

.c-btnBankArea__name:after {
  content: none;
}

.c-btnBankArea__character__kana.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-btnBankArea__character__kana--a, .c-btnBankArea__character__kana--y, .c-btnBankArea__character__kana--r, .c-btnBankArea__character__kana--w {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 320px;
}

.c-btnBankArea__character__kana--a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.c-btnBankArea__character__kana--y, .c-btnBankArea__character__kana--r {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}

.c-btnBankArea__character__kana--w {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}

.c-btnBankArea__character__alphabet .c-btnBank--character {
  margin-right: 12px;
}

.c-btnBankArea__character__alphabet .c-btnBank--character__shift {
  width: 116px;
  margin-left: 140px;
  margin-right: 0;
}

.c-ccLogo {
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
}

.c-ccLogo--3 {
  width: 650px;
}

.c-ccLogo--3 .c-ccLogo__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  margin-bottom: 20px;
}

.c-ccLogo__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}

.c-ccLogo__logo {
  width: 50px;
  margin: 0 18%;
}

.c-ccLogo__name {
  display: inline-block;
  margin-top: 13px;
}

.c-ccLogoAlt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
}

.c-ccLogoAlt__logo {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 0px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-document__item__title {
  display: inline-block;
  font-size: 1.5rem;
}

.c-faq {
  width: 880px;
  margin: 40px auto;
  border-bottom: 1px solid #e3e3e3;
}

.c-faq__modal {
  width: 700px;
  margin: 40px auto;
  border-bottom: 1px solid #e3e3e3;
}

.c-faq__item {
  line-height: 1.3;
  margin: 0 auto;
}

.c-faq__item__q {
  position: relative;
  position: relative;
  padding: 2.3rem 6.6rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: none;
  border-collapse: collapse;
}

.c-faq__item__q:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-faq__item__q:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-faq__item__q::before {
  left: 0;
  margin-left: 1.0em;
  height: 1.3em;
  font-size: 2.5rem;
  color: #071339;
}

.c-faq__item__q::after {
  right: 2rem;
  height: 1em;
  font-size: 2.5rem;
  color: #071339;
}

.c-faq__item__q.is-active {
  border-top: 1px solid #e3e3e3;
}

.c-faq__item__q.is-active::after {
  right: 2rem;
  font-size: 2.5rem;
}

.c-faq__item__a {
  position: relative;
  padding-left: 1.6em;
  padding-bottom: 25px;
  display: none;
  font-size: 2.3rem;
}

.c-faq__item__a:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-faq__item__a::before {
  top: 15px;
  left: 10px;
  margin-left: 1.7rem;
  bottom: auto;
  color: #ff008c;
}

.c-faq__item__a .c-text {
  font-size: 1.5rem;
  margin-left: 0rem;
  padding: 20px 15px 5px 30px;
  line-height: 1.9;
}

.c-form__input[type="checkbox"] + .c-form__label.c-form__toggle::after {
  top: calc(50% - 20px);
  margin-top: 0;
}

.c-form__list__horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-form__list__horizon .c-form__item {
  width: 48.5%;
}

.c-form__input {
  font-size: 1.6rem;
}

.c-form__input--6em {
  width: 240px;
}

.c-form__select {
  font-size: 1.6rem;
}

.c-form__item__title {
  margin-bottom: 7.5px;
}

.c-headerRelatedServices {
  height: 48px !important;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 10;
}

.c-headerRelatedServices__Logos {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
}

.c-headerRelatedServices__Logos li {
  position: relative;
  display: table-cell;
  height: 48px;
  padding: 0 10px !important;
  vertical-align: middle;
}

.c-headerRelatedServices__Logos li a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-headerRelatedServices__Logos li a img {
  width: auto;
  padding: 4px 0;
}

.c-headerRelatedServices__Logos li:hover::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #ff008c;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__stock--active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #00a0ff;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__stock:hover {
  background-image: url("/_img/common/header_logo/logo_stock_act.png");
  background-position: center;
  background-repeat: no-repeat;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__stock:hover img {
  visibility: hidden;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__stock:hover::after {
  background-color: #00a0ff;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__fx--active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #00ff00;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__fx:hover {
  background-image: url("/_img/common/header_logo/logo_fx_act.png");
  background-position: center;
  background-repeat: no-repeat;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__fx:hover img {
  visibility: hidden;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__fx:hover::after {
  background-color: #00ff00;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__cfd--active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #ffbe05;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__cfd:hover {
  background-image: url("/_img/common/header_logo/logo_cfd_act.png");
  background-position: center;
  background-repeat: no-repeat;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__cfd:hover img {
  visibility: hidden;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__cfd:hover::after {
  background-color: #ffbe05;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__banusy--active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #149070;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__banusy:hover {
  background-image: url("/_img/common/header_logo/logo_banusy_act.png");
  background-position: center;
  background-repeat: no-repeat;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__banusy:hover img {
  visibility: hidden;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__banusy:hover::after {
  background-color: #149070;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__bitcoin--active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #ff008c;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__bitcoin:hover {
  background-image: url("/_img/common/header_logo/logo_bitcoin_act.png");
  background-position: center;
  background-repeat: no-repeat;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__bitcoin:hover img {
  visibility: hidden;
}

.c-headerRelatedServices__Logos li.c-headerRelatedServices__Logos__bitcoin:hover::after {
  background-color: #ff008c;
}

.c-heading--main {
  padding: 30px 0;
  margin: 0 0 40px;
}

.c-heading--middle {
  font-size: 2.2rem;
}

.c-heading--second {
  font-size: 2rem;
  margin-bottom: 20px;
}

.c-heading--third {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.c-heading--columnBig {
  margin-top: 80px;
  padding-bottom: 16px;
  font-size: 2.6rem;
}

.c-heading--columnMiddle {
  margin-top: 56px;
  font-size: 1.8rem;
}

.c-heading--columnMiddle--inList {
  vertical-align: baseline;
}

.c-ivr__phone {
  font-size: 2rem !important;
}

.c-line {
  text-align: center;
}

.c-line__qr {
  width: 125px;
  margin-left: 20px;
}

.c-line__id {
  position: relative;
  padding-left: 3em;
  font-size: 2.5rem;
  line-height: 55px;
}

.c-line__id:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-line__id:before {
  font-size: 5.5rem;
  color: #00b900;
  left: 0;
  height: 1em;
  line-height: 1em;
}

.c-line__id > a {
  color: #071339 !important;
  border-bottom: none;
}

.c-line__id > a:hover {
  color: #ff008c !important;
  border-bottom: none;
}

.c-list--disc--column__headingIncludedList, .c-list--decimal--column__headingIncludedList, .c-list--ideographic--column__headingIncludedList {
  padding-top: 0;
}

.c-menuStatus {
  color: #fff;
}

.c-menuStatus__customer:hover {
  background-color: #454545;
}

.c-menuStatus__config p {
  font-size: 0.9rem;
}

.c-menuStatus__config p:before {
  display: block;
  left: -0.5rem;
  margin-left: auto;
}

.c-menuStatus__assets__total {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5A5B5C;
}

.c-menuStatus__assets__label {
  font-weight: bold;
  margin-bottom: 8px;
}

.c-menuStatus__assets__jpy__quantity {
  font-size: 2rem;
  letter-spacing: 0;
}

.c-menuStatus__assets__currency__item {
  margin-bottom: 20px;
}

.c-menuStatus__assets__currency__name {
  margin-bottom: 5px;
}

.c-status__settledWrapper {
  padding: 40px;
}

.c-status__settledCheckWrap.register_heading .c-status__settledHeading__text {
  border-bottom: none !important;
}

.c-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

.c-step__item {
  margin-right: 30px;
  margin-bottom: 0;
}

.c-step__item:not(:first-child)::before {
  top: 100px;
  left: -50px;
  width: 70px;
  height: 1px;
}

.c-step__item:not(:first-child)::after {
  top: 95px;
  left: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-step__item:last-child {
  margin-right: 0;
}

.c-tab {
  margin-bottom: 50px;
}

.c-tab__item--half {
  padding-left: 5%;
  padding-right: 5%;
}

.c-tab__item--large {
  padding: 18px 30px;
}

.c-table--summary {
  font-size: 1.6rem;
  table-layout: fixed;
}

.c-table--summary__th, .c-table--summary__td {
  padding: 15px;
}

.c-table--summary__img {
  font-size: 1.6rem;
  table-layout: fixed;
  width: 80%;
}

.c-table__td--iconleft {
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.c-table__td--iconright {
  padding-left: 5px !important;
  padding-right: 10px !important;
}

.c-table--flex {
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.c-table__col__summary--assets {
  width: 40%;
}

.c-table__col__summary--amount {
  width: 30%;
}

.c-table__col__summary--convert {
  width: 30%;
}

.c-table__col__summary--left {
  width: 50%;
}

.c-table__col__summary--right {
  width: 50%;
}

.c-table__StepImg__tbl {
  width: 100%;
  font-size: 100%;
}

.c-table__StepImg__tbl__tbd__tr__th {
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}

.c-table__StepImg--card__tbl__th {
  color: #071339;
  background: #ececec;
  font-weight: bold;
  font-size: 125%;
  border-bottom: none;
  border-right: none;
}

.c-table__StepImg--card__tbl__td {
  width: 100%;
  padding: 20px;
}

.c-table__StepImg--card__tbl__td__img {
  vertical-align: middle;
  width: 60%;
  height: auto;
}

.c-table__StepImg--card__span {
  font-size: 1.5rem !important;
}

.c-table__StepImg--card__ul {
  text-align: center;
  font-size: 1.5rem !important;
}

.c-table__StepImg--card__ul__li {
  display: inline-block;
  margin: 0 0 0 1.5em;
}

.c-text {
  font-size: 1.7rem;
}

.c-text--foreword {
  margin-top: 20px;
}

.c-text--emphasis {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.c-tileBtnList {
  overflow: hidden;
  padding: 14px 0 0 14px;
}

.c-tileBtnList > li {
  display: table;
  table-layout: fixed;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  width: 23.7%;
  font-size: 1.8rem;
  border: 1px solid #ededed;
  box-shadow: 0 0 2px rgba(102, 102, 102, 0.5);
}

.c-tileBtnList > li:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 0 5px rgba(102, 102, 102, 0.5);
}

.c-tileBtnList > li > a {
  display: table-cell;
  padding: 2rem 1rem;
  width: inherit;
  height: inherit;
  vertical-align: middle;
  color: #071339 !important;
}

.c-top__App__topimg--pc {
  width: 980px;
  height: auto;
  bottom: -97px;
  right: 18px;
  margin-top: -100px;
  z-index: 5;
  position: relative;
}

.c-top__App__contents {
  padding: 85px 50px 20px;
  background-color: #ededed;
  border-radius: 10px;
  margin-bottom: 20px;
}

.c-top__App__contents--tool {
  padding: 65px 90px 40px;
  border: solid 2px #ff008c;
}

.c-top__App__ttl {
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.c-top__App__ttl > span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.c-top__App__ttl:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #b6b6b6;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}

.c-top__App__ttl2 {
  text-align: center;
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.c-top__App__ttl2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__App__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.c-top__App__leftContents--recommend {
  width: 55%;
  display: table-cell;
  vertical-align: top;
  padding: 0;
}

.c-top__App__leftContents {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 0;
}

.c-top__App__rightContents {
  width: 50%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  display: table-cell;
  vertical-align: top;
}

.c-top__App__rightContents__app {
  display: inline-block;
  vertical-align: top;
}

.c-top__App__rightContents__app__dl {
  margin-top: 10px;
}

.c-top__App__rightContents--recommend {
  width: 45%;
  padding-top: 0px;
  display: table-cell;
  vertical-align: top;
}

.c-top__App__list {
  oveeflow: hidden;
}

.c-top__App__list__qrimg {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.c-top__App__list__appimg {
  width: 125px;
  height: auto;
}

.c-top__App__list__appimg:hover {
  opacity: 0.7;
}

.c-top__App__list__iconimg {
  width: 65px;
  height: 65px;
  margin: 10px;
}

.c-top__App__list > li {
  text-align: center;
  width: 50%;
}

.c-top__account__bg {
  margin-bottom: 0;
}

.c-top__account__step--pc {
  margin-top: 55px;
}

.c-top__account__step--pc__list {
  background-color: #fff;
  width: 240px;
  height: 295px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 35px 25px 15px;
  position: relative;
}

.c-top__account__step--pc__list:nth-child(2) {
  margin-left: 10px;
}

.c-top__account__step--pc__list:nth-child(3) {
  margin-left: 40px;
}

.c-top__account__step--pc__list--step01 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 71px;
  height: auto;
}

.c-top__account__step--pc__list--step02 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 76px;
  height: auto;
}

.c-top__account__step--pc__list--step03 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  height: auto;
}

.c-top__account__step--pc__list--pc_arrow {
  position: absolute;
  top: 80px;
  left: 190px;
  display: block;
  width: 114px;
  height: auto;
  z-index: 5;
}

.c-top__account__step--pc__list--pc_arrow2 {
  position: absolute;
  top: 80px;
  left: 205px;
  display: block;
  width: 114px;
  z-index: 5;
}

.c-top__account__step--pc__list__img {
  width: 40%;
  height: auto;
  margin-bottom: 25px;
}

.c-top__account__step--pc__ttl {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: bold;
  height: 46px;
}

.c-top__account__step--pc__text {
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: left;
}

.c-top__account__contents {
  padding-bottom: 30px;
}

.c-top__account__contents--img {
  padding: 0;
  margin: 0 auto;
  padding: 0px 120px 30px;
}

.c-top__whatContents:after {
  content: '';
  display: block;
  clear: both;
}

.c-top__whatContents--top {
  margin: 0 20px;
}

.c-top__whatContents--top__left {
  float: left;
  width: 490px;
}

.c-top__whatContents--top__left p {
  font-size: 1.4rem;
}

.c-top__whatContents--top__right {
  float: right;
  width: 490px;
  padding-top: 20px;
}

.c-top__whatContents--top__right img {
  width: 100%;
  height: auto;
}

.c-top__whatContents--bottom {
  padding-top: 50px;
}

.c-top__whatContentsList li {
  margin-right: 55px;
  margin-bottom: 40px;
  width: 295px;
  height: 500px;
  float: left;
}

.c-top__whatContentsList li .c-top__whatContentsIcon {
  width: 140px;
  height: 140px;
  position: relative;
}

.c-top__whatContentsList li:nth-child(3n+1) {
  margin-left: 20px;
}

.c-top__whatContentsList li:nth-child(3n) {
  margin-right: 20px;
}

.c-top__whatContentsList li:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

.c-top__whatContentsList li dl dt {
  margin: 14px 0 18px 0;
  line-height: 24px;
  font-size: 18px;
}

.c-top__whatContentsList li dl dd {
  line-height: 26px;
  font-size: 14px;
}

.c-top__securityIconList {
  width: 880px;
  margin: 50px auto 0;
}

.c-top__securityIconList li {
  margin-right: 20px;
  width: calc(25% - 15px);
}

.c-top__securityIconList li:nth-child(odd) {
  margin-right: 20px;
}

.c-top__securityIconList li:last-child {
  margin-right: 0;
}

.c-top__realtimepcbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-top--pbspace--sp {
  padding-bottom: 0px;
}

.c-top__heading--mb__notext {
  margin-bottom: 70px !important;
}

.c-top__heading--realTimeRate {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--realTimeRate:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/real_time_rate.png") no-repeat 0 0;
  width: 118px;
  padding-top: 11%;
}

.c-top__heading--realTimeRate:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--tools {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--tools:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/tools.png") no-repeat 0 0;
  width: 43px;
  padding-top: 30.2%;
}

.c-top__heading--tools:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--account {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
  margin-top: 20px;
}

.c-top__heading--account:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/account_opening.png") no-repeat 0 0;
  width: 122px;
  padding-top: 10.6%;
}

.c-top__heading--account:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--faq {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
  margin-top: 25px;
}

.c-top__heading--faq:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -30px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/faq.png") no-repeat 0 0;
  width: 38px;
  padding-top: 10.6%;
}

.c-top__heading--faq:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--beginners {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--beginners:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/beginners_guide.png") no-repeat 0 0;
  width: 122px;
  padding-top: 10.6%;
}

.c-top__heading--beginners:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--news {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--news:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/news.png") no-repeat 0 0;
  width: 40px;
  padding-top: 32.5%;
}

.c-top__heading--news:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--security {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--security:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/security.png") no-repeat 0 0;
  width: 76px;
  padding-top: 32.5%;
}

.c-top__heading--security:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--bitcoin {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--bitcoin:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/bitcoin.png") no-repeat 0 0;
  width: 55px;
  padding-top: 32.5%;
}

.c-top__heading--bitcoin:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__heading--bitcoin__text1 {
  font-size: 4.0rem;
}

.c-top__heading--bitcoin__text2 {
  font-size: 3rem;
  margin-bottom: 60px;
}

.c-top__heading--column {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

.c-top__heading--column:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/_img/top/column.png") no-repeat 0 0;
  width: 50px;
  padding-top: 10.6%;
}

.c-top__heading--column:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #061238;
}

.c-top__horizon {
  overflow: hidden;
}

.c-top__horizon > * {
  margin-top: 0;
  margin-bottom: 0;
}

.c-top__toolWrap {
  margin: 0;
  padding: 0;
}

.c-top__toolWrap:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-image: none;
}

.c-topPoint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.c-topPoint__box {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: auto;
  margin: 0;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.c-topPoint__box__text {
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}

.c-topPoint__box__text--impact {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff0000;
}

.c-topPoint__box--top {
  width: 242px;
  height: 170px;
  background-color: #ff008c;
}

.c-topPoint__box--bottom {
  width: 242px;
  height: 130px;
}

.c-topPoint__box--column {
  width: 300px;
  height: 140px;
}

.c-topPoint__box--column__columnText {
  margin-left: 15px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: 0.015em;
}

.c-topPoint__numPoint {
  width: auto;
  height: 80px;
  margin: 0 auto 10px;
  text-align: center;
}

.c-topPoint__numPoint__head {
  height: 20px;
}

.c-topPoint__numPoint__head__img {
  position: absolute;
  width: 80px;
  height: auto;
  top: -15px;
}

.c-topReal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-topReal__circle {
  width: 240px;
  height: 240px;
  line-height: 2.4rem;
  border-radius: 120px;
  border: 1px solid #ececec;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-topIcon {
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
}

.c-topIcon--3 {
  width: 770px;
  height: 415px;
}

.c-topIcon--3 .c-topIcon__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  margin-bottom: 20px;
}

.c-topIcon--column {
  width: 1000px;
  height: 415px;
}

.c-topIcon--column .c-topIcon__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  margin-top: 13px;
  margin-bottom: 20px;
}

.c-topIcon__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}

.c-topIcon__logo {
  position: absolute;
  width: 37px;
  margin: 0 18%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-topIcon__logo--bg {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  margin: 0 auto;
  background-color: #ff008c;
  position: relative;
}

.c-topIcon__name {
  display: block;
  margin-top: 13px;
  line-height: 1.5em;
}

.c-topIcon__name a {
  text-decoration: underline !important;
  display: block;
}

.c-topIcon__name a:hover {
  text-decoration: none !important;
}

.c-topIcon__columnName {
  display: block;
  margin-top: 5px;
  line-height: 1.5em;
  text-align: left;
}

.c-topNews {
  display: table;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.c-topNews a {
  border: none;
}

.c-topNews + .c-topNews {
  margin-top: 20px;
}

.c-topNews__spWrap {
  display: table-cell;
}

.c-topNews__newsData {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-topNews:last-child {
  border-bottom: none;
}

.c-topNews__date, .c-topNews__name {
  vertical-align: top;
  font-size: 1.5rem;
}

.c-topNews .c-topNews__date {
  margin: 0 10px 0 0;
  min-height: 1px;
  font-size: 1.4rem;
  white-space: nowrap;
}

.c-topNews .c-topNews__cat {
  width: 110px;
  margin: 0 20px 0 0;
  padding: 0;
  min-height: 1px;
  white-space: nowrap;
}

.c-topNews .c-topNews__cat span {
  font-size: 1.3rem;
  padding: 1px 10px;
  vertical-align: baseline;
}

.c-topNews .c-topNews__new {
  margin: 0 20px 0 0;
  padding: 0;
  min-height: 1px;
  white-space: nowrap;
  font-size: 1.4rem;
}

.c-topNews .c-topNews__name {
  display: table-cell;
  width: 100%;
  min-height: 1px;
  font-size: 1.4rem;
}

.c-topNewsWrapper {
  background: #ffffff;
  padding: 55px;
  border-radius: 10px;
}

.c-totalAssets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-totalAssets__jpy__amount {
  font-size: 2.8rem;
}

.c-tradeChart__horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-tradeChart__horizon__item {
  width: 45%;
}

.c-tradeChart__item {
  margin: auto;
}

.c-tradeChart__tooltip {
  position: relative;
  display: inline-block;
}

.c-tradeChart__tooltiptext {
  visibility: hidden;
  opacity: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 0.5em;
  position: absolute;
  font-size: 1.2rem;
  margin-top: -36px;
  margin-left: 10px;
}

.c-tradeChart__tooltiptext:after {
  content: ' ';
  position: absolute;
  top: 86%;
  left: 42%;
  border: 10px solid transparent;
  border-top-color: #000;
}

.c-tradeChart__link {
  padding: 10px 0 0;
}

.c-tradeChart__linkList {
  margin: auto;
}

.c-tradeChart__linkList:nth-child(n) {
  padding: 0 10px;
  width: calc(100% / 6);
}

.is-tooltip:hover .c-tradeChart__tooltiptext {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.c-tradeRate__trade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}

.c-tradeRate__trade__bid, .c-tradeRate__trade__ask {
  border-bottom: none;
  font-size: 2rem;
}

.c-tradeRate__trade__ask {
  margin-bottom: 0;
}

.c-tradeRate__trade__label {
  margin-right: 10px;
}

.c-tradeRate__trade__jpy__amount {
  font-size: 5.4rem;
}

.c-tradeRate__trade__jpy.up::after {
  right: 1%;
  margin-top: -9px;
}

.c-tradeRate__trade__jpy.down::after {
  right: 1%;
  margin-top: -9px;
}

.c-tradeRate__ratio__day, .c-tradeRate__ratio__high, .c-tradeRate__ratio__low {
  margin-right: 20px;
}

.c-tradeRate__ratio__day {
  width: auto;
}

.c-bread {
  font-size: 1.2rem;
  overflow: hidden;
  padding: 10px 15px;
  background-color: #f6f6f6;
}

.c-bread a:hover {
  text-decoration: none !important;
  color: #ff008c !important;
}

.c-bread--border {
  border-bottom: 1px solid #b6b6b6;
}

.c-bread__item {
  float: left;
  font-size: 1.2rem;
}

.c-bread__item:not(:last-child) {
  margin-right: 5px;
  position: relative;
  padding-right: 1.3em;
}

.c-bread__item:not(:last-child):after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-bread__item:not(:last-child):after {
  right: 0;
}

.c-bread__item:last-child {
  font-weight: bold;
  color: #ff008c;
}

.c-descList {
  overflow: hidden;
  width: 100%;
  margin: auto;
  vertical-align: middle;
}

.c-descList__term, .c-descList__desc {
  display: block;
  line-height: 1.3;
  padding: 15px 45px;
}

.c-descList__term:nth-of-type(odd),
.c-descList__desc:nth-of-type(odd) {
  background-color: #ededed;
}

.c-descList__term:nth-of-type(even),
.c-descList__desc:nth-of-type(even) {
  background-color: #f6f6f6;
}

.c-descList__term {
  float: left;
  width: 36%;
  font-size: 1.5rem;
}

.c-descList__desc {
  float: left;
  width: 64%;
  font-size: 1.5rem;
}

.c-footer {
  font-size: 1.5rem;
  line-height: 1.4;
  width: 1040px;
  padding: 100px 20px 50px;
  margin: 0 auto;
}

.c-footer a:hover {
  color: #ff008c !important;
}

.c-footer__navi__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-footer__navi__item {
  padding-bottom: 0px;
}

.c-footer__navi__title {
  font-weight: bold;
}

.c-footer__navi__title:not(:first-child) {
  margin-top: 20px;
}

.c-footer__navi__sub {
  font-size: 1.2rem;
}

.c-footer__navi__sub__item {
  margin-top: 8px;
}

.c-footer__copyright > a > div {
  font-size: 10px
}

#footer ul.ft-nav li a {
  color: #fff !important;
}

.c-googlemapWrap {
  width: 100%;
  height: 322px;
  margin: 30px auto;
  position: relative;
}

.c-googlemap {
  width: 100%;
  height: 100%;
  margin: auto;
}

.c-googlemap__btnWrap {
  position: absolute;
  top: 10px;
  right: 20px;
}

.c-googlemap__btn {
  padding: 7px 5px;
  border: 1px solid #727272;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%);
}

.c-googlemap__btn:active {
  background: #e0e0e0;
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #f7f7f7 100%);
}

.c-horizon {
  overflow: hidden;
}

.c-horizon > * {
  margin-top: 0;
  margin-bottom: 0;
}

.c-horizon__left {
  float: left;
}

.c-horizon__right {
  float: right;
}

.c-imgWrap {
  margin: 40px auto;
  text-align: center;
}

.c-img {
  width: 100%;
}

.c-img--90 {
  width: 90%;
}

.c-img--sp {
  width: auto;
}

.c-img--bannerList {
  margin-bottom: 40px;
}

.c-img--banner {
  width: 730px;
  height: auto;
}

.c-img--banner:hover {
  opacity: 0.7;
}

.c-img--columnWrap {
  margin: 32px 0;
  text-align: center;
}

.c-img--column {
  width: 80%;
}

.c-img--mini {
  width: 20%;
}

.c-navi {
  background-color: #333333;
  display: table;
  width: 100%;
  min-width: 1160px;
}

.c-navi.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.c-navi__list {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  font-size: 0;
}

.c-navi__item {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
}

.c-navi__item > a {
  border: none;
  padding: 0 5px 0 15px;
  line-height: 50px;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
}

.c-navi__item > a:hover {
  color: #ff008c !important;
}

.c-navi__item > a.is-active {
  color: #ff008c !important;
  position: relative;
}

.c-navi__item > a.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 5px auto 15px;
  height: 4px;
  background-color: #ff008c;
}

.c-navi__sub {
  position: absolute;
  top: 25px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 20px 25px;
  width: 370px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.c-navi__sub.is-active {
  visibility: visible;
  opacity: 1;
  top: 50px;
  pointer-events: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-navi__sub__item > a {
  border: none;
  line-height: 20px;
  padding: 5px 8px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  padding-left: 2em;
  line-height: 1.3;
  font-size: 14px;
  position: relative;
}

.c-navi__sub__item > a:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-navi__sub__item > a:before {
  top: 7px;
  left: 0;
  color: #fff !important;
  bottom: inherit;
  height: 1em;
  font-size: 1.3rem;
}

.c-navi__sub__item > a:hover {
  color: #ff008c !important;
}

.c-navi__sub__item > a:hover:before {
  color: #ff008c !important;
}

.c-navi__sub__item + .c-navi__sub__item {
  margin-top: 16px;
}

.c-navi__btnWrap {
  display: table-cell;
  width: 220px;
}

.c-navi__btnList {
  font-size: 0;
  letter-spacing: 0;
}

.c-navi__btnList > li {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  letter-spacing: 1px;
}

.c-navi__btn {
  color: #fff;
  height: 50px;
  width: 110px;
  font-size: 1.5rem;
  cursor: pointer;
}

.c-navi__btn--entry {
  background-color: #00a0ff;
}

.c-navi__btn--entry:hover {
  background-color: #26aeff;
}

.c-navi__btn--login, .c-navi__btn--mypage {
  background-color: #ff008c;
}

.c-navi__btn--login:hover, .c-navi__btn--mypage:hover {
  background-color: #ff33a3;
}

.c-navi__btn--logout {
  background-color: #b6b6b6;
}

.c-navi__btn--logout:hover {
  background-color: #c7c7c7;
}

.c-navi--sp {
  display: none;
}

.c-pageTop {
  position: fixed;
  bottom: -45px;
  right: 40px;
  display: inline-block;
  width: 45px;
  height: 45px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100;
  border: solid 3px #fff;
  border-radius: 50px;
  cursor: pointer;
}

.c-pageTop > img {
  width: 100%;
}

.c-pageTop.is-show {
  bottom: 40px;
  opacity: 1;
}

.c-scroll {
  overflow: auto;
}

.c-scroll--list {
  width: 44%;
}

.c-snsWrap {
  overflow: hidden;
}

.c-sns {
  float: right;
}

.c-sns + .c-sns {
  margin-right: 4px;
}

.c-textLink {
  padding-right: 1.3em;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}

.c-textLink:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-textLink:after {
  height: 1em;
  right: 0;
}

.c-textLink:hover {
  color: #ff008c !important;
}

.c-textLink--asterisk:after {
  right: -1em !important;
}

.c-textLink--line {
  text-decoration: none !important;
}

.c-textLink--line span {
  border-bottom: 1px solid #071339;
}

.c-textLink--line:hover {
  color: #ff008c !important;
}

.c-textLink--line:hover span {
  border-bottom: 1px solid #ff008c;
}

.c-textLink--flow {
  position: relative;
}

.c-textLink--flow:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-textLink--flow:before {
  left: -2rem;
  font-size: 2rem;
}

.c-textLink--flow span {
  border: none !important;
}

.c-textLink--mainColor {
  padding-right: 1.2em;
  color: #ff008c !important;
  text-decoration: none !important;
  position: relative;
}

.c-textLink--mainColor span {
  border-bottom: 1px solid #ff008c !important;
}

.c-textLink--mainColor:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-textLink--mainColor:after {
  color: #ff008c !important;
  height: 1em;
  line-height: 1em;
  right: 0;
}

.c-textLink--inline {
  display: inline;
  position: static;
}

.c-textLink--inline:after {
  position: relative;
  vertical-align: middle;
}

.c-textLink--inline span {
  display: inline !important;
}

.c-textLink--path {
  text-decoration: none !important;
  color: #071339;
  border-bottom: 1px solid #071339;
  line-height: 1;
  text-indent: 0;
}

.c-textLink--path:hover {
  color: #ff008c !important;
  border-bottom: 1px solid #ff008c !important;
}

/* ==================================================================
Project
================================================================== */
.p-about__item {
  margin-bottom: 20px;
  border: 1px solid #ff008c;
  position: relative;
}

.p-about__item:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-about__item::after {
  display: block;
  top: auto;
  left: auto;
  right: 5px;
  bottom: 35px;
  width: 26px;
  height: 26px;
  padding: 6px 0 0 7px;
  color: #fff;
  border-radius: 13px;
  background-color: #ff008c;
  pointer-events: none;
}

.p-about__item__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0);
}

.p-about__item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 10px 0 30px;
  padding: 0 15px;
  font-size: 1.6rem;
  color: #ff008c;
  line-height: 1.5;
  text-align: center;
}

.p-about__item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  padding: 0 15px;
}

.p-about__item__icon {
  width: auto;
  height: 60px;
}

.p-about__item__explain {
  font-size: 1.2rem;
  color: #ff008c;
}

.p-about__textLink {
  margin-bottom: 40px;
}

.p-about__columnHeadingH3 {
  margin-top: 30px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: solid 1px #ccc;
  line-height: 1.5;
}

.p-about__column--bottom {
  padding-bottom: 50px;
}

.p-about__column--bottom .c-text:first-child {
  padding-top: 50px;
}

.p-about__column--bottom .c-text:last-child {
  padding-bottom: 0px;
}

.p-about__img {
  height: 53vw;
}

.p-bankSeach__quick .p-btnBank__display--mizuho {
  opacity: 0;
  pointer-events: none;
}

.p-bankSeach__withDrawBank .p-btnBank__display--mizuho {
  opacity: 1;
}

.p-bankSeach__withDrawBank .p-btnBank__display--mizuho:disabled {
  opacity: .3;
}

.p-bitStateSummary__title--tradeAccountState {
  font-size: 1.3rem;
  font-weight: bold;
}

.p-bitStateSummary__innerContents--realTimeRate {
  margin-left: 10px;
  margin-right: 10px;
}

.p-bitStateSummary__innerContents--realTimeRate + .p-bitStateSummary__innerContents--realTimeRate {
  margin-top: 10px;
}

.p-bitStateSummary__innerContents--realTimeRate + .p-bitStateSummary__innerContents--realTimeRate.u-border--top {
  padding-top: 40px;
}

.p-bitStateSummary__table__th--head {
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.3;
}

.p-bitStateSummary__table__th--quantity {
  padding: 10px 10px 10px 70px;
  line-height: 1.7;
}

.p-bitStateSummary__table__th--bottom {
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle;
}

.p-bitStateSummary__buttonWrap {
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-bitStateSummary__note {
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-bitStateSummary__scroll {
  overflow: auto;
  white-space: nowrap;
}

.p-bitStateSummary__scroll::-webkit-scrollbar {
  height: 12px;
  background: #ff008c;
}

.p-bitStateSummary__scroll::-webkit-scrollbar-track {
  margin: 0 5px;
}

.p-bitStateSummary__scroll::-webkit-scrollbar-thumb {
  height: 8px;
  background: #fff;
  border-radius: 4px;
  border-top: 2px solid #ff008c;
  border-bottom: 2px solid #ff008c;
}

.p-bitStateSummary__tableBg {
  width: 100%;
  background: #eeeeee;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Safariだけに適用されるCSSハック */
_::-webkit-full-page-media, _:future, :root .p-bitStateSummary__note {
  padding-top: 10px;
}

.p-client__itemWrap {
  float: left;
  width: 70%;
}

.p-client__buttonWrap {
  float: right;
  width: 30%;
}

.p-client__button--change {
  position: relative;
  padding: 5px 1.7em 5px 10px;
  color: #fff;
  background-color: #071339;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  max-width: 30%;
  cursor: pointer;
}

.p-client__button--change:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-client__button--change:after {
  right: 5px;
}

.p-client__itemList {
  padding: 15px 0 !important;
  margin-bottom: 0;
}

.p-client__itemList:first-child {
  padding-top: 0 !important;
}

.p-client__itemList:after {
  content: "";
  clear: both;
  display: block;
}

.p-client .c-form__item {
  border-bottom: solid 1px #b6b6b6;
  padding: 5px 0;
}

.p-client__list {
  background-color: #f6f6f6;
  padding: 25px;
  margin-bottom: 0;
}

.p-client__list .c-form__item {
  border-bottom: none;
  padding-bottom: 0;
}

.p-client__list .c-form__item:last-child {
  margin-bottom: 0;
}

.p-columnNewsWrapper {
  background: #ffffff;
  padding: 20px 0 40px;
  border-radius: 5px;
}

.p-columnNewsList {
  font-size: 1.3rem;
  line-height: 1.4;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.p-columnNewsList:after {
  content: "";
  clear: both;
  display: block;
}

.p-columnNewsList:first-child {
  border-top: none;
  padding-top: 0;
}

.p-columnNewsList:nth-child(n+13) {
  display: none;
}

.p-columnNewsList a {
  display: table;
  width: 100%;
  color: #071339 !important;
}

.p-columnNewsList a:hover {
  color: #ff008c !important;
}

.p-columnNewsList a:hover .p-columnNewsList__keyword, .p-columnNewsList a:hover .p-columnNewsList__date {
  color: #071339;
}

.p-columnNewsList__imgWrap {
  display: table-cell;
  vertical-align: top;
  width: 56px;
}

.p-columnNewsList__imgWrap div {
  overflow: hidden;
  height: 56px;
  width: 56px;
}

.p-columnNewsList__imgWrap div img {
  width: auto;
  height: 100%;
  margin-bottom: auto;
}

.p-columnNewsList__content {
  display: table-cell;
  font-size: 1.4rem;
  text-align: left;
  padding-left: 8px;
  position: relative;
}

.p-columnNewsList__content:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-columnNewsList__content:after {
  right: 0;
}

.p-columnNewsList__title {
  margin-bottom: 16px;
  padding-right: 1.2em;
  position: relative;
  display: block;
}

.p-columnNewsList__title:hover {
  color: #ff008c;
  text-decoration: none;
}

.p-columnNewsList__title:hover .p-columnNewsList__content:after {
  color: #ff008c;
}

.p-columnNewsList__title:hover::after {
  color: #ff008c;
}

.p-columnNewsList__keyword {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 2.3;
  background-color: #ededed;
}

.p-columnNewsList__date {
  font-size: 1.1rem;
}

.p-columnNewsList__nothing {
  font-size: 1.7rem;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.p-columnInformation {
  line-height: 1.4;
  border-bottom: 1px solid #071339;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.p-columnInformation__keyword {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 2.3;
  background-color: #ededed;
}

.p-columnInformation__date {
  font-size: 1.1rem;
  text-align: right;
}

.p-disclaimer {
  width: 100%;
  background-color: #ededed;
  padding: 50px 30px 30px;
  color: #071339;
  box-sizing: border-box;
}

.p-disclaimer p {
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  word-break: normal;
}

.p-disclaimer p:last-child {
  padding-bottom: 0;
}

/*tablet*/
.p-footer__RelatedServices {
  width: 100%;
  margin: 0px auto;
  padding: 20px 0;
}

.p-footer__RelatedServices__heading {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-footer__RelatedServices__Logos {
  text-align: center;
  line-height: 1.7;
  font-size: 1.2rem;
  letter-spacing: -1em;
}

.p-footer__RelatedServices__Logos li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  margin: 20px 0;
  box-sizing: border-box;
}

.p-footer__RelatedServices__Logos li:hover {
  opacity: 0.6;
}

.p-footer__RelatedServices__Logos li a {
  color: #071339;
}

.p-footer__RelatedServices__Logos li a span {
  display: block;
  margin-top: 1rem;
}

.p-footer__RelatedServices__Logos li a:hover {
  color: inherit !important;
}

.p-footer__RelatedServices__Logos img {
  height: 16px;
}

@media (min-width: 480px) {
  .p-footer__RelatedServices__Logos li {
    width: calc(100% / 3);
  }
}

.p-footer__snsIcons {
  text-align: center;
  padding: 20px 0 50px;
}

.p-glossary__text {
  margin: 0;
}

.p-glossary__categoryList > li, .p-glossary__alphabetList > li {
  margin-bottom: 15px;
}

.p-glossary__categoryList > li > div, .p-glossary__alphabetList > li > div {
  width: 100%;
  font-size: 1.3rem;
  vertical-align: top;
  border: 1px solid #ededed;
  box-shadow: 0 0 2px rgba(102, 102, 102, 0.5);
}

.p-glossary__categoryList > li > div > a, .p-glossary__alphabetList > li > div > a {
  position: relative;
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 8px 2.5em 8px 10px;
  height: 100%;
  background-color: #fff;
  color: #071339 !important;
  line-height: 1.3;
}

.p-glossary__categoryList > li > div > a:after, .p-glossary__alphabetList > li > div > a:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-glossary__categoryList > li > div > a:after, .p-glossary__alphabetList > li > div > a:after {
  right: 0;
  padding-right: 10px;
  height: 1em;
  font-size: 1.5rem;
  color: #b6b6b6;
}

.p-glossary__categoryList > li > div:nth-last-child(1), .p-glossary__alphabetList > li > div:nth-last-child(1) {
  margin-bottom: 0;
}

.p-glossary__alphabetList > li {
  margin-bottom: 0;
}

.p-glossary__contents {
  margin: 15px auto 20px;
  width: 100%;
}

.p-glossary__contents > .c-heading {
  font-size: 1.5rem;
}

.p-glossary__contents:last-child {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #b6b6b6;
}

.p-glossary__initialList {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
  color: #071339;
}

.p-glossary__initialList > li {
  float: left;
  width: 33.33333%;
  margin-bottom: 15px;
}

.p-glossary__initialList > li:first-child, .p-glossary__initialList > li:nth-child(3n+1) {
  padding-right: 10px;
}

.p-glossary__initialList > li:nth-child(2), .p-glossary__initialList > li:nth-child(3n+2) {
  padding-left: 5px;
  padding-right: 5px;
}

.p-glossary__initialList > li:nth-child(3), .p-glossary__initialList > li:nth-child(3n) {
  padding-left: 10px;
}

.p-glossary__initialList > li > div {
  width: 100%;
  font-size: 1.3rem;
  vertical-align: top;
  border: 1px solid #ededed;
  box-shadow: 0 0 2px rgba(102, 102, 102, 0.5);
}

.p-glossary__initialList > li > div.is-noLink {
  background-color: #ededed !important;
  pointer-events: none;
}

.p-glossary__initialList > li > div.is-noLink a {
  color: #b6b6b6 !important;
}

.p-glossary__initialList > li > div.is-noLink a:after {
  color: #b6b6b6 !important;
}

.p-glossary__initialList > li > div > a {
  position: relative;
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 8px 2.5em 8px 10px;
  height: 100%;
  color: #071339;
  line-height: 1.3;
}

.p-glossary__initialList > li > div > a:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-glossary__initialList > li > div > a:after {
  right: 0;
  padding-right: 10px;
  height: 1em;
  font-size: 1.5rem;
  color: #b6b6b6;
}

.p-glossary__initialList:after {
  content: "";
  display: block;
  clear: both;
}

.p-glossary__link {
  padding-left: 20px;
}

.p-glossary__link > li {
  font-size: 1.5rem;
}

.p-glossary__descriptionItemName {
  position: relative;
  padding: 15px 25px 13px 20px;
  border-bottom: 1px solid #e3e3e3;
  border-collapse: collapse;
  font-size: 1.5rem;
}

.p-glossary__descriptionItemName:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-glossary__descriptionItemName::after {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  right: 15px;
  height: 1em;
  font-size: 1.5rem;
  color: #071339;
}

.p-glossary__descriptionItemName.is-active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-glossary__descriptionItemButton {
  padding: 14px 0 0 9px;
}

.p-glossary__descriptionItemText {
  display: none;
  padding: 0px 20px 13px 11px;
  background-color: #f6f6f6;
  color: #071339;
}

.p-glossary__descriptionItemText .c-text {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0px 5px 11px;
  line-height: 1.45;
}

.p-glossaryContents {
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  background-color: #f6f6f6;
}

.p-glossaryContents .c-heading {
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-glossaryContents--alphabetal .c-heading {
  margin-top: 10px;
}

.p-glossaryContents--alphabetal .c-heading:first-child {
  margin-top: 0;
}

.p-glossaryContents__list > li {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  vertical-align: top;
}

.p-glossaryContents__list > li > a {
  position: relative;
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 8px 2.5em 8px 10px;
  height: 100%;
  background-color: #fff;
  color: #071339;
  line-height: 1.3;
}

.p-glossaryContents__list > li > a:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-glossaryContents__list > li > a:after {
  right: 0;
  padding-right: 10px;
  height: 1em;
  font-size: 1.5rem;
  color: #b6b6b6;
}

.p-losscut__margin {
  text-align: center;
}

.p-losscut__margin__img {
  width: 80%;
}

.p-losscut__position__now {
  margin-bottom: 20px;
  text-align: center;
}

.p-losscut__position__now__rate {
  padding-bottom: 5px;
  font-size: 2.0rem;
  border-bottom: 1px solid #b6b6b6;
}

.p-losscut__position__table {
  font-size: 1.3rem;
}

.p-losscut__position__tr {
  display: block;
  margin-bottom: 10px;
}

.p-losscut__position__tr:last-child {
  margin-bottom: 0;
}

.p-losscut__position__th {
  display: inline-block;
  width: 100%;
}

.p-losscut__position__td {
  display: inline;
}

.p-losscut__tables {
  margin-bottom: 30px;
}

.p-losscut__table {
  position: relative;
}

.p-losscut__table__caution {
  position: absolute;
  right: 70px;
}

.p-losscut__table__caution::before, .p-losscut__table__caution::after {
  content: "";
  position: absolute;
  right: -65px;
  height: 25px;
}

.p-losscut__table__caution--orange {
  top: 20px;
}

.p-losscut__table__caution--orange::before, .p-losscut__table__caution--orange::after {
  width: 77px;
  border: 2px dashed #F58C1F;
}

.p-losscut__table__caution--orange::before {
  top: -13px;
}

.p-losscut__table__caution--orange::after {
  top: 25px;
}

.p-losscut__table__caution--red {
  bottom: 5px;
}

.p-losscut__table__caution--red::before {
  top: 3px;
  width: 69px;
  border: 2px dashed #f00;
}

.p-losscut__table__caution--red::after {
  content: none;
}

.p-losscut__down {
  position: relative;
  height: 40px;
  font-size: 2.4rem;
  text-align: center;
}

.p-losscut__down__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.p-losscut__down::before {
  position: absolute;
  content: "";
  background: url(/_img/about/reverse_triangle.png) no-repeat center;
  background-size: contain;
  right: 0;
  left: 0;
  height: 130%;
}

.p-losscut__caution__item {
  position: relative;
  padding: 3px 0 0 40px;
}

.p-losscut__caution__bisectedCircle {
  position: absolute;
  top: 0;
  left: 0;
}

.p-losscut__caution__text {
  padding-bottom: 2px;
}

.p-losscut__caution__text--orange {
  border-bottom: 2px dashed #F58C1F;
}

.p-losscut__caution__text--red {
  border-bottom: 2px dashed #f00;
}

.p-popupHelp__column {
  padding: 20px 20px 30px;
}

.p-popupHelp__img {
  display: block;
  width: calc(100%);
  margin: 0 auto;
}

.p-popupHelp__img__mtb3per {
  margin-top: 3%;
  margin-bottom: 3%;
}

.p-register__font--large {
  font-size: 1.7rem;
}

.p-register__appLink {
  margin-top: 50px;
}

.p-service-heading {
  margin-bottom: 41.01562px;
}

.p-service__pattern {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.p-service__pattern--legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.p-service__pattern--legend__list {
  padding: 10px;
  line-height: 1.7;
}

.p-service__pattern--legend__list:first-child {
  padding-bottom: 5px !important;
}

.p-service__pattern--legend__list:last-child {
  padding-top: 5px !important;
}

.p-service__section {
  position: relative;
  padding-top: 46.875px;
  margin-bottom: 41.01562px;
}

.p-service__titlePoint {
  position: absolute;
  top: -16.99219px;
  left: 0;
  right: 0;
  margin: auto;
  width: 67.96875px;
}

.p-service__tool {
  padding: 10px;
  background: #ff008c;
  color: #fff;
}

.p-service__tool__half__pc {
  display: block;
  margin: 0 auto 10px;
  width: 210.05859px;
}

.p-service__tool__half__sp {
  display: block;
  margin: 2px auto -10px;
  width: 181.64062px;
}

.p-service__tool__half__text {
  line-height: 1.6;
}

.p-service__tool__text__type {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-service__tool__text__pc {
  margin-bottom: 10px;
}

.p-service__tool__text__sp {
  margin-bottom: 10px;
}

.p-service__tool__image {
  position: relative;
  margin: 0 auto 0;
  max-width: 250px;
}

.p-service__tool__image--top {
  margin-bottom: 10px;
  min-height: 150px;
}

.p-service__tool__image--bottom {
  margin-bottom: -10px;
  min-height: 200px;
}

.p-service__tool__desktop {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  max-width: 150px;
}

.p-service__tool__note {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 150px;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}

.p-service__tool__sp01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 60px;
}

.p-service__tool__sp02 {
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  max-width: 60px;
  z-index: 1;
}

.p-service__tool__sp03 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  max-width: 150px;
}

.p-service__table {
  border-top: 2px solid #b6b6b6;
  border-bottom: 2px solid #b6b6b6;
}

.p-service__table__noPriceColor {
  color: #ff008c;
}

.p-service__table__thead {
  background-color: #ededed;
}

.p-service__table__th {
  width: 25%;
  background-color: #f6f6f6;
  vertical-align: middle;
  border-top: 1px solid #b6b6b6;
  font-weight: bold;
  text-align: left;
}

.p-service__table__th--service {
  width: 15%;
  background-color: #f6f6f6;
  vertical-align: middle;
  border-top: 1px solid #b6b6b6;
  font-weight: bold;
  text-align: left;
}

.p-service__table__th--col {
  width: 37.5%;
}

.p-service__table__th--col5 {
  width: 20%;
}

.p-service__table__th--border--top {
  border-top: 1px solid #b6b6b6;
}

.p-service__table__th--border--left {
  border-left: 1px solid #b6b6b6;
}

.p-service__table__th--border--right {
  border-right: 1px solid #b6b6b6;
}

.p-service__table__th--border--bottom {
  border-bottom: 1px solid #b6b6b6;
}

.p-service__table__td {
  vertical-align: middle;
  border-top: 1px solid #b6b6b6;
}

.p-service__circle {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #f6f6f6;
  margin: 0 auto;
}

.p-service__circle--icon {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-service__download__item {
  display: none;
}

.p-service__download__item.is-show {
  display: block;
}

.p-service__download__now {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.p-service__download__app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-service__download__app__item {
  width: 120px;
  margin: 0 10px;
}

.p-service__download__app__item--status {
  width: 100%;
  margin: 0;
}

.p-service__download__app__item--status:first-child {
  padding-right: 10px;
}

.p-service__download__app__item--status:last-child {
  padding-left: 10px;
}

.p-service__download__howto__qr {
  width: 160px;
  margin: 0 auto 30px;
}

.p-signup__appLink {
  margin-top: 75px;
}

.p-topKeyVisual__ttl {
  background: url("/_img/top/topimg_sp_dmm-bitcoin.jpg") 0 0 no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: 0px;
  background-size: contain;
  padding-top: 86.2%;
  /* 565/640*100 */
}

.p-topKeyVisual__ttl[data-ua="pc"] {
  display: none;
}

.p-tradeChartRateList__headingH3 {
  margin-top: 50px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: left;
  border-bottom: solid 1px #ccc;
  line-height: 1.5;
}

.p-tradeChartRateList__headingH4 {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 28px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  border-bottom: 1px solid #ff008c;
  line-height: 1.5;
}

.p-tradeChartRateList__headingH4--top {
  margin-top: 0px !important;
}

.p-tradeChartRateList__btn--bottom {
  margin-bottom: 50px;
}

.p-tradeChartRateList__columnToggle--bottom .c-text:last-child {
  padding-bottom: 50px;
}

.p-tradingflow__list {
  margin-bottom: 60px;
}

.p-tradingflow__item {
  padding: 30px 0;
}

.p-tradingflow__img {
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.p-wordpress__a {
  color: #00a0ff !important;
}

.p-wordpress__a:hover {
  color: #26aeff !important;
}

.p-wordpress__new {
  padding: 1px 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff008c;
}

.p-wordpress__category__list {
  margin-bottom: 50px;
}

.p-wordpress__category__item {
  line-height: 1.7;
  border-bottom: 1px solid #b6b6b6;
}

.p-wordpress__category__anchor {
  display: block;
  position: relative;
  padding: 20px 30px 20px 0;
  position: relative;
}

.p-wordpress__category__anchor:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-wordpress__category__anchor::after {
  position: absolute;
  top: 0;
  right: 0;
  color: #071339 !important;
}

.p-wordpress__category__anchor:hover {
  background-color: rgba(0, 137, 80, 0.2);
}

.p-wordpress__post__content {
  margin-bottom: 50px;
}

.p-wordpress__post__content h2 {
  margin: 60px 0;
  font-size: 2.2rem;
}

.p-wordpress__post__content h3 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-wordpress__post__content p,
.p-wordpress__post__content ul,
.p-wordpress__post__content ol,
.p-wordpress__post__content blockquote,
.p-wordpress__post__content .c-column {
  margin-bottom: 30px;
}

.p-wordpress__post__content blockquote p:last-child,
.p-wordpress__post__content .c-column p:last-child {
  margin-bottom: 0;
}

.p-wordpress__post__content p img {
  width: 100%;
  height: auto;
}

.p-wordpress__post__content ul,
.p-wordpress__post__content ol {
  margin-left: 1.5em;
}

.p-wordpress__post__content ul {
  list-style-type: disc;
}

.p-wordpress__post__content ol {
  list-style-type: decimal;
}

.p-wordpress__post__content li {
  margin-bottom: 5px;
  line-height: 1.7;
}

.p-wordpress__post__content blockquote {
  padding: 30px;
  background-color: #f6f6f6;
}

.p-wordpress__date {
  text-align: right;
}

.p-wordpress__pagenate {
  text-align: center;
}

.p-wordpress__pagenate .page-numbers {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0 !important;
  text-align: center;
  line-height: 30px;
  border: none !important;
  border-radius: 25px !important;
  background-color: #f6f6f6;
}

.p-wordpress__pagenate .page-numbers.start {
  position: relative;
  position: relative;
}

.p-wordpress__pagenate .page-numbers.start:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-wordpress__pagenate .page-numbers.start:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-wordpress__pagenate .page-numbers.prev {
  position: relative;
}

.p-wordpress__pagenate .page-numbers.prev:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-wordpress__pagenate .page-numbers.next {
  position: relative;
}

.p-wordpress__pagenate .page-numbers.next:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-wordpress__pagenate .page-numbers.last {
  position: relative;
  position: relative;
}

.p-wordpress__pagenate .page-numbers.last:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-wordpress__pagenate .page-numbers.last:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-wordpress__pagenate .page-numbers.dots {
  background: none !important;
}

.p-wordpress__pagenate .page-numbers.start, .p-wordpress__pagenate .page-numbers.prev, .p-wordpress__pagenate .page-numbers.next, .p-wordpress__pagenate .page-numbers.last {
  background: none !important;
}

.p-wordpress__pagenate .page-numbers.start::after, .p-wordpress__pagenate .page-numbers.start::before, .p-wordpress__pagenate .page-numbers.prev::after, .p-wordpress__pagenate .page-numbers.prev::before, .p-wordpress__pagenate .page-numbers.next::after, .p-wordpress__pagenate .page-numbers.next::before, .p-wordpress__pagenate .page-numbers.last::after, .p-wordpress__pagenate .page-numbers.last::before {
  top: 50%;
  left: 50%;
  margin: 0 0 0 -.5em;
  font-size: 2.0rem;
  color: #071339 !important;
}

.p-wordpress__pagenate .page-numbers.start:hover, .p-wordpress__pagenate .page-numbers.prev:hover, .p-wordpress__pagenate .page-numbers.next:hover, .p-wordpress__pagenate .page-numbers.last:hover {
  background: none !important;
}

.p-wordpress__pagenate .page-numbers.start::before, .p-wordpress__pagenate .page-numbers.last::before {
  margin-left: 0em;
}

.p-wordpress__pagenate .page-numbers.current, .p-wordpress__pagenate .page-numbers:hover {
  color: #fff !important;
  font-weight: bold;
  background: #ff008c !important;
}

.p-wordpress__pagenate a.page-numbers.start::after, .p-wordpress__pagenate a.page-numbers.start::before, .p-wordpress__pagenate a.page-numbers.prev::after, .p-wordpress__pagenate a.page-numbers.prev::before, .p-wordpress__pagenate a.page-numbers.next::after, .p-wordpress__pagenate a.page-numbers.next::before, .p-wordpress__pagenate a.page-numbers.last::after, .p-wordpress__pagenate a.page-numbers.last::before {
  color: #071339 !important;
}

.p-wordpress__pdf-item {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 36px;
  line-height: 32px;
  background-image: url(/_img/icon_pdf.png);
  background-size: 32px;
  background-repeat: no-repeat;
}

.p-wordpress__ua--pc {
  display: none !important;
}

.p-about__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}

.p-about__item {
  position: relative;
  width: 426px;
  margin-bottom: 25px;
}

.p-about__item:nth-child(odd) {
  margin-left: 11.5px;
  margin-right: 12.5px;
}

.p-about__item:nth-child(even) {
  margin-left: 12.5px;
  margin-right: 11.5px;
}

.p-about__item::after {
  right: 15px;
  bottom: 18px;
}

.p-about__item:hover {
  overflow: hidden;
}

.p-about__item__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px 60px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-about__item__anchor:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.p-about__item__title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 0 20px;
  font-size: 2rem;
}

.p-about__item__text {
  font-size: 1.5rem;
  min-height: 150px;
  padding: 0 40px;
  line-height: 1.7;
}

.p-about__item__icon {
  width: 90px;
  height: 90px;
}

.p-about__item__explain {
  font-size: 1.4rem;
  margin-top: auto;
  max-width: 100%;
}

.p-about__textLink {
  margin-top: 0;
  margin-left: 100px;
}

.p-about__img {
  height: 480px;
}

.p-accountExplanation {
  margin: 0 auto;
  text-align: center;
  /* ========== tab部分 */
  /* ========== スライド部分 */
}

.p-accountExplanation .box-content05 {
  width: 920px;
  margin: 0 auto;
}

.p-accountExplanation h3 {
  padding: 50px 0 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.p-accountExplanation h4 {
  padding-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}

.p-accountExplanation h4:before {
  content: '';
  display: inline-block;
  background-image: url(../../../_img/lp/003/pc/ico_pc.png);
  width: 29px;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

.p-accountExplanation .capt-sp {
  margin-top: 40px;
}

.p-accountExplanation .capt-sp:before {
  background-image: url(../../../_img/lp/003/pc/ico_sp.png);
  width: 20px;
  height: 32px;
  margin-top: -3px;
}

.p-accountExplanation .area-process--pc {
  overflow: hidden;
  margin-left: 10px;
}

.p-accountExplanation .box-process--sp {
  overflow: hidden;
  margin-left: 10px;
}

.p-accountExplanation .box-process--sp li {
  float: left;
  margin-left: 20px;
  width: 420px;
}

.p-accountExplanation .box-process--sp li .ico-movie {
  position: relative;
  top: -90px;
  left: 110px;
}

.p-accountExplanation .box-process--sp li a:hover {
  opacity: 0.7;
}

.p-accountExplanation .area-bt {
  float: left;
  width: 205px;
}

.p-accountExplanation .area-bt li {
  height: 108px;
  cursor: pointer;
}

.p-accountExplanation .area-bt li span {
  display: none;
}

.p-accountExplanation .area-bt .bt-01 {
  background: url(../../../_img/lp/003/pc/bt_slibe01_off.png) no-repeat;
  margin-top: 130px;
}

.p-accountExplanation .area-bt .bt-01:hover,
.p-accountExplanation .area-bt .bt-01.select {
  background: url(../../../_img/lp/003/pc/bt_slibe01_on.png) no-repeat;
}

.p-accountExplanation .area-bt .bt-02 {
  background: url(../../../_img/lp/003/pc/bt_slibe02_off.png) no-repeat;
  margin-top: 20px;
}

.p-accountExplanation .area-bt .bt-02:hover,
.p-accountExplanation .area-bt .bt-02.select {
  background: url(../../../_img/lp/003/pc/bt_slibe02_on.png) no-repeat;
}

.p-accountExplanation .box-process--pc {
  position: relative;
  width: 680px;
  height: 494px;
  margin-left: 220px;
  background: url(../../../_img/lp/003/pc/img_pc.png) no-repeat;
}

.p-accountExplanation .box-slide--process {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 646px;
  overflow: hidden;
  /* 横スクロールさせないようにする */
}

.p-accountExplanation .box-slide--process .bxslider li {
  width: 646px !important;
}

.p-accountExplanation .box-slide--process.disnon {
  opacity: 0;
}

.p-accountExplanation .box-slide--process .bx-viewport {
  background: transparent !important;
  border: 0;
  left: 0;
  overflow: hidden !important;
  /*両サイドが表示される*/
  height: 380px !important;
  z-index: 1;
  /*スマホやタブレットでスワイプできないときに指定*/
  box-shadow: none;
  border: none;
}

.p-accountExplanation .bx-wrapper {
  margin: 21px auto 60px;
  max-width: 646px !important;
}

.p-accountExplanation .bx-wrapper .bx-prev {
  left: 10px !important;
  background: url(../../../_img/lp/003/pc/ico_arrow02_prev.png) no-repeat;
}

.p-accountExplanation .bx-wrapper .bx-next {
  right: 10px !important;
  background: url(../../../_img/lp/003/pc/ico_arrow02_next.png) no-repeat;
}

.p-accountExplanation .bx-wrapper .bx-controls-direction > a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 16px;
  height: 29px;
  text-indent: -9999px;
  z-index: 300;
}

.p-accountExplanation .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.5;
}

.p-accountExplanation .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.p-accountExplanation .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -25px;
  z-index: 100;
}

.p-accountExplanation .bx-wrapper .bx-pager.bx-default-pager a {
  background: #f1f1f1;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border-radius: 10px;
}

.p-accountExplanation .bx-wrapper .bx-pager.bx-default-pager a:hover,
.p-accountExplanation .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ff008c;
}

.p-bitStateSummary__title--tradeAccountState {
  font-size: 1.6rem;
}

.p-bitStateSummary__innerContents--realTimeRate {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.p-bitStateSummary__table__th--head {
  top: 10px;
}

.p-bitStateSummary__buttonWrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-bitStateSummary__scroll {
  overflow: hidden;
}

/* Safariだけに適用されるCSSハック */
_::-webkit-full-page-media, _:future, :root .p-bitStateSummary__note {
  padding-top: 0;
}

.p-client {
  padding-bottom: 50px;
}

.p-client__itemWrap {
  width: 85%;
}

.p-client__button--change {
  padding: 12px 20px;
  font-size: 1.3rem;
  max-width: 15%;
}

.p-client__button--change:hover {
  -webkit-transform: translatey(-50%) scale(1.05);
  -ms-transform: translatey(-50%) scale(1.05);
  transform: translatey(-50%) scale(1.05);
}

.p-client__list {
  padding: 30px 50px;
}

.p-columnInnerContents {
  display: table;
  padding: 0;
}

.p-columnContents__normal {
  display: table-cell;
  max-width: 800px;
  width: 800px;
  padding: 50px 80px 40px;
}

.p-columnContents__indexWrap {
  display: table-cell;
  width: 240px;
  padding: 50px 20px 40px;
  background-color: #f6f6f6;
  vertical-align: top;
}

.p-columnIndex {
  margin-bottom: 15px;
}

.p-columnIndex a {
  text-decoration: none;
}

.p-columnIndex a:hover {
  color: #ff008c;
}

.p-columnIndex--large {
  font-weight: bold;
}

.p-columnIndex--middle {
  padding-left: 2rem;
}

.p-columnIndex--small {
  padding-left: 4rem;
}

.p-columnNewsList__content {
  padding-left: 16px;
  padding-right: 40px;
  line-height: 56px;
}

.p-columnNewsList__title {
  display: inline-block;
  margin-bottom: 0;
}

.p-columnNewsList__keywordWrapper {
  float: left;
  width: 658px;
  margin-bottom: -8px;
}

.p-columnNewsList__date {
  float: right;
  width: 110px;
  text-align: right;
}

.p-columnInformation {
  padding-bottom: 16px;
  overflow: hidden;
}

.p-columnInformation:after {
  content: "";
  clear: both;
  display: block;
}

.p-columnInformation__keywordWrapper {
  float: left;
  margin-bottom: -8px;
}

.p-columnInformation__date {
  float: right;
  width: 110px;
}

.p-disclaimer {
  padding: 100px 0 50px;
}

.p-disclaimer p {
  width: 1000px;
  padding-bottom: 25px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.p-footer__RelatedServices {
  width: 980px;
  margin: 80px auto;
}

.p-footer__RelatedServices__heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: left;
}

.p-footer__RelatedServices__Logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__RelatedServices__Logos > li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  text-align: center;
}

.p-footer__RelatedServices__Logos > li:hover {
  opacity: 0.6;
}

.p-footer__RelatedServices__Logos > li a img {
  height: auto;
}

.p-footer__RelatedServices__Logos > li a span {
  border-bottom: none;
  display: block;
  margin-top: 1rem;
  line-height: 1.7;
}

.p-footer__RelatedServices__Logos > li a:hover {
  color: inherit !important;
  text-decoration: none;
}

.p-footer__snsIcons {
  text-align: center;
  padding: 50px 0 0;
}

.p-glossary__categoryList > li > div, .p-glossary__alphabetList > li > div, .p-glossary__initialList > li > div {
  font-size: 1.5rem;
}

.p-glossary__categoryList > li > div:hover, .p-glossary__alphabetList > li > div:hover, .p-glossary__initialList > li > div:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 0 5px rgba(102, 102, 102, 0.5);
}

.p-glossary__categoryList > li > div:hover > a:after, .p-glossary__alphabetList > li > div:hover > a:after, .p-glossary__initialList > li > div:hover > a:after {
  color: #b6b6b6;
}

.p-glossary__categoryList, .p-glossary__alphabetList {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.p-glossary__categoryList > li, .p-glossary__alphabetList > li {
  float: left;
  width: 33.33333%;
  margin-bottom: 15px;
}

.p-glossary__categoryList > li:first-child, .p-glossary__categoryList > li:nth-child(3n+1), .p-glossary__alphabetList > li:first-child, .p-glossary__alphabetList > li:nth-child(3n+1) {
  padding-right: 10px;
}

.p-glossary__categoryList > li:nth-child(2), .p-glossary__categoryList > li:nth-child(3n+2), .p-glossary__alphabetList > li:nth-child(2), .p-glossary__alphabetList > li:nth-child(3n+2) {
  padding-left: 5px;
  padding-right: 5px;
}

.p-glossary__categoryList > li:nth-child(3), .p-glossary__categoryList > li:nth-child(3n), .p-glossary__alphabetList > li:nth-child(3), .p-glossary__alphabetList > li:nth-child(3n) {
  padding-left: 10px;
}

.p-glossary__categoryList:after, .p-glossary__alphabetList:after {
  content: "";
  display: block;
  clear: both;
}

.p-glossary__initialList > li {
  display: table-cell;
  float: none;
}

.p-glossary__initialList > li > div > a {
  padding-right: 2em;
}

.p-glossary__initialList > li:nth-child(n) {
  padding-left: 5px;
  padding-right: 5px;
}

.p-glossary__initialList > li:first-child {
  padding-left: 0;
}

.p-glossary__initialList > li:last-child {
  padding-right: 0;
}

.p-glossary__alphabetList > li {
  margin-bottom: 0;
}

.p-glossary__contents > .c-heading {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.p-glossary__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-glossary__link > li {
  width: 40%;
  font-size: 1.8rem;
}

.p-glossary__descriptionItemName {
  position: relative;
  padding: 2.3rem 3.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: none;
  border-collapse: collapse;
}

.p-glossary__descriptionItemName:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.p-glossary__descriptionItemName::after {
  right: 2rem;
  height: 1em;
  font-size: 2.5rem;
  color: #071339;
}

.p-glossary__descriptionItemName.is-active {
  border-top: 1px solid #e3e3e3;
}

.p-glossary__descriptionItemName.is-active::after {
  right: 2rem;
  font-size: 2.5rem;
}

.p-glossary__descriptionItemText {
  padding-bottom: 25px;
  font-size: 2.3rem;
}

.p-glossary__descriptionItemText .c-text {
  font-size: 1.5rem;
  margin-left: 0rem;
  padding: 20px 15px 5px 30px;
  line-height: 1.9;
}

.p-glossary__descriptionItemButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.p-glossaryContents {
  padding: 2rem;
}

.p-glossaryContents .c-heading {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.p-glossaryContents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  margin-bottom: -15px;
}

.p-glossaryContents__list > li {
  width: 33.33333%;
  margin-bottom: 15px;
}

.p-glossaryContents__list > li:first-child, .p-glossaryContents__list > li:nth-child(3n+1) {
  padding-right: 10px;
}

.p-glossaryContents__list > li:nth-child(2), .p-glossaryContents__list > li:nth-child(3n+2) {
  padding-left: 5px;
  padding-right: 5px;
}

.p-glossaryContents__list > li:nth-child(3), .p-glossaryContents__list > li:nth-child(3n) {
  padding-left: 10px;
}

.p-glossaryContents__list > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-glossaryContents__list > li > a:hover {
  color: #ff008c;
}

.p-glossaryContents__list:after {
  content: "";
  display: block;
  clear: both;
}

.p-glossaryContents--alphabetal .p-glossaryContents__list:not(:last-child) {
  margin-bottom: 0;
}

.p-inquiry__table {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.3rem;
  border-collapse: collapse;
}

.p-inquiry__table tr {
  border-top: 1px solid #b6b6b6;
  display: block;
}

.p-inquiry__table tr:last-child {
  border-bottom: 1px solid #b6b6b6;
}

.p-inquiry__table th, .p-inquiry__table td {
  padding: 20px 10px;
  line-height: 1.7;
  vertical-align: middle;
}

.p-inquiry__table th {
  width: 275px;
  background-color: #f6f6f6;
  font-weight: bold;
}

.p-inquiry__table td {
  width: 605px;
}

.p-inquiry__table .required {
  padding: 0 10px;
  margin-right: 18px;
  float: right;
  vertical-align: middle;
  color: #ffffff;
  background-color: #ff008c;
  border-radius: 100px;
}

.p-inquiry__table .UploadPanel {
  width: 490px;
  background: url(/_img/register/icon_camera.png) no-repeat scroll 50% 60%/70px 32px #fffac9;
  border: 1px solid #c9c9c9;
  height: 136px;
  padding: 10px;
}

.p-inquiry__table .AfterPanel {
  background: none no-repeat scroll 50% 60% #fffac9;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: none;
  margin: 1em 0;
  padding: 10px;
}

.p-inquiry select {
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
  text-indent: 0.5em;
  width: 383px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
}

.p-inquiry select:focus {
  background: #fffac9;
}

.p-inquiry select[name="birth_year"], .p-inquiry select[name="birth_month"], .p-inquiry select[name="birth_day"] {
  width: 20% !important;
}

.p-inquiry__input {
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
}

.p-inquiry__input--middle {
  width: 383px;
}

.p-inquiry textarea {
  width: 490px;
  height: 136px;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  vertical-align: middle;
}

.p-inquiry__recaptcha {
  width: 304px;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: bold;
}

.p-inquiry__recaptcha--title {
  margin-bottom: 10px;
}

.p-inquiry__recaptcha .required {
  padding: 0 10px;
  margin-right: 18px;
  vertical-align: middle;
  color: #ffffff;
  background-color: #ff008c;
  border-radius: 100px;
}

.p-inquiry__note {
  margin-top: 30px;
}

.p-inquiry__errorMessage {
  color: #f1085a;
}

.p-losscut__margin__img {
  width: 486px;
}

.p-losscut__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-losscut__position__now {
  margin-bottom: 0;
}

.p-losscut__position__now__rate {
  border-bottom: none;
}

.p-losscut__position__table {
  position: relative;
  margin-left: 60px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-losscut__position__table::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 1px;
  height: 60px;
  margin-top: -30px;
  border-left: 1px solid #b6b6b6;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.p-losscut__position__tr {
  display: table-row;
}

.p-losscut__position__th {
  display: table-cell;
  width: auto;
  text-align: right;
  white-space: nowrap;
}

.p-losscut__position__td {
  display: table-cell;
  white-space: nowrap;
}

.p-losscut__tables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-losscut__table {
  width: 49%;
}

.p-losscut__table__caution {
  right: 85px;
}

.p-losscut__table__caution::before, .p-losscut__table__caution::after {
  right: -80px;
}

.p-losscut__table__caution--orange {
  top: 30px;
}

.p-losscut__table__caution--orange::before {
  top: -22px;
  width: 90px;
}

.p-losscut__table__caution--orange::after {
  top: 20px;
  width: 90px;
}

.p-losscut__table__caution--red {
  bottom: 7px;
}

.p-losscut__table__caution--red::before {
  top: 3px;
}

.p-losscut__title__pink {
  background-color: #ffaaff;
}

.p-losscut__title__beige {
  background-color: #ffefd5;
}

.p-popupHelp__img {
  width: auto;
}

.p-register__font--large {
  font-size: 2rem;
}

.p-register__appLink {
  margin-top: 60px;
}

.p-service-heading {
  margin-bottom: 80px;
}

.p-service__section {
  padding-top: 108px;
  margin-bottom: 80px;
}

.p-service__titlePoint {
  top: -29px;
  width: 116px;
}

.p-service__pattern {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
}

.p-service__pattern__list {
  width: 265px;
}

.p-service__pattern--service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.p-service__pattern--service__list {
  width: 405px;
}

.p-service__pattern--legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 405px;
}

.p-service__pattern--legend__list {
  margin-top: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.p-service__pattern--legend__list:first-child {
  padding-bottom: 0 !important;
}

.p-service__pattern--legend__list:last-child {
  padding-top: 0 !important;
}

.p-service__circle {
  width: 160px;
  height: 160px;
  border-radius: 80px;
}

.p-service__circle--icon {
  width: 60px;
  height: 60px;
}

.p-service__tool {
  height: 700px;
  margin: 105px 0 40px;
  background: #ff008c;
  color: #fff;
  padding: 25px 55px;
}

.p-service__tool__half {
  position: relative;
  height: 350px;
  margin: 0 0 40px;
}

.p-service__tool__half__pc {
  position: absolute;
  width: 500px;
  margin: 0px;
  top: 70px;
  left: 480px;
  margin: 0 auto;
}

.p-service__tool__half__sp {
  position: absolute;
  width: 470px;
  margin: 0px;
  bottom: 0px;
  left: 0px;
}

.p-service__tool__half__text {
  position: absolute;
  font-size: 1.7rem;
  line-height: 1.6;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-service__tool__half__text__sp {
  left: 495px;
  line-height: 1.6;
}

.p-service__tool__contents {
  display: table;
  height: 50%;
  width: 100%;
}

.p-service__tool__contents:after {
  content: '';
  display: block;
  clear: both;
}

.p-service__tool__text__type {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.p-service__tool__text__pc {
  display: table;
  float: left;
  width: 300px;
  height: 100%;
  margin-bottom: 0;
}

.p-service__tool__text__pc div {
  display: table-cell;
  vertical-align: middle;
}

.p-service__tool__text__sp {
  display: table;
  float: right;
  width: 320px;
  height: 100%;
  margin-bottom: 0;
}

.p-service__tool__text__sp div {
  display: table-cell;
  vertical-align: middle;
}

.p-service__tool__image {
  display: block;
  position: relative;
  margin: 0;
  max-width: 100%;
  height: 100%;
}

.p-service__tool__image--top {
  float: right;
  width: 589px;
}

.p-service__tool__image--bottom {
  float: left;
  width: 569px;
}

.p-service__tool__desktop {
  top: 0;
  left: 100%;
  -webkit-transform: translate(-100%, -77px);
  -ms-transform: translate(-100%, -77px);
  transform: translate(-100%, -77px);
  width: 448px;
  max-width: 100%;
}

.p-service__tool__note {
  top: calc(100% + 10px);
  left: -20px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 412px;
  max-width: 100%;
}

.p-service__tool__sp01 {
  top: 100%;
  left: 49px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 102px;
  max-width: 100%;
}

.p-service__tool__sp02 {
  top: 100%;
  left: 132px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
  width: 103px;
  max-width: 100%;
}

.p-service__tool__sp03 {
  bottom: -25px;
  left: 280px;
  width: 270px;
  max-width: 100%;
}

.p-service__download__now {
  margin-bottom: 35px;
  font-size: 1.6rem;
}

.p-service__download__app__item {
  width: 240px;
  text-align: center;
  margin: 0 30px;
}

.p-service__download__app__item__qr {
  padding: 0 30px;
  width: 170px;
}

.p-service__download__app__item a .c-img:hover {
  opacity: 0.7;
}

.p-service__tables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-topKeyVisual {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 670px;
}

.p-topKeyVisual__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 0;
  margin-left: -960px;
  background: url("/_img/top/topimg_pc_dmm-bitcoin.jpg") center top no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: cover;
  padding-top: 670px;
}

.p-topKeyVisual__ttl__right {
  position: absolute;
  top: 0;
  right: 0;
  height: 670px;
  width: 50%;
  background: url("/_img/top/topimg_pc_right.jpg") repeat-x;
}

.p-topKeyVisual__ttl__left {
  position: absolute;
  top: 0;
  height: 670px;
  width: 50%;
  background: url("/_img/top/topimg_pc_left.jpg") repeat-x;
}

@media screen and (min-width: 1140px) and (max-width: 1920px) {
  .p-topKeyVisual {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 670px;
  }
  .p-topKeyVisual__ttl {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin-right: auto;
    margin-left: auto;
    background: url("/_img/top/topimg_pc_dmm-bitcoin.jpg") center top no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: cover;
    padding-top: 670px;
  }
}

@media screen and (max-width: 1440px) {
  .p-topKeyVisual {
    padding-top: 46.52778%;
  }
  .p-topKeyVisual__ttl {
    left: 0;
    width: 100%;
    margin-left: 0;
    padding-top: 46.52778%;
  }
  .p-topKeyVisual__ttl__right {
    display: none;
  }
  .p-topKeyVisual__ttl__left {
    display: none;
  }
}

.p-tradingflow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-tradingflow__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-tradingflow__img--app {
  width: 250px;
}

.p-tradingflow__img--pc {
  width: 400px;
  margin-top: 46px;
  margin-bottom: 46px;
}

.p-important__businessNameTable {
  margin-left: 35px;
  margin-top: 5px;
}

.p-wordpress__new--category {
  position: absolute;
  right: 0;
  top: 0;
}

.p-wordpress__category__anchor {
  padding-left: 30px;
}

.p-wordpress__category__anchor::after {
  right: 20px;
}

.p-wordpress__category__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-wordpress__category__date {
  position: relative;
  width: 10em;
  margin-right: 20px;
}

.p-wordpress__img--wide {
  width: 1000px !important;
  margin-left: -60px;
}

.p-wordpress__img--original {
  width: auto !important;
}

.p-wordpress__img--original.aligncenter {
  display: block;
  margin: 0 auto;
}

.p-wordpress__ua--sp {
  display: none !important;
}

.p-wordpress__ua--pc {
  display: block !important;
}

.p-top {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
}

.p-top:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  top: 600px;
  left: 0;
  display: block;
  background-image: url(/_img/top/wave.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}

.p-top__circle {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: #ff018d;
  margin: 0 auto;
}

.p-top__circle--icon {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-top__new {
  font-size: 1.3rem;
  padding: 0 8px;
  color: #ffffff;
  background: #ff008e;
  border-radius: 10px;
}

.p-top__rateNum {
  font-size: 2.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}

.p-top--chart--text__explain {
  max-width: 1040px;
  text-align: left;
  margin: -0px auto;
  padding-bottom: 75px;
}

.p-top__points {
  background-color: #ff008c;
  text-align: center;
  position: relative;
}

.p-top__points__catchphrase {
  height: 145px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #ffffff;
}

.p-top__points__text {
  margin-top: 20px;
  color: #000000;
}

.p-top__crownimg {
  position: absolute;
  top: -130px;
  left: 0;
}

.p-top__securityContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 50px 0 30px;
}

.p-top__security {
  width: 510px;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.p-top__security:nth-child(odd) {
  margin-right: auto;
}

.p-top__security:nth-child(even) {
  margin-left: auto;
}

.p-top__security__top {
  background-color: #00a0ff;
  /*background-color: $aquaColor;*/
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px 10px 0 0;
}

.p-top__security__top__catchphrase {
  font-size: 18px;
  color: #ffffff;
}

.p-top__security__top__catchphrase__title {
  font-size: 22px;
}

.p-top__security__top__catchphrase__text {
  font-size: 15px;
}

.p-top__security__bottom {
  text-align: center;
}

.p-top__security__img {
  width: 90%;
  height: auto;
  margin: 10px;
}

.p-top__qa {
  text-align: left;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
}

.p-top__qa:last-child {
  margin-bottom: 0px;
}

.p-top__qa--q {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.p-top__qa--q:before {
  font-weight: bold;
  color: #ff004a;
  content: "Q.";
  left: 15px;
  top: -4px;
  left: 0px;
  position: absolute;
  font-size: 20px;
  -webkit-transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
}

.p-top__qa--a {
  position: relative;
  padding-left: 40px;
}

.p-top__qa--a:before {
  font-weight: bold;
  color: #00a0ff;
  content: "A.";
  left: 15px;
  top: -4px;
  left: 0px;
  position: absolute;
  font-size: 20px;
  -webkit-transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
}

.p-top__qa--asterisk {
  font-size: 80%;
  margin-top: 5px;
  padding-left: 40px;
}

.p-top__tools__img {
  display: inline-block;
  width: 80px;
}

.p-top__tradeRate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 80px 0px;
  border-bottom: 1px solid #b6b6b6;
}

.c-footer__copyright {
  background-color: #242424;
  color: #fff;
  font-size: 10px
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.c-footer__copyright a {
  color: #fff;
  text-decoration: none;
}
.c-footer__copyright a:visited {
  color: #fff;
  text-decoration: none;
}