* {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
  font-size: 1.4rem;
}

button, select, a {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

h1, h2, h3, h4, h5, th, small {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

li {
  list-style: none;
}

a:hover, .btn:hover {
  transition: 0.5s;
}

a:focus, *:focus {
  outline: none;
  color: #333;
}

a:active {
  color: #333;
}

a + a{
  margin: 0 0.5em;
}

h1 {
  position: absolute;
  top: -20rem;
  font-size: 1rem;
}

h2 i {
  margin: 0 0.5rem 0 0;
}

h3 {
  line-height: 33px;
}

.pagination li:first-child a {
    padding-left: 3rem;
}

.pagination li:last-child a {
    padding-right: 3rem;
}

.pagination .fa-chevron-left {
    margin: 0 0.6rem 0 0;
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
}

.pagination .fa-chevron-right {
    margin: 0 0 0 0.6rem;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
  margin: 0 0.2rem;
}

.marker-green {
  background: linear-gradient(transparent 60%, #72c02c 60%);
  font-weight: bold;
  margin: 0 0.2rem;
}

.marker-blue {
  background: linear-gradient(transparent 60%, #66ccff 60%);
  font-weight: bold;
  margin: 0 0.2rem;
}

.marker-pink {
  background: linear-gradient(transparent 60%, #ff66ff 60%);
  font-weight: bold;
  margin: 0 0.2rem;
}

.marker-red {
  background: linear-gradient(transparent 60%, #ff6666 60%);
  font-weight: bold;
  margin: 0 0.2rem;
}

.header .logo {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 300;
  font-size: 2.6rem;
  color: #777;
  line-height: 6.6rem;
  text-decoration: none;
  position: relative;
  z-index: 100;
  letter-spacing: 0.5rem;
}
.logo::first-letter {
  color: #72c02c;
}
.header-fixed-shrink .logo {
  font-size: 2rem;
  line-height: 4rem;
  padding: 4rem 0 0 0;
  top: 0.2rem;
}

.footer-logo {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 300;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.2rem;
}
.footer-logo::first-letter {
  color: #72c02c;
}

.navbar-toggle {
  position: absolute;
  right: 0;
}

.header .topbar ul.loginbar {
  margin: 0 1.6rem 0 0;
}

.header .topbar ul.languages {
  top: 20px;
}

.mCustomScrollbar {
  height: auto;
}

.fa-asterisk {
  color: #f087a0;
  line-height: 1.8rem;
  font-size: 1.2rem;
  padding: 0.1rem;
  position: absolute;
  right: 0;
}

.link-list a {
  text-transform: none !important;
}

.control-label {
  font-weight: normal;
  color: #777;
}

.control-label .fa-asterisk {
  font-weight: normal;
  position: absolute;
  right: -0.6rem;
}

.checkbox-inline {
  color: #333;
}

.nav i {
  margin: 0 0.5rem 0 0;
}

.terms {
  background: #fff;
  width: 100%;
  height: 300px;
  display: block;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 1rem;
}

.terms-profile {
  background: #fff;
  width: 90%;
  height: 200px;
  display: block;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 0 auto;
  text-align: left;
}

.terms-check {
  width: 170px;
  text-align: center;
  margin: 1rem auto;
}
.terms-check i {
  top: 1rem !important;
}

.profile-img {
  width: 16rem;
  height: 16rem;
  border-radius: 20rem;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.da-slider {
  background: url("/assets/img/hero.jpg") repeat-x;
  background-position: center center;
}

.da-traders-pro {
  background: url("/assets/img/hero_traders_pro.jpg") repeat-x;
}

.slider {
  padding: 0;
}
.slider img {
  max-width: 100%;
  height: auto;
}
.slider-dot {
  color: #333;
}
.slick-next {
  right: 20px;
  z-index: 99;
}
.slick-prev {
  left: 15px;
  z-index: 100;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
}

.purchase span, .purchase p {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  top: 0;
}

.breadcrumb li,
.breadcrumb a {
  font-size: 1.1rem;
}

.breadcrumb i {
  margin: 0 0.5rem 0 0;
}

.breadcrumbs.breadcrumbs-light {
  padding: 20px 0;
}

.disclaimer p {
  font-size: 1rem;
  color: #777 !important;
}

.page-title {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #666;
  font-size: 2rem;
}

.sidebar .login-form {
  background: #f7f7f7;
  padding: 20px;
}

.sidebar .login-form > form > div:last-child {
  margin: 0;
}

.sidebar .signin {
  background: #fff;
}

.profile .profile-edit dt {
  font-weight: normal;
  color: #666;
}

.profile .profile-edit dd {
  position: relative;
}

.profile .profile-edit dd input {
  width: 50%;
}

.profile .profile-edit dd select {
  width: 30%;
}

.profile .profile-edit dd .select select {
  width: 100%;
}

.profile .profile-edit dd .select_wrapper {
  width: 33%;
}

.profile .profile-edit dd .select_middle {
  width: 66%;
}

.profile .profile-edit .name input {
  width: 40%;
}

.profile .profile-edit .zip-code input {
  width: 27%;
}

.profile .profile-edit h2 {
  margin: 0 0 3rem 0;
}

.profile .profile-edit .birthday label {
  display: inline-block;
  width: 30%;
}
.profile .profile-edit .birthday-edit label {
  width: 33%;
}
.profile .profile-edit .birthday input {
  width: 100%;
}
.profile .profile-edit .birthday .icon-append {
  left: auto;
  right: 0.2rem;
}
.profile .profile-edit .birthday .ui-datepicker-trigger {
  left: 140px;
  right: 0;
}

.ui-datepicker-year {
  height: 33px;
  padding: 0.2rem;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #404040;
  margin: 0 0.4rem 0 0;
}
.ui-datepicker-year:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;
}
.ui-datepicker-calendar th {
  text-align: center;
}

.profile .profile-edit .age input {
  width: 10%;
}

.profile .profile-edit textarea {
  width: 100%;
  height: 20rem;
  display: block;
}

.profile .backtest-image img,
.profile .backtest-log img {
  width: 100%;
  max-width: none;
  max-height: none;
}

.profile .backtest-result {
  width: 100%;
  height: 30rem;
  display: block;
  overflow: scroll;
  text-align: center;
}

.profile .backtest-log .file-upload-thumbnail {
  height: 30rem;
}
.profile .backtest-log .file-upload-thumbnail img {
  height: auto;
}

.profile .expert-advisor-name {
  margin: 0 0 0 0.6rem;
}

.profile small {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.profile .ladda-button {
  border: 0;
  border-radius: 0;
}

.profile .authority-status {
  text-align: center;
  background: #eee;
  margin: 2rem 0;
  padding: 5rem 0;
}

.profile .code-sample {
  margin: 3rem 0 1rem 0;
}

.profile .media.media-v2 img.media-object {
  width: 80px;
  height: 80px;
}

.profile .progress {
  margin: 0 0 5rem 0;
}

.profile .notice {
  margin: 1rem 0 0 0;
  font-size: 1.1rem;
  color: #777;
}

.profile .results-list {
  width: 80%;
}

.register .profile-edit {
  padding: 0;
}

.register .profile-edit dd .select_wrapper {
    width: 50%;
}

.register .checkbox {
  line-height: 1.5rem;
}

.register textarea {
  width: 100%;
  height: 20rem;
}

.register .ui-datepicker-trigger  {
  right: auto;
  left: 25.2rem;
}

.register .profile-edit dd input {
  width: 30%;
}

.sky-form .toggle {
  padding-left: 0;
  font-size: 1.4rem;
}

.sky-form dt {
  position: relative;
  top: 1rem;
}

.footer .link-list a {
  font-size: 1.3rem;
}

body.header-fixed-space-default {
    padding-top: 68px;
}

.broker-top img {
  height: 40px;
  padding: 0 1rem;
}
.broker-top .owl-item {
  background: #fff;
  text-align: center;
  margin: 2rem 0;
}

.broker-site {
  margin: 0 0 5rem 0;
}
.broker-site h2 {
  margin: 2rem 0;
  border-bottom: 2px solid #ccc;
}
.broker-site h2:after {
  content: none;
}
.broker-site img {
  width: 100%;
  margin: 0 0 2rem 0 !important;
  border: 1px solid #eee;
}
.broker-site a {
  margin: 0 0 3rem 0;
}

.ea-list {
  margin: 0 0 5rem 0;
}
.ea-list h2 {
  margin: 2rem 0;
  border-bottom: 2px solid #ccc;
}
.ea-list h2:after {
  content: none;
}
.ea-list img {
  width: 100%;
  margin: 0 0 3rem 0 !important;
  border: 1px solid #eee;
}
.ea-list a {
  margin: 0 0 3rem 0;
}
.ea-list .service-block-default {
  background: #eee;
  margin: 0 0 3rem 0;
  border: 0;
}
.ea-list .service-block-default i {
  color: #888;
}
.ea-list .service-block-default div,
.ea-list .service-block-default span,
.ea-list .service-block-default small,
.ea-list .service-block-default h4 {
  color: #333;
}

.feature-title {
  margin: 3rem 0 4rem 0;
}

.feature-title img {
  width: 100%;
}

.feature {
  margin: 0 0 3rem 0;
}

.feature .col-md-7 {
  padding-left: 0;
}

.feature .col-md-5 {
  padding-right: 0;
}

.ea-view {
  margin: 0 0 5rem 0;
}
.ea-view h2 {
  margin: 2rem 0;
  border-bottom: 2px solid #ccc;
}
.ea-view h2:after {
  content: none;
}
.ea-view img {
  width: 100% !important;
  height: auto !important;
  margin: 2rem 0 !important;
}
.ea-view a {
  margin: 0 0 3rem 0;
}
.ea-view .service-block-default {
  background: #fff;
  margin: 0 0 3rem 0;
  border: 0;
  padding: 0;
}
.ea-view .service-block-default:hover {
  box-shadow: none;
}
.ea-view .service-block-default i {
  color: #888;
}
.ea-view .service-block-default div,
.ea-view .service-block-default span,
.ea-view .service-block-default small,
.ea-view .service-block-default h4 {
  color: #333;
}
.ea-view .service-block-default .row {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.ea-view .service-block-default .download a {
  padding: 1rem 2rem;
}
.ea-view .service-block-default .download i {
  color: #fff;
  font-size: 3rem;
  margin: 0.4rem 2rem 0 0;
}
.ea-view .service-block-default .download small {
  color: #fff;
  font-size: 1rem;
  display: block;
}
.ea-view .backtest-result {
  overflow: scroll;
  transform: translateZ(0);
  padding: 2rem 0;
}

.ea-view .backtest-result > div {
  margin: 0 0 0.5rem 0;
}

.ea-view .backtest-result::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.ea-view .backtest-result::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.ea-view .backtest-result b {
  line-height: 2rem;
  font-weight: normal;
}
.ea-view .backtest-result table {
  width: 100% !important;
  margin: 2rem 0;
}
.ea-view .backtest-result tr {
  border-top: 1px solid #eee;
}
.ea-view .backtest-result td {
  font-size: 1.2rem;
  padding: 0.2rem 0.4rem;
}

.ea-view .trade-transaction {
  display: inline-block;
}

.ea-view .trade-transaction td {
  font-size: 1rem;
  padding: 0.2rem 0.4rem;
  white-space: nowrap;
}

.ea-view .backtest-log {
  width: 100%;
}
.ea-view .backtest-log table {
  width: 100% !important;
  margin: 2rem 0;
}
.ea-view .backtest-log tr {
  border-top: 1px solid #eee;
}
.ea-view .backtest-log th,
.ea-view .backtest-log td {
  padding: 0.2rem 1rem;
  font-size: 1rem;
}
.ea-view .backtest-log th:first-child,
.ea-view .backtest-log td:first-child {
  display: none;
}

.header .topbar ul.loginbar > li {
  padding-bottom: 0;
}

.tag-box .dl-horizontal dt,
.tag-box .dl-horizontal dd {
  padding: 2rem 0 0 0;
}


.broker-about {
  margin: 0 0 5rem 0;
}
.broker-about img {
  border: 1px solid #eee;
  width: 100%;
}
.broker-about .manual-download {
  margin: 2rem 0 0 0;
}
.broker-about .manual-download a {
  color: #fff;
  border: 1px solid #fff;
}
.broker-about .manual-download a:hover {
  color: #333;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.broker-about .open-account {
  margin: 6rem 0 0 0;
}
.broker-about .open-account a {
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 2rem 6rem;
}
.broker-about .open-account a:hover {
  color: #333;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.site-about {
  overflow: hidden;
}
.site-about img {
  width: 100%;
}

.site-about-content {
  margin: 3rem 0;
}
.site-about-content p {
  font-size: 1.6rem;
  line-height: 3rem;
}

.site-flow li {
  margin: 5rem 0 7rem 0;
}
.site-flow .image {
  width: 100%;
  text-align: center;
}
.site-flow .image img {
  width: 60%;
  margin: 0 auto 5rem auto;
}
.site-flow h3.step {
  border-bottom: 1px solid #ccc;
  margin: 0 0 3rem 0;
  padding: 0 0 0.4rem 0;
  text-align: left;
}
.site-flow .drop {
  color: #72c02c;
  font-size: 2.2rem;
}
.site-flow p {
  text-align: left;
}
.site-flow .text-highlights-red {
  color: #e74c3c;
  background: #fff;
}
.site-flow .panel-u .row > div {
  text-align: center;
  margin: 2rem auto;
}
.site-flow .panel-u img {
  width: 90%;
}

.da-slide h2 i {
  text-transform: none;
}

.tab-v2 .nav-tabs li.active a {
  color: #333;
}
.tab-v2 .tab-content {
  border: none;
  border-top: 1px solid #eee;
  padding: 3rem 0 0 0;
}

.pagination .fa-chevron-left {
  margin: 0 0.6rem 0 0;
  font-size: 2rem;
}
.pagination .fa-chevron-right {
  margin: 0 0 0 0.6rem;
  font-size: 2rem;
  float: right;
}

.expert-advisor .tag-box {
  padding: 0;
}
.expert-advisor .tag-box-v3 {
  border: 0;
}
.expert-advisor .text-highlights {
  padding: 2px 5px;
}
.expert-advisor .heading .text-highlights,
.expert-advisor .order-send .text-highlights,
.note .text-highlights {
  background: #fff;
  color: #333;
  padding: 0 2px;
  border-bottom: 1px solid #e74c3c;
}
.expert-advisor .dropcap-bg {
  font-size: 2rem;
}
.expert-advisor .ea-folder {
  margin: 5rem 0 0 0;
  clear: both;
}
.expert-advisor .ea-folder img {
  border: 1px solid #eee;
  width: 80%;
}

.reg-page .fa-envelope,
.form-signin .fa-envelope {
  font-size: 1.1rem;
}

.reg-page .fa-lock,
.form-signin .fa-lock {
  font-size: 1.6rem;
}

.top-product {
  width: 100%;
  height: 10rem;
}

.caption small {
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
  position: relative;
  top: -0.2rem;
}

.carousel-inner .item > a > img {
  width: 100%;
  height: 20rem;
  border: 1px solid #ddd;
}

.clipboard-content {
  border: 1px solid #ddd;
  padding: 0.4rem;
}

#code-1 {
  height: 18rem;
}
#code-2 {
  height: 8rem;
}
#code-3 {
  height: 12rem;
}
#code-4 {
  height: 10rem;
}
#code-5 {
  height: 10rem;
}
#code-6 {
  height: 8rem;
}
#code-7 {
  height: 4rem;
}

.affiliate-list {
  margin: 0 0 3rem 0;
}
.affiliate-list img {
  width: 100%;
}
.affiliate-list .photo img {
  width: auto;
  max-width: 50%;
}
.profile .profile-edit .affiliate-list textarea {
  height: 12rem;
}

.clipboard {
  margin: 0.4rem 0 0 0;
}

#btn_postcode2address {
  margin: 0;
}

.file-upload {
  margin: 1rem auto;
  text-align: left;
}
.file-upload-delete {
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  left: 106px;
  top: 10px;
  display: none;
}
.file-upload-delete a {
  color: #fff;
}
.file-upload-delete a:hover {
  background: #5a5 !important;
  text-decoration: none;
}
.file-upload-button {
  position: relative;
  overflow: hidden;
  display: block;
}
.file-upload-thumbnail {
  width: 100%;
  height: 20rem;
  display: block;
  overflow: hidden;
}
.file-upload-thumbnail img {
  width: 20rem;
  height: 20rem;
}
.ajax-file-upload {
  font-weight: normal !important;
  font-size: 1.3rem !important;
  line-height: 2.2rem !important;
  background-color: #3276b1 !important;
  position: relative;
  top: 0.1rem;
  padding: 0.6rem 1.6rem;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  transition: 0.5s;
}
.ajax-file-upload:hover {
  background-color: #125691 !important;
}

.ajax-file-upload-green {
  font-weight: normal !important;
  font-size: 1.4rem !important;
  line-height: 2.2rem !important;
  background-color: #6b6 !important;
  position: relative;
  top: 0.1rem;
  padding: 0.6rem 1.6rem;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  transition: 0.5s;
}
.ajax-file-upload-green:hover {
  background-color: #494 !important;
}

.strategy-tester-page-number {
  display: none;
}

.da-slider {
  height: 360px;
}
.da-account {
  margin: 0 auto;
  text-align: center;
  position: relative;
  bottom: -26.4rem;
}
.da-account a {
  background: #29a643;
  letter-spacing: 1rem;
  font-size: 2rem;
}

.vps > div {
  margin: 2rem auto;
  text-align: center;
}
.vps p {
  text-align: left;
  margin: 2rem 0 2rem 20%;
  font-size: 1.6rem;
}
.vps .title {
  max-width: 50%;
  margin: 7rem 0 0 20%;
  text-align: center;
}
.vps .company {
  width: 94%;
  float: right;
  text-align: right;
}
.vps .content {
  max-width: 60%;
  margin: 0 0 0 20%;
  padding: 0;
  text-align: center;
}
.vps .server img {
  width: 100%;
}
.vps .description {
  margin: 1rem 0;
}
.vps .flow p {
  margin: 0;
}
.vps .flow img {
  width: 100%;
}
.vps h3 {
  color: #333;
  padding: 1rem 0;
}
.vps ul {
  margin: 2rem 0;
  padding: 0;
}
.vps .plan-features li {
  font-size: 1.6rem;
  margin: 1rem 0;
}
.vps .notice {
  color: #e74c3c;
  display: block;
  font-weight: 700;
  letter-spacing: 0.8rem;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
  margin: 0 0 0.4rem 0;
}
.vps .original {
  text-decoration: line-through;
}
.vps .special {
  font-size: 2.6rem;
}
.vps .plan-features li > i {
  margin: 0 0.6rem;
}
.vps .plan-features li:nth-child(1) {
  font-size: 2rem;
}
.vps .plan-features a {
  margin: 0 0 3rem 0;
}
.vps .submit {
  padding: 2rem 8rem;
  font-size: 2rem;
}
.vps .submit::before {
  font-family: FontAwesome;
  content: '\f054';
  position: absolute;
  top: 5rem;
  left: 3rem;
  font-size: 2rem;
}
.vps .submit small {
  font-size: 1.2rem;
}

.profile .reward .media.media-v2 strong {
  font-size: 1.4rem;
}

.profile .reward .media.media-v2 p {
  font-size: 1.4rem;
}

.profile .reward .media.media-v2 small {
  font-size: 1.8rem;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.profile .reward .media.media-v2 small span {
  font-size: 1.2rem;
}
.profile .reward .status {
  padding: 0;
}
.profile .reward .withdrawal p {
  font-size: 1.2rem;
  line-height: 3rem;
  color: #888;
}
.profile .reward .withdrawal small {
  line-height: 4rem;
}

.form-search .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sky-form {
  border: none;
}

.heading-v4.trade-contest h2::before, .heading-v4.trade-contest h2::after {
  top: 6.6rem;
}

.product-edit .badge {
  font-size: 0.8rem;
  margin: 0 0 0 0.8rem;
}

.profile .profile-edit hr.devider {
  width: 100%;
  clear: both;
  margin: 5rem 0;
}

.profile .profile-edit .forward-status {
  line-height: 1.6rem;
}

.profile .forward dl {
  margin: 0;
}

.profile .forward dt {
  width: 15rem;
  line-height: 2rem
}

.profile .forward dd {
  line-height: 4rem;
  margin: 0 0 0 15rem;
  white-space: nowrap;
}

.profile .forward .radio {
  margin-right: 5rem;
  line-height: 1.6rem;
  position: relative;
  left: 2rem;
}

.profile .forward .label {
  color: #fff;
  display: inline-block;
}

.profile .forward small {
  display: block;
  clear: both;
  margin: 0.4rem 0 0 0;
}

.tag-box p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.contest .logo img {
  width: 20rem;
  margin: 7rem auto 0 auto;
}

.service-block-v4.contest .service-desc i {
  color: #000;
}

.contest .about p {
  width: 90%;
  margin: 0 auto;
}

.contest .headline-center h2::after {
  width: 100px;
  bottom: -5px;
  margin-left: -50px;
}

.contest .content {
  width: 70%;
  margin: 0 auto;
}

.contest .content p {
  text-align: left;
}

.contest .tag-box {
  margin: 10rem 0 0 0;
}

.contest .tag-box-detail {
  margin: 5rem 0 0 0;
}

.contest .dropcap {
  font-size: 2rem;
  font-family: Open Sans, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 200;
  display: block;
  overflow: hidden;
  margin: 0 2rem 2rem 0;
}

.contest hr {
  clear: both;
  overflow: hidden;
  display: block;
}

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

.contest .submit a {
  color: #fff;
  padding: 1rem 4rem;
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: center;
}

.contest .submit a:hover,
.contest .submit a:focus,
.contest .submit a:active {
  color: #fff;
}

.contest .submit a::before {
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  top: 2rem;
  left: 1.6rem;
  font-size: 2rem;
}

.contest .submit a small {
  color: #fff;
  font-size: 1rem;
  width: 100%;
  line-height: 2rem;
  white-space: normal;
  margin: 0.2rem 0 0 0;
  display: block;
}

.contest .submit a small:before {
  content: none;
}

.contest blockquote img {
  margin: 2rem 0;
  width: 80%;
}

.contest .headline-center h4 {
  margin: 5rem 0 0 0;
}

.contest .notice {
  font-size: 1.6rem;
  margin: 0 0 0.6rem 0;
}

.contest p {
  margin: 0.4rem 0;
}

.profile i.expand-list {
  min-width: 24px;
}

.profile .profile-edit dd .ea-other {
  width: 80%;
}

.contest-status-id i {
  margin: 0.6rem 0 0 0;
}

.form-control-static {
  padding-top: 9px;
}

.slider .contest-hero {
  position: relative;
}

.slider .contest-hero p {
  background: #49b215;
  position: absolute;
  top: 1rem;
  left: 24%;
  z-index: 100;
  font-size: 1.8rem;
  color: #fff;
  padding: 1rem;
  line-height: 2.2rem;
}

.slider .contest-hero p span {
  font-family: Open Sans, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 3rem;
}

.ea-trophy {
  font-size: 3rem;
  color: #72c02c;
}

.trophy-gold {
  color: #ffd700;
}

.trophy-silver {
  color: #bbb;
}

.trophy-copper {
  color: #c47222;
}

.feature-profit-factor {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 5rem;
  line-height: 4rem;
}

.feature-view .service-block-default {
  width: 80rem;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.feature-view .service-in {
  text-align: left;
  margin: 2rem 0 0 0;
}

.feature-view .service-in.text-right {
  text-align: right;
}

.feature-view .service-in small {
  line-height: 3rem;
}

.feature-view .service-in h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3rem;
}

.feature-view .ea-detail {
  margin: 0;
}

.feature-view .submit::before {
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  top: 3rem;
  left: 3rem;
  font-size: 2rem;
}

.feature-view .submit small {
  overflow: hidden;
  display: block;
}

.feature-view .ea-use {
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 2rem 0;
  padding: 0 0 0 4rem;
  position: relative;
}

.feature-view .ea-use i {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
}

.feed-archive li .title {
  margin: 0 0 1rem 0;
  padding: 0.2rem 0 1rem 0;
  border-bottom: 1px dotted #ccc;
}

.feed-archive li .title i {
  float: right;
  margin-top: 0.2rem;
}

.feed-archive .read-more {
  text-align: right;
}

.feed-archive .read-more a {
  color: #72c02c;
}

.feed-archive .read-more a:hover {
  text-decoration: none;
}

.service-block.service-or {
  display: block;
  height: 48rem;
}

.affiliate-status-title {
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0.6rem 0 0;
  color: #777;
}

.affiliate-status-title.second {
  margin: 0 0.6rem 0 5rem;
}

.affiliate-status {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 3rem;
  margin: 0 0.6rem 0 1rem;
  letter-spacing: 0.4rem;
}

.table-csv th, .table-csv td {
  white-space: nowrap;
}

.profile .media.media-v2 .media-body {
	width: 100%;
  display: block;
}

.sky-form .toggle i {
  margin: 0.4rem 0 0 0;
}

.ea-price {
  font-size: 2rem;
  position: absolute;
  top: -3.2rem;
  right: 1.8rem;
}

.ea-price span {
  font-size: 1.4rem;
  margin: 0 0 0 0.2rem;
}

.feature h1, .feature h2, .feature h3, .feature h4, .feature p, .feature a, .feature span, .feature td {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.feature .logo-flashes {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
  font-size: 6rem !important;
  letter-spacing: 5rem !important;
  margin: 3rem 0 10rem 4rem !important;
}

.feature .logo-flashes::first-letter {
  font-size: 7rem;
}

.feature .bg-main {
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(0, 35, 0, 0.6) 39%,
  rgba(0, 0, 0, 0.8) 100%),
  url(/assets/img/feature/flashes/bg-trade.jpg);
  background-size: cover;
}

.feature .caption * {
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
}

.feature .caption > h2 {
  font-size: 6rem;
  margin: 7rem auto 1rem auto;
}

.feature .caption > h3 {
  font-size: 4rem;
  margin: 6rem auto 1rem auto;
}

.feature .caption > h4 {
  font-size: 6rem;
  margin: 1rem auto 5rem auto;
}

.feature .caption > h4 small {
  font-size: 4rem;
}

.feature .caption > p {
  font-size: 4rem;
}

.feature .caption > p > img {
  width: 20rem;
  margin: 2rem auto 0 auto;
  text-align: center;
}

.feature .detail h2 {
  font-size: 4rem;
  margin: 10rem auto 5rem auto;
  text-align: center;
}

.feature .detail p {
  width: 80rem;
  display: block;
  margin: 5rem auto;
  text-align: left;
  font-size: 2rem;
}

.feature .detail .profile {
  background: #eee;
  padding: 3rem 0;
  margin: 0 auto;
  position: relative;
}

.feature .detail .profile > h4 {
  width: 82rem;
  display: block;
  margin: 5rem auto;
  text-align: left;
  font-size: 3rem;
  letter-spacing: 0.4rem;
}

.feature .detail .profile > .photo {
  width: 30rem;
  display: block;
  position: absolute;
  top: 10rem;
  right: 10rem;
}

.feature .detail .profile > .photo > img {
  width: 30rem;
}

.feature .detail .profile > p {
  width: 80rem;
  display: block;
  margin: 2rem auto;
  text-align: left;
  font-size: 1.6rem;
}

.feature .detail .profile .important {
  font-weight: 700;
}

.feature .detail .profile .twitter {
  margin: 5rem auto;
  font-size: 1.6rem;
}

.feature .trophy {
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(0, 35, 0, 0.6) 39%,
  rgba(0, 0, 0, 0.8) 100%),
  url(/assets/img/feature/flashes/bg-trophy.jpg);
  background-size: cover;
  background-position: center center;
}

.feature .trophy * {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 700;
}

.feature .trophy h2 {
  font-size: 6rem;
  margin: 10rem auto 1rem auto;
}

.feature .trophy p {
  font-size: 4rem;
  margin: 1rem 0 10rem 0;
}

.feature .spec p {
  width: 70rem;
  display: block;
  margin: 5rem auto;
  font-size: 2rem;
}

.feature .spec h2 {
  font-size: 4rem;
  margin: 10rem auto 1rem auto;
  text-align: center;
}

.feature .spec small {
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.feature .spec img {
  width: 100%;
}

.feature .forward {
  padding: 3rem 0;
  margin: 0 auto;
  position: relative;
}

.feature .forward h2 {
  font-size: 4rem;
  margin: 10rem auto 1rem auto;
  text-align: center;
}

.feature .forward h3 {
  width: 70rem;
  display: block;
  margin: 10rem auto 0 auto;
  font-size: 3rem;
  text-align: center
}

.feature .forward p {
  width: 70rem;
  display: block;
  margin: 2rem auto 5rem auto;
  font-size: 2rem;
}

.feature .forward img {
  width: 100%;
}

.feature .forward table {
  margin: 3rem auto;
  width: 70rem;
  table-layout: fixed;

}

.feature .forward table tr {
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #eee;
}

.feature .forward table td {
  padding: 0.2rem;
}

.feature .system-spec {
  background: #fff;
  width: 70rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0;
}

.feature .system-spec h2 {
  margin: 2rem auto 4rem auto;
}

.feature .system-spec p {
  margin: 1.6rem auto;
}

.feature .product-detail-title h2 {
  font-size: 4rem;
  margin: 10rem auto 5rem auto;
  text-align: center;
}

.feature .product-detail > div {
  padding: 0 0.4rem;
}

.feature .product-detail > div > div {
  border: 1px solid #eee;
  padding: 1rem 0;
}

.feature .product-detail h3 {
  display: block;
  margin: 5rem 2rem 0 2rem;
  font-size: 2.4rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.feature .product-detail p {
  margin: 2rem auto;
  text-align: center;
  font-size: 1.6rem;
}

.feature .product-detail .price {
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 2rem 0;
}

.feature .product-detail .price span:first-child {
  font-size: 2.6rem;
}

.feature .product-detail .price small {
  font-size: 1.8rem;
  margin: 0 0 0 0.6rem;
}

.feature .product-detail .price i {
  margin: 0 1.4rem;
  font-size: 2rem;
}

.feature .product-detail .notice {
  color: #e74c3c;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.6rem;
  margin: 0 0 0.4rem 0;
}

.tab-v1 .nav-tabs {
  padding: 0 0 0.1rem 0;
}

.tab-v1 .nav-tabs > li > a {
  background: #eee;
}

.btn-twitter {
  position: absolute;
  right: 1.4rem;
  top: -0.4rem;
}

.service-block-v3 .service-in h4 {
  line-height: 1.4;
}





/* SP, Tablet */
@media (max-width: 991px) {

  .header .logo {
    font-size: 2.2rem;
    top: 0.8rem;
  }

  .slider img {
    max-width: auto;
  }

	body.header-fixed-space-default {
		padding-top: 0;
	}

  .header .topbar {
    position: absolute;
    right: 1rem;
    top: -0.7rem;
  }

  .header .navbar-toggle {
    position: relative;
    top: 1.6rem;
    display: block;
  }

  .register .profile-edit dd .select_wrapper {
    width: 100%;
  }

  .register .profile-edit dd input {
    width: 100%;
  }

  .expert-advisor .ea-folder img {
    width: 100%;
  }

  .profile .profile-edit dt {
    height: 5rem;
  }

  .profile .profile-edit dd input {
    width: 100%;
  }

  .profile .profile-edit dd .select select {
    width: 100%;
  }

  .profile .profile-edit dd .select_wrapper {
    width: 100%;
  }

  .profile .profile-edit dd .select_middle {
    width: 100%;
  }

  .profile .profile-edit dd select {
    width: 100%;
  }

  .profile .profile-edit .birthday label {
    display: block;
    width: 100%;
  }
  .profile .profile-edit .birthday input {
    width: 100%;
  }
  .profile .profile-edit .birthday .icon-append {
    left: auto;
    right: 0.1rem;
  }

  .site-flow .image img {
    width: 80%;
  }
  .site-flow .panel-u img {
    width: 90%;
  }

  .vps .title {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .vps .content {
    max-width: 100%;
    margin: 0 auto;
  }
  .vps .company {
    width: 80%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .vps p {
    text-align: left;
    margin: 2rem auto;
    font-size: 1.1rem;
  }
  .vps .flow p {
    margin: 0;
  }
  .vps .flow img {
    width: 100%;
  }
  .vps .flow img {
    width: 100%;
  }
  .vps .plan-features li {
    font-size: 1.4rem;
  }
  .vps .plan-features li:nth-child(1) {
    font-size: 1.8rem;
  }
  .vps .submit {
    display: block;
    padding: 2rem 0 1rem 0;
    font-size: 1.6rem;
  }
  .vps .submit::before {
    top: 3.6rem;
    left: 2rem;
  }
  .vps .submit small {
    font-size: 1.1rem;
  }

  .contest .dropcap {
    margin: 0 2rem 0 0;
  }
  .contest .tag-box {
    padding: 0;
  }
  .contest .tag-box h2::before {
    content: none;
  }
  .contest .tag-box h2::after {
    content: none;
  }
  .contest .content {
    width: 100%;
    margin: 0 auto;
  }
  .contest .submit a {
    width: 100%;
  }
  .contest .headline-center h4 {
    margin: 5rem 0 2rem 0;
  }
  .contest blockquote img {
    width: 100%;
  }

  .broker-top img {
    height: auto;
    width: 100%;
  }

  .feature-view .service-block-default {
    width: 100%;
  }

  .feature-view .service-in.text-right {
    text-align: left;
  }

  .feature-view .ea-use i {
    height: 5rem;
  }

  .service-block.service-or {
    display: block;
    height: auto;
  }

  .feature .caption > h2 {
    font-size: 3rem;
    margin: 7rem auto 1rem auto;
  }

  .feature .caption > p {
    font-size: 2.6rem;
  }

  .feature .caption > h3 {
    font-size: 2.6rem;
  }

  .feature .logo-flashes {
    font-size: 3rem !important;
    letter-spacing: 3rem !important;
    margin: 3rem 0 10rem 2rem !important;
  }

  .feature .logo-flashes::first-letter {
    font-size: 4rem;
  }

  .feature .detail .profile {
    padding: 1rem 2rem;
  }

  .feature .trophy h2 {
    font-size: 4.6rem;
  }

  .feature .detail p {
    width: 100%;
    padding: 0 1rem;
  }

  .feature .detail .profile > h4 {
    width: 100%;
  }

  .feature .detail .profile > p {
    width: 100%;
  }

  .feature .detail .profile > .photo {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 6rem auto;
  }

  .feature .spec p {
    width: 100%;
  }

  .feature .forward h3 {
    width: 100%;
  }

  .feature .forward p {
    width: 100%;
  }

  .feature .system-spec {
    width: 100%;
  }

  .feature .product-detail > div > div {
    margin: 0 1rem 10rem 1rem;
  }

  .btn-twitter {
    top: -5.2rem;
  }


}
