@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;
	padding-top: 58px;
}

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	line-height: 1;
	color: #333333;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

a:link {
	color: #1a77c5;
	text-decoration: underline;
	transition: all 0.3s 0s ease;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
	transition: all 0.3s 0s ease;
	opacity: 0.7;
}

a:visited {
	color: #663366;
	text-decoration: none;
	transition: all 0.3s 0s ease;
}

a[href*="tel:"] {
	cursor: default;
}

p:not(:last-child) {
	margin-bottom: 1em;
}

.smp_menu_img,
.smp_menu_sw {
	display: none;

}

/*------------------------------------
レイアウト
------------------------------------*/
#container {}

#container>section>.inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px;
	line-height: 180%;
	letter-spacing: 0.06em;
}


#container section>.sub_section>.inner {
	padding: 30px 0px;
}


header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	border-bottom: transparent;
	background-color: #fff;
	box-shadow: 0px 9px 11px -13px #777777;
}

header .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}

header.scrolled {
	background-color: #fff;
	border-bottom: solid 1px #dfdfdf;
}

header.scrolled .inner {

	transition: padding-top 0.2s ease-in-out 0s;
}

header .inner .logo {
	width: 209px;
}


header .inner .account_btn_wrap a:link,
header .inner .account_btn_wrap a:visited {
	display: block;
	background: #ff6600;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;

}

#footerWrap {
	width: 100%;
	background: #f2f4f6;
	font-size: 14px;
	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: 10px 0 20px 0;
}

#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}

#copyright {
	margin: 0;
}

/*** PAGETOP ***/
.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(0px);
}
.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
}

/*------------------------------------
汎用
------------------------------------*/
a.btn_1:link,
a.btn_1:visited {
	background-color: #003467;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px;
	text-decoration: none;
	border-radius: 40px;
}

a.btn_1:after {
	content: "";
	background-image: url(/g/lp/img/lp_actual/common/arrow_r_1.png);
	width: 9px;
	height: 16px;
	position: absolute;
	right: 20px;
}


.title_1 {
	background-color: #1a9abe;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
}

.title_1:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #1a9abe;
}


sup {
	font-size: 0.8em;
}


.pc_hide {
	display: none !important;
}

.step_lists {
	border: #dddddd solid 1px;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.step_lists li {
	width: 50%;
	color: #2b6b7d;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.step_lists li .step {
	background-color: #b3eeff;
	padding: 10px 30px;
	border-radius: 5px;
	margin-right: 15px;

}



/*------------------------------------
ビジュアル
------------------------------------*/
#main_visual {
	background-color: #1a9abe;
}

#container #main_visual>.inner {
	padding-bottom: 20px;
}


/*------------------------------------
リード
------------------------------------*/
#sec_lead {
	background-color: #1a9abe;
}

#container #sec_lead>.inner {
	padding-top: 20px;
}


#sec_lead h1.title {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#sec_lead .body {
	background-color: #fff;
	padding: 60px;
	font-size: 20px;
}

#sec_lead .body em {
	color: #ff82c0;
}


/*------------------------------------
「投資の基礎とローソク足」のご紹介
------------------------------------*/
#sec_step_1 .mov_lead {
	text-align: center;
	margin-bottom: 40px;
}

#sec_step_1 .mov_wrap {
	margin-bottom: 40px;
	text-align: center;
}

#sec_step_1 .mov_wrap video {
	max-width: 710px;
}

/*------------------------------------
STEP1〜STEP７の主な内容
------------------------------------*/
#sec_steps .regist-form_wrap {
	border: 1px solid #dddddd;
	padding: 20px;
}

#sec_steps .regist-form_wrap>.title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #1a9abe;
	padding: 20px;
	color: #fff;
	margin-bottom: 20px;
}

/*------------------------------------
プロフィール
------------------------------------*/
#sec_profile .title_wrap {
	position: relative;
	margin-bottom: 80px;
}

#sec_profile .title_wrap .title {
	background-color: #fffa6b;
	padding: 40px 60px;
	font-size: 24px;
	font-weight: bold;
}

#sec_profile .title_wrap .title:before {
	content: "";
	display: block;
	background-color: #fff;

	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 1;
	border: 15px solid transparent;
	border-top: 15px solid #01c7ff;
	border-right: 15px solid #01c7ff;
}

#sec_profile .title_wrap .title:after {
	content: "";
	display: block;
	background-color: #01c7ff;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: -30px;
	left: 0;
}

#sec_profile .title_wrap .img {
	position: absolute;
	right: 20px;
	top: -54px;
}

/*------------------------------------
thanks
------------------------------------*/
#sec_thanks>.inner>.title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#sec_thanks .lead {
	margin-bottom: 20px;
}

#sec_thanks .atn {
	background-color: #efefef;
	padding: 40px;
}

#sec_thanks .atn ul {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 20px;
}

#sec_thanks .support_title {
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}