@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

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

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

.scrollbar::-webkit-scrollbar, .news .twitter::-webkit-scrollbar {
  width: 8px;
}

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

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

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

.button:hover, .kv .cv-btn:hover, .currency .contents .trade .btn-trade:hover,
.currency .contents .trade .btn-instant-buy:hover,
.currency .contents .trade .btn-instant-sell:hover, .currency .contents .instant-buy .btn-trade:hover,
.currency .contents .instant-buy .btn-instant-buy:hover,
.currency .contents .instant-buy .btn-instant-sell:hover, .currency .contents .instant-sell .btn-trade:hover,
.currency .contents .instant-sell .btn-instant-buy:hover,
.currency .contents .instant-sell .btn-instant-sell:hover {
  cursor: pointer;
  opacity: 0.75;
}

.button:active, .kv .cv-btn:active, .currency .contents .trade .btn-trade:active,
.currency .contents .trade .btn-instant-buy:active,
.currency .contents .trade .btn-instant-sell:active, .currency .contents .instant-buy .btn-trade:active,
.currency .contents .instant-buy .btn-instant-buy:active,
.currency .contents .instant-buy .btn-instant-sell:active, .currency .contents .instant-sell .btn-trade:active,
.currency .contents .instant-sell .btn-instant-buy:active,
.currency .contents .instant-sell .btn-instant-sell:active {
  box-shadow: inset 0 2px 2px #9e9e9e;
}

.button:disabled, .kv .cv-btn:disabled, .currency .contents .trade .btn-trade:disabled,
.currency .contents .trade .btn-instant-buy:disabled,
.currency .contents .trade .btn-instant-sell:disabled, .currency .contents .instant-buy .btn-trade:disabled,
.currency .contents .instant-buy .btn-instant-buy:disabled,
.currency .contents .instant-buy .btn-instant-sell:disabled, .currency .contents .instant-sell .btn-trade:disabled,
.currency .contents .instant-sell .btn-instant-buy:disabled,
.currency .contents .instant-sell .btn-instant-sell:disabled {
  background-color: #bdbdbd;
  color: #616161;
  box-shadow: none;
  opacity: 1;
  cursor: inherit;
}

@media (max-width: 767px) {
  .button, .kv .cv-btn, .currency .contents .trade .btn-trade,
  .currency .contents .trade .btn-instant-buy,
  .currency .contents .trade .btn-instant-sell, .currency .contents .instant-buy .btn-trade,
  .currency .contents .instant-buy .btn-instant-buy,
  .currency .contents .instant-buy .btn-instant-sell, .currency .contents .instant-sell .btn-trade,
  .currency .contents .instant-sell .btn-instant-buy,
  .currency .contents .instant-sell .btn-instant-sell {
    line-height: 48px;
    height: 48px;
    width: 256px;
  }
}

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

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

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

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

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

body {
  font-family: sans-serif;
}

#wrapper {
  background: #fff;
}

/************ KV ************/
.kv {
  width: 100%;
  height: 515px;
  background-image: url(/images/index/renewal/top-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center, center;
  position: relative;
  margin-top: 49px;
}

@media (max-width: 767px) {
  .kv {
    height: 375px;
    margin-top: 53px;
  }
}

.kv .cv {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.kv .cv-copy-sub {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .kv .cv-copy-sub {
    font-size: 16px;
  }
}

.kv .cv-copy-main {
  text-align: center;
  margin-top: 16px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .kv .cv-copy-main {
    font-size: 34px;
  }
}

.kv .cv-btn {
  margin: 16px auto;
  width: 232px;
  font-size: 16px;
  background-color: #fff;
  color: #01579b;
}

@media (max-width: 767px) {
  .kv .cv-btn {
    font-size: 14px;
    width: 256px;
  }
}

.kv .banner-kv {
  display: block;
  width: 320px;
  margin: 125px auto 0;
}

@media (max-width: 767px) {
  .kv .banner-kv {
    height: 76px;
    margin: 50px auto 0;
  }
}

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

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

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

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

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

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

.kv .banner-kv .banner-kv-notes {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 5px;
}

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

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

/************ news ************/
.news {
  margin: 32px auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  width: 1170px;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .news {
    width: 90%;
    width: calc(100% - 32px);
  }
}

@media (max-width: 767px) {
  .news {
    display: block;
    width: 100%;
    padding: 0 16px;
  }
}

.news .twitter {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 320px;
  height: 150px;
}

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

.news .blog {
  width: 850px;
  padding: 8px 16px;
}

@media (max-width: 767px) {
  .news .blog {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    margin-top: 8px;
  }
}

.news .blog-list {
  margin: 8px 0 0;
}

.news .blog-list:first-child {
  margin: 0;
}

.news .blog-list a {
  color: #212121;
  line-height: 1.4;
}

.news .blog-list-day {
  font-size: 12px;
  line-height: 1.4;
}

.news .blog-list-title {
  font-size: 16px;
  color: #212121;
  line-height: 1.4;
}

/************ Currency info ************/
.currency {
  background-color: #f5f5f5;
  padding: 32px 0;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .currency {
    padding: 32px 16px;
  }
}

@media (max-width: 767px) {
  .currency {
    padding: 16px 16px;
  }
}

.currency-list {
  width: 1170px;
  margin: 16px auto 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .currency-list {
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
    background-color: inherit;
  }
}

@media (max-width: 767px) {
  .currency-list {
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
    background-color: inherit;
  }
}

.currency-list-child {
  background-color: #f5f5f5;
  box-sizing: border-box;
  width: calc(1170px / 11);
  border-right: none;
  border-radius: 8px 8px 0 0;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .currency-list-child {
    width: calc(100% / 3 - 4px);
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-top: 4px;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .currency-list-child {
    width: calc(100% / 3 - 4px);
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-top: 4px;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .currency-list-child:first-child, .currency-list-child:nth-child(2), .currency-list-child:nth-child(3) {
    margin-top: 0;
  }
}

.currency-list-child:nth-child(3n) {
  margin-right: 0;
}

.currency-list-child.action {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  z-index: 2;
  margin-bottom: -1px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .currency-list-child.action {
    border: 1px solid #e0e0e0;
  }
}

.currency-list .currency-pair {
  padding: 16px 0;
  width: calc(1170px /11);
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .currency-list .currency-pair {
    padding: 8px 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .currency-list .currency-pair {
    padding: 8px 0;
    width: 100%;
  }
}

.currency-list .currency-pair-name {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #212121;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 4px center;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .currency-list .currency-pair-name {
    font-size: 12px;
  }
}

.currency-list .currency-pair-price {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
  text-align: center;
}

@media (max-width: 767px) {
  .currency-list .currency-pair-price {
    font-size: 12px;
  }
}

.currency-list .currency-pair-price.up {
  color: #ef5350;
}

.currency-list .currency-pair-price.down {
  color: #43a047;
}

.currency-list .currency-pair-flc {
  line-height: 1.4;
  font-size: 12px;
  margin-top: 2px;
  text-align: center;
}

@media (max-width: 767px) {
  .currency-list .currency-pair-flc {
    font-size: 12px;
  }
}

.currency-list .currency-pair-flc.arrow-up, .currency-list .currency-pair-flc.arrow-down {
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 8px center;
}

.currency-list .currency-pair-flc.arrow-up {
  color: #d32f2f;
  background-image: url(/images/index/renewal/currency_ratio_down.png);
}

.currency-list .currency-pair-flc.arrow-down {
  color: #2e7d32;
  background-image: url(/images/index/renewal/currency_ratio_up.png);
}

.currency-list #cp_btc_jpy .currency-pair-name {
  background-image: url(/images/currency/btc_icon.png);
}

.currency-list #cp_xem_jpy .currency-pair-name {
  background-image: url(/images/currency/xem_icon.png);
}

.currency-list #cp_mona_jpy .currency-pair-name {
  background-image: url(/images/currency/mona_icon.png);
}

.currency-list #cp_bch_jpy .currency-pair-name {
  background-image: url(/images/currency/bch_icon.png);
}

.currency-list #cp_eth_jpy .currency-pair-name {
  background-image: url(/images/currency/eth_icon.png);
}

.currency-list #cp_zaif_jpy .currency-pair-name {
  background-image: url(/images/currency/zaif_icon.png);
}

.currency-list #cp_xcp_jpy .currency-pair-name {
  background-image: url(/images/currency/xcp_icon.png);
}

.currency-list #cp_pepecash_jpy .currency-pair-name {
  background-image: url(/images/currency/pepecash_icon.png);
}
.currency-list #cp_fscc_jpy .currency-pair-name {
  background-image: url(/images/currency/fscc_icon.png);
}
.currency-list #cp_erc20_cms_jpy .currency-pair-name {
  background-image: url(/images/currency/icon-cmse.png);
}

.currency-list #cp_mosaic_cms_jpy .currency-pair-name {
  background-image: url(/images/currency/icon-cmsx.png);
}

.currency-list #cp_1_btc_jpy .currency-pair-name {
  background-image: url(/images/currency/icon-airfx.png);
}

.currency .contents {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .currency .contents {
    width: 100%;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .currency .contents {
    padding: 8px;
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}

.currency .contents .trade, .currency .contents .instant-buy, .currency .contents .instant-sell {
  width: calc(1170px  / 3);
  background-color: #fff;
  text-align: center;
  /*
            &-price {
                font-size: $type-heading4;
                margin-top: $space-rule;
                text-align: center;

                @include sp {
                    font-size: $type-heading5;
                    margin: 0;
                    width: 40%;
                }
            }
                */
}

@media (min-width: 768px) and (max-width: 1170px) {
  .currency .contents .trade, .currency .contents .instant-buy, .currency .contents .instant-sell {
    width: calc(100%/3);
  }
}

@media (max-width: 767px) {
  .currency .contents .trade, .currency .contents .instant-buy, .currency .contents .instant-sell {
    width: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .currency .contents .trade .currency-label, .currency .contents .instant-buy .currency-label, .currency .contents .instant-sell .currency-label {
    width: 61%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
  }
}

.currency .contents .trade .currency-label-name, .currency .contents .instant-buy .currency-label-name, .currency .contents .instant-sell .currency-label-name {
  margin-top: 24px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .currency .contents .trade .currency-label-name, .currency .contents .instant-buy .currency-label-name, .currency .contents .instant-sell .currency-label-name {
    margin-top: 0;
    margin-right: 8px;
    width: 60px;
  }
}

.currency .contents .trade .currency-label .icon, .currency .contents .instant-buy .currency-label .icon, .currency .contents .instant-sell .currency-label .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .currency .contents .trade .currency-label .icon, .currency .contents .instant-buy .currency-label .icon, .currency .contents .instant-sell .currency-label .icon {
    width: 16px;
    height: 16px;
  }
}

.currency .contents .trade .currency-label .icon-cmsX, .currency .contents .instant-buy .currency-label .icon-cmsX, .currency .contents .instant-sell .currency-label .icon-cmsX {
  background-image: url(/images/index/renewal/currency_cmsX.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 94px -1px;
}

.currency .contents .trade .currency-label .icon-btc, .currency .contents .instant-buy .currency-label .icon-btc, .currency .contents .instant-sell .currency-label .icon-btc {
  background-image: url(/images/index/renewal/currency_bittcoin.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 108px 0px;
}

.currency .contents .trade .currency-label__text, .currency .contents .instant-buy .currency-label__text, .currency .contents .instant-sell .currency-label__text {
  font-size: 16px;
}

@media (max-width: 767px) {
  .currency .contents .trade .currency-label__text, .currency .contents .instant-buy .currency-label__text, .currency .contents .instant-sell .currency-label__text {
    font-size: 12px;
    white-space: nowrap;
  }
}

.currency .contents .trade .currency-label-pair, .currency .contents .instant-buy .currency-label-pair, .currency .contents .instant-sell .currency-label-pair {
  font-size: 24px;
  margin-top: 8px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .currency .contents .trade .currency-label-pair, .currency .contents .instant-buy .currency-label-pair, .currency .contents .instant-sell .currency-label-pair {
    font-size: 14px;
    margin-top: 0;
  }
}

.currency .contents .trade .btn-trade,
.currency .contents .trade .btn-instant-buy,
.currency .contents .trade .btn-instant-sell, .currency .contents .instant-buy .btn-trade,
.currency .contents .instant-buy .btn-instant-buy,
.currency .contents .instant-buy .btn-instant-sell, .currency .contents .instant-sell .btn-trade,
.currency .contents .instant-sell .btn-instant-buy,
.currency .contents .instant-sell .btn-instant-sell {
  margin: 8px 0 24px;
  width: 232px;
  color: #fff;
}

@media (max-width: 767px) {
  .currency .contents .trade .btn-trade,
  .currency .contents .trade .btn-instant-buy,
  .currency .contents .trade .btn-instant-sell, .currency .contents .instant-buy .btn-trade,
  .currency .contents .instant-buy .btn-instant-buy,
  .currency .contents .instant-buy .btn-instant-sell, .currency .contents .instant-sell .btn-trade,
  .currency .contents .instant-sell .btn-instant-buy,
  .currency .contents .instant-sell .btn-instant-sell {
    width: 34%;
    margin: 0;
    border-radius: 0 8px 8px 0;
  }
}

.currency .contents .trade .btn-trade, .currency .contents .instant-buy .btn-trade, .currency .contents .instant-sell .btn-trade {
  background-color: #0288d1;
}

.currency .contents .trade .btn-instant-buy, .currency .contents .instant-buy .btn-instant-buy, .currency .contents .instant-sell .btn-instant-buy {
  background-color: #43a047;
}

.currency .contents .trade .btn-instant-sell, .currency .contents .instant-buy .btn-instant-sell, .currency .contents .instant-sell .btn-instant-sell {
  background-color: #ef5350;
}

.currency .contents .trade.disabled .currency-label-name,
.currency .contents .trade.disabled .currency-label-pair,
.currency .contents .trade.disabled .instant-buy-price, .currency .contents .instant-buy.disabled .currency-label-name,
.currency .contents .instant-buy.disabled .currency-label-pair,
.currency .contents .instant-buy.disabled .instant-buy-price, .currency .contents .instant-sell.disabled .currency-label-name,
.currency .contents .instant-sell.disabled .currency-label-pair,
.currency .contents .instant-sell.disabled .instant-buy-price {
  color: #bdbdbd;
}

.currency .contents .trade.disabled .disabled, .currency .contents .instant-buy.disabled .disabled, .currency .contents .instant-sell.disabled .disabled {
  opacity: 0.75;
}

.currency .contents .trade.disabled .btn-instant-buy,
.currency .contents .trade.disabled .btn-instant-sell, .currency .contents .instant-buy.disabled .btn-instant-buy,
.currency .contents .instant-buy.disabled .btn-instant-sell, .currency .contents .instant-sell.disabled .btn-instant-buy,
.currency .contents .instant-sell.disabled .btn-instant-sell {
  background-color: #bdbdbd;
}

@media (max-width: 767px) {
  .currency .contents .instant-buy, .currency .contents .instant-sell {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e0e0e0;
  }
}

/************ infomation area ************/
.information {
  padding: 64px 0;
}

@media (max-width: 767px) {
  .information {
    padding: 16px 16px;
  }
}

.information-contents {
  width: 920px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 32px;
  border: solid 1px;
  border-color: #616161;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .information-contents {
    width: 90%;
    width: calc(100% - 32px);
  }
}

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

/************ service ************/
.service {
  margin: 64px auto;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .service {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service {
    padding: 64px 16px;
    margin: 0;
    width: 100%;
  }
}

.service .contents {
  width: 1170px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .service .contents {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service .contents {
    padding: 64px 16px;
    margin: 0;
    width: 100%;
  }
}

.service .contents-title {
  text-align: center;
  font-size: 24px;
  color: #212121;
}

@media (max-width: 767px) {
  .service .contents-title {
    width: 100%;
  }
}

.service .contents-subtitle {
  text-align: center;
  font-size: 16px;
  color: #616161;
  margin-top: 16px;
}

.service-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.service-list .menu {
  width: calc(100% / 3 - 48px);
  display: inline-block;
  padding: 24px;
  list-style: none;
  visibility: hidden;
  animation-duration: 1.5s;
  animation-name: fadeIn;
}

@media (max-width: 767px) {
  .service-list .menu {
    width: 100%;
    display: block;
    padding: 0 16px;
  }
}

.service-list .menu a {
  display: block;
  color: #212121;
}

.service-list .menu-img {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 180px;
}

.service-list .menu-name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #0288d1;
  margin-top: -12px;
}

@media (max-width: 767px) {
  .service-list .menu-name {
    margin-top: -20px;
  }
}

.service-list .menu-dsc {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.4;
  z-index: 2;
}

@media (max-width: 767px) {
  .service-list .menu-dsc {
    font-size: 16px;
    margin-top: 16px;
  }
}

/************ Feauture ************/
.feauture {
  background-color: #f5f5f5;
  padding: 64px;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .feauture {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .feauture {
    padding: 64px 16px;
  }
}

.feauture .contents {
  width: 1170px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .feauture .contents {
    width: 100%;
  }
}

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

.feauture .contents-title {
  text-align: center;
  font-size: 24px;
  color: #212121;
}

.feauture .contents-subtitle {
  text-align: center;
  font-size: 16px;
  color: #616161;
  margin-top: 16px;
}

.feauture .contents .regist {
  background-color: #fff;
  display: flex;
  justify-content: start;
  margin-top: 64px;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .feauture .contents .regist {
    position: relative;
    width: 100%;
    height: 228px;
  }
}

@media (max-width: 767px) {
  .feauture .contents .regist {
    width: 100%;
    height: auto;
    margin-top: 32px;
  }
}

.feauture .contents .regist-img {
  width: 100%;
  background-image: url(/images/index/renewal/regist-iconsp.png);
  background-repeat: no-repeat;
  background-position: -1% -15%;
  background-size: 270px;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .feauture .contents .regist-img {
    background-size: 28%;
  }
}

@media (max-width: 767px) {
  .feauture .contents .regist-img {
    background-position: left bottom;
    background-size: 20%;
  }
}

.feauture .contents .regist-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  background-color: #01579b;
  width: 30%;
  height: 40px;
  margin: 40px auto;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .feauture .contents .regist-title {
    margin: 40px auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .feauture .contents .regist-title {
    width: 256px;
    margin: 32px auto;
  }
}

.feauture .contents .regist .flow {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 40px auto;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .feauture .contents .regist .flow {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .feauture .contents .regist .flow {
    display: block;
    width: 100%;
    padding: 0 16px;
  }
}

.feauture .contents .regist .flow-mail, .feauture .contents .regist .flow-access, .feauture .contents .regist .flow-input {
  width: calc(1170px / 4);
  text-align: center;
}

@media (max-width: 767px) {
  .feauture .contents .regist .flow-mail, .feauture .contents .regist .flow-access, .feauture .contents .regist .flow-input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .feauture .contents .regist .flow-mail__img, .feauture .contents .regist .flow-access__img, .feauture .contents .regist .flow-input__img {
    width: 64px;
  }
}

@media (max-width: 767px) {
  .feauture .contents .regist .flow-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
    display: block;
  }
}

.feauture .contents .regist .flow-dsc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .feauture .contents .regist .flow-dsc {
    font-size: 24px;
  }
}

.feauture .contents .panels {
  width: 100%;
  margin: 16px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

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

.feauture .contents .panels-pr {
  display: inline-block;
  flex-wrap: wrap;
  justify-items: center;
  background-color: #fff;
  width: 376px;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .feauture .contents .panels-pr {
    width: calc(100%/3);
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .feauture .contents .panels-pr {
    width: 100%;
    flex-wrap: nowrap;
  }
}

.feauture .contents .panels-pr-img {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .feauture .contents .panels-pr-img {
    padding: 16px;
  }
}

.feauture .contents .panels-pr-title {
  margin: 8px 0 0 0;
  text-align: center;
  color: #212121;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 767px) {
  .feauture .contents .panels-pr-title {
    margin: 0;
  }
}

.feauture .contents .panels-pr-dsc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px;
  height: 84px;
}

@media (max-width: 767px) {
  .feauture .contents .panels-pr-dsc {
    font-size: 16px;
  }
}

/************ TRADERs TOOL ************/
.tt {
  margin: 64px auto;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .tt {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tt {
    width: 100%;
    padding: 0 16px;
  }
}

.tt .contents {
  width: 1170px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .tt .contents {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tt .contents {
    padding: 64px 16px;
    margin: 0;
    width: 100%;
  }
}

.tt .contents-title {
  text-align: center;
  font-size: 24px;
  color: #212121;
}

.tt .contents-subtitle {
  text-align: center;
  font-size: 16px;
  color: #616161;
  margin-top: 16px;
}

.tt .contents .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .tt .contents .list {
    width: 100%;
  }
}

.tt .contents .list .tools {
  width: calc(100% / 3 - 48px);
  display: inline-block;
  margin: 48px 24px;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .tt .contents .list .tools {
    margin: 8px 24px;
  }
}

@media (max-width: 767px) {
  .tt .contents .list .tools {
    display: block;
    width: 100%;
    text-align: center;
    margin: 32px 0;
    padding: 8px;
  }
}

.tt .contents .list .tools-icon {
  margin-right: 8px;
  color: #0288d1;
}

.tt .contents .list .tools-icon-airfx {
  margin-right: 8px;
  width: 32px;
}

.tt .contents .list .tools-name {
  display: inline;
  font-size: 16px;
}

.tt .contents .list .tools-dsc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .tt .contents .list .tools-dsc {
    font-size: 16px;
    text-align: left;
  }
}

/************ footer banner ************/
.banner-ewarrant {
  background-color: #fff;
  padding: 96px 0;
}

.banner-ewarrant-border {
  width: 880px;
  padding: 8px 0;
  margin: 0 auto;
  border-top: 1px solid #bdbdbd;
}

@media (max-width: 767px) {
  .banner-ewarrant-border {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1170px) {
  .banner-ewarrant-border {
    width: 480px;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .banner-ewarrant-border {
    width: 480px;
  }
}

.banner-ewarrant .swiper-container {
  width: 900px;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .banner-ewarrant .swiper-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1170px) {
  .banner-ewarrant .swiper-container {
    width: 480px;
    margin: 0 auto;
    padding-bottom: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .banner-ewarrant .swiper-container {
    width: 480px;
    margin: 0 auto;
    padding-bottom: 16px;
    padding-bottom: 16px;
  }
}

.banner-ewarrant .swiper-slide a span img {
  display: block;
  margin: 0 auto;
  width: 768px;
}

@media (max-width: 767px) {
  .banner-ewarrant .swiper-slide a span img {
    width: 300px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1170px) {
  .banner-ewarrant .swiper-slide a span img {
    width: 300px;
    height: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .banner-ewarrant .swiper-slide a span img {
    width: 300px;
    height: auto;
  }
}

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

.banner-ewarrant .swiper-button-prev,
.banner-ewarrant .swiper-button-next {
  top: 0;
  width: 36px;
  height: 95px;
  background-size: 36px 95px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .banner-ewarrant .swiper-button-prev,
  .banner-ewarrant .swiper-button-next {
    top: 50%;
    margin-top: -38px;
    width: 18px;
    height: 47.5px;
    background-size: 18px 47.5px;
  }
}

@media (min-width: 768px) and (max-width: 1170px) {
  .banner-ewarrant .swiper-button-prev,
  .banner-ewarrant .swiper-button-next {
    top: 50%;
    margin-top: -55.5px;
    width: 36px;
    height: 95px;
    background-size: 36px 95px;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .banner-ewarrant .swiper-button-prev,
  .banner-ewarrant .swiper-button-next {
    top: 50%;
    margin-top: -55.5px;
    width: 36px;
    height: 95px;
    background-size: 36px 95px;
  }
}

.banner-ewarrant .swiper-button-prev.banner-ewarrant-prev {
  background-image: url(/images/index/banner/banner_ewarrant_prev.png);
}

.banner-ewarrant .swiper-button-next.banner-ewarrant-next {
  background-image: url(/images/index/banner/banner_ewarrant_next.png);
}

.banner-ewarrant .banner-ewarrant-notes {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #fff;
  z-index: 3;
  font-size: 14px;
}

@media (max-width: 767px) {
  .banner-ewarrant .banner-ewarrant-notes {
    bottom: 0;
  }
}

.banner-ewarrant .banner-ewarrant-notes .icon-pr {
  background-color: #616161;
  color: #fff;
  padding: 2px 8px;
  margin-right: 8px;
}

@media (min-width: 1440px) {
  .banner-ewarrant-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner-ewarrant-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1170px) {
  .banner-ewarrant-pc {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .banner-ewarrant-pc {
    display: none;
  }
}
