@charset "UTF-8";

*{
  margin:0;
  padding:0;
}

body {
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

@font-face {
	font-display: swap;
	font-family: noto-sans-regular;
	src: url(../font/NotoSansJP-Regular.woff2);
}

@font-face {
	font-display: swap;
	font-family: noto-sans-bold;
	src: url(../font/NotoSansJP-Bold.woff2)
}


.title_label_line{
	position: relative;
  display: inline-block;
  overflow: hidden;

}

.line_text{
	position:relative;
	z-index: 1000;
}

.line {
  position: absolute;
  left: 0;
  top: 65%;
  width: 100%;         
  height: 68px;              
  background: #111;
  transform: translateY(-50%) skewX(-15deg) scaleX(0) translateX(20px); 
  transform-origin: right center; 

  /* --final-scale: 0.22; javascriptで調整する*/

  z-index: 1;
}

.line.active{
  animation: lineAnim 1.6s cubic-bezier(.2,.8,.2,1) forwards;
}



@keyframes lineAnim {
  0% {
    transform-origin: right center;
    transform: translateY(-50%) translateX(-2%) skewX(-15deg) scaleX(0);
  }
  60% {
    transform-origin: right center;
    transform: translateY(-50%) translateX(-2%) skewX(-15deg) scaleX(1);
  }

  61% {
    transform-origin: left center;
    transform: translateY(-50%) translateX(-2%) skewX(-15deg) scaleX(1);
  }
  100% {
    transform-origin: left center;
    transform: translateY(-50%) translateX(-2%) skewX(-15deg) scaleX(var(--final-scale));
  }
}

.title_label_now{
	margin-left: -340px !important;
}


ul li{
	list-style-type: none;
}
img{
	max-width: 100%;
	height: auto;
}

.indent_c{
	margin-left:2.4em;
	text-indent:-2.6em;
}
.indent_d{
	margin-left:2.4em;
	text-indent:-3.6em;
}

.marker{
	background: linear-gradient(transparent 70%, #ffff66 70%);
    font-weight: bold;
}

body{
	font-family: noto-sans-regular, "ヒラギノ角ゴ Std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","a-otf-gothic-bbb-pr6n", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.color_gold{
	color: #9c8341;
}

.color_silver{
	color: #828282;
}



.youtube {
	width: min(100%,1000px);
	margin-left: auto;
	margin-right: auto;
  }

.youtube p{
	font-family: noto-sans-regular;
	  font-size: clamp(16px, 5vw, 20px);
	  margin-top: 40px;
}
  .youtube iframe {
	width: 100%;
	height: 100%;
  }

.youtube div{
	display: flex;
	gap: 20px;
}

header{
	width: 100%;
	background-color: #fdfdfd;
	padding: 15px 0;
	position: fixed;
	z-index: 9999;
}
.headerinner{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.account a{
	background-color: #007ab7;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	padding: 6px 30px;
	border: 1px solid #007ab7;;
	transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
	font-family: noto-sans-regular;
}

.account a:hover{
	border: 1px solid #007ab7;
	background-color: white;
	color: #007ab7;
}

.hero{
width: 100%;
background-image: url(../img/topbg.jpg);
background-repeat: no-repeat;
background-position: center;
padding-top: 60px;
background-size: cover;
}

.heroinner{
	position: relative;
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

.heroexplain{
	width: 480px;
	height: 548px;
	position: absolute;
	top: 18px;
    right: 30px;
	line-height: 1.4;
	background-color: #00cdde;
}

.hero_lioncfd{
	margin-top: 24px;
	margin-left: 48px;
}

.hero_icon{
	display: flex;
	justify-content: center;

}
.hero_icon li{
	margin-left: 5px;
	margin-right: 5px;
}



.hero_icon1{
	margin-top: 14px;
}


.account_area{
	margin-top: 48px;
	background-color: #ededed;
	padding-bottom: 30px;
}

.account_area2{
	background-color: white;
}

.account_area_inner{
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.account_text{
	text-align: center;
	font-family: noto-sans-bold;
	font-size: 28px;
	padding-top: 32px;
	color: darkslategray;
}

.account_text span{
	font-size: 2.4rem;
	color: orangered;
}
.account_btn{
	text-align: center;
	padding-bottom: 48px;
}
.account_btn a{
	font-family: noto-sans-bold;
	background-color: #007ab7;
	color: white;
	text-decoration: none;
	padding: 32px 64px;
	border-radius: 64px;
	border: 2px solid #007ab7;
	box-sizing: border-box;
	font-size: 48px;
	display: block;
	margin-top: 24px;

	transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.account_btn a:hover{
	background: none;
    opacity: 1;
	border: 2px solid #007ab7;
	box-sizing: border-box;
	color: #007ab7;
}
.tieup_area {
	width: 100%;
	margin-bottom: 50px;
}
.tieup_pic_area {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tieup_pic_area a {
	font-family: noto-sans-bold;
	background-color: #007ab7;
	color: white;
	text-decoration: none;
	border-radius: 15px;
	border: 2px solid #007ab7;
	box-sizing: border-box;
	font-size: x-large;
	display: block;
	margin-top: 24px;
	transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
	width: 46%;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
	text-align: center;
}

.tieup_pic_area a:hover{
	background: none;
    opacity: 1;
	border: 2px solid #007ab7;
	box-sizing: border-box;
	color: #007ab7;
}

.woman_image{
	vertical-align: bottom;
}

.title_label{
	font-family: noto-sans-bold;
	text-align: center;
	  font-size: clamp(16px, 5vw, 54px);
    padding-top: 40px;
    padding-bottom: 8px;
	margin-top: 80px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-feature-settings: "palt";

}

.platform .title_label{
	font-size: 58px;
	line-height: 1.1;
	margin-top: 0px;
	text-align: left;
}


.title_label_platform{
	font-feature-settings: 'palt';
    line-height: 1.3;
}

.tool_img{
	width: calc(100% - 4rem);
}

.platform_explain_tool{
	padding: 0px;
	width: 100%;
}

.platform_inner{
	max-width: 1100px;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.platform_area{
	width: 50%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.platform_items{
	display: grid;
	margin-top: 40px;
	justify-items: center;
}

.platform_box{
	/* display: grid;
	grid-template-columns: 1fr 1fr; */
	display: flex;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	padding-bottom: 30px;
}

.lioncfdlogo img{
	width: 100%;
}

.title_label p{
	padding-bottom:8px;
}
.bland{
	padding-top: 4px;
	margin-bottom: 30px;
}

.basic{
    padding-top: 4px;
}

.basic_copy{
	text-align: center;
	font-size: 30px;
	font-family: noto-sans-regular;
	margin-top: 64px;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}


.basic_text{
	font-family: noto-sans-regular;
	margin-top: 54px;
	line-height: 1.8;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.basic_inner1{
	max-width: 1100px;
	width: 100%;

	margin-left: auto;
	margin-right: auto;
}

.basic_pic_area {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	gap: 20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.basic_pic_area div{
	width: 50%;
	  font-size: clamp(16px, 5vw, 20px);
	  	font-family: noto-sans-regular;
}
.topu {
	padding-top: 40px;
}
.topu_inner1 {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.topu_pic_area {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.campaign {
	padding-top: 40px;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.campaign_copy {
	text-align: center;
	font-size: 30px;
	font-family: noto-sans-regular;
	margin-top: 64px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.campaign_inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}


.campaign_inner p img{
	width:500px;
	margin-top: 20px;
	vertical-align: bottom;
}



.campaign_btn{
display: inline-block;
  padding: 20px 40px;
  border-radius: 64px;
  background: #ff5b52;
  color: black;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 0 #b6453f;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 36px;
  left: 45px;

}

.campaign_btn_detail {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
  color: white;
}

.campaign_btn:hover {
  transform: translateY(4px);       
  box-shadow: 0 2px 0 #b6453f;      
}


.campaign_pic_area {
	font-family: noto-sans-regular;
	margin-right:20px;
	gap: 20px;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}

.campaign_pic_area div{
	background-color: #e9e3df;
	width: 48%;
	padding: 20px;
	font-size: clamp(16px, 5vw, 19px);
	box-sizing: border-box;
}
.mauto{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.title_label_reason{
	color: white;
	margin-top: 0px;
	text-shadow: 2px 2px 4px black;
}

.title_label_left{
	text-align: left;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	box-sizing: border-box;
}

.mauto table {
	width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    margin: 30px auto 32px auto;
}

.mauto table tr th {
	padding: 16px 20px;
	background-color: #f1f1f1;
	color: #394757;
	vertical-align: middle;
}

.mauto table tr td {
    padding: 16px 16px;
    border: 1px solid #d9d9d9;
	background-color: white;
}

.mauto_title{
	font-family: noto-sans-bold;
	font-size: 24px;
	text-align: center;
	margin-top: 64px;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.attention{
	font-size: 13px;
}

.platform_items h4{
	font-family: noto-sans-bold;
	font-size: 40px;
}

.platform_items_text{
	font-family: noto-sans-regular;
	line-height: 1.6;
	margin-top: 12px;
	font-size: 16px;
}

.platform_explain{
	width: 100%;
	background-color: white;
	padding: 8px 32px;
	box-sizing: border-box;
	border-radius: 12px;
}

.platform_detail a{
	text-decoration: none;
	color: black;
	border: 1px solid black;
	padding: 8px 32px;
	border-radius: 24px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	margin-top: 12px;
	margin-left: 300px;
	transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.platform_detail a:hover{
	border: 1px solid #007ab7;
	background-color: #007ab7;
	color: white;
}

.platform_images{
	width: 50%;
	text-align: center;
	position: relative;
}



.platform_images::after{
	content: "";
    position: absolute;
    right: 75px;
    top: 45%;
	width: 32px;
    height: 33px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
	cursor: pointer;
}

.platform_images::before{
    content: "";
    position: absolute;
    left: 72px;
    top: 46%;
	width: 32px;
    height: 33px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(225deg);
    cursor: pointer;
}

.feature{
	margin-top: 120px;
	margin-bottom: 120px;
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../img/cfd_bg.jpg);
	background-size: contain;
	background-size: cover;
}

.feature_area{
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.feature_item_box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: center;
}

.feature_area_item{

	box-sizing: border-box;
	width: 94%;
	margin-top: 32px;

}

.feature_area_item img{
	border: 8px solid white;
	border-radius: 24px;
	box-sizing: border-box;
}

.feature_area_item h5{
	font-family: noto-sans-bold;
	font-size: 25px;
	color: darkslategray;
	text-align: center;
	padding: 20px;
}

.feature_area_item h5 span{
	font-size: 32px;
	color: orangered;
}

.feature_icon{
	text-align: center;
}



.feature_explain{
	font-family: noto-sans-regular;
	padding: 20px;
	font-size: 16px;
}

a.feature_more {
	font-family: noto-sans-bold;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	font-size: 19px;
	padding: 8px 64px;
	border-radius: 48px;
	text-align: center;
	display: block;
	text-align: center;
	background-color: #007ab7;
	border: 1px solid #007ab7;
	color: white;
	text-decoration: none;
	margin-bottom: 24px;
	transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}

a.feature_more:hover{
	border: 1px solid #007ab7;
	color: #007ab7;
	background-color: white;
}


.amount_inner{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.amount_text{
	margin-top: 24px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-family: noto-sans-regular;
	line-height: 1.6;
	margin-bottom: 24px;
}

.amount_pic_area{
	margin-top: 24px;
	display: flex;
	justify-content: center;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	gap: 20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.amount_pic_area div{
width: 50%;
  font-size: clamp(16px, 5vw, 20px);
  font-family: noto-sans-regular;
}


.amount_copy {
	text-align: center;
	font-size: 30px;
	font-family: noto-sans-regular;
	margin-top: 64px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}


.campaign_inner_text{
	background-color: #ff3e3e;
	color: white;
	font-family: noto-sans-bold;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	  font-size: clamp(16px, 5vw, 40px);
	padding-top: 8px;
	padding-bottom: 8px;

}

.are_you_ready{
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}



.cost0{
	background-image: url(../img/cost_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.cost0_inner{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.cost0_text{
	margin-top: 24px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-family: noto-sans-regular;
	line-height: 1.6;
	margin-bottom: 24px;
}

.cost0 p{
	text-align: center;
}

.cost0 p img{
	vertical-align: bottom;
}

.cost0_text{
	margin-top: 20px;
	font-size: 18px;
	font-family: noto-sans-regular;
	margin-right: auto;
	margin-left: auto;
}

.brand_text{
	margin-top: 20px;
	font-size: 18px;
	font-family: noto-sans-regular;
}

.brand_inner{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.brand_image{
	margin-top: 24px;
}


.brand_stockindex{
	text-align: center;
	font-size: 48px;
	font-family: noto-sans-bold;
	color: #007eb9;
	margin-top: 64px;
}


.brand_stockindex_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2% 2%;
	margin-top: 24px;
	padding-right: 10px;
	padding-left: 10px;
}
.brand_stockindex_list p{
	font-size: 90%;
}

.brand_stockindex span{
	margin-left: 8px;
}


.brand_stockindex_sub{
	text-align: center;
	font-family: noto-sans-bold;
	color: #007eb9;
}



.basic_text{
	margin-top: 20px;
	font-family: noto-sans-regular;
}

.basic_inner{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.basic_image{
	margin-top: 24px;
}


.support_image{
	text-align: center;
}
.support_copy {
	text-align: center;
	font-size: 30px;
	font-family: noto-sans-regular;
	margin-top: 64px;
	margin-bottom:20px;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}


.support_text{
	max-width: 1100px;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-family: noto-sans-regular;
	margin-bottom: 50px;
}


.support_inner p img{
	vertical-align: bottom;
}
.support_pic_area {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.trust_image{
	text-align: center;
}
.trust_copy {
	text-align: center;
	font-size: 30px;
	font-family: noto-sans-regular;
	margin-top: 64px;
	margin-bottom:20px;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}


.trust_text{
	max-width: 1100px;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-family: noto-sans-regular;
	margin-bottom: 50px;
}


.trust_inner p img{
	vertical-align: bottom;
}
.trust_pic_area {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}


.tool{
	background: #f0f4f7;
}
.tool_copy {
	text-align: center;
	font-size: 30px;
	font-family: noto-sans-regular;
	margin-top: 64px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.tool_title{
	margin-top: 32px;
}

.tool_inner{
	width: 100%;
	/* max-width: 1100px; */
	margin-left: auto;
	margin-right: auto;
}

.tool_explain{
	font-size: 18px;
	font-family: noto-sans-regular;
	margin-top: 24px;
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.toolpc_title{
	font-size: 44px;
	font-family: noto-sans-bold;
	font-feature-settings: "palt";
	display: inline-block;
	background: linear-gradient(transparent 70%, #ffff66 70%);
}
.toolpc_title2 {
	font-size: 44px;
	font-family: noto-sans-bold;
	font-feature-settings: "palt";
	display: inline-block;
}


.cfdc2_img{
	width: 86%;
}

.toolpc_text{
	margin-top: 32px;
	font-size: 22px;
	font-family: noto-sans-regular;

	line-height: 1.8;
}

.toolpc_title span{
	font-size: 22px;
}

.toolsp_text1{
	font-family: noto-sans-bold;
	font-size: 18px;
	margin-top: 8px;
}

.trading_tools{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	align-items: center;
}

.trading_tool_pc{
	margin-left: 24px;
	width: 50%;
}
.trading_tool_sp{
	margin-right: 24px;
	width: 50%;
}

.trading_tool_sp_text{
	width: 530px;
}

.flow_inner{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	gap: 0px 64px;
}
.flow_explain{
	line-height: 1.3;
	margin-top: 8px;
	display: flex;
    justify-content: center;
}
.flow_explain span{
	font-family: noto-sans-bold;
	font-size: 1.4rem;
	color: orangered;
}

.flow_explain_detail{
	margin-top: 8px;
	font-family: noto-sans-regular;
}

.flow_item_check{
	margin-left: -32px;
	margin-right: 24px;
}

.flow_item_start{
	margin-left: -32px;
}

.flow_step{
	font-family: noto-sans-bold;
	font-size: 20px;
	color: #007ab7;
    margin-bottom: 12px;
	text-align: center;
}

.flow_item_pic{
	text-align: center;
}

.flow_step span{
	font-size: 24px;
}



.company_inner{
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-top: 64px;
	align-items: center;
	justify-content: space-between;
}


.risk{
	text-align: center;
	margin-top: 54px;
	max-width: 1100px;	
	width: 100%;	
	margin-left: auto;	
	margin-right: auto;
}

footer{
	background-color: #eee;
	margin-top: 40px;
}
.copy{
	text-align: center;
	color: #57503f;
	padding: 10px 0;
	font-size: 0.8rem;
}

.risktext{
	font-size: 16px;
	text-align: left;
	line-height: 150%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: noto-sans-regular;
	padding: 5px;
}
.flow__item-check{
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 25px;
	border-radius: 20px;
	font-weight: 600;
	font-family: noto-sans-bold;
}

.flow__item-check.red{
	background-color: #ff4040;
	padding: 75px 0px;
	margin-top: 30px;
}

.flow__item-check.blue{
	background-color: #1fb3ff;
	padding: 25px 0px;
	margin-top: 30px;
}

.dpgray4{
	margin-top: 8px;
}
.brand .mauto .titles {
	font-size: medium;
	text-align: center;
	margin-top: 15px;
	text-decoration: underline;
}

.chuui {
	font-size:small;
	padding:15px;
}

.hero_sp {
	display:none;
}


.platform_detail{
	margin-bottom: 24px;
}
	
	


@media screen and (min-width:767px){
	

	.flow_explain_detail{
		display: flex;
		justify-content: center;
	}

}

@media screen and (max-width:1150px){
.line {
	display: none;
}

}

@media screen and (max-width:1115px){

	.campaign_btn {

  padding: 8px 30px;

  font-size: 30px;

  bottom: 36px;
  left: 40px;
}

.platform_detail a{
width: 200px;
}
	.ssp_non{
		display: none;
	}

	.trading_tools-text{
		width: 50%;
	}
	.toolpc_title{
		font-size: 28px;
	}
}

@media screen and (max-width:767px) {

.feature_area_item{
	width: 92% !important;
	margin-left: auto;
	margin-right: auto;
}

.campaign{
	padding-top: 0px;
}

.youtube{
	width: min(94%,1000px);
}

.feature_explain{
	padding: 12px;
}

.title_label_now{
	margin-left: 0px !important;
}
	

.hero_sp {
	display: block;
	position: relative;
	top: 50px;
	margin-bottom: 40px;
}


	.hero {
	display:none;
}

.chuui {
	margin-top:15px;

}

	.trading_tools-text{
		width: 100%;
	}


	.en_txt{
		letter-spacing: 0px;
	}

.tool_img {
    width: inherit;
}

.sp_non{
	display: none;
}
.sp_block{
	display: block;
}

.heroinner,.heroexplain{
position: static;
}
.heroinner{
	display: flex;
    flex-direction: column-reverse;
	padding-left: 8px;
    padding-right: 8px;
	padding-top: 8px;
    box-sizing: border-box;
}
.heroexplain{
	width: 100%;
	height: 490px;
	text-align: center;
}
.title_label h3{
	font-size: 1.8rem;
}
.toolpc_title{
	font-size: 1.5rem;
}
.toolpc_title2 {
	font-size: 1.5rem;
}
body .risktext,.feature_area_item,.trading_tool_sp_text {
width: 100%;
}
.headerinner,.flow_inner{
	display: flex;
}


.account_area{
	margin-top: 0px;
}
.account a{
	padding: 6px 8px;
    margin-right: 10px;
	font-size: clamp(14px, 2vw, 18px);
}
.account_btn{
	margin: 0 10px;
	box-sizing: border-box;
}
.account_btn a{
	font-size: 1.5rem;
	padding: 12px 40px;
}
.account_text{
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.account_text span{
	font-size: 2.1rem;
}
.bland_copy {
	font-size: 26px;
	margin-top: 40px;
}
.brand_text{
	padding: 0 10px;
}
.bland,.amount_text,.support_text,.tool_inner,.company_inner{
	padding: 0 14px;
	box-sizing: border-box;
}


.campaign_text{
	font-size: 16px;
}

.campaign_pic_area {
	flex-direction: column;
}

.campaign_inner p img{
	width:100%;
}

.platform_inner,.platform_box,.feature_item_box,.company_inner{
	display: block;
}
.platform .title_label{
	text-align: center;
	padding-top: 32px;
}
.platform_images,.platform_area{
	margin-top:60px;
	width: 100%;
}
.platform_detail a,.flow_step,.trading_tool_pc,.trading_tool_sp,.hero_lioncfd,.hero_p01,.hero_p02,.hero_p03{
	margin-left: 0;
	width: 100%;
}
.platform_items{
	margin-right: 10px;
	margin-left: 10px;
}

.platform_items h4 {
	font-size: 24px;
	text-align: center;
}
.platform_images::before{
	left:10px;
}
.platform_images::after{
	right: 10px;
}
.hero_p01{
font-size: 30px;
}

.hero_p02{
font-size: 72px;
}
.hero_p03{
font-size: 17px;
}
.trading_tools{
	flex-wrap: wrap;
}

.feature{
	margin-bottom: 0;
}

.trading_tools-text{
	order: 2;
}
.trading_tool_pc{
	order: 1;
}

.tool{
	padding-bottom: 50px;
}
.flow__item-check{
	margin: 0 auto;
	writing-mode: inherit;
}
.flow__item-check.red,.flow__item-check.blue{
	padding: 6px 35px;
	margin: 20px 40px;
	box-sizing: border-box;
	text-align: center;
    border-radius: 24px;
}
.flow_explain{
	margin: 20px 0;
	display: flex;
	justify-content: center;
}
.flow_explain_detail{
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.lionfx{
	margin-top: 50px;
}

.mauto p{
	padding:0 10px 0 10px ;
}



.mauto table tr th,.mauto table tr td {
	padding: 1%;
	vertical-align: middle;
}


.header_logo{
	max-width: 80%;
	vertical-align: middle;
}

.header_logo_p{
	width: 44%;
	margin-left: 8px;
	margin-top: -2px;
}

.hero{
	padding-top: 56px;
	background-size: cover;
}
.flow_step span{
	font-size: 42px;
	margin-left: 4px;
}
.flow_step{
	font-size: 32px;
}
.title_label_platform h3{
	font-size: 2.5rem;
    line-height: 1.2;
}
.feature_item_box{
	padding-left: 16px;
	padding-right: 16px;
}
.flow_inner{
	display: flex;
	flex-direction: column;
}

.bland_text {
	font-size: 16px;
	margin-top: 16px;
}

.risktext{
	box-sizing: border-box;
	padding: 10px;
}

.risk{	
padding-left: 16px;	
padding-right: 16px;	
box-sizing: border-box;	
}

.lioncfdlogo img{
	width: 90%;
}

.toolpc_text{
	font-size: 16px;
}

.basic_text{
	font-size: 16px;
	padding:0 10px;
}


.amount_text{
	font-size: 16px;
	padding:0 10px;
}
.support_text{
	font-size: 16px;
	margin-bottom: 32px;
}


.brand_stockindex_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 10px;
	padding: 5px;
}

.brand_stockindex_list p{
	margin: 10px;
}

.cost0_text {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 30px;
	padding:0 10px;
}


.platform_items_text{
	font-size: 14px;
}

.feature_explain{
	font-size: 16px;
}
.topu_pic_area {
	flex-flow: wrap row;
}

.amount_pic_area{
	flex-direction: column;
}
.basic_pic_area {
	flex-direction: column;
}
.tieup_pic_area {
	flex-direction: column;
}
.tieup_pic_area a {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.support_pic_area {
	flex-direction: column;
}
.trust_inner{
	padding:0 10px 0 10px;
}

.trust_text{
	font-size: 16px;
}

.trust_pic_area {
	flex-direction: column;
}


.tool_title{
	margin-top: 0px;
}
.title_label{
	margin-top: 8px;
	font-size: clamp(30px, 2.5vw, 18px);
}
.brand .brand_inner .brand_stockindex_list li img {
	max-width:100%;
}


.campaign_pic_area div{
	width: 96%;
        margin-left: auto;
        margin-right: auto;
}

.basic_pic_area div{
	width: 100%;
}

.amount_pic_area div{
	width: 100%;
}

}


@media screen and (min-width: 1030px) and (max-width: 1115px){

	.woman_image{
		margin-bottom: -42px !important;
		
	}
	}

	@media screen and (min-width: 1035px) and (max-width: 1115px){

		.woman_image{
			margin-bottom: -37px !important;
			
		}
		}

		@media screen and (min-width: 1050px) and (max-width: 1115px){

			.woman_image{
				margin-bottom: -34px !important;
				
			}
			}

		@media screen and (min-width: 1060px) and (max-width: 1115px){

			.woman_image{
				margin-bottom: -28px !important;
				
			}
			}
@media screen and (min-width: 1070px) and (max-width: 1115px){

	.woman_image{
		margin-bottom: -20px !important;
		
	}
	}


@media screen and (min-width: 1080px) and (max-width: 1115px){

.woman_image{
	margin-bottom: -15px !important;
	
}
}





@media print {
  /* 印刷専用のCSSを記述 */
  	.ssp_non{
		display: none;
	}

}
