@charset "utf-8";
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  color: #333333;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  zoom: 0.5;
}
.sp_hide {
  display: none;
}
a:link {
  color: #1a77c5;
  text-decoration: underline;
  transition: all 0.3s 0s ease;
}
a:visited {
  color: #663366;
  text-decoration: none;
  transition: all 0.3s 0s ease;
}
/*------------------------------------
汎用
------------------------------------*/
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_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  position: absolute;
  right: 20px;
}
a.read-more-btn:link,
a.read-more-btn:visited {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}
a.read-more-btn:before {
  content: "";
  background-image: url(/g/lp/img/lp_actual/fx-question/arrow-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
ul.attention_list_bracket {
  padding-left: 20px;
  padding-right: 20px;
}
ul.attention_list_bracket li {
  font-size: 16px;
  line-height: 20px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
sup {
  font-size: 0.5em;
}
.step_lists {
  border: #dddddd solid 1px;
  padding: 20px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.step_lists li {
  color: #2b6b7d;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.step_lists li:last-child {
  margin-bottom: 0;
}
.step_lists li .step {
  background-color: #b3eeff;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 10px;
}
/*------------------------------------
レイアウト
------------------------------------*/
#container {
  padding-top: 40px;
}
#container > section > .inner {
  line-height: 1.6;
}
header {
  background-color: #fff;
  display: block;
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0px 9px 11px -13px #777777;
}
header .inner {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
header .inner .logo {
  width: 150px;
}
header .inner .logo img {
  zoom: 1;
}
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: 12px;
  line-height: 17px;
}
#footerWrap img {
  zoom: 1;
}
#footerWrap #attention {
  margin: 10px auto 0;
  background: url(/g/img/beginner/attention.gif) no-repeat 10px 20px;
  background-size: 100px auto;
  padding: 55px 10px 10px 10px;
}
#footerWrap #attention dl {
}
#footerWrap #attention dt {
  font-weight: bold;
}
#footerWrap #attention dd {
  margin-bottom: 10px;
  margin-left: 12px;
}
#footerWrap #attention a.textlink1 {
  font-size: 1em;
}
#footerWrap #attention2 {
  margin: auto;
  background: #f2f4f6;
  padding: 10px 10px;
}
#footerWrap #footer {
  width: 100%;
  min-width: inherit;
  background: none;
  padding: 10px 0;
  text-align: center;
  background-color: #ffffff;
}
#footerWrap #footer img {
  zoom: 1;
}
#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: 0.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: 0.25s ease 0s;
  transition-property: border, background;
}
.c-hover-overlay:hover::before {
  border-color: #1a9abe;
  background: rgba(255, 255, 255, 0.3);
}
.g-go-to-top svg {
  transform: rotate(-90deg);
  width: 0.75em;
  height: 0.75em;
  font-size: 1.2em;
}
.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;
}
/*------------------------------------
ビジュアル
------------------------------------*/
#main_visual {
  background: url("../img/mv_bg.png") right -110vw center no-repeat;
  background-size: cover;
  padding: 50px 0 40px;
}
#container #main_visual > .inner {
  padding-bottom: 20px;
}
#main_visual .img img {
  width: 100%;
  max-width: auto;
}
#main_visual .mv_txt .main {
  margin: 0 auto;
  text-align: center;
}
#main_visual .mv_txt .main img {
  width: 80%;
}
#main_visual .mv_img {
  margin: 0 auto;
  text-align: center;
}
#main_visual .mv_img img {
  width: 60%;
}
#main_visual .mv_link {
  text-align: center;
}
#main_visual .mv_link a {
  background: #cd5d76;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 15px 70px 15px 50px;
  position: relative;
  box-shadow: 0px 3px 0px 2px #793947;
  display: inline-block;
}
#main_visual .mv_link a::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/arrow.svg") right center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 12px;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
#main_visual.thanks_mv {
  padding: 50px 0 0;
}
/*------------------------------------
リード
------------------------------------*/
#sec_lead {
  padding: 50px 15px;
}
#sec_lead .sec_lead_top {
  position: relative;
}
#sec_lead .sec_lead_top::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/about_bg.png") right bottom no-repeat;
  background-size: 100%;
  width: 70%;
  height: 522px;
  right: 0;
  bottom: -50px;
  z-index: 1;
}
#sec_lead h1.title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #2b69a2;
  position: relative;
}
#sec_lead h1.title::before {
  position: absolute;
  content: "";
  display: block;
  /* background: url("../img/book02.png") left center no-repeat; */
  background-size: 100%;
  width: 65px;
  height: 96px;
  left: 0;
  top: -45px;
  z-index: -1;
}
#sec_lead .body {
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1.5px;
  margin: 0 0 50px;
}
#sec_lead .body .lead_l {
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
}
#sec_lead .doc_contents .inner {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
  width: 95%;
  margin: 0 auto;
}
#sec_lead .doc_contents h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  background: #2b69a2;
  padding: 10px 0;
  margin: 0 0 20px;
}
#sec_lead .doc_contents dl dt {
  text-align: center;
  margin: 0 0 20px;
}
#sec_lead .doc_contents dl dt img {
  width: 70%;
}
#sec_lead .doc_contents dl dd p {
  font-size: 12px;
  line-height: 1.8;
}
#sec_lead .doc_contents dl dd .tit {
  color: #2b69a2;
  font-weight: bold;
  font-size: 14px;
}
/*------------------------------------
プロフィール
------------------------------------*/
#sec_profile {
  background: #f7f9fc;
  padding: 50px 15px;
  position: relative;
}
#sec_profile::before,
#sec_profile::after {
  position: absolute;
  display: block;
  content: "";
  width: 70%;
  height: 450px;
}
#sec_profile::before {
  background: url(../img/intro_bg.png) left top -30px no-repeat;
  background-size: 100%;
  left: -30px;
  top: 0;
  z-index: 5;
}
#sec_profile::after {
  background: url(../img/intro_bg.png) right -30px bottom -30px no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#sec_profile .inner {
  position: relative;
  z-index: 3;
}
#sec_profile .title_1 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 30px;
  color: #2b69a2;
}
#sec_profile .lead {
  text-align: center;
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 1.8;
}
#sec_profile .profile_box {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 15px 15px 20px;
  margin: 0 0 30px;
}
#sec_profile .profile_box h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px;
}
#sec_profile .profile_box .prof_img {
  margin: 0 0 15px;
}
#sec_profile .profile_box .prof_inner .prof_txt .txt02 {
  font-size: 12px;
}
#sec_profile .intro_contents h2 {
  text-align: center;
  margin: 0 0 20px;
}
#sec_profile .intro_contents h2 span {
  border-bottom: 1px solid #000;
  padding: 10px;
  display: inline-block;
  font-size: 20px;
}
#sec_profile .intro_contents ul {
  display: flex;
  justify-content: space-between;
}
#sec_profile .intro_contents ul li {
  width: 48%;
  line-height: 1.6;
}
#sec_profile .intro_contents ul li dt {
  margin: 0 0 10px;
}
#sec_profile .intro_contents ul li dt img {
  border: 1px solid #ccc;
}
#sec_profile .intro_contents ul li dd {
  font-size: 10px;
}
#sec_profile .intro_contents ul li dd .tit {
  font-size: 12px;
  margin: 0 0 5px;
  min-height: 40px;
}
#sec_profile .intro_contents ul li a,
#sec_profile .intro_contents ul li a:hover,
#sec_profile .intro_contents ul li a:visited {
  color: #000;
  text-decoration: none;
}
/*------------------------------------
sec_form
------------------------------------*/
#sec_form {
  padding: 50px 15px;
}
#sec_form .doc_wrap .doc_img {
  text-align: center;
  margin: 0 0 10px;
}
#sec_form .doc_wrap .doc_img img {
  width: 60%;
}
#sec_form .doc_wrap .doc_txt h2 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin: 10px 0 10px;
  padding: 0 0 10px;
}
#sec_form .doc_wrap .doc_txt p {
  font-size: 14px;
  margin: 0 0 15px;
}
#sec_form .doc_content {
  font-size: 14px;
  background: #edf4f9;
  box-shadow: 0px 3px 0px 2px #2b69a2;
  border-radius: 10px;
  padding: 20px 15px 20px;
  margin: 0 0 50px;
}
#sec_form .regist-form_wrap {
  border: 1px solid #2b69a2;
}
#sec_form .regist-form_wrap h2 {
  background: #2b69a2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
#sec_form .regist-form_wrap h2 .fc_yel {
  color: #fef19d;
}
/*------------------------------------
sec_campagin
------------------------------------*/
#sec_campagin {
  padding: 50px 15px;
  background-color: rgba(0, 100, 173, 0.07);
}
#sec_campagin .title_1 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 30px;
  color: #2b69a2;
  font-weight: bold;
}
#sec_campagin .lead {
  text-align: center;
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 1.8;
}
#sec_campagin .movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#sec_campagin .movie li {
  width: 48%;
  margin: 0 0 1em;
}
#sec_campagin .movie li img {
  width: 100%;
  object-fit: cover;
}
#sec_campagin .movie_link {
  text-align: center;
  padding: 20px 0;
}
#sec_campagin .movie_link a {
  background: #2b69a2;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 70px;
  display: inline-block;
}
.continue {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
#sec_campagin .movie_wrap {
  text-align: center;
}
#sec_campagin .movie_wrap iframe {
  width: 100%;
  height: 80%;
}



.grid-intro-link a{
    display: block;
    padding: 20px;
    border: 4px solid #2b6aa3;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    color: #000;
    text-decoration: none;
    border-radius: 8px;
}
.grid-intro-link .tit{
    font-size: 18px;
    font-weight: bold;
    color: #2b6aa3;
    margin-bottom: 8px;
}

/*------------------------------------
form
------------------------------------*/
#sec_form .regist-form_wrap{
  border: 5px solid #2b69a2
}
#satori_form_area.form_style .satori__input_group label:first-child {
  color: #000;
  border-left: 4px solid #2b69a2;
  padding-left: 10px;
  margin: 15px 0 5px;
}
#satori_form_area.form_style {
  max-width: 800px;
  margin: auto;
  padding: 0 10px 20px;
}
#satori_form_area.form_style .satori__require{
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 7px;
  border-radius: 6px;
}
#satori_form_area.form_style input[type="radio"] + label {
  color: #b5b5b5;
  display: inline-block;
  line-height: 2;
}
#satori_form_area.form_style input[type="checkbox"]:checked + label, #satori_form_area.form_style input[type="radio"]:checked + label{
  color: #449af7; 
}
#satori_form_area.form_style .satori__input_group input[type="email"]:focus{
  border-color: #449af7; 
}
#satori_form_area.form_style .satori__input_group.error input[type="email"]{
  border-color: #e10000;
}
#satori_form_area.form_style .satori__input_group .satori__error_messages{
  color: #e10000;
}
#satori_form_area.form_style  a,
#satori_form_area.form_style  a:visited{
  color: #004bfb;
}
#satori_form_area.form_style  a:hover{
  color: #004bfb;
  text-decoration: underline;
}
.satori__custom_form .satori__input_group{
    margin-bottom: 20px;
}
#satori__privacy_policy_agreement_wrapper .satori__input_group{
  background: #eef7ff;
  padding: 20px 10px;
}
#satori_form_area.form_style #satori__submit_confirm{
  width: 100%;
  max-width: 390px;
  padding: 15px;
  border-radius: 5px;
}

/*------------------------------------
sec_attention
------------------------------------*/
#sec_attention {
  padding: 50px 15px;
  background: #f2f4f6;
}
#sec_attention h1 {
  margin: 0 0 15px;
}
#sec_attention p {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.4;
}
/*------------------------------------
thanks
------------------------------------*/
#sec_thanks {
  padding: 50px 15px;
}
#sec_thanks > .inner > .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#sec_thanks .lead {
  margin-bottom: 20px;
}
#sec_thanks .atn {
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 50px;
}
#sec_thanks .atn ul {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
}
#sec_thanks .support_title {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

ul.features li {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.features li:last-child {
  margin-bottom: 0;
}

ul.features li:before {
  content: "";
  background-image: url(/g/present/img/common/apps/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
ul.features li span {
  flex: 1;
}

/*------------------------------------
FX取引を体験する
------------------------------------*/
#sec_thanks .app_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#sec_thanks .text_1 {
  margin-bottom: 40px;
}

#sec_thanks img {
  width: auto;
  max-width: 100%;
  height: auto;
  zoom: 0.5;
}
#sec_thanks .trial_app {
  border: solid 4px #e9edf0;
  padding: 30px 15px;
  display: flex;
  flex-direction: column-reverse;
  margin-left: auto;
  margin-right: auto;
}

#sec_thanks .trial_app:not(:last-child) {
  margin-bottom: 20px;
}

#sec_thanks .trial_app .detail {
  text-align: center;
}

#sec_thanks .trial_app .title {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

#sec_thanks .trial_app .img {
  text-align: center;
}

#sec_thanks .trial_app ul.device {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#sec_thanks .trial_app ul.device li.enclosure {
  border: solid 1px #666666;
  border-radius: 20px;
}

#sec_thanks .trial_app ul.device li {
  font-size: 11px;
  padding: 5px 10px;
}

#sec_thanks .trial_app ul.features {
  margin-bottom: 30px;
  max-inline-size: max-content;
  margin-inline: auto;
}

#sec_thanks .trial_app .title .logo {
  margin-left: auto;
  margin-right: auto;
}

#sec_thanks .trial_app.bat .title .logo {
  margin-top: 15px;
  text-indent: -9999px;
  display: block;
  background-image: url(/g/present/img/common/apps/logo_bat.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 123px;
  height: 33px;
}

#sec_thanks .trial_app .app_btns {
  display: flex;
  justify-content: center;
}

#sec_thanks .trial_app .app_btns .apple {
  margin-right: 30px;
}

#sec_thanks .trial_app.bat .img {
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
}

#sec_thanks .trial_app.line {
  flex-direction: column-reverse;
}

#sec_thanks .trial_app.line .img {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

#sec_thanks .trial_app.line .title {
  letter-spacing: 0.08em;
}

#sec_thanks .trial_app.line .detail .title .logo {
  display: block;
  margin-top: 15px;
  color: #17c94f;
  font-size: 21px;
  font-weight: bold;
}

#sec_thanks .trial_app.line .img {
  margin-left: 10px;
}

#sec_thanks .trial_app.line .detail .features {
  text-align: left;
  line-height: 150%;
}

#sec_thanks .trial_app.line a.btn_1:link,
#sec_thanks .trial_app.line a.btn_1:visited {
  background-color: #17c94f;
  border: none;
  color: #fff;
  width: 100%;
}


/*------------------------------------
form
------------------------------------*/
#satori_form_area.form_style .satori__custom_form{
    font-size: 16px;
}
#satori_form_area.form_style #satori__privacy_policy_agreement_wrapper{
    text-align: left;
}
#satori_form_area.form_style #satori__privacy_policy_agreement_wrapper .satori__input_group{
    margin-top: 1em;
}