@charset "utf-8";

/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/NotoSansJP-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/NotoSansJP-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body {
	background-repeat: repeat-x;
	background-position: top;
	/* font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif; */
	/* font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	overflow-x: hidden;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif !important;
}


*{
	box-sizing: border-box;
}
ul li{
	list-style-type: none;
}
a.anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
#back-top{
	position: fixed;
	bottom: 50px;
    right: 80px;
    width: 54px;
    height: 54px;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.disp_pc{
	display:block
}
.disp_sp{
	display:none
}
.marker_yellow_b {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	transition: opacity 0.3s;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt80{
	margin-top: 80px;
}
.mu10{
	margin-bottom: 10px;
}
.mu20{
	margin-bottom: 20px;
}
.mu30{
	margin-bottom: 30px;
}
.mu50{
	margin-bottom: 50px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt50{
	padding-top: 50px;
}
.pu0{
	padding-bottom: 0px;
}
.pu20{
	padding-bottom: 20px;
}
.pu30{
	padding-bottom: 30px;
}
.pu50{
	padding-bottom: 50px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}

.pl140{
	padding-left: 140px;
}
.font-size18{
	font-size:18px;
}

.font-size15{
	font-size:15px;
}

.font-size12{
	font-size:12px;
}

.font-size13{
	font-size:10px;
}

.font-size10{
	font-size:10px;
}

.underline{
	text-decoration: underline;
}
.width96{
	max-width: 96%;
}
.half480img {
	width: 100%;
	max-width:480px;
}
.half600img {
	width: 100%;
	max-width:600px;
}
.half750img {
	width: 100%;
	max-width:750px;
}
.ipl1em {
	text-indent: -1em;
	padding-left: 1em;
}
.ipl2em{
	padding-left: 2em;
}
#text_center{
	text-align: center;
}
.textrisk {
	font-size: 12px;
}
.fontw_bold{
	font-weight: bold;
}

.text_center{
	text-align: center;
}

.flex-container {
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex; 
}

#contents_02 h3.font-size-m{
	font-size: 22px;
}

.pr{
	display: block;
	margin: 0 24px 0 auto;
}

.displaycontent{
	display: contents;
}


#header {
	max-width: 1000px;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box;
}
#header .headertopline {
	height: 25px;
	line-height: 25px;
}
#header .headertopline h1 {
	font-size: 12px;
	padding-left: 15px;
	font-weight: normal;
	color: #FFF;
}
#header .header_box {
	height: 54px;
}
#header .header_box .logo {
	margin-top: 27px;
	margin-left: 4px;
	float: left;
}
#header .header_box .acloginbox {
	float: right;
	margin-top: 24px;
}
#header .header_box .acloginbox a:hover {
	opacity: 0.7;
}
#header .header_box .acloginbox .head_login {
	float: left;
	height: 40px;
	width: 100px;
}
#header .header_box .acloginbox .head_login a {
	background-color: #e9b527;
	display: block;
	width: 100px;
	color: #FFF;
	border-radius:  5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	 -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
#header .header_box .acloginbox .head_login a:hover{
     background-color: #edc965; /*ボタン色*/
}
#header .header_box .acloginbox .head_accounts {
	float: left;
	margin-right: 20px;
	height: 40px;
	width: 100px;
}

#header .header_box .acloginbox .head_accounts_demo {
	float: left;
	margin-left: 20px;
	height: 40px;
	width: 100px;
}


#header .header_box .acloginbox .head_accounts a {
	background-color: #f33535;
	display: block;
	width: 100px;
	color: #FFF;
	border-radius:  5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	 -webkit-transition: all 0.5s;
     transition: all 0.5s;
}

#header .header_box .acloginbox .head_accounts_demo a {
	background-color: #0e7cb5;
	display: block;
	width: 100px;
	color: #FFF;
	border-radius:  5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	 -webkit-transition: all 0.5s;
     transition: all 0.5s;
}

#header .header_box .acloginbox .head_accounts a:hover{
     background-color: #f77c7c; /*ボタン色*/
}
#glnavi {
	background-color: rgba( 0, 0, 0, 0.8 );
	width: 100%;
	z-index: 2;
	height: 50px;
	position: relative;
	z-index: 1000;
	display: none;
}


/*gナビここから*/
.glnavi .dropmenu{
	list-style-type: none;
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 0px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.glnavi .dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.glnavi .dropmenu:after{
  clear: both;
}
.glnavi .dropmenu li{
	position: relative;

	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 9999;
}
.glnavi .dropmenu li a{
	display: block;
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	padding-top: 17px;
	padding-right: 12px;
	padding-bottom: 17px;
	padding-left: 17px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 8px;
}

.glnavi .dropmenu li a:hover{
	background-color: #49433c;
}
.glnavi .dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 117%;
  left: 0;
  margin: 0;
  padding: 0;
}
.glnavi .dropmenu li ul li{
  width: 300px;
}

.glnavi .dropmenu li:last-child ul li{
	width: 120px;
}


.glnavi .dropmenu li ul li a{
	background-color: rgba( 0, 0, 0, 1 );
	text-align: left;
	font-weight: normal;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-image: url(../images/icon_b.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 25px;
}
.glnavi .dropmenu li:hover > a{
	background-color: rgba( 0, 0, 0, 0.9 );
}
.glnavi .dropmenu li a:hover{
	background-color: #49433c;
}
.glnavi .dropmenu li ul li a:hover{
	/* background-image: url(../images/icon_c.png); */
	background-repeat: no-repeat;
	background-position: 10px center;
}
.glnavi #normal li ul{
  display: none;
}
.glnavi #normal li:hover ul{
  display: block;
}
.glnavi #fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
.glnavi #fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
  background-color: black;
}
.glnavi #fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}
.glnavi #fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}



/*gナビここまで*/

#Container {
	text-align: center;

}
#Container .topimgbox {
	width: 100%;
	height:500px;
	background-image: url(../images/tbg01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
#Container .topimg {
	display: none;
}

#Container .topimgbox .pctopimg {
	top: -12px;
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 101;
	width: 1000px;
}


.topaccount_title{
	font-size: 22px;
	margin-bottom: 8px;
	font-weight: bold;
}

.topaccount_title span{
	background: linear-gradient(transparent 72%, #faff69 50%);

}

.topaccount_title{
	align-items: center; 
	display: flex; 
	justify-content: center; 
}

.topaccount_title::before,
.topaccount_title::after {
  background-color: #323232;
  border-radius: 5px; 
  content: "";
  height: 3px;
  width: 26px; 
}
.topaccount_title::before {
  margin-right: 10px; 
  transform: rotate(60deg);
}
.topaccount_title::after {
  margin-left: 10px; 
  transform: rotate(-60deg); 
}


.topaccount_box{
	position: absolute;
	z-index: 100;
	top: 36px;
	right: 0px;
}


.topaccount_up{
	background-color: #e2e2e2;
	width: 300px;
	padding-top: 20px;
	border-radius: 16px 16px 0 0;
	padding-bottom: 12px;
}

.topaccount_down{
	background-color: white;
	padding-top: 12px;
    padding-bottom: 18px;
	border-radius: 0 0 16px 16px;
}

.topaccount_btn span{
	background-color: white;
	color: #ff2424;
	font-size: 20px;
	padding: 4px;
}

.topaccount_btn a{
	color: white;
	background-color: #ff2424;
	text-decoration: none;
	font-size: 22px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 4px;
	position: relative;
	font-weight: bold;
	box-shadow: 0px 5px 0px 0px rgb(219, 6, 6);
}

.topaccount_btn a:hover{
	box-shadow: none;
	transform: translateY(3px);
}

.topaccount_btn a::after{
	content: "";
    position: absolute;
    right: 24px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
}

.toplogin_btn a{
	color: #692d22;
	background-color: #e9b527;
	text-decoration: none;
	font-size: 22px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 4px;
	margin-top: 18px;
	position: relative;
	font-weight: bold;
	box-shadow: 0px 5px 0px 0px rgba(196, 131, 1, 0.838);
}

.toplogin_btn_demo a{
	background-color: #0e7cb5;
	color: white;
	box-shadow: 0px 5px 0px 0px rgba(3, 78, 117, 0.838);
}

.toplogin_btn a:hover{
	box-shadow: none;
	transform: translateY(3px);
}


.toplogin_btn a::after{
	content: "";
    position: absolute;
    right: 24px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #692d22;
    border-right: 1px solid #692d22;
    transform: rotate(45deg);
}

.toplogin_btn_demo a::after{
	border-top: 1px solid white;
    border-right: 1px solid white;
}

.topaccount_box_text{
	line-height: 1.4;
}


.titlesvg{
	top: 0px;
	position: absolute;
	transform: translate(420px,420px);
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	opacity: 0.5;
	animation: title_move 160s linear;
}


.titlesvg2{
	top: 0px;
	position: absolute;
	transform: translate(420px,420px);
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	opacity: 0.5;
	animation: title_move2 200s linear infinite;
	animation-delay: 140s;
}






@keyframes title_move {

	0% {
	  transform: translate(10px,10px);
	}
  


	100% {
		transform: translate(-1000px, -1000px);
	  }
  
  }

  @keyframes title_move2 {

	0% {
	  transform: translate(420px,420px);
	}
  


	100% {
		transform: translate(-900px, -900px);
	  }
  
  }





  #progress_bar{
		
		opacity: 0;
		background: radial-gradient(rgb(255, 255, 255) 60%, transparent 60%), 
		conic-gradient(transparent 0deg, transparent 0deg, white 0deg, white 360deg), 
		conic-gradient(rgb(255, 255, 255) 0deg, rgb(255, 255, 255) 90deg, rgb(255, 255, 255) 180deg, rgb(255, 255, 255));

  position: fixed;
  bottom: 5.4%;
  right: 2.3%;
  z-index: 79;
  border-radius: 50%;
  width: calc(70 / 1400 * 100vw);
  height:  calc(70 / 1400 * 100vw);
  mix-blend-mode: multiply;
  transition: 0.5s ease;
  z-index: 10000;
  }
  

  #to_top{
	position: fixed;
    bottom: 5.2%;
    right: 2.3%;
    width: calc(70 / 1400 * 100vw);
	z-index: 100;
	opacity: 0.8;
	transition: all 0.3s;
	opacity: 0;
  }

  #progress_bar:hover{
	cursor: pointer;
  }

  #progress_bar:hover +  #to_top{
	cursor: pointer;
	opacity: 1;

  }

.chuui {
	padding: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


#Container .sub_Container {
	padding-bottom: 100px;
}
#Container .sub_Container h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	color: #666666;
	position: relative;
	height: 43px;
}

#Container .sub_Container h2::after{
	content: "";
    border-bottom: 2px solid #007ab7;
    width: 240px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 39px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#Container .sub_Container .cont {
	font-size: 16px;
	color: #333333;
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 145%;
	box-sizing: border-box;
}
#Container .sub_Container .secur_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	}
#Container .sub_Container .download {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.inbox_appname_iphone{
	background-color: #ec5308;
}
.inbox_appname_android{
	background-color: #5db95d;
}
.inbox_appname{
	font-size: 18px;
	font-weight: bold;
	color: white;
	border-radius: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#Container .sub_Container .download .box{
	flex-grow: 1;
}

#Container .sub_Container .download .box+.box{
	margin-left: 24px;

}
#Container .sub_Container .download .box p:not(:first-child){
	margin-top: 8px;
}
#Container .sub_Container .what_vc {
	display: flex;
	justify-content: space-around;
	width: min(100%, 1200px);
	margin-top: 30px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	display: flex;
	justify-content: space-around;
	text-align: center;
	width: min(100%, 1100px);
	padding-left: 2vw;
	padding-right: 2vw;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#menu dd{
	width: 25%;
}
#menu dd a::before{
	display: block;
	width: 40px;
	height: 40px;
	left: 12px;
}

#menu dd a::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #ffffff transparent transparent transparent;
	margin-top: 8px;
}
#menu dd:nth-child(1) a::before{
	content: "";
	background-image: url(../images/menu_news.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#menu dd:nth-child(2) a::before{
	content: "";
	background-image: url(../images/menu_system.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#menu dd:nth-child(3) a::before{
	content: "";
	background-image: url(../images/menu_hikaku.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#menu dd:nth-child(4) a::before{
	content: "";
	background-image: url(../images/menu_flow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#menu dd+dd {
	margin-left: 10px;
}
#menu dd a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: white;
	background-color: #007ab7;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding-top: 8px;
	padding-bottom: 8px;
	align-items: center;
}
#menu dd a:hover {
	opacity:0.8;
}
#news ul {
	width: 950px;
	margin-right: auto;
	margin-left: auto;

}
#news li a {
	color:#00a0e9;
}

#news li a:hover {
	color: #ace4fe;
	text-decoration: none;
}
#news li {
	display:flex;
	justify-content: flex-start;
	align-items: baseline;
	color:#666666;
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-type: none;
}
#news li .days {
	font-weight: bold;
	width: 110px;
}
#news li .text_n {
	line-height: 140%;
	padding-left: 20px;
	width:700px;
	
}
#news li .icon {
	color: #f7f7f7;
	text-align:center;
	display: inline-block;
	min-width: 100px;
	margin-left: 20px;;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
}
#news li .info {
	background-color: #7d87e1;
	border-radius: 2px;
}
#news li .mente {
	background-color: #ff4656;
	border-radius: 2px;
}
#news li .pressrelease {
	background-color: #31d274;
	border-radius: 2px;
}
#news_contents {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#news_contents .feedpage {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#news_contents .feedpage .current_page {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #ccc;
	border: 1px solid #999;
	margin: 5px;
}
#news_contents .feedpage .link_page {
	margin: 5px;
	background-color: #FFF;
	border: 1px solid #999;
	padding-right: 5px;
	padding-left: 5px;
}



#risk {
	padding: 10px;
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#risk p {
	color: #5a5a5a;
	line-height: 170%;
	font-size: 14px;
}
#footer {
	background-color: #222222;
}
#footer .cont {
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
#footer .cont .leftbox {
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#footer .leftbox dl {
	margin-bottom: 25px;
	width: 24%;
	padding-right: 1%;
}

#footer .leftbox dt {
	color: #FFF;
	font-size: 17px;
	margin-bottom: 15px;
}
#footer .leftbox dt a {
	color: #FFF;
	text-decoration: none;
}
#footer .leftbox dl dd {
	margin-left: 15px;
}

#footer .leftbox dd a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	background-image: url(../images/icon_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 20px;
	margin-left: -1em;
}
#footer .leftbox dd a:hover {
	text-decoration: underline;
}
#footer .leftbox dt:not(:first-child) {
	margin-top: 20px;
}

#footer .leftbox dd:not(:first-child) {
	margin-top: 7px;
}
#footer .cont .rightbox {
	font-size: 16px;
	color: #FFF;
	line-height: 170%;
}
#copyright {
	background-color: #111111;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	line-height: 150%;
}
#copyright .copyright_top {
	padding-bottom: 15px;
	padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#copyright .copyright_top a{
	color: #FFF;
	text-decoration: none;
}
#copyright .copyright_top a:hover{
	color: #FFF;
	text-decoration: underline;
}
#footer .hrshome  {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
#footer .hrshome a  {
	font-size: 14px;
	color: #999;
	text-align: center;
	text-decoration: none;
}
#footer .hrshome a:hover  {
	font-size: 14px;
	color: #CF9;
	text-align: center;
	text-decoration: none;
}
.b_details{
     display:block;
	 margin-top:20px;
     width: 165px;
     height:40px;
     line-height: 40px;
     color: #FFF !important;
	 font-size:16px;
     text-decoration: none;
     text-align: center;
     background-color: #caa451; /*ボタン色*/
     border-radius: 7px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.b_details:hover{
     background-color: #edc965; /*ボタン色*/
}
.bg {
	background-color: #f8f8f8;
	padding-top: 50px;
}


.actionlink01 a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.actionlink01 a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}

.mt_20 {
	margin-top: 20px;
}

.img {
	padding-top: 30px;
	padding-bottom: 30px;
}
.font-bold{
	font-weight: bold;
}
/* スマホとPC */
.img-container{
	display: flex;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 30px;
}


.imgbox-item{
	display: block;
	margin: 0 auto;
}

.imgbox-item-right{
	display: block;
	margin: 0 auto;
}

.img90per{
	width: 90%;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.red {
	color: #F00;
}




#Container_n {
	text-align: center;

}
#Container_n .breadcrumb {
	max-width: 975px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	padding-left: 25px;
}
#Container_n .breadcrumb a {
	color: #333333;
	text-decoration: none;
}
#Container_n .breadcrumb a:hover {
	color: #007ab7;
	text-decoration: underline;
}

#Container_n .sub_Container h2 {
	color: #2697d0;
	font-weight: normal;
	font-size: 30px;
	line-height: 75%;
	height: 50px;
	padding-top: 40px;
	margin-bottom: 30px;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.subtext {
	font-size: 12px;
	color: #2697d0;
}

.cont {
	font-size: 16px;
	color: #333333;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 145%;
}
#Container_n .sub_Container #news_details .days {
	margin-left:20px;
	
}
#Container_n .sub_Container #news_details .icon {
	color: #f7f7f7;
	text-align:center;
	display: inline-block;
	min-width: 120px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
}
#Container_n .sub_Container #news_details .info {
	background-color: #7d87e1;
	border-radius: 2px;
}
#Container_n .sub_Container #news_details .mente {
	background-color: #ff4656;
	border-radius: 2px;
}
#Container_n .sub_Container #news_details .pressrelease {
	background-color: #31d274;
	border-radius: 2px;
}
#Container_n .sub_Container #news_details_title {
	display:flex;
}

#Container_n .sub_Container h3 {
	font-size: 25px;
	line-height: 160%;
	font-weight: normal;
	margin-top: 20px;
}
#Container_n .sub_Container #news_details_contents {
	margin-top: 40px;
	margin-bottom: 70px;
	font-size: 14px;
}

#Container_n .sub_Container #news_details_contents ol li {
	margin-left: 20px;
}
#Container_n .sub_Container #news_details_contents ul li {
	margin-left: 20px;
}
#Container_n .subpage_Container {
	margin-top: 24px;
}
#Container_n .subpage_Container a {
	color: #3a6dff;
}
#Container_n .subpage_Container a:hover {
	color: #ff3a3a;
}

#Container_n .subpage_Container h2 {
	color: #333333;
	font-weight: normal;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 20px;
}


.subpage_Container .subtext {
	font-size: 12px;
	color: #787878;
	margin-top: 0;
}

.sub_h3 {
	max-width: 980px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7f7f7;
	text-align: left;
	padding-left: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sub_h301 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #007AB7;
	padding-left: 15px;
}
.sub_h3_flow{
	width: 920px;
}

.h3cnt {
	background-color: #f7f7f7;
	color: #333;
}
.h4cnt {
	font-size: 16px;
}
#Container_n .subpage_Container .h4lef {
	text-align: left;
	width: 1000px;
	border-left-width: 0px;
	border-left-style: none;
	padding-left: 0px;
	font-size: 16px;
}
.sub_h4 {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
	font-size: 16px;
	padding-left: 16px;
}
.sub_h4_pl0{
	padding-left: 0px;
}
.sub_h401 {
	width: 970px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #007AB7;
	padding-left: 5px;
	}
.cnt{
	text-align: center;
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 0px;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
}

.cnt940{
	width: 940px;
}
.sub_h5 {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.chuui_cfd .sub_h5{
	font-size: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #f7f7f7;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 30px;
}
.center {
	text-align: center;
}
.vertical_bottom{
	vertical-align: bottom;
}
.table_risk{
	width: 40%;
}

td.table_risk_summertime{
	width: 25%;
}


#Container_n .subpage_Container .cont {
	font-size: 16px;
	color: #333333;
	text-align: left;
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 150%;
	padding-bottom: 50px;
}

#Container_n .subpage_Container .cont980 {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#Container_n .subpage_Container .cont960 {
	padding-right: 10px;
	padding-left: 10px;
}

#Container_n .subpage_Container .cont980 {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#Container_n .subpage_Container .cont .b_detailsC {
	display: block;
	color: #333333;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff; /*ボタン色*/
	border-radius: 50px; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 35px;
	width: 250px;
	border: 1px solid #333333;
	padding-top: 15px;
	font-weight: bold;
}
#Container_n .subpage_Container .cont .b_detailsC:hover{
     background-color: #333333; /*ボタン色*/
	 border: 1px solid #333333;
	 color: #ffffff;
}
#Container_n .subpage_Container .cont .listdott {
	margin-bottom: 30px;
}

#Container_n .subpage_Container .cont .listnum {
	margin-left: 30px;
}
#Container_n .subpage_Container .cont .listnum li {
	margin-top: 15px;
}

#Container_n .subpage_Container .cont .listdott li {
	margin-top: 20px;
}


#Container_n .subpage_Container .cont .tablebox {
	width: 703px;
	margin-right: auto;
	margin-left: auto;
}
#Container_n .subpage_Container .cont .tablebox table th {
	background-color: #f1f1f1;
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #d9d9d9;
}
#Container_n .subpage_Container .cont .tablebox table td {
	border: 1px solid #d9d9d9;
	padding: 20px;
}
#Container_n .subpage_Container .cont .tablebox table{
	width: 100%;
}

#Container_n .subpage_Container .cont .tablebox2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

#Container_n .subpage_Container .cont .tablebox2 table th {
	background-color: #f1f1f1;
	font-size: 14px;
	font-weight: normal;
	width: 20%;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	padding: 2%;
}
#Container_n .subpage_Container .cont .tablebox2 table td {
	border: 1px solid #d9d9d9;
	width: 20%;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
#Container_n .subpage_Container .cont .tablebox2 table tr .tabletitle {
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}


#Container_n .subpage_Container .cont .tablebox3 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

#Container_n .subpage_Container .cont .tablebox3 table th {
	background-color: #f1f1f1;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	padding: 1%;
}
#Container_n .subpage_Container .cont .tablebox3 table td {
	border: 1px solid #d9d9d9;
	padding: 1%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
#Container_n .subpage_Container .cont .tablebox3 table tr .tabletitle {
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
#Container_n .subpage_Container .cont .tablebox4 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	padding-right: 2%;
	padding-left: 2%;
}
#Container_n .subpage_Container .cont .tablebox4 table {
	width: 100%;
}


#Container_n .subpage_Container .cont .tablebox4 table th {
	background-color: #f1f1f1;
	font-size: 14px;
	font-weight: normal;
	width: 18%;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 1%;
	padding-left: 1%;
}
#Container_n .subpage_Container .cont .tablebox4 table td {
	border: 1px solid #d9d9d9;
	width: 78%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	font-size: small;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 1%;
	padding-left: 1%;
}

#Container_n .subpage_Container .cont .beginnerCont li{
	width: 48%;
}


#Container_n .subpage_Container .cont .beginnerCont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	margin-top:36px;
}
#Container_n .subpage_Container .cont .beginnerCont li a {
	display: block;
	list-style-type: none;
	background-color: #FFF;
	width: 100%;
	height: 90px;
	text-align: center;
	border: 1px solid #333;
	padding-top: 24px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #333537;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 140%;
	box-sizing: content-box;
}


#Container_n .subpage_Container .cont .helpcont li a{
	height: 64px;
	display: grid;
	align-items: center;
    justify-content: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#Container_n .subpage_Container .cont .helpcont li a span{
	display: block;
	margin-top: -12px;
}

#Container_n .subpage_Container .cont .beginnerCont li a:hover {
	background-color: #007AB7; /*ボタン色*/
	border: 1px solid #33CCFF;
	color: #ffffff;
}

#Container_n .subpage_Container .cont .standardCont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	margin-top:40px;
}
#Container_n .subpage_Container .cont .standardCont li a {
	display: block;
	list-style-type: none;
	background-color: #FFF;
	width: 400px;
	margin-left: 25px;
	height: 120px;
	text-align: center;
	border: 1px solid #333;
	font-size: 18px;
	line-height: 120px;
	font-weight: bold;
	text-decoration: none;
	color: #333537;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#Container_n .subpage_Container .cont .standardCont li a:hover {
	background-color: #007AB7; /*ボタン色*/
	border: 1px solid #333333;
	color: white;
}

#Container_n .subpage_Container .cont .questionCont {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	margin-top: 15px;
}

#Container_n .subpage_Container .cont .questionCont::after{
	content: '';
	display: block;
	width: 285px;
}
#Container_n .subpage_Container .cont .questionCont li a {
	display: block;
	list-style-type: none;
	background-color: #FFF;
	width: 285px;
	text-align: center;
	border: 1px solid #333;

    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 14px;
	line-height: 140%;
	text-decoration: none;
	color: #333537;
	margin-bottom: 10px;
	background:linear-gradient(
        to right,
        #4ea7f8,
        #4ea7f8 50%,
        transparent 50%,
        transparent) 100% 0 / 200% 100%;
    transition:background-position 0.3s;
}
#Container_n .subpage_Container .cont .questionCont li a span {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#Container_n .subpage_Container .cont .questionCont li a:hover {
	 border: 1px solid #333333;
	 color: #ffffff;
	 background-position:0 0;
}


#Container_n .subpage_Container .cont .questionCont li.to_pc{
	width: 48%;
}
#Container_n .subpage_Container .cont .questionCont li.to_sp{
	width: 48%;
}

#Container_n .subpage_Container .cont .questionCont li a.to_pc {
	width: 100%;
	text-align: center;
}

#Container_n .subpage_Container .cont .questionCont li a.to_sp {
	width: 100%;
	text-align: center;
}
#Container_n .subpage_Container .cont .lrimgset {
	display: flex;
	justify-content: space-between;
}
#Container_n .subpage_Container .cont .lrimgset img {
	width: 99%;
}
#Container_n .subpage_Container .cont .privacybox {
	background-color: #eee;
	padding: 15px;
	margin-top: 30px;
}
#Container_n .subpage_Container .cont .privacybox p {
	line-height: 150%;
	font-size: medium;
}



/* NEWiframe用処理 */
div.newswrap {
	position:relative;
	padding-bottom:300px;
	height:0;
	overflow:hidden;
	max-width:950px;
	margin:auto;
}


iframe.newsifrm {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.mt_20 table {
	border-collapse: collapse;

}
.mt_20 td {
	border: solid 1px;
	padding: 0.5em;
}

.mt_20 .summertime{
	border: none;
	text-align: left;
}



.box_wrap{
	display: flex;
	background-color: white;
    padding: 32px;
	padding-bottom: 10px;
}


/* デモ取引 */
#Container_n #container{
	text-align: center;
	width: 975px;
	margin: 0 auto;
}


/* #Container_n  #container h1{
	font-size: 32px;
	font-weight: 400;
} */

#section01{
	margin: 40px 0;
}

#section01 p{
	font-size: 12px;
	margin-top: 17px;
}

.sub_title_mini01{
	margin-top: 24px;
}

#guide p{
	color: #333333;
	font-size: 18px;
}

/* 口座開設ボタン */

button{
	cursor: pointer;
}

#new_acount{
	transition: all 0.2s ease-in;
	color: white;
	background-color: #caa451;
	border-radius: 10px;
	border: none;
	line-height: 1.3;
	padding: 0px 48px 15px 64px;
	font-family: inherit;
	margin-top: 64px;
	margin-bottom: 16px;
	padding-top: 16px;
	font-feature-settings: "palt";
}

#new_acount:hover{
	color:#333333;
}

#new_acount p:first-child{
	font-size: 35px;
}

#new_acount p:nth-child(2){
	font-size: 16px;
	margin-top: 0;
}

#new_acount2{
	transition: all 0.2s ease-in;
	color: white;
	background-color: #f33535;
	border-radius: 10px;
	border: none;
	line-height: 1.3;
	font-family: inherit;
	margin-top: 30px;
	margin-bottom: 16px;
	padding-top: 16px;
	font-feature-settings: "palt";
	padding-right: 48px;
	padding-bottom: 15px;
	padding-left: 64px;
}

#new_acount2:hover{
	color:#333333;
}

#new_acount2 p:first-child{
	font-size: 35px;
}

#new_acount2 p:nth-child(2){
	font-size: 16px;
	margin-top: 0;
}

#contents_02{
	display: flex;
	color: #666666;
	line-height: 2;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 18px;
}

.sub_title_mini{
	border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #007AB7;
	padding-left: 12px;
}

#contents_02 h2{
	font-size: 24px;
}

#contents_02 p{
	line-height: 2.8;
	font-size: 18px;
	padding-left: 21px;
}

.pointbox{
	width: 920px;
	margin: 0 auto 24px auto;
	border: 10px solid #ccc;
	background-color: #f8ffbd;
	text-align: left;
	padding: 24px 0 24px 60px;
}
.coution{
	line-height: 1.8;
	font-size: 0.8rem;
	text-align: left;
}
.text{
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.indent{
	margin-left:1em;text-indent:-1em;
}

.big_text{
	font-size: 18px;
	line-height: 2;	
	color: #333;
}

#section03{
text-align: left;
color:#585757;	
line-height: 1.5;
font-size: 14px;
padding-left: 23px;
}

#demo_account{
	transition: all 0.2s ease-in;
	color: white;
	background-color: #caa451;
	border-radius: 10px;
	border: none;
	list-style: 1;
	padding: 25px 48px 20px 64px;
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: inherit;
}

.demo_c2banner a:hover{
	opacity: 0.8;
}

#demo_account:hover{
	color: #333333;
}

#demo_account p{
	font-size: 32px;
	font-feature-settings: "palt";
}

.demo_c2banner{
	width: 50%;
}
.c2banner_mini{
	width: 72px;
}
.demo_c2banner_explain{
	margin-top: 12px;
	width: 50%;
	font-size: 13px;
	line-height: 2;
	padding-left: 16px;
    padding-right: 10px;
}

.demoguide_btn{
	text-align: center;
	margin-bottom: 64px;
	font-size: 14px;
}
.demoguide_btn a{
	color: #333 !important;
}


.bluedot{
	margin-right: 8px;
}
.bluedot img{
	padding-bottom: 4px;
}

#section04 p.number{
	background-image: url(../images/number_bg.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	color: white;
	text-align: center;
	line-height: 2.1;
	font-size: 14px;
	margin-top: -4px;
	margin-right: 6px;
	box-sizing: border-box;
}

#section04{
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 140px;
	color: #585757;
}

#section04 #guide{
	margin-bottom: 40px;
}

#section04 p{
	font-size: 16px;
}

#contents_03{
	background-color: #007ab7;
	height: 38px;
	color: #fff;
	width: 550px;
	margin-left: 32px;
	text-align: center;
	margin-bottom: 14px;
}
#contents_03 p{
	line-height: 2;
	font-size: 20px;
}

.guide_text{
	display: flex;
	margin-top: 40px;
	margin-bottom: 8px;
}
.guide_box img{
	margin-left: 40px
}

/* デモログイン */
#contents_02 h3{
	font-size: 15px;
}

.inner{
	width: 955px;
	margin-left: 20px;
	text-align: left;
}

.inner-text1{
	text-align: left;
	display: flex;
}

#section01 .inner-text1 p{
	font-size: 15px;

}
#section01 .inner-text1 p:nth-child(2){
padding-left: 8px;
}

.c2banner{
	margin-top: 12px;
	margin-bottom: 60px;
}

#qrarea .qrtext p:first-child{
	margin-top: 0px;
}

.inner #guide{
	text-align: left;
    background-color: #f7f7f7;
    border-left: 6px solid #007ab7;
    line-height: 2;
    margin: 0 0 32px 0;
    padding-left: 13px;
}

#qrarea{
	display: flex;
	text-align: left;
	margin-left: 16px;
	margin-top: 22px;
	margin-bottom: 48px;
}

#qrarea .qrtext p{
	font-size: 14px;
	padding-left: 32px;
	margin-top: 8px;
}

.qrtext a{
	color: #333;
}
/*reason*/
.quick_payment{
	text-decoration: underline;
	text-align: center;
}

/*flow*/
.flowbox img{
	max-width:inherit;
}

.flowbox{
    display: flex;
    padding-top: 47px;
    padding-bottom: 38px;
	align-items: center;
	justify-content: center;
}
.flowbox_wrap{
	padding-top: 8px;
}
.flowbox_p_flow img{
	width: 150px;
}
.flowbox p{
	margin-left: 42px;
}
.flowbox p.flowbox_p{
	margin-left: 0px;
}
.flowbox a:hover{
	opacity: 0.9;
}

.payment_img{
	width: 182px;
	margin-right: 16px;
}

.payment_img_withdrawal02{
	width: 35%;
}

.payment_box{
	display: flex;
	/* justify-content: space-around; */
	margin-top: 16px;
	margin-left: 24px;
}

.step{
	background-color: #003085;
	color: white;
	font-size: 15px;
	padding-right: 16px;
    padding-left: 8px;
}

.quick_bank{
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
.quick_bank li{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	width: 20%;
	text-align: center;
}

.text_border{
    border-bottom: 2px solid #003085;
    line-height: 2.5;
    font-size: 22px;
    text-indent: 0.5em;
    margin-bottom: 18px;
	display: flex;
	align-items: center;
}

.text_under{
    border-bottom: 1px solid #bbb;
}

.p13{
    font-size: 13px;
}

.p14{
    font-size: 14px;
    line-height: 1.4;
}

.p15{
    font-size: 15px;
}

.selectbtn-area{
    display: flex;
    margin: 32px 0 28px 0;
	border-bottom: 3px solid #003085;
}

.selectbtn{
    width: 50%;
    color: white;
	line-height: 1.3;
    font-size: 15px;
    padding: 20px 2px 16px 2px;
    text-align: left;
    cursor: pointer;
    user-select: none;
    font-feature-settings: 'palt';
	text-indent: -1.8em;
    padding-left: 1.5em;
}


.selectbtn span{
	font-size: 14px;
	margin-right: 8px;
	visibility: hidden;
	line-height: 24px;
	margin-left: 10px;
}

.selectbtn_depo{
	text-align: center;
}

.tab-area{
    display: flex;
    justify-content: space-between;
	margin-top: 16px;
}
.tab-area a:hover{
	opacity: 0.8;
}
.colorbtn-area{
	display: none;
	background-color: #f7f7fe;
	padding-bottom: 32px;
	width: 98%;
}
.deposit_withdrawal-colorbtn-area{
	background-color: #f7f7fe;
	padding-bottom: 32px;
	width: 100%;
	border: 1px solid #003085;
}
.colorbtn-area-flex{
	display: flex;
    justify-content: space-between;
	width: 98%;
}

.accordionbox_inner_title{
	display: inline-block;
	padding: 10px 8px;
	border-bottom: 1px solid #003085;
	margin-top: 16px;
	margin-left: 16px;
	font-size: 22px;
	color: #003085;
	width: 96%;
}


.accordionbox_inner_title img{
	width: 72px;
}


.accordionbox_feature_ul{
	display: flex;
	margin-top: 16px;
}
.accordionbox_inner_title_p01{
	margin-left: 18px;
	margin-top: 16px;
}
.accordionbox_inner_title_p02{
	margin-left: 24px;
}
.accordionbox_feature{
	border: 3px solid #003085;
	color: #003085;
	border-radius: 18px;
	padding: 8px 36px;
	margin-left: 8px;
	font-weight: bold;
	background-color: white;
}
.accordionbox_feature_detaillink{
	margin-top: 10px;
}
#Container_n .subpage_Container .accordionbox_feature_detaillink a,#Container_n .subpage_Container .accordionbox_feature_detaillink .modal_switch{
	width: 98%;
	text-align: center;
	margin-left: auto;
	/* margin-right: auto; */
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	background-color: #3672dd;
	color: white;
	text-decoration: none;
}

#Container_n .subpage_Container .accordionbox_feature_detaillink a.wl{
	width: 134%;
}

#Container_n .subpage_Container .accordionbox_feature_detaillink a.wl2{
	width: 108%;
}

.subpage_Container .accordionbox_feature_detaillink .modal_switch{
	padding-left: 16px;
}
#Container_n .subpage_Container .accordionbox_feature_detaillink02 a,#Container_n .subpage_Container .accordionbox_feature_detaillink02 .modal_switch{
	width: 100%;
	background-color: #003085;
}

.modal_switch:hover{
	cursor: pointer;
}

#Container_n .subpage_Container .accordionbox_feature_detaillink a:hover{
	opacity: 0.8;
}
.accordionbox_feature_detaillink p{
	width: 100%;
}
.accordionbox_feature_min{
	font-size: 12px;
	text-align: center;
}
.accordionbox_feature_detaillink div{
	margin-left: 16px;
}
.accordionbox_inner_title_box{
	display: flex;
}
.accordionbox_inner_title_icon{
	margin-left: 16px;
	margin-top: 16px;
}

.m30{
    margin-top: 30px;
    margin-bottom: 15px;
}

.m31{
    margin: 33px 0 27px 0;
}

/* .colorbtn-area img:hover{
    opacity: 0.8;
    cursor: pointer;
} */

.pictext{
    display: flex;
	height: auto;
align-items: flex-start;
}

.mar36{
    margin: 36px 0 38px 0;
}

.marb38{
    margin-bottom: 38px;
}

.marb80{
    margin-bottom: 80px;
}

.text_blue{
    font-size: 37px;
    color: #3672dd;
    font-weight: bold;
}

.bluebtn-area{
    position: relative; 
    margin-bottom: 14px;
}

.bluebtn1{
    position: absolute;
    right: 166px;
    bottom: 6px;
    background-color: #7ab9f7;
    color: #fff;
    text-align: center;
    width: 150px;

    border:none;
    font-size: 14px;
	top: -30px;
}

.bluebtn2{
    position: absolute;
    right: 0;
    bottom: 6px;
    background-color: #7ab9f7;
    color: #fff;
    text-align: center;
    width: 150px;
    border:none;
    font-size: 14px;
	top:-30px
}

.bluebtn-area2{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.bluebtn3{
    text-align: center;
    width: 300px;
    border:none;
    font-size: 14px;
}
.bluebtn3:hover{
	opacity: 0.8;
}
#Container_n .subpage_Container .bluebtn3 a{
	text-decoration: none;
	color: white;
	display: block;
	background-color: #3672dd;
	padding: 14px 25px 14px 25px;
}


.blbtn_check{
	background-image: url(../images/beginner/flow/flow_check.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.blbtn_zero{
	background-image: url(../images/beginner/flow/flow_zero.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.blbtn_twentyfour{
	background-image: url(../images/beginner/flow/flow_twentyfour.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.blbtn_cash{
	background-image: url(../images/beginner/flow/flow_cash.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.blbtn_weekday{
	background-image: url(../images/beginner/flow/flow_weekday.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.account_pc_box_container{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:48px;
}

.account_pc_box{
	width: 48%;
	background-color: #eeeeee;
	position: relative;
}


.account_pc_box + .account_pc_box{
	margin-left: 24px;
}
.account_pc_box_title{
	margin-top: 16px;
	text-align: left;
    margin-left: 54px;
	font-size: 14px;
	padding-right: 8px;
	line-height: 1.3;
}
.account_pc_box_number{
	color: white;
	background-color: #007ab7;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-block;
	padding-top: 2px;
	position: absolute;
	left: 10px;
	top: 10px;
	line-height: 32px;
	text-align: center;
}

.account_pc_box_supple{
	text-align: left;
	font-size: 14px;
	padding: 12px;
	line-height: 1.4;
}


.account_pc_box_img_margin01{
	margin-top: 35px;
}

.account_pc_box_img_margin02{
	margin-top: 16px;
}

.account_pc_box_img_margin03{
	margin-top: 54px;
}

.account_pc_box_img_margin04{
	margin-top: 104px;
}


.account_pc_box_last{
	padding-bottom: 40px;

}
.spapp{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.appleft {
    width: 48%;
}

.appright{
    width: 48%;
}

.caution{
	width: 24px;
	height: 24px;
}

.orangetxt{
    color: #ff7c3b;
    font-size: 32px;
    padding-bottom: 20px;
}

.greentxt{
    color:#5db95d;
    font-size: 32px;
    padding-bottom: 20px;
}

.innerbtn-area{
    display: flex;
}

#Container_n .subpage_Container .orangebtn a{
    background-color: #ff7c3b;
    color: #fff;
    text-align: center;
	padding:8px 0;
	display: block;
	text-decoration: none;
}

#Container_n .subpage_Container .orangebtn a:hover{
	opacity: 0.8;
}
.orangebtn1{
	font-size: 13px;
	width: 156px;
}
.orangebtn2{
    font-size: 12px;
    margin:0 5px;
	width: 156px;
}

.orangebtn3{
    font-size: 13px;
	width: 150px;
}


#Container_n .subpage_Container .greenbtn a{
	background-color: #5db95d;
    color: #fff;
    text-align: center;
	padding:10px 0;
	display: block;
	text-decoration: none;
}
#Container_n .subpage_Container .greenbtn a:hover{
	opacity: 0.8;
}

.greenbtn1{
    font-size: 14px;
    width: 302px;
}

.greenbtn2{
    width: 302px;
    margin:4px 8px;
	font-size: 14px;
}

.greenbtn3{
    font-size: 14px;
    width: 302px;
}

.sbox{
    margin-top: 42px;
    display: flex;
    width: 100%;
}

.sbox-arrow{
    width: 7%;
    height: 63px;
    color: white;
    background-color: #3672dd;
}

.sbox-text{
    width: 93%;
    height: 63px;
    color: white;
    background-color: #003085;
    padding-left: 24px;
    padding-top: 19px;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
    margin: 24px auto;
  }

  .triangle-down{
	transform: rotate(90deg);
	transition: transform 0.3s;
  }

  .blbtn{
      width: 32%;
      color: #fff;
      text-align: center;
      padding: 32px 20px;
	  font-size: 18px;
	  line-height: 1.6;
	  /* box-shadow: 0px 0px 15px -5px #777777; */
    border-radius: 10px;
	font-feature-settings: "palt";
	display: flex;
	justify-content: center;
	align-items: center;
  }
.blbtn-orange{
	background-color: #dd6d36;
}
.blbtn-blue{
	background-color: #3672dd;
}
.blbtn-green{
	background-color: #a5a01c;
}
  .blbtn2{
    width: 32%;
    color: #fff;
    text-align: center;
    padding: 40px 0 10px 0;
	/* box-shadow: 0px 0px 15px -5px #777777; */
    border-radius: 10px;
	font-size: 20px;
	font-feature-settings: "palt";
}

.under-accordion{
	margin-top: 20px;
}
  .accordionbox{
    margin-top: 16px;
    display: flex;
    width: 100%;
	cursor: pointer;
	user-select: none;
}

.accordionbox-mini{
    margin-top: 15px;
    display: flex;
    width: 95%;
}

.flex-container-flow a:hover{
	opacity: 0.8;
}

.under-accordion a{
	width: 100%;
	text-decoration: none;
}
.accordion-arrow{
    width: 5%;
    height: 46px;
    color: white;
    background-color: #3672dd;
}

.accordion-arrow-mini{
    width: 30%;
    height: 63px;
    color: white;
    background-color: #3672dd;
}

.accordion-text{
    width: 93%;
    height: 46px;
    color: white;
    background-color: #003085;
    padding-left: 24px;
    padding-top: 11px;
    font-size: 16px;
}

.accordion-text-mini{
    color: white;
    background-color: #3672dd;
    text-align: center;
    padding-top: 16px;
	padding-bottom: 16px;
    width: 100%;
}
.accordion-text-mini-under{
	padding-top: 12px;
	padding-bottom: 12px;
	width: 94%;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
    margin: 24px auto;
  }

  .triangle-right{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color:  transparent  transparent transparent #fff;
	margin: 16px 8px 15px 18px;
	transition: transform 0.3s;
  }
.triangle-right-under{
	margin: 24px 8px 13px 26px;
}
  #tab-02{
	  display: none;
  }


.selectbtn_on{
    background-color: #003085;
}

.selectbtn_off{
    background-color: #9dbcf5;
}
.selectbtn01 span{
	visibility: visible;
}

.selectbtn01_sub{
	padding-top: 30px;
}


#contact_btn{
	transition: all 0.2s ease-in;
    color: white;
    background-color: #caa451;
    border-radius: 10px;
    border: none;
    list-style: 1;
    padding: 25px 48px 20px 64px;
    margin-top: 40px;
    font-family: inherit;
	font-size: 32px;
}

#contact_btn:hover{
	color: #333333;
}

.account_guidance{
	text-align: center;
	background-color: #ccc;
	border-radius: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 24px;
}

#newaccount_btn a{
display: block;
margin-bottom: 12px;
border-bottom: 2px solid #690804;
background: linear-gradient(#c31208 0%, #af0e06 100%);
color: #fff !important;
font-size: 18px;
font-weight: bold;
text-align: center;
text-decoration: none;
padding-top: 16px;
padding-bottom: 16px;
margin-top: 8px;
}


.flex-container-flow a{
	width: 100%;
	text-decoration: none;
}
.flex-container-flow a.accordion_middle{
margin-left: 24px;
margin-right: 24px;
}

.blbtn-orange{
	background-color: #dd6d36;
}
.blbtn-blue{
	background-color: #3672dd;
}
.blbtn-green{
	background-color: #a5a01c;
}

.blbtn-lightgreen{
	background-color: #5db95d;
}

.blbtn-lightorange{
	background-color: #ff7c3b;
}
table {
	border-collapse: collapse;
	text-align: center;
 }
th, td {
	padding: 3px;
	border: 1px solid #333;
}
.time_table {
	text-align: left;
}
.time_table td{
	padding-right:40px;
}

#Container_n .subpage_Container .related_tarms{
	font-size: 14px;
	line-height: 1.6;
}
#Container_n .subpage_Container .rs_risk_cont{
	font-size: 15px;
}

.chuui_cfd-table th{
	text-align: left;
}

.chuui_cfd-table th,.chuui_cfd-table td{
	padding: 10px;
}

.payment_order{
	width: 80%;
	margin: 20px 0;
}

.payment_order-box{
	border:1px solid black;
	padding: 5px 10px;
}





/* deposit_withdrawal */
.bank_table div ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	align-items: center;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
	justify-content: center;
}
.bank_table div ul li{
	border:1px solid #cecece;
	height: 100px;
	align-items: center;
	line-height: 1.4;
	display: grid;
	text-align: center;
	padding: 8px 2px 8px 2px;
}
.bank_table div ul li img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.bank_table div .th_bg li{
	background-color: #ededed;
	height: 48px;
}

.bank_table div ul li+li{
	border-left: none;
}

.bank_table div ul+ul li{
	border-top: none;
}

.deposit_manual ul{
	display: flex;
}

.deposit_manual ul li+li{
	margin-left: 40px;
}

.depositbank_table{
	width: 100%;
}

.depositbank_table tr td{
	vertical-align: middle;
	font-size: 13px;
}

.depositbank_table .th td{
	background-color: #ededed;
}

#Container_n .subpage_Container .dw_formbtn a{
	background-color: #417ded;
	color: white;
	text-decoration: none;
	padding: 12px;
	padding-left: 45px; 
	padding-right: 24px;
	display: inline-block;
	position: relative;
}

#Container_n .subpage_Container .dw_formbtn a:hover{
	opacity: 0.8;
}

#Container_n .subpage_Container .dw_formbtn a::before{
	position: absolute;
	left: 8px;
	top: 18px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ffffff;
}


/* tool download */
#Container_n .flex-container div p.lioncfd_download_btn a{
	display: block;
	box-sizing: border-box;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	border-radius: 30px;
	text-align: center;
	margin-top: 12px;
	padding-top: 8px;
	padding-bottom:8px;
	font-size: 18px;
	font-weight: bold;
	transition: background-color 0.3s, color 0.3s,border 0.3s;
}

#Container_n .flex-container div p.lioncfd_download_btn_exe a{
	border: 1px solid #1b64e5;
	color: white;
	background-color: #3672dd;
	transition: background-color 0.3s, color 0.3s,border 0.3s;
}

#Container_n .flex-container div p.lioncfdiphone_download_btn_exe a{
	border: 1px solid #e84d00;
	background-color: #ff7c3b;
	color: white;
}

#Container_n .flex-container div p.lioncfd_download_btn a:hover{
	color: white;
	background-color: #3672dd;
	border: 1px solid white;
}

#Container_n .flex-container div p.lioncfdiphone_download_btn a:hover{
	color: white;
	background-color: #ff7c3b;
	border: 1px solid white;
}

#Container_n .flex-container div p.lioncfdiphone_download_btn_exe a:hover{
	color: white;
	background-color: #ff7c3b;
	border: 1px solid white;
}

#Container_n .flex-container div p.lioncfdandroid_download_btn a:hover{
	color: white;
	background-color: #5db95d;
	border: 1px solid white;
}

#Container_n .flex-container div p.lioncfdandroid_download_btn_exe a:hover{
	color: white;
	background-color: #5db95d;
	border: 1px solid white;
}



.lioncfd_download_btn a:hover::after{
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.tool_cfdc2{
	margin-top: 24px;
}
.lioncfd_download_btn{
	position: relative;
}
.lioncfd_download_btn a::after{
    content: "";
    position: absolute;
    right: 24px;
    top: 18px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.lioncfd_download_btn_exe a::after{
    content: "";
	border:none;
}
.lioncfdiphone_download_btn_exe a::after{
    content: "";
	border:none;
}
.lioncfd_download_btn_exe a:hover::after{
    content: "";
	border:none;
}
.lioncfdiphone_download_btn_exe a:hover::after{
    content: "";
	border:none;
}

.lioncfd_download_btn_exe{
	position: relative;
}

.download_icon{
	position: absolute;
    height: 40px;
    top: 7px;
    left: 16px;
}


.m_arrow{
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	transition: border 0.3s;
}

#Container_n .subpage_Container .cont .beginnerCont li a:hover .m_arrow{
    border-top: 1px solid white;
    border-right: 1px solid white;	
}
.cfdc2_feature{
	border-collapse: collapse;
}
.cfdc2_feature01{
	width: 120%;
}
.cfdc2_feature02{
	width: 80%;
}
.cfdc2_feature tr td{
	border: 1px solid #cecece;
	vertical-align: middle;
	line-height: 1.1;
	font-size: 13px;
	padding: 8px;	
}

.cfdc2_feature_title td{
	background-color: #efefef;
	height: 45px;
}
.cfdc2_feature_table_box{
	display: flex;
	width: 100%;
}

.cfdc2_feature_table_box table+table tr td:first-child{
	border-left: none;
}

.iphoneapp_flex{
	justify-content: space-around;
	background: #fff1ea;
	padding-top: 24px;
    padding-bottom: 24px;
}

.androidapp_flex{
	justify-content: space-around;
	background: #e4ffe4;
	padding-top: 24px;
    padding-bottom: 24px;
}

.c2app_flex{
	background: #dbe8ff;
	padding-top: 24px;
	padding-left: 16px;
	padding-right: 16px;
}

.appname{
	font-size: 32px;
	text-align: center;
	line-height: 1.1;
	font-weight: bold;
	margin-left: 80px;
    margin-top: -16px;
}
.iphoneappname{
	color: #ff7c3b
}
.androidappname{
	color: #5db95d;
}

.appqr{
	display: flex;
	align-items: center;
	justify-content: center;
}

.appqr p+p{
	margin-left: 24px;
}

.app_flex{
	display: flex;
}
.pdficon {
	background-image: url(../images/pdfico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3ex;
}


#pc{
	padding-left: 10px;
	padding-right: 10px;
}
#sp{
	padding-left: 10px;
	padding-right: 10px;
}



/* help */
.freecall{
	background-color: #007ab7;
	background-image: url(../images/help/call.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 8px center;
	color: white;
	padding: 12px 16px 12px 16px;
	padding-left: 32px;
	border-radius: 24px;
	vertical-align: top;
}


.freenumber{
	font-size: 32px;
	color: #007ab7;
	font-weight: bold;
	margin-left: 12px;
}

.helpcont_box{
	display: flex;
}

#Container_n .subpage_Container .cont .beginnerCont li.call{
	width: 100%;
}


.appnote{
	color: red;
	border: 1px dotted red;
	padding:8px;
	margin-bottom: 32px;
	text-align: center;
}

.deposit_manual li a:hover{
	opacity: 0.8;
}


.stepbox_div{
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}

.stepbox a{
	border: 1px solid #484848;
	background-color: #e6e6e6;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #1f347a;
	transition: background-color 0.3s;
}

.stepbox a:hover{
	color: white;
	background-color: #007AB7;

}

.stepbox_ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.step_arrow{
	display: inline-block;
	vertical-align: middle;
	color: #1f347a;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin-top: -10px;
}

/*------------------------------
  画像付き吹き出し(会話)
------------------------------*/
/* 吹き出し 全体*/
.talking {
      margin-bottom:2em;
      position:relative;
}

.talking:before , .talking:after {
      clear:both;
      content:"";
      display:block;
}

/*アイコン*/
.talking figure {
      width:60px;     /*アイコンの横幅*/
      height:60px;    /*アイコンの縦幅*/
}

.talking-left_icon {
      float:left;
      margin-right:20px;    /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
      float:right;
      margin-left:20px;    /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
      width:100%;
      height:100%;
      margin:0;
      border:2px solid #aaa;
      border-radius:50%;    /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption ,
.talking-right_icon figcaption {
      padding:2px 0 0;
      font-size:12px;
      text-align:center;
}

/*吹き出しのセリフ部分*/
.talking-left , .talking-right  {
      position:relative;
      padding:10px;
      border-style:solid;    /*枠線の線種*/
      border-radius:10px;    /*セリフを入れる部分の角丸*/
      max-width: calc(100% - 80px);
}

.talking p {
      margin:0;
}

.talking p :last-child {
      margin:0;
}

/*---左の吹き出し---*/
.talking-left {
      float:left;
      border-width:2px;         /*枠線の太さ*/
      border-color:#ffced5;   /*枠線の色*/
      background:#ffced5;    /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-right: 10px solid #ffced5;  /*三角の線になる部分*/
      top: 15px;
      left: -22px;
}

.talking-left:after {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-right: 10px solid #ffced5;
      top: 15px;
      left: -19px;
}

/*---右の吹き出し---*/
.talking-right {
      float:right;
      border-width:2px;      /*枠線の太さ*/
      border-color:khaki;    /*枠線の色*/
      background:khaki;    /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-left: 10px solid khaki;  /*三角の線になる部分*/
      top: 15px;
      right: -22px;
}

.talking-right:after {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-left: 10px solid khaki;
      top: 15px;
      right: -19px;
}
/*------------------------------
  用語集アコーディオン
------------------------------*/

.accordion-002 {
	max-width: 100%;
	margin-bottom: 7px;
	border: 1px solid #333333;
	border-radius: 3px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23333333%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
}



.youtube iframe {
	width: 500px;
	height: 281px;
}

.top_main_box{
	margin-bottom: 64px;
}


.cp{
	display: flex;
	max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
	border: 1px solid #9b9b9b;
}

.cp_cnt{
	margin-bottom: 8px;
}

.cpimg{
	width: 60%;
	display: flex;
}
.cpimg img{
	height: 100%;
}

.cpimg img:hover{
	opacity: 0.8;
}

#Container_n .subpage_Container .cpcont{
	padding-left: 24px;
	padding-top:16px;
	padding-bottom:16px;
	font-size: 15px;
	display: flex;
  flex-direction: column;
	font-feature-settings: "palt";
  align-items: end;
  justify-content: space-between;
}

.cp_detail a{
	border: 2px solid #333;
	padding: 4px 20px;

	display: inline-block;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	margin-top: 8px;
	color: #333 !important;
	box-sizing: border-box;
}

.cp_detail a:hover{
	background-color: #333;
	color: white !important;

}

#Container_n h2.title_endingcp{
	font-size:24px;
}

.ending_cp{
	margin-top: 100px;
	background-color: #f7f7f7;
	padding-top: 24px;
	padding-bottom: 32px;
	text-align: left;
}

.ending_cp_inner{
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.ending_cpbox{
	margin-top: 32px;
	ul{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		justify-content: space-between;
	}
}


.ending_cp_priod a{
	background-color: #003085;
	color: white !important;
	text-decoration: none;
	border-radius: 4px;
	font-size: 24px;
	width: 200px;
	display: block;
	text-align: center;
	padding: 8px 24px 8px 24px;
	&:hover{
		opacity: 0.8;
	}
}

.brand_detail{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 36px;
    text-align: center;
	margin-top: 12px;
	margin-bottom: 40px;
}

.brand_detail li a{
    display: block;
    margin-top: 20px;
    width: 280px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    background-color: #caa451;
    border-radius: 7px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.compare_table{
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.compare_table tr td{
	padding: 10px;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 15px;
}

.compare_table tr th{
	vertical-align: middle;
}

.compare_div p{
	margin-top: 12px;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cfdstudy_charm{
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	div{
		border: 1px solid #cecece;
		border-radius: 24px;
		padding: 16px;
	}
}


.colorbtn-area .which_brand{
	padding: 10px;
}

.which_brand_select{
	display: flex;
	gap: 20px;
	padding-left: 10px;
}
.which_brand_select li a{
	transition: color 0.3s, background-color 0.3s;
	color: #003085 !important;
    background-color: white;
	border: 1px solid #003085;
	text-decoration: none;
	padding: 10px;
	border-radius: 32px;
	&:hover{
		color: white !important;
		background-color: #003085;
	}
}

.spc_example_openbtn{
	background-color: #3a6dff;
	border-radius: 32px;
	padding: 16px;
	text-align: center;
	width: 300px;
	color: white;
	user-select: none;
	&:hover{
		cursor: pointer;
	}
}

.spc_example{
	user-select: none;
}

.spc_example_openbtn .lioncfd_download_btn_exe .download_icon {
    position: absolute;
    height: 30px;
    top: -2px;
    left: -1px;
}

.rules_switch{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
	a{

		border-radius: 32px;
		width: 100%;
		text-decoration: none;
		display: block;
	}

}

.rules_switch_reva{
	transition: all 0.3s;
	background-color: #69bb00;
	color: white;
	font-weight: bold;
	padding: 14px;
	border-radius: 32px;
	border: 2px solid #69bb00;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	&::before{
		content: "";
		margin-left: 0.5em;
		margin-right: 0.5em;
		display: inline-block;
		border-style: solid;
		border-width: 0.5em 0 0.5em 0.865em;
		border-color: transparent transparent transparent #fff;
		transform: translateY(0.1em) scale(0.8) rotate(90deg);
	}
	&:hover{
		cursor: pointer;
		background-color: white;
		color: #69bb00;
		border: 2px solid #69bb00;
		box-sizing: border-box;
		&::before{
			border-color: transparent transparent transparent #69bb00;
		}
	}
	}



.rules_switch_los{
	background-color: #fda237;
	color: white;
	font-weight: bold;
	padding: 14px;
	border-radius: 32px;
	border: 2px solid #fda237;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	&::before{
		content: "";
		margin-left: 0.5em;
		margin-right: 0.5em;
		display: inline-block;
		border-style: solid;
		border-width: 0.5em 0 0.5em 0.865em;
		border-color: transparent transparent transparent #fff;
		transform: translateY(0.1em) scale(0.8) rotate(90deg);
	}
	&:hover{
		cursor: pointer;
		background-color: white;
		color: #fda237;
		border: 2px solid #fda237;
		box-sizing: border-box;
		&::before{
			border-color: transparent transparent transparent #fda237;
		}
	}
}


.charm_title{
	display: flex;
	align-items: center;
	justify-content: center;
}


.stock_index_ul li{
	display: flex;
	gap: 10px;
	align-items: center;
	p{
		margin-top: 10px;
	}
}

.stock_index_ul_p{
	border: 2px solid #cecece;
	width:140px;
	text-align: center;
	border-radius: 32px;
}

.reason_tablebox2_text{
	margin-top: 4px;
	font-size: 13px;
}

#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08,#link09,#link10,#link11,#link12,#link13,#link14,#link15{
	scroll-margin-top: 80px; 
	padding-top: 20px;
	padding-bottom: 20px;
}

#link_reva{
	padding-top: 40px;
}

#link_los{
	padding-top: 40px;
}

.mainpt50{
	padding-top: 50px !important;
}

.whatthing_table{
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

.cfd_title{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	background-color: #ffedb5;

}

.cfd_item{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	gap: 10px;
}

.cfd_item li{
	border-right: 1px solid #cecece;
	padding-top: 12px;
	padding-bottom: 12px;
		padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}

.cfd_fact{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	gap: 10px;
	background-color: #f8f7f7;
}


.cfd_fact li{
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}

.cfd_merit{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	gap: 10px;
}

.cfd_merit li{
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;
	line-height: 1.5;
	text-align: left;
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cfd_howmach{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	gap: 10px;
	background-color: #f8f7f7;
}

.cfd_howmach li{
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;


}

.cfd_items{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	gap: 10px;
}

.cfd_cash{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	gap: 10px;
	background-color: #f8f7f7;

}

.cfd_fitloss{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	gap: 10px;
}

.cfd_tradetime{
	display: grid;
	grid-template-columns: 64px 1fr 1fr 1fr;
	gap: 10px;
	background-color: #f8f7f7;
}

.cfd_pl{
	display: grid;
	grid-template-columns: 64px 1fr ;
	gap: 10px;
}

.cfd_pl li{
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}

.cfd_fitloss li{
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}

.cfd_tradetime li{
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;

				     display: flex;
    justify-content: center;
    align-items: center;
	    flex-direction: column;
}

.cfd_cash li{
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;
			     display: flex;
    justify-content: center;
    align-items: center;
	    flex-direction: column;
}

.cfd_items li{
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
	box-sizing: border-box;
}


.cfd_title li{
	padding: 20px 4px;
	border-right: 1px solid #cecece;
		padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	height: 60px; /* sp修正　*/
    line-height: 36px; /* sp修正　*/
}

.whatthing_table ul li:first-child{
	 writing-mode: vertical-rl;
	     border-left: 1px solid #cecece;
		 text-align: left;
		     display: flex;
    justify-content: center;
    align-items: center;
}

.cfd_item_text{
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	padding-left:16px;
	padding-right: 16px;
	box-sizing: border-box;
}

.cfd_items li p{
	margin-top: 12px;
}

.cfd_items li a{
	text-decoration: none;
	display: block;
	background-color: #053668;
	color: white;
	border-radius: 24px;
	padding:8px 0px;
}

.cfd_items li img{
	vertical-align: middle;
}

.whatthing_table_title{
	font-size: 21px;
	font-weight: bold;
	text-align: left;
}

.what_cfd_p{
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}
.cfd_merit_p{
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

.whatthing_table_title span{
	 writing-mode: horizontal-tb;
}

.whatthing_table_title_c{
	line-height: 1 !important;
}

.cfd_fitloss_title{
	font-size: 15px;
	font-weight: bold;
}

.cfd_fitloss_move{
	background-color: #206ab7;
	padding: 8px 0px;
	font-size: 18px;
	color: white;
}

.cfd_fitloss_aj{
	background-color: #ff6a10;
	padding: 8px 0px;
	font-size: 18px;
	color: white;
}

.cfd_fitloss_fj{
	background-color: #3ab000;
	padding: 8px 0px;
	font-size: 18px;
	color: white;
}

.cfd_fitloss_yj{
	background-color: #ff3569;
	padding: 8px 0px;
	font-size: 18px;
	color: white;
}

.cfd_fitloss li p{
	margin-top: 8px;
}

.cfd_cash_yen{
	font-size: 20px;
	margin-bottom: 10px;
}

.cfd_cash_margin a{
	background-color: #303030;
	padding: 6px 32px;
	padding-bottom: 8px;
	color: white;
	border-radius: 24px;
	text-decoration: none;
	display: block;
	margin-top: 24px;
}

.cfd_howmach_stock{
	font-size: 18px !important;

}

.cfd_dato{
	background-color: #0952b6;
	color: white;
	display: inline-block;
	padding: 8px 20px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-top: 12px;
}

.cfd_meigara{
	font-size: 20px;
	margin-top: 8px;
	font-weight: bold;
}

.cfd_meigara_cash{
	font-size: 20px;
	margin-top: 8px;
	background-color: #fff4c2;
	padding: 6px 44px;
	border-radius: 24px;
	display: inline-block;
	font-weight: bold;
}

.cfd_meigara_can{
	font-size: 20px;
	font-weight: bold;
	margin-top: 8px;
}

.cfd_meigara_caution{
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
	line-height: 1.5;
}

.cfd_tradetime_hour{
	font-size: 20px;
	margin-bottom: 4px;
}

.cfd_tradetime_hourtime{
	font-size: 13px;
	margin-top: 4px;
}


.what_cfd_flex{
	display: flex;
	p{
		padding-left: 0px;
		padding-right: 0px;
	}
}

.gold_block{
	display: flex;
	align-items: center;
}

.gold_block .buy{
	background-color: #619ae7;
	color: white;
	font-size: 20px;
	padding: 20px 4px;
    text-align: center;
}

.sankaku{
	  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #87CEFA; 
  margin-left: 20px;

}

.cfd_pl_flex{
	display: flex;
	margin-top: 20px;
	text-align: left;
}

.scroll-offset {
  scroll-margin-top: 80px;
}

#cfd_items {
  scroll-margin-top: 60px;
}


.cfd_pl_flex_green{
	border: 2px solid #3ab000;
	background-color: #d3ff9b;
}

.cfd_pl_flex_green h4{
			background-color: #3ab000;
		color: white;
		display: inline-block;
        padding: 6px 12px;
		font-size: 20px;
}

.cfd_pl_flex_orange{
	border: 2px solid #ff6a10;
	background-color: #fff5d7;

}

.cfd_pl_flex_orange h4{
		background-color: #ff6a10;
		color: white;
				display: inline-block;
        padding: 6px 12px;
		font-size: 20px;
	}

.cfd_pl_flex_pink{
	border: 2px solid #ff3569;
	background-color: #fce5e8;

}

.cfd_pl_flex_pink h4{
		background-color: #ff3569;
		color: white;
				display: inline-block;
        padding: 6px 12px;
		font-size: 20px;
	}

.cfd_pl_flex_text{
	padding: 10px;
	line-height: 1.4;
}

.cfd_pl_flex_image{
	padding: 10px;
}

.passkey_schedule_div_period span{
	display: block;
}


.passkey_important{
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding:12px;
	box-sizing: border-box;
	border: 3px solid #4ea7f8;
	background-color: #feffe9;
	margin-bottom: 24px;
	margin-top: 24px;
}

.passkey_important_title{
    font-size: 1.3rem;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 4px;
    font-weight: bold;
    background: red;
}

.passkey_important_text{
	text-align: left;
	line-height: 1.4;
	margin-top: 12px;
}

.passkey_schedule_div{
	display: grid;
	grid-template-columns: 15% auto;
	align-items: center;

	border: 3px solid cornflowerblue;
}

.passkey_schedule_div_red{
	border: 3px solid rgb(237, 100, 100);
}

.passkey_schedule_div_period{
background-color: #e6effa;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.passkey_schedule_div_period_red	{
	background-color: #ffc6c6;
}


.passkey_schedule_div_release{
    padding-left: 20px;
    color: #3a63ad;
    font-size: 1.2rem;
    font-weight: bold;
}

.passkey_schedule_div_release_red{
	color: #ad3a3a;
}


.passkey_schedule_div_release_text{
	font-size: 0.9rem;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}

.release_month{
	font-size: 1.2rem;
    font-weight: bold;
}

.passkey_schedule_arrow{
	margin-left: 52px;
	margin-top: 8px;
}

.passkey_oe_table{
	margin-top: 12px;
	width: 100%;
}


.passkey_oe_table th,.passkey_oe_table td{
padding: 12px;
vertical-align: middle;
	border: 1px solid #b1b1b1;
}

.passkey_oe_table th{
	background-color: #3475da;
	color: white;

}

.passkey_what ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 24px;
}

.passkey_what ul li{
	text-align: center;
}
@media screen and (min-width: 767px) {
.cfd_items li {

    padding-top: 24px;
    padding-bottom: 24px;

}

	.whatthing_table_title span{

	writing-mode:vertical-rl !important;

}

.cfd_sp_title{
	display: none !important;
}

	.whatthing_table_title span .sp_border_non{
		writing-mode:horizontal-tb !important;
	}
}

.passkey_menu_list{
display: grid;
grid-template-columns: 1fr 1fr;
font-size: clamp(13px, 3vw, 16px);
gap: 8px;
max-width: 980px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.passkey_menu p a{
	border: 1px solid #ddd;
	text-decoration: none;
	color: #333 !important;
	display: block;
	padding: 10px;

	font-weight: bold;
  position: relative;

  padding: 12px 24px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;

}

.passkey_menu p a::before{
	
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3fa9f5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;

}

.passkey_menu p a:hover{
	color: white !important;
}

.passkey_menu p a:hover::before{
	transform: scaleX(1);

}

.passkey_menu{
	margin-bottom: 40px;
}


.passkey_qa{
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 8px;
}

#required,#certification,#merit,#qa{
	scroll-margin-top: 64px;
}

.merit{
	display: flex;
}

.merit_img{
	width: 24%;
	text-align: center;
}

.check_img{
	margin-left: -4px;
}
.check_img img{
vertical-align: super;
}

.merit_title{
	font-weight: bold;
	font-size: 1.2rem;
}

.merit{
	border-bottom: 1px dashed #a5a5a5;
	padding-top: 10px;
}

.merit_text{
	margin-top: 16px;
	width: 76%;
}


.passkey_lasttext{
	font-weight: bold;
	text-align: center;
	margin-top: 24px
}

.passkey_schedule_div_release_span{
	display: block;
}

.passkey_schedule_div_release2{
	padding-top: 10px;
	padding-bottom: 10px;
}

.passkey_schedule_div_period2{
padding-top: 42px;
  padding-bottom: 42px;
}


.passkey_schedule_div_release_login2{
	display: block;
	/* background-color: #feffe9;
	margin-right: 10px;
	padding: 10px; */
	line-height: 1.4;
	margin-top: 4px;
}

.passkey_accordionbox_inner_title{
	line-height: 1.4;
	font-size: 1.3rem;
}

.passkey_accordionbox_feature_detaillink{
	margin-right: 16px;
	width: 70%;
	margin-right: auto;

}

	.passkey_accordionbox_inner_title_p01{
		margin-right: 16px;
	}


	.appqr_left{
		margin-right: 64px;
	}

	.cfd5_icon{
		width: 64px;
	}


	.app_cfd5_iphone{
		font-size: clamp(11px,4vw,1rem);
		font-weight: bold;
		margin-right: 72px;
	}

	.app_cfd5_android{
		font-size: clamp(11px,4vw,1rem);
		font-weight: bold;
	}

	.passkey_pagelink{
border: 2px solid red;
  background-color: #feffe9;
  display: inline-block;
  color: red;
  padding: 16px 8px;
    padding-top: 16px;
  padding-top: 18px;
  max-width: 1000px;
  width: 80%;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
	}

	.passkey_pagelink_span{
background-color: red;
    border-radius: 8px;
    padding: 3px 10px;
    color: white;
    margin-right: 10px;
	}

	.passkey_menu_list_last a{
		max-width: 980px;
  		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
	}

	.passkey_tips{
		font-size: 1.3rem;
	}

	
header{
	background-color: white !important;
}

.logo{
	max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}


@media screen and (min-width:1000px){

	body{
		background-color: #d4ebff;
	}
	.wrapper{
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	padding-left: 24px;
  padding-right: 24px;
}
}