@charset "UTF-8";

html,
body {
	height: 100%;
}

body>#container {
	height: auto;
	margin-right: auto;
	margin-left: auto;

}

#container {
	height: 100%;
	min-height: 100%;
	position: relative;
}

body {
	/* font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1;
	background-color: #fff;
	color: #535353;
	min-width: 1200px;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.img {
	text-align: center;
}


a:link {
	color: #1a77c5;
	text-decoration: underline;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

a:visited {
	color: #663366;
	text-decoration: none;
}

a[href*="tel:"] {
	cursor: default;
}

a.cboxElement{
    cursor: pointer;
}

p {
	margin-bottom: 1em;
}
strong {
  font-weight: inherit;
}
/*------------------------------------
レイアウト
------------------------------------*/
#container>section>.inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0px;
	position: relative;
}

#container>section>.inner>.step_number {
	position: absolute;
	top: 0;
	left: -104px;
}

#container>section>.inner>.sub_section:not(:last-child) {
	margin-bottom: 150px;
}

header {
	position: fixed;
    /* position: absolute; */
	top: 0;
	width: 100%;
	z-index: 10;
	border-bottom: solid 1px #dfdfdf;
	height: 60px;
    background-color: #fff;
}

header .inner .smp_menu_sw,
header .inner .smp_menu_img {
	display: none;
}

header .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	/* padding-top: 35px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.scrolled {
	background-color: #fff;
	/* border-bottom: solid 1px #dfdfdf; */
    position: fixed;
    transition: all 0.3s;
    
}

header.scrolled .inner {
	margin-top: 0;
	padding-top: 0;
	transition: padding-top 0.2s ease-in-out 0s;
}


header .inner .logo {
	width: 209px;
}

header .inner .global_nav{
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
header.scrolled .inner .global_nav{
	visibility: visible;
    opacity: 1;
}

header .inner .global_nav ul {
	display: flex;
}

header .inner .global_nav ul li:not(:last-child) {
	margin-right: 25px;
}

header .inner .global_nav ul li a:link,
header .inner .global_nav ul li a:visited {
	display: block;
	color: #535353;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;

	border-bottom: 3px solid transparent;
}

header .inner .global_nav ul li.active a:link,
header .inner .global_nav ul li.active a:visited {
	color: #1a9abe;
	position: relative;
}

header .inner .global_nav ul li.active a:after {
	content: "";
	width: 100%;
	display: block;
	color: #1a9abe;
	height: 3px;
	background-color: #1a9abe;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.header-account a{
    display: block;
    background: #ff8f00;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 5px;
}

#footerWrap {
	width: 100%;
	background: #f2f4f6;
	font-size: 16px;
	line-height: 20px;

}

#footerWrap #attention {
	margin: 10px auto;
	background: url(/g/img/beginner/attention.gif) no-repeat 10px 20px;
	background-size: 100px auto;
	padding: 55px 10px 10px 10px;
	width: 980px;
}

#footerWrap #attention dl {}

#footerWrap #attention dt {
	font-weight: bold;
}

#footerWrap #attention dd {
	margin-bottom: 10px;
	margin-left: 12px;
}

#footerWrap #attention a.textlink1 {
	font-size: 1.0em;
}

#footerWrap #attention2 {
	width: 980px;
	margin: auto;
	background: #f2f4f6;
	padding: 20px 0;
}

#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}

/*** PAGETOP ***/
#pagetop:hover::before {
  border: none;
}

.g-go-to-top {
	display: grid;
	place-content: center;
	position: fixed !important;
	color: #3c66b0;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
	background: #f2f5f8;
	transition: .25s ease 0s;
	transition-property: transform;
	transform: translateY(calc(100% + 20px));
}

.g-go-to-top:active,
.g-go-to-top:hover,
.g-go-to-top:visited {
	color: #3c66b0;
	outline-width: 0;
}

.c-hover-overlay.border¥:none::before {
	border: none;
}

.c-hover-overlay.round¥:full::before {
	border-radius: 100%;
}

/*.c-hover-overlay::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0);
	transition: .25s ease 0s;
	transition-property: border, background;
}*/

.c-hover-overlay:hover::before {
	border-color: #1a9abe;
	background: rgba(255, 255, 255, .3);
}

.g-go-to-top svg {
	transform: rotate(-90deg);
	width: 0.75em;
	height: 0.75em;
	font-size: 0.9em;
}

.u-screen-reader {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	margin: -1px
}


/*------------------------------------
汎用
------------------------------------*/
.account_wrap {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

.account_wrap a:link,
.account_wrap a:visited {
	width: 748px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	display: flex;
	position: relative;
	justify-content: center;
	padding: 40px;
	color: #fff;
	text-decoration: none;
	flex-wrap: wrap;
	font-size: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(122, 55, 0);
	border-radius: 80px;
	background-image: -moz-linear-gradient(90deg, rgb(255, 100, 0) 0%, rgb(255, 156, 40) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(255, 100, 0) 0%, rgb(255, 156, 40) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(255, 100, 0) 0%, rgb(255, 156, 40) 100%);
	box-shadow: 0px 4px #973800;
	-webkit-box-shadow: 0px 4px #973800;
}

.account_wrap a:after {
	content: "";
	display: block;
	background-image: url(../img/arrow_r.svg);
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.account_wrap a span.today {
	display: block;
	font-size: 24px;
	text-align: center;
	padding: 10px;
	width: 350px;
	color: #ff6900;
	background-color: #fff;
	position: absolute;
	top: -25px;
	border: solid 1px #7a3700;
	transform: skewX(-30deg);
	-webkit-box-shadow: 3px 3px #7A3700;
	box-shadow: 3px 3px #7A3700;
}

.account_wrap a span.today i {
	display: block;
	transform: skewX(30deg);
}

.account_wrap a span.today::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;

	bottom: -7px;
	border-top: 5px solid #7a3700;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;

}

.account_wrap a span.today::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0px;
	right: 0;
	margin: auto;
	bottom: -4px;
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.title_1>.attention_mark {
	font-size: 25px;
	font-weight: normal;
}

.attention_mark {
	font-size: 18px;
	font-weight: normal;
}

ul.attention_list_bracket {
	padding-left: 20px;
	padding-right: 20px;
}

ul.attention_list_bracket li {
	font-size: 14px;
	line-height: 24px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

ul.attention_list_bracket2 {
	margin-bottom: 80px;
	background: #f7f8f9;
	padding: 15px 15px 10px;
}

ul.attention_list_bracket2 li {
	font-size: 14px;
	line-height: 24px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

.title_1 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 80px;
    font-weight: bold;
	letter-spacing: 0.24em;
}

.title_1>strong,
.title_1>em {
	color: #1a9abe;
	font-weight: inherit;
}

.title_2 {
	font-size: 24px;
	text-align: center;
	color: #888888;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 60px;
    font-weight: bold;
}

.title_2 .lead {
	display: block;
	margin-bottom: 28px;
}


.title_2 strong {
	display: inline-block;
	font-size: 38px;
	color: #535353;
}

.title_2:after {
	margin-top: 27px;
	content: "";
	display: block;
	width: 110px;
	height: 5px;
	background-color: #1a9abe;
	margin-left: auto;
	margin-right: auto;

}

.title_2 sup {
	color: #535353;
	font-size: 16px;
	vertical-align: top;
}

.attention_list_1 li {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 5px;
}

ul.features li {
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
    line-height: 1.4;
}

ul.features li:last-child {
	margin-bottom: 0;
}

ul.features li:before {
	content: "";
	background-image: url(/g/lp_4step/img/trial/check.png);
	width: 32px;
	height: 32px;
	margin-right: 8px;
    background-size: cover;
}


.pc_hide {
	display: none;
}

.text_1 {
	line-height: 34px;
	letter-spacing: 0.1em;

}
a.btn_1{
	display: block;
	text-align: center;
	font-size: 18px;
	max-width: 520px;
	padding: 20px 10px;
	border: solid 2px #60b7d2;
	border-radius: 5px;
	color: inherit;
	text-decoration: none;
    background-color: #fff;
    transition: 0.3s ease-in-out 0s;
    margin: 30px auto 0;
}

a.btn_1:hover {
	color: #1a9abe;
	border: solid 2px #1a9abe;
	transition: 0.3s ease-in-out 0s;

}

a.btn_2,
a.btn_2:visited {
	display: block;
	text-align: center;
	font-size: 18px;
	width: 100%;
	padding: 25px;
	font-size: 22px;
	color: #fff;
	border-radius: 6px;
	position: relative;
	background-image: -moz-linear-gradient(90deg, rgb(4, 55, 97) 0%, rgb(0, 47, 86) 50%, rgb(4, 55, 97) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(4, 55, 97) 0%, rgb(0, 47, 86) 50%, rgb(4, 55, 97) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(4, 55, 97) 0%, rgb(0, 47, 86) 50%, rgb(4, 55, 97) 100%);
	box-shadow: 0px 5px 0px 0px rgba(1, 40, 73, 1);
	text-decoration: none;
}

a.btn_2::before {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/g/lp_4step/img/arrow_r_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 11px;
	height: 18px;
}

a.btn_3:link,
a.btn_3:visited {
	display: block;
	text-align: center;
	font-size: 36px;
	width: 100%;
	padding: 40px;
	color: #fff;
	position: relative;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, rgb(216, 103, 82) 0%, rgb(206, 84, 62) 50%, rgb(216, 103, 82) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(216, 103, 82) 0%, rgb(206, 84, 62) 50%, rgb(216, 103, 82) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(216, 103, 82) 0%, rgb(206, 84, 62) 50%, rgb(216, 103, 82) 100%);
	box-shadow: 0px 5px 0px 0px rgba(183, 66, 45, 1);
	text-decoration: none;
}

a.btn_3::before {
	content: "";
	display: block;
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/g/lp_4step/img/arrow_r_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 30px;
}

.yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}





/*------------------------------------
ビジュアル
------------------------------------*/
section#main_visual {
	background-image: url(/g/lp_4step/img/visual/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 20px;
}

section#main_visual .inner {
	position: relative;
	padding: 0;
	padding-top: 90px;
	width: 100%;
}

section#main_visual .img {
	/*margin-left: -40px;*/
	text-align: center;
}

section#main_visual .img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------
 seminar
------------------------------------*/
#seminar {
	background-color: #f2f4f6;
}

#container>#seminar>.inner {
	padding-top: 75px;
}

#seminar>.inner .title_1 {
	line-height: 140%;
	margin-bottom: 30px;
}

#seminar .img {
	margin-bottom: 30px;
}

#seminar .btn_wrap {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------
インデックス
------------------------------------*/
section#index {
	background-color: #fff;
}

section#index .inner .mvbtm_bnr {
	margin: 0 0 120px;
	text-align: center;
}

section#index .inner {
	padding-top: 95px;
	padding-bottom: 125px;
}

section#index .boxs {
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
	padding-right: 40px;
}

section#index .boxs .box {
	box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
	-webkit-box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
	border-radius: 8px;
	width: 200px;
	height: 200px;
	position: relative;
	font-size: 22px;
	color: #535353;
	text-align: center;
}

section#index .boxs .box .step_number {
	display: block;
	text-align: center;
	margin-top: -36px;
	margin-bottom: 30px;
}

section#index .boxs .box .text {
	line-height: 38px;
	letter-spacing: 3px;
}

section#index .boxs .box .text strong {
	font-weight: normal;
	color: #1a9abe;

}

section#index .boxs .box a:link,
section#index .boxs .box a:visited {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	background-image: url(/g/lp_4step/img/index/arrow_b_1.png);
	background-repeat: no-repeat;
	background-position: center calc(100% - 10px);
}

/*------------------------------------
FXの基礎を学ぶ
------------------------------------*/
section#basic {
	background-color: #f2f4f6;
}

section#basic #exp .exp_wrap {
	display: flex;
	justify-content: space-between;
}

section#basic #exp .exp_wrap .text {
	width: 490px;
}

section#basic #exp .exp_wrap .graph {
	width: 470px;
}

section#basic #exp .exp_wrap .graph .img {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 20px;
}

section#basic #exp .exp_wrap .graph .img figcaption {
	color: #2c4260;
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}

/*スライド*/
section#basic #illust .slide_indexs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

section#basic #illust .slide_indexs .index {
	width: 260px;
	border: 2px solid #f0f3f5;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
	margin-bottom: 10px;
	cursor: pointer;
}

section#basic #illust .slide_indexs .index.active,
section#basic #illust .slide_indexs .index:hover {
	color: #1a9abe;
	border-color: #8bcbdd;
	transition: 0.3s ease-in-out 0s;
}

.slick-dots li button:before {
	color: #e9edf0;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #b2b6b8;
}

.slick-dots {
	bottom: -40px;
}

.slides2 .slick-arrow,
.slides .slick-arrow{
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.slides2 .slick-arrow.prev-arrow,
.slides2 .slick-arrow.next-arrow,
.slides .slick-arrow.prev-arrow,
.slides .slick-arrow.next-arrow{
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #00b4c2;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
}
.slides2 .slick-arrow.next-arrow,
.slides .slick-arrow.next-arrow{
    right: 0;
}
.slides2 .slick-arrow.prev-arrow,
.slides .slick-arrow.prev-arrow{
  transform: rotate(180deg);
  left: 0;
}
.slides2 .prev-arrow::before,
.slides2 .next-arrow::before,
.slides .prev-arrow::before,
.slides .next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #00b4c2;
  border-top: 2px solid #00b4c2;
  top:0;
  bottom:0;
  left:-3px;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.slides .slick-arrow.prev-arrow.slick-disabled,
.slides .slick-arrow.next-arrow.slick-disabled{
    border-color: #d2d2d2;
}
.slides .slick-disabled::before,
.slides .slick-disabled::after{
    border-color: #d2d2d2;
}


section#basic #illust .slides_wrap {
	margin-left: auto;
	margin-right: auto;
    background-color: #fff;
    padding: 10px 10px 30px;
	width: 800px;
	box-shadow: 2.989px -0.261px 12px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: 60px;
}


section#basic #illust .attention_list_bracket {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

section#basic #illust .attention_list_bracket li {
	display: none;
}


/*読んで学ぶ/動画で学ぶ*/
section#basic #read_and_mov {
	margin-top: 150px;
}

section#basic #read_and_mov .boxs {
	display: flex;
	justify-content: space-between;
}

section#basic #read_and_mov .boxs .box {
	width: 475px;
	background-color: #fff;
	padding: 30px 20px;
}

section#basic #read_and_mov .boxs .box .title {
	color: #002f56;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

section#basic #read_and_mov .boxs .box.beginner .title:before {
	content: "";
	background-image: url(/g/lp_4step/img/basic/icon_book.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 33px;
	margin-right: 23px;
}

section#basic #read_and_mov .boxs .box.mov .title:before {
	content: "";
	background-image: url(/g/lp_4step/img/basic/icon_mov.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 33px;
	margin-right: 23px;
}

section#basic #read_and_mov .boxs .box .img {
	margin-bottom: 30px;
}

section#basic #read_and_mov .boxs .box .text_1 {
	line-height: 150%;
	margin-bottom: 30px;
}

section#basic #read_and_mov .boxs .box .btn_1 {
	margin-left: auto;
	margin-right: auto;
}

/* persona */
section#persona-slide .persona_Wrap{
    max-width: 800px;
    margin: auto;
}
section#persona-slide .slides_wrap{
    text-align: center;
    background: #e5f3f9;
    padding: 30px 40px;
}
section#persona-slide .slides_wrap img{
    margin-inline: auto;
}

/*------------------------------------
FX取引を体験する
------------------------------------*/
section#trial #demo .text_1 {
	text-align: center;
	margin-bottom: 75px;
}

section#trial #demo .trial_app {
	border: solid 4px #e9edf0;
	padding: 40px;
	display: flex;
	justify-content: center;
}

section#trial #demo .trial_app:not(:last-child) {
	margin-bottom: 20px;
}

section#trial #demo .trial_app .detail {
	text-align: center;
}

section#trial #demo .trial_app .title {
	font-size: 18px;
	letter-spacing: 0.17em;
	margin-bottom: 30px;
}

section#trial #demo .trial_app ul.device {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

section#trial #demo .trial_app ul.device li.enclosure {
	border: solid 1px #535353;
	border-radius: 20px;
}

section#trial #demo .trial_app ul.device li {
	font-size: 14px;
	padding: 5px 10px;
}

section#trial #demo .trial_app ul.features {
	margin-bottom: 30px;
	max-inline-size: max-content;
	margin-inline: auto;
}

section#trial #demo .trial_app .title .logo {
	margin-left: auto;
	margin-right: auto;
}

/* 2021/10/21
section#trial #demo .trial_app.bat {
	margin-bottom: 80px;
}*/

section#trial #demo .trial_app.bat .title .logo {
	margin-top: 30px;
	text-indent: -9999px;
	display: block;
	background-image: url(/g/lp_4step/img/trial/logo_bat.png);
	width: 247px;
	height: 65px;
}

section#trial #demo .trial_app .app_btns {
	display: flex;
}

section#trial #demo .trial_app .app_btns .apple {
	margin-right: 30px;
}

section#trial #demo .trial_app.bat .img {
	margin-left: 60px;
}

section#trial #demo .trial_app.vfx {
	display: none;
	/* 2021/10/21 */
	flex-direction: row-reverse;
}

section#trial #demo .trial_app.vfx .title .logo {
	margin-top: 30px;
	text-indent: -9999px;
	display: block;
	background-image: url(/g/lp_4step/img/trial/logo_vfx.png);
	width: 221px;
	height: 75px;
}

section#trial #demo .trial_app.vfx .img {
	margin-right: 60px;
}

section#trial #demo .trial_app.vfx .attention_list_1 {
	width: 100%;

	margin-bottom: 10px;
}

section#trial #demo .trial_app.vfx .btn_1 {
	width: 100%;
}

section#trial #demo .trial_app.line {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

section#trial #demo .trial_app.line .detail .title .logo {
	display: block;
	margin-top: 20px;
	color: #17c94f;
	font-size: 41px;
	font-weight: bold;
}

section#trial #demo .trial_app.line .img {
	margin-right: 60px;
}

section#trial #demo .trial_app.line .detail .features {
	text-align: left;
	line-height: 150%;
}

section#trial #demo .trial_app.line a.btn_1:link,
section#trial #demo .trial_app.line a.btn_1:visited {
	background-color: #17c94f;
	border: none;
	color: #fff;
	width: 100%;
}

/*------------------------------------
分析手法を理解する
------------------------------------*/
section#analysis {
	background-color: #f2f4f6;
}

section#analysis .text_1 {
	text-align: center;
}

section#analysis #two_analysis .boxs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}


section#analysis #two_analysis .boxs .box {
	padding: 30px;
	background-color: #fff;
	border: solid 4px #e9edf0;
	width: 475px;
}


section#analysis #two_analysis .boxs .box .title {
	color: #1a9abe;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
    font-weight: bold;
}


section#analysis #two_analysis .boxs .box .title:before {
	content: "【";
	color: #e9edf0;
	margin-right: 15px;
}


section#analysis #two_analysis .boxs .box .title:after {
	content: "】";
	color: #e9edf0;
	margin-left: 15px;
}


section#analysis #two_analysis .boxs .box ul.features li {
	font-size: 16px;
}

/*テクニカル分析*/
section .inner > .box.box-column1,
section#analysis #tecnical .inner>.box {
	background-color: #fff;
	padding: 30px 20px;
}
section .inner > .box.box-column1 .title,
section#analysis #tecnical .inner>.box .title{
	font-size: 20px;
	color: #002f56;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
section .inner > .box.box-column1 .boxs,
section#analysis #tecnical .inner>.box .boxs {
	display: flex;
	justify-content: space-between;
}
section .inner > .box.box-column1 .boxs .detail,
section#analysis #tecnical .inner>.box .boxs .detail {
	width: 450px;
}
section .inner > .box.box-column1 .boxs .img,
section#analysis #tecnical .inner>.box .boxs .img{
	width: 450px;
	height: 254px;
	padding: 0;
}

section .inner > .box.box-column1 .boxs .text_1,
section#analysis #tecnical .inner>.box .boxs .detail .text_1 {
	text-align: left;
	letter-spacing: 0.04em;
}

section#analysis #tecnical .inner>.classroom.box {
	margin-bottom: 50px;
}

section#analysis #tecnical .inner>.classroom.box .title:before {
	content: "";
	background-image: url(/g/lp_4step/img/analysis/icon_mov.png);
	width: 43px;
	height: 30px;
	margin-right: 20px;
}
section#analysis #tecnical .inner>.classroom.box .title.icon-none:before {
	display: none;
}

section#analysis #tecnical .inner>.classroom.box .detail .text_1 {
	margin-bottom: 30px;
}

section#analysis #tecnical .inner>.classroom.box .detail .btn_1 {
	margin-left: auto;
	margin-right: auto;
}

section#analysis #tecnical .balloon {
	position: relative;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width: 740px;
	color: #535353;
	font-size: 22px;
	background: #FFF;
	border: solid 4px #e9edf0;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 5px;

}

section#analysis #tecnical .balloon:before {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

section#analysis #tecnical .balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #e9edf0;
	z-index: 1;
}

section#analysis #tecnical .inner>.pitateku.box .boxs {
	flex-direction: row-reverse;
}

section#analysis #tecnical .inner>.pitateku.box .title:before {
	content: "";
	background-image: url(/g/lp_4step/img/analysis/icon_pitateku.png);
	width: 27px;
	height: 53px;
	margin-right: 20px;
}

section#analysis #tecnical .inner>.pitateku.box .title sup {
	font-size: 14px;
	vertical-align: top;
}

section#analysis #tecnical .inner>.pitateku.box .text_1 {
	margin-bottom: 15px;

}

section#analysis #tecnical .inner>.pitateku.box .attention_list_bracket {
	font-size: 14px;
	text-align: left;
	padding-left: 0;
	margin-bottom: 20px;
}

section#analysis #tecnical .inner>.pitateku.box .detail .btn_1 {
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------
FXの口座を開設する
------------------------------------*/
section#account{
    background-color: #ebf5ff;
}
section#account #open .steps {
	margin-bottom: 20px;
}

section#account #open .steps .step_numbers {
	display: flex;
	justify-content: space-between;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 30px;
}

section#account #open .steps .step_numbers::before {
	content: "";
	border-bottom: dotted 2px #002f56;
	position: absolute;
	width: 100%;
	top: 50%
}

section#account #open .steps .step_numbers .examination {
	position: absolute;
	right: 160px;
	top: 50%;
	bottom: 50%;
	margin: auto;
	border: solid 2px #e9edf0;
	width: 84px;
	height: 55px;
	display: flex;
    font-weight: bold;
	justify-content: center;
	align-items: center;
	z-index: 1;
	background-color: #fff;
}

section#account #open .steps .step_numbers .step {
	border-radius: 50%;
	background-color: #002f56;
	width: 70px;
	height: 70px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 38px;
	z-index: 1;
}

section#account #open .steps .boxs {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 950px;
}

section#account #open .steps .boxs .box {
	width: 300px;
	text-align: center;
	border-radius: 5px;
	/* box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.12); */
	padding: 25px 20px;
    background-color: #fff;
}

section#account #open .steps .boxs .box .img {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

section#account #open .steps .boxs .box .title {
	font-size: 22px;
	line-height: 160%;
}

section#account #open .steps .boxs .box.complete .title {
	color: #1a9abe;

}

section#account #open .steps .boxs .box.complete .title .sub {
	display: block;
	color: #535353;
	font-size: 16px;
}

section#account #open .steps .boxs .box.complete .title .sub sup {
	font-size: 14px;
	vertical-align: top;
}

section#account #open .attention_list_bracket {
	margin-bottom: 30px;
}

/*キャッシュバック/ウェビナー*/
section#account .cashback {
	/* border: solid 4px #e9edf0; */
	padding: 40px;
	justify-content: center;
	margin-bottom: 40px;
    background-color: #fff;
}

section#account .cashback .title,
section#account .webiner_wrap .title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

section#account .cashback .title strong {
	font-size: 30px;
	color: #1a9abe;
}

section#account .cashback .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
    gap: 24px;
}

section#account .cashback .wrap .img,
section#account .webiner_wrap .wrap .img,
section#tecnical .pitateku.box .boxs .img {
	width: 450px;
}

section#account .cashback .wrap .detail,
section#account .webiner_wrap .wrap .detail,
section#tecnical .pitateku.box .boxs .detail {
	width: 450px;
	font-size: 14px;
}

section#account .cashback .wrap .text {
	margin-bottom: 20px;
}

section#account .cashback .btn_2 {
	margin-bottom: 15px;
}

section#account .cashback .account_attention {
	font-size: 14px;
	text-align: center;
}

section#account .cashback+.btn_3 {
	margin-bottom: 100px;
}

section#account .bnr {
	margin-bottom: 0;
	text-align: center;
}
.point_box{
    padding: 50px;
    background: #fff;
    border-radius: 10px;
}
.point_box + *{
    margin-top: 80px;
}
.point_box .point_box_tit{
    text-align: center;
    margin-bottom: 50px;
}
.point_box .point_box_tit h3{
    font-size: 34px;
    letter-spacing: 2px;
    color: #002f56;
}
.point_box .point_box_tit h3{
    font-size: 32px;
    letter-spacing: 4px;
    color: #002f56;
    font-weight: bold;
}
.point_box .attention{
    margin-top: 20px;
}
.point_box .attention.spread-atn{
    line-height: 1.4;
    font-size: 13px;
}

/* 2507 add */
.point_box .spread_link_txt{
	color: #3c66b0;
	text-align: center;
	font-size: 14px;
}
.point_box .spread_btm{
	display: block;
	border: #3c66b0 solid 1px;
	border-radius: 3px;
	background-color: #fff;
	padding: 10px;
	width: 35%;
	margin: 0 auto 30px;
}
.point_box .spread_link_txt a:link,
.point_box .spread_link_txt a:hover,
.point_box .spread_link_txt a:visited{
	color: #3c66b0;
	text-decoration: none;
}

.flex_pc,
.flex{
    display: flex;
    flex-wrap: wrap;
}
.point_box .point_box_contents .flag_main,
.point_box .point_box_contents .low_main{
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin: 0 0 50px;
}
.point_box .point_box_contents .low_main .flag_main{
    margin-bottom: 0;
}
.point_box .point_box_contents .flag_main dt{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.point_box .point_box_contents .flag_main dt img{
    width: 153px;
    height: auto;
    margin-bottom: 12px;
    vertical-align: middle;
}
.point_box .point_box_contents .flag_main dd{
    font-size: 114px;
    font-weight: bold;
    color: #174179;
}
.point_box .point_box_contents .flag_main dd span{
    background: linear-gradient(transparent 70%, #ff6 70%);
    line-height: 1.2;
    display: inline-block;
}
.point_box .point_box_contents .flag_main dd small{
    font-size: 0.5em;
}
.point_box .point_box_contents .low_main .flag_main dd{
    font-size: 68px;
}
.point_box .point_box_contents .flag_list {
  justify-content: space-between;
  margin: 0 auto 30px;
}
.point_box .point_box_contents .flag_list li{
    width: 33.3%;
    text-align: center;
    font-weight: bold;
    margin: 0 0 27px;
}
.point_box .point_box_contents .flag_list li dt img{
    width: 126px;
    display: block;
    margin: 0 auto 10px;
}
.point_box .point_box_contents .flag_list li dd span:not(.plus){
    font-size: 54px;
    color: #174179;
    letter-spacing: normal;
    display: inline-flex;
    margin-top: 8px;
    align-items: baseline;
    gap: 3px;
    margin-top: 8px;
}
.point_box .point_box_contents .flag_list li dd small {
  font-size: .5em;
}
.point_box .point_box_contents .low_main .flag_main dt img{
    vertical-align: middle;
    margin-right: 10px;
}
.point_box .point_box_contents .low_main dt{
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 1.4;
    font-weight: bold;
}
.point_box .point_box_contents .low_main dt p{
    margin-bottom: 10px;
    margin-top: 0;
}
.point_box .point_box_contents .attention{
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1.5;
}
.point_box .point_box_contents .swap-flex .price_swap + small{
    font-size: 30px;
}
.point_box .point_box_contents .flag_list li dd span.price_swap {
  font-size: 62px;
}
.point_box .point_box_contents .flag_list li dd span.price_swap + *{
  color: #174179;
}
.point_box .point_box_contents .swap-flex li dd .swap-cp-atn,
.point_box .point_box_contents .flag_list li dd .plus + small{
    font-size: 12px;
    display: inline-block;
    text-align: left;
    line-height: 1.2;
}
.point_box .point_box_contents .swap-flex li dd .swap-cp-atn .plus{
	font-size: 14px;
    color: #174179;
}
.point_box .point_box_contents .swap-flex li dd .swap-cp-atn .amount.swapplus,
.point_box .point_box_contents .swap-flex li dd .swap-cp-atn .amount.swapplus .plus{
    color: #f00;
}
.point_box .swap-cp-atn p{
    margin-bottom: 0;
}
.point_box .swap-atten{
    padding: 14px;
    background: #f7f7f7;
}
.gfx-app-wrap{
    text-align: center;
}
.gfx-app-wrap .app_btns{
	display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}
.btn_text{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #f28900;
    margin: 30px 0 16px;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
}
.btn_text::before,
.btn_text::after{
    width: 2px;
    height: 20px;
    background: #f28900;
    content: "";
    display: block;
}
.btn_text::before{
    transform: rotate(-25deg);
}
.btn_text::after{
    transform: rotate(25deg);
}
.gfx-app-wrap .img-app-cap img{
    max-width: 650px;
}

/* mail */
#mail-form{
    margin: 40px 0 120px;
    background: #fff;
    padding: 30px;
    border: solid 4px #e9edf0;
}
#mail-form input#satori__customer_email{
    font-size: 16px;
    line-height: 1.4;
}
#satori__privacy_policy_agreement_wrapper .satori__message + .satori__input_group{
text-align: center;
  margin-top: 14px;
}
#satori__privacy_policy_agreement_wrapper a{
    color: #1a9abe;
}
#satori__customer_email:focus{
    border-color: #1a9abe;
}




#mail-form input[type="checkbox"] {
    /* display: none; */
    margin: 0;
    width: 0;
    opacity: 0;
    padding: 0;
    box-sizing: border-box;
}
#mail-form #satori__privacy_policy_agreement + label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    border: 1px solid #888;
    border-radius: 4px;
    padding: 16px 8px 16px 50px;
}
#mail-form #satori__privacy_policy_agreement + label::before {
    background-color: #efefef;
    border: 1px solid #888;
    content: '';
    display: block;
    height: 24px;
    left: 13px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    width: 24px;
    border-radius: 4px;
    font-feature-settings: "palt";
}
#mail-form #satori__privacy_policy_agreement + label::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    display: block;
    height: 15px;
    left: 21px;
    margin-top: -11px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
#mail-form input#satori__privacy_policy_agreement[type="checkbox"]:checked + label{
    color: #000;
    border-color: #231815;
}
#mail-form input#satori__privacy_policy_agreement[type="checkbox"]:checked + label::before{
    border-color: #231815;
    background-color: #ed7a9c;
}
#mail-form input#satori__privacy_policy_agreement[type="checkbox"]:checked + label::after {
    opacity: 1;
}
#mail-form #satori__submit_confirm{
    width: 100%;
    max-width: 320px;
    padding: 14px;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}
#satori__privacy_policy_agreement_wrapper .satori__message.satori__privacy_policy_message{
  text-align: center;
}
#mail-form .satori__input_group.error .satori__error_messages{
    display: block;
    margin-top: 4px;
}
#satori__form_body *{
    font-size: 16px;
}


/*動画で学ぶFX*/
#movie-learn{
    position: relative;
}
#movie-learn picture{
    display: block;
    text-align: center;
}
.tr_text{
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 27px;
    background: #1a9abe;
    padding: 24px 14px;
    margin: 0 auto 30px;
    color: #fffb00;
    letter-spacing: 2px;
    border-radius: 50px;
    max-width: 760px;
}

.tr_text::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-color: #1a9abe transparent transparent transparent;
  border-style: solid;
  left: calc(50% - 10px);
  bottom: -10px;
}
#movie-learn .text_1 {
  text-align: center;
}
#movie-learn .inner + .inner{
    margin-top: 60px;
}
.learn_list_box{
    margin-top: 60px;
}
.learn_list_box dl{
    display: flex;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #009bbc;
    border-radius: 100px;
    max-width: 720px;
    align-items: center;
    margin: auto;
    padding: 4px;
    background-color: #fff;
}
.learn_list_box dl + dl{
    margin-top: 30px;
}
.learn_list_box dl dt img{
    max-width: 90px;
    height: auto;
    vertical-align: top;
}
.learn_list_box dl dd{
    margin-left: 16px;
    flex: 1;
}


/*ウェビナー*/
section#account #webiner {}

section#account .webiner_wrap {
	border: solid 4px #e9edf0;
	padding: 40px 20px;
	justify-content: center;
	margin-bottom: 30px;
}

section#account .webiner_wrap .detail .text_1 {
	font-size: 16px;
}

section#account .webiner_wrap .title strong {
	color: #1a9abe;
	font-weight: normal;
}

section#account .webiner_wrap .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}