@charset "UTF-8";
/* CSS Document */

/* all-add */
h2{
color: #333;
}
h3{
color: #333;
font-size: 18px;
}
h4{
color: #333;
font-size: 14px;
font-weight: normal;
line-height: 160%;
}
.form-group {
  margin-bottom: 0px;
}
.bg-white{
background-color: #fff;
}
.space{
padding: 10px 0px 0px 0px;
}
.space2{
padding: 30px 0px 20px 0px;
}
@media only screen and (max-width: 768px) {
.space{
padding: 0px 15px 10px 15px;
}
.space2{
padding: 15px 15px 0px 15px;
}
#third h2, #fourth h2{
font-size: 18px;
}
}
/*image*/
.pc-img { display: block;}
.sp-img { display: none;}
@media only screen and (max-width: 768px) {
.pc-img { display: none;}
.sp-img { display: block;}
}
/*contents*/
.pc-contents { display: block;}
.sp-contents { display: none;}
@media only screen and (max-width: 768px) {
.pc-contents { display: none;}
.sp-contents { display: block;}
}

/* header-add */
.top-bar {
    background: #000;
    border-bottom: 1px solid #222;
}
.header-logo{
width: 80%;
padding-bottom: 3px;
}
@media only screen and (max-width: 768px) {
.header-logo{
width: 150px;
padding-top: 15px;
position: relative;
    left: 50%;
    margin: 0 0 0 -75px;
}
}
.form-group{
margin-top: 4px;
}
.form-control{
margin-top: 5px;

}
.btn-header{
color: #C0C0C0;
border-color: #c0c0c0;
border-radius: 0px;
margin: 2px;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn-header:hover{
color: #D4AF37;
border-color: #D4AF37;
}
.btn-header2{
color: #fff;
margin: 5px;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn-header2:hover{
color: #D4AF37;
}
.dropdown-menu{
background-color: #111;
border-radius: 0px;
margin-top: 2px;
}
.dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both;
font-weight:normal;
line-height:1.428571429;
color:#c0c0c0;
white-space:nowrap
}


/* sp-header-add */
div#header  {
    width: 100%;
	height: 70px;
	background-color:  rgba(0,0,0,1);
    position: fixed;
    background-position: center center;
	background-position: 50% 0%;
	z-index: 9999;
	color: #ffffff;
}
* html div#header    {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
}
.sp-header-bg{
    height: 70px;
}
  ul.drop1{
      display           : inline-block;
      position          : relative;
      list-style-type   : none;
      width             : 100px;
      padding           : 0px;
      margin-left       : 10px;
	  float             : right;
      font-size         : 18px;
	  margin            : 18px 0px 0px 0px;
  }
  ul.drop1 li{
      position          : absolute;
      cursor            : pointer;
      top               : 0px;
      left              : 0px;
      box-sizing        : content-box;
      width             : 100px;
      height            : 35px;
      line-height       : 35px;
      text-align        : center;
      background-color  : #111;
      transition        : top 0.7s, background-color 0s;
  }
  ul.drop1 li:hover{
      background-color  : #333;
  }
  ul.drop1 li.category{
      position          : relative;
      z-index           : 10;
      background-color  : #000;
	  border: none;
  }
  ul.drop1 li.category1{
      z-index           : 4;
	  font-size: 14px;
  }
  ul.drop1 li.category2{
      z-index           : 3;
	  font-size: 14px;
  }
  ul.drop1 li.category3{
      z-index           : 2;
	  font-size: 14px;
  }
  ul.drop1 li.category4{
      z-index           : 1;
	  font-size: 14px;
  }
  ul.drop1:hover li.category1{
      top               : 35px;
  }
  ul.drop1:hover li.category2{
      top               : 70px;
  }
  ul.drop1:hover li.category3{
      top               : 105px;
  }
  ul.drop1:hover li.category4{
      top               : 140px;
  }
.drop1 a{
color: #fff;
}

.sp-header{
background-image: url(/resources_source/images/slide_img_sp01.png);
height: auto;
background-position: center center;
background-position: 50% 0%;
text-align: center;
padding: 15px;
}

.sp-header-box{
background-color: rgba(0,0,0,0.6);
text-align: center;
color: #fff;
padding: 25px 20px;
}
.text-link{
color: #fff;
font-size: 16px
}
.text-link:hover {
color: #c0c0c0;
}
.sp-text01{
font-size: 38px;
font-weight: bold;
line-height: 120%;
}
.sp-text01-2{
font-size: 16px;
font-weight: bold;
line-height: 140%;
padding: 10px 0px;
}
.sp-text02{
font-size: 16px;
font-weight: bold;
line-height: 200%;
border-bottom: #fff solid 1px;
border-top: #fff solid 1px;
margin-top: 15px;
}
.sp-text03{
padding-top: 15px;
}


/* slider-add */
#main-slider {
    position: relative;
}
.slider-btn {
color:#fff;
background-color: rgba(0,0,0,0.7);
border-color: #fff;
border-radius:0px;
padding: 10px 0px;
}

.slider-btn:hover {
color:#D4AF37;
background-color: rgba(0,0,0,0.7);
border-color: #D4AF37;
border-radius:0px;
padding: 10px 0px;
}
.slider-btn2 {
background-color:#3b5998;
color:#FFF;
line-height: 1em;
padding: 20px;
width: 50%;
margin-top: 20px;
margin-bottom: 20px;
}

.slider-btn2:hover {
background-color:#3b5998;
color:#D4AF37;
}
.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 50px;
}

#main-slider .carousel .slide-margin {
    /*margin-top: 140px;*/
    margin-top: 0;
}

#main-slider .carousel h2 {
    color: #fff;
}

#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 730px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    color: #D4AF37;
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #212121;
	border: 1px solid #999;
    margin: 0 10px 0 0;
    position: relative;
}

#main-slider .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #c52d2f;
    margin: 0 15px 0 0;
    border: 1px solid #999;
    position: relative;
}

#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #999;
    border: 1px solid #212121;
    left: -3px;
    top: -3px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}
.slider-bg01{
background-image: url(/resources_source/images/slide_img01.png);
}
.slider-bg01-box{
padding:50px;
background-color: rgba(0,0,0,0.7);
text-align:center;
border: none;
border-radius:0px;
}
.slider-bg01-box-text1{
font-size: 36px;
color:#FFF;
line-height: 100%;
font-weight: bold;
}
.slider-bg01-box-text2{
font-size: 18px;
color:#FFF;
line-height: 150%;
}
.slider-bg02{
background-image: url(/resources_source/images/slide_img02.png);
}
.slider-bg02-box{
padding:30px;
background-color: rgba(0,0,0,0.7);
text-align:center;
border: none;
border-radius:0px;
}
.slider-bg02-box-text1{
font-size: 16px;
color:#FFF;
line-height: 180%;
padding-top: 20px;
}
.slider-bg02-box-text1 a{
color:#FFF;
text-decoration: underline;
}
.slider-bg02-box-text1 a:hover{
color:#D4AF37;
}
.slider-bg02-box-text2{
font-size: 32px;
}
.slider-bg02-box-text3{
font-size: 50px;
font-weight: bold;
}
.slider-bg03{
background-image: url(/resources_source/images/slide_img03.png);
}
.slider-bg03-box{
padding:15px 40px;
background-color: rgba(0,0,0,0.7);
text-align:center;
border: none;
border-radius:0px;
}
.slider-bg03-box-text1{
font-size: 32px;
color:#FFF;
line-height: 100%;
font-weight: bold;
}
.slider-bg03-box-text2{
font-size: 20px;
color:#FFF;
line-height: 150%;
}
.slider-bg04{
background-image: url(/resources_source/images/slide_img04.png);
}
.slider-bg04-box{
padding:30px;
background-color: rgba(0,0,0,0.7);
text-align:center;
border: none;
border-radius:0px;
}
.slider-bg04-box-text1{
font-size: 32px;
color:#FFF;
line-height: 100%;
font-weight: bold;
}
.slider-bg04-box-text2{
font-size: 18px;
color:#FFF;
line-height: 150%;
}
.slider-bg05{
background-image: url(/resources_source/images/slide_img05.png);
}
.slider-bg05-box{
padding:25px;
background-color: rgba(233,250,255,0.7);
border: none;
text-align:center;
}
.slider-bg05-box-text1{
font-size:36px;
color:#3b5998;
line-height: 150%;
font-weight: bold;
}
.slider-bg05-box-text2{
color:#3b5998;
font-size:20px;
line-height: 150%;
margin-top: -10px;
}

/* button */
.btn-bg {
  background-color: #212121;
  text-align: center;
}

.btn-g {
  display: inline-block;
  width: 40%;
  text-align: center;
  border: 2px solid #29a643;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  transition: .4s;
  margin:15px 40px;
  background-color: #29a643;
}

.btn-g:hover {
  background-color: #238c38;
  border-color: #238c38;
  color: #FFF;
}
.btn-r {
  display: inline-block;
  width: 40%;
  text-align: center;
  border: 2px solid #d51820;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  transition: .4s;
  margin:15px 40px;
  background-color: #d51820;
}

.btn-r:hover {
  background-color: #b30000;
  border-color: #b30000;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
.btn-space{
padding: 0px 10px;
}
.btn-g ,.btn-r{
  width: 95%;
  font-size: 24px;
}
.btn-g {
  margin:15px 0px 0px 0px ;
}
.btn-r {
  margin:10px 0px 15px 0px;
}
}
.account-table{
margin-top: 5px;
}
.account-table1{
background-color: #212121;
border: #f2f2f2 solid 2px;
color: #fff;
font-size: 14px;
font-weight: normal;
}
.account-table2{
background-color: #E6E6E6;
border: #f2f2f2 solid 2px;
color: #333;
font-size: 12px;
font-weight: normal;
}

.second-text{
font-size: 16px;
line-height: 180%;
}
.icon-border{
border: none;
border-radius: 10px;
padding: 15px 20px;
height: 270px;
background-color: #f5f5f5;
}
.forex-icon{
margin-top: -30px;
margin-bottom: -30px;
}
.forex-icon img{
width: 120px;
}

@media only screen and (max-width: 768px) {
.container h2{
font-size: 26px;
}
.second-text{
font-size: 16px;
line-height: 140%;
margin-bottom: -10px;
}
.icon-border{
border: none;
border-radius: 10px;
padding: 5px 10px;
height: auto;
background-color: #f5f5f5;
}
.icon-border2{
height: 260px;
}
}

*, *:before, *:after {
	box-sizing: border-box;
}
.forex-col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.forex-col_4 > div{
	width: 25%;
	padding: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.forex-col_4 > div{
		width: 50%;
		padding: 10px;
		margin-bottom: 20px;
	}
}






#bottom{
background-color: #2b2b2b;
border-bottom: none;
padding-bottom: 30px;
padding-top: 10px;
}
#bottom h3{
font-size: 15px;
font-weight: normal;
margin-bottom: 5px;
}
#bottom hr{
border:0;
border-top:1px solid #666;
margin-top: -2px;
margin-bottom: 8px;
}
#bottom li{
line-height: 90%;
font-size: 13px;
}
#bottom i{
color: #666;
padding-right: 8px;
}
#footer{
background-color: #000;
}
.fotter-text{
font-size: 12px;
color: #c0c0c0;
}
.panel-default {
    border-color: transparent;
}

.panel-default > .panel-heading,
.panel {
    background-color: #e6e6e6;
    border: 0 none;
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    background: #fff;
    color: #333;
}

.panel-body {
    /*padding: 20px 20px 10px;*/
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title > a {
    color: #4e4e4e;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #212121;
}

.panel-heading.active .panel-title > a {
    color: #fff;
}

a.accordion-toggle i {
    width: 45px;
    line-height: 43px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
    background: #CF021A;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #CF021A;
    color: #fff;
}
.panel-red{
color: #CF021A;
}
.accordion-line{
margin-top: -20px;
}
.padding-h2{
padding-top: 50px;
}
.news-link{
padding-top: 15px;
color: #333;
}
.news-link:hover{
color: #CF021A;
}
.support{
line-height: 160%;
}
.support-link{
padding-top: 15px;
color: #333;
text-decoration: none;
border-bottom: 1px solid #333;
padding-bottom: 1px;
}
.support-link:hover{
color: #CF021A;
text-decoration: none;
border-bottom: 1px solid #CF021A;
padding-bottom: 1px;
}
.support-link2{
color: blue;

}
.support-link2:hover{
color: dodgerblue;

}
@media screen and (max-width: 768px) {
.accordion-line{
margin-top: -20px;
margin-bottom: 10px;
}
.support{
line-height: 160%;
}
.support-link{
text-decoration: underline;
border-bottom: none;
}
.support-link:hover{
color: #CF021A;
text-decoration: underline;
border-bottom: none;
}
.padding-h2{
padding-top: 10px;
}
.news-link{
padding-top: 10px;
color: #333;
}
}

#footer hr{
border:0;
border-top:1px solid #333;
margin-top: 20px;
margin-bottom: 20px;
}

#footer table{
color: #c0c0c0;
}

#footer i{
font-size: 21px;
padding: 0px 0px 0px 5px;
}#footer a{
color: #999;
}
#footer a:hover{
color: #fff;
}
.form-group {
  margin-bottom: 0px;
}

