@charset "UTF-8";
body,
html {
  height: 100%;
  margin: auto;
	font-size: 110%;
	scroll-behavior: smooth;
	letter-spacing: 2px;
	font-family: "Zen Maru Gothic", serif;	
}

p {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.7;
}

.inner {
	box-sizing: border-box;
	margin: auto;
	padding: 70px 0;
	width: 980px;
	text-align: center;
}

section .inner { font-size: 125%;}

section:nth-of-type(even) {	background: #fefce5;}

h2 {
	color: #0175c2;
	font-size: 210%;
	line-height: 1.5;
	margin: auto auto 30px;
	text-align: center;
}

h3 {
	font-size: 150%;
	line-height: 1.5;
	margin: auto auto 10px;
}

section p {	line-height: 2;}

section p:last-child { margin-bottom: 0;}

.normal_box {
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 20px;
}

.sp { display: none;}

.bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-bg {
	background: #ffdb01;
	background-size: 50%;
  background-attachment: fixed;
  background-position: center;
	background-blend-mode: lighten;
	color: #000;
}

.scrollbox { background-color: #fff;}

.vimeo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.vimeo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.vm_box {
	background: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 56.25%;
  position :relative;	
}

.vm_box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.vm_img {
	display: block;
	margin: auto;
	width: 78%;
}

.zu_1-1 {
	width: 70%;
	margin: auto auto 20px;
}

.zu_1-2 {
	width: 70%;
	margin: auto auto 20px;
}

.zu_34 {
	display: block;
	margin: auto auto 40px;
	width: 70%;
}


@media screen and (max-width: 800px) {
body,
html {
	font-size: 100%;
	background: none;
}

h2 {
	font-size: 8.3vw;
	text-align: center;
}

h2 br { display: block !important;}

h3 { font-size: 6vw;}

.inner {
	padding: 40px 3%;
	width: 100%;
	text-align: left;
}

section .inner { font-size: 110%;}
section .inner br { display: none;}

.pc { display: none;}
.sp { display: block;}

.zu_1-1,
.zu_1-2,
.zu_34 {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.vm_img {	width: 100%;}
}


/* header
   ========================================================================== */
header {
	background: #ffd800;
}

.hdr_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;	
	gap: 0 30px;
	text-align: left;
	margin: auto;
	padding: 20px 0 50px;
	width: 900px;
}

h1 { width: 32%;}

h1 img { width: 100%;}

.hdr_right { width: 49%;}

.hdr_cp1 {
	display: inline-block;
	font-weight: 600;
	font-size: 120%;
	background: #fff;
	border-radius: 30px;
	border: solid 3px #000;
	padding: 0 7px 0 20px;
	margin: 10px auto 15px !important;
	text-align: center;
	letter-spacing: 7px;
}

.hdr_cp2 {
	font-weight: 600;
	font-size: 340%;
	margin-bottom: 15px !important;	
	line-height: 1.2;
	letter-spacing: 4px;
}

.hdr_cp3 {
	font-weight: 600;
	line-height: 1.3;
}

.hdr_cp3 b {
	color: #0175c2;
	font-size: 140%;
}

.hdr_box {
	box-sizing: border-box;
	background: #fff;
	border: solid 2px #000;
	border-radius: 5px;
	padding: 15px 10px;
	width: 85%;
	clear: both;
	margin-top: -25px;
}

.hdr_box p {
	font-size: 70%;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
.hdr_inner {
	box-sizing: border-box;
	padding: 20px 3%;
	width: 100%;
}

h1 {
	margin: 0 10% -10px;
	width: 55%;
}

.hdr_right { width: 100%;}

.hdr_cp1 {
	font-size: 4vw;
	position: absolute;
	margin: auto;
	top: 5%;
	right: 13%;
	writing-mode: vertical-rl;
	padding: 15px 0 5px;
}

.hdr_cp2 {
	width: 100% !important;
	font-size: 7.7vw;
	line-height: 1.4;	
	letter-spacing: 1px;
	text-align: center;
}

.hdr_cp2 br:last-of-type { display: none !important;}

.hdr_cp3 {
	text-align: center;
	width: 100% !important;
	font-size: 3.8vw;
	letter-spacing: 1px;	
}

.hdr_box {
	width: 90%;
	margin-top: -10px;	
	padding: 10px;	
}
}


/* 
   ========================================================================== */
.hukidashi {
	box-sizing: border-box;
  position: relative;
  padding: 15px;
	background: #fff;
  border: 3px solid #333;
	border-radius: 10px;
	font-weight: normal !important;
	line-height: 1.5;
	display: inline-block;
}

.hukidashi::before,
.hukidashi::after {
  position: absolute;
  left: 40%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

.hukidashi::before {
  top: 100%;
  margin-left: -10px;
  border-color: transparent;
  border-top-color: #333;
  border-right-color: #333;
  border-width: 15px;
}

.hukidashi::after {
  top: 99%;
  margin-left: -7px;
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 12px;
}

.huki_man {
	display: block;
	margin: -10px auto 30px;
	width: 13%;
}

@media screen and (max-width: 800px) {
.hukidashi {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}

.hukidashi br { display: none;}

.huki_man {
	width: 20%;
	margin: auto auto 20px;	
}
}



/* そこでおすすめしたいのが米国株投資です

 ========================================================================== */
.riyu_box {
	box-sizing: border-box;
	background: #fff;
	border: solid 2px #000;
	border-radius: 20px;
	padding: 15px;
	margin: auto auto 30px;
	width: 80%;
	clear: both;
	overflow: hidden;
}

.riyu_box .ue {
	width: 10%;
	opacity: 0.5;
	float: left;
	margin: 15px 15px 0 0;
}

.riyu_box .shita {
	width: 12%;
	opacity: 0.5;
	float: right;
	margin: 15px 0 0 15px;
}

.riyu {
	font-size: 110%;
	margin: 10px auto 20px;
}

.riyu span {
	display: inline-block;
	background: #0175c2;
	border-radius: 25px;
	color: #fff;
	font-size: 80% !important;
	padding: 2px 10px 2px 15px;
}

.riyu_huki p { margin-bottom: 0;}

.riyu_huki span {	background: #fefce5;}

.zu_1-5 {
	display: block;
	margin: auto;
	width: 70%;
}

.riyu_5bei {
	background: #0175c2;
	color: #fff;
	font-weight: 600;
}

.riyu_5bei .inner {	padding: 40px 0;}

.riyu_5bei br { display: block !important;}



@media screen and (max-width: 800px) {
.riyu_box {
	width: 100%;
	text-align: left;
	font-size: 90%;
}

.riyu_box p {
	margin-bottom: 10px;
 text-align: left !important;
}

.riyu_box br { display: none;}

.riyu_huki { margin-bottom: 20px;}

.riyu_box .ue,
.riyu_box .shita {
	float: right;
	width: 15%;
	margin: 12px 0 0 1px;
}

.riyu {
	font-size: 140%;
	margin: 10px auto 10px;
	text-align: center;
}

.riyu span {
	display: block;
	width: 4em;
	margin: auto;
}

.zu_1-5 { width: 100%;}

.riyu_5bei p { text-align: center !important;}
}



/* そして、まさに今が好機である理由があります。

   ========================================================================== */
.sec51_box {}

.flex_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 30px;
}

.item1 {
	width: 80%;
	font-size: 130%;
}

.flex_box .item2 {
	width: 23%;
}

.flex_box .item3 {
	width: 58%;
}

.flex_box .item3 p {
	font-size: 200%;
	text-align: left;
	line-height: 1.5 !important;
}

.flex_box .item3 ul {
	text-align: left !important;
}

.rank {
	width: 28px;
	margin-right: 5px;
	vertical-align: -7%;
}

@media screen and (max-width: 800px) {
.item1 { width: 100%;}

.flex_box .item2 {
	width: 50%;
	margin: 0 10% 20px;
}

.flex_box .item3 {
	width: 100%;
}

.flex_box .item3 p {
	line-height: 1.5;
	margin: 0 5% 10px;
	font-size: 170%;
	text-align: left;
}

.flex_box .item3 li {
	font-size: 80%;
	text-align: left;
	margin-bottom: 0;
}

.rank {	width: 15px;}
}



/* 3大特典
   ========================================================================== */
.tk3_bg { background: #ffd800 !important;}

.tk3_txt01 {
	color: #0075c1;
	font-weight: 600;
	text-align: center;
	margin: auto auto -40px;
	padding-top: 50px;
	line-height: 1.8 !important;
}

.tk3_txt01 span {
	font-size: 140%;
	line-height: 0.9;
}

.tk3_txt01 b {
	font-size: 120%;
	vertical-align: -6.8%;
}

.tk3_box {
	box-sizing: border-box;
	background: linear-gradient(90deg, #000 2.5%, #0075c1 2.5%);	
	border: solid 7px #000;
	border-radius: 10px;
	font-size: 80%;
	overflow: hidden;
	margin: auto auto 30px;
	padding: 15px;
}

.tk3_box:before {
	content: "⚫︎";
	color: #fff;
	font-size: 70%;
	position: absolute;
	margin: auto;
	top: 3px;
	left: 2px;
}

.tk_maru {
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	width: 100px;
  height: 100px;
	line-height: 0.9;
  text-align: center;
  position: relative;
	float: left;
	margin: 5px 10px 0 10%;
}

.tk_maru span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.tk_maru b {
	display: block;
	font-size: 280%;
}

.tk3_box h3 {
	color: #fff;
	font-size: 180%;
	text-align: left;
	margin-left: 10px;
	position: relative;
}

.begin {
	display: inline-block;
	background: linear-gradient(90deg, #107c64 50%, #ffef15 51%);
	color: #fff;
	font-size: 60%;
	padding:  1px 20px;
	margin-left: 20px;
	text-shadow: 0 0 2px #000;
	transform: rotate(3deg);
}

.tk1_img {
	display: block;
	margin: 20px auto auto;
	text-align: center;
	width: 70%;
}

.tk2_img {
	display: block;
	margin: 20px auto auto;
	text-align: center;
	width: 35%;
	position: relative !important;
}

.tk_mov {
	width: 35px;
	margin-left: 5px;
	vertical-align: -10%;
}

.tk_icon {
	width: 25px;
	margin-right: 3px;
	vertical-align: middle;
}

.tk3_box h3 b {
	background: #fff;
	font-size: 60% !important;
	border: solid 1px #000;
	border-radius: 5px;
	color: #000 !important;
	padding: 1px 10px 3px 3px;
	margin-left: 10px;
	vertical-align: 17%;
}


@media screen and (max-width: 800px) {
.tk3_txt01 {
	margin: auto;
}

.tk3_box {
	box-sizing: border-box;
	border: solid 4px #000;
	background: linear-gradient(180deg, #000 5vw, #0075c1 5vw);
	padding-bottom: 1px;
	width: 100%;
}

.tk3_box:before {
	top: -2px;
	left: 3px;
}

.tk_maru {
	float: none;
	margin: 10px auto auto;
	width: 80px;
  height: 80px;	
}

.tk3_box h3 {
	font-size: 140%;
	float: none;
	margin: 5px auto 10px;	
	text-align: center;
}

.begin {
	position: absolute;
	margin: auto;
	top: -20px;
	left: -10px;
	transform: rotate(-5deg);
}

.tk3_box h3 br:first-of-type { display: block;}

.tk_mov {	width: 25px;}

.tk_icon {
	width: 16px;
	padding: 3px 0;
}

.tk1_img {
	width: 100%;
	margin: 10px auto;
}

.tk2_img {
	width: 60%;
	margin: 10px auto;
}
}




/* 著者プロフィール

   ========================================================================== */
.pf_box {
	background: #fff !important;
}

.pf_box .inner {
	font-size: 90%;
	text-align: left !important;
}

.pf_img {
	float: right;
	margin: 0 0 20px;
	width: 33%;
}

.pf_author {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 5px;
}

.pf_link dt {}

.pf_link dd {
	margin: 0 0  10px;
}

.pf_link a { word-break: break-all !important;}


@media print, screen and (max-width: 800px) {
.pf_img {
	display: block;
	float: none;
	margin: auto auto 10px;
	width: 60%;
}
}



/* form
   ========================================================================== */
.cp_box {
	background: #ffd800;
	font-size: 80% !important;
}

.cp_box h2 br { display: none;}

.cp_kikan {
	margin: auto auto 10px !important;
	width: 80%;
}

.cp_kikan li {
	border: solid 2px #000;
	background: #fff;
	display: block;
	padding: 10px;
	position: relative;
}

.cp_kikan li br { display: none;}

.cp_kikan li:before {
	content: "⚫︎";
	color: #fff;
	opacity: 0.5;
	font-size: 60%;
	position: absolute;
	margin: auto;
	top: 25%;
	left: 10px;
}

.cp_kikan li:first-child {
	background: #0175c2;
	border-radius: 10px 10px 0 0;
	border-bottom: none;
	color: #fff;
	font-weight: 600;
	padding: 3px 10px;	
}

.cp_kikan li:last-child {
	border-radius: 0 0 10px 10px;
	border-top: none;
}

.ol_box {
	text-align: center;
	display: block;
}

.cp_box .ollist {
	padding-left: 0;
	list-style: none;
	display: inline-block;
	margin: 0;
}

.cp_box .ollist li {
	text-align: left;
}

.form_box {
	text-align: center;
	padding-bottom: 40px !important;
}

.app_quiz {
	background: #fff;
	border: solid 2px #000;
	border-radius: 15px;
	padding: 5px 10px;
	margin: 20px auto;
}

.app_quiz p { margin-bottom: 0;}

.appli {
	font-weight: 600;
	font-size: 170%;
	line-height: 1.4;
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.amazon_btn {
	box-sizing: border-box;
	margin: auto auto 20px !important;
	padding: 0;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}

.amazon_btn li {
	width: 49.5%;
	margin-bottom: 1%;
}

.amazon_btn li img {
	width: 50%;
}

.amazon_btn a {
	box-sizing: border-box;
	display: block;
	background: #f9ce99;
	border: solid 2px #5d3126;
	border-radius: 5px;
	padding: 15px 10px 3px;
	text-align: center;
}

.amazon_btn a:hover {
	/*opacity: 0.7;*/
	transition: 0.3s;
	background: #f7bd75;
}

.form {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.form li { text-align: left;}

.form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	border: solid 1px #666;
	background: #fff;
	-webkit-appearance: none;
}

.form input::-webkit-input-placeholder { color: #ccc;}
.form input::-moz-placeholder {	color: #ccc;}
.form input::-ms-input-placeholder { color: #ccc;}
.form input::placeholder { color: #ccc;}

.form input:focus::-webkit-input-placeholder { color: transparent;}
.form input:focus::-moz-placeholder {	color: transparent;}
.form input:focus::-ms-input-placeholder { color: transparent;}
.form input:focus::placeholder { color: transparent;}

input:focus {
	background: #ffc;
	transition: 0.3s;
}

.sub_btn {
	margin: 15px auto 20px;
	text-align: center;
}

.sub_btn input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	margin: auto;
	padding: 30px 0;
	background: #0175c2;
	color: #fff;
	letter-spacing: 5px;
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: solid 3px #000;
	border-radius: 15px;
	-webkit-appearance: button;
}

.sub_btn input:hover {
	cursor: pointer;
 	opacity: 0.6;
	transition: 0.8s;
}

.frm_list {
	font-size: 70%;
	text-align: left;
}

/*.frm_list a {	color: #000;}*/

.frm_list a:hover {
	color: #f00;
	text-decoration: none;
}

.frm_list2 {
	color: #d71718;
	font-weight: 600;
	font-size: 90%;
	text-align: left;
	margin-bottom: 30px !important;
}

.frm_end {
	color: #d71718;
	font-size: 300%;
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.cp_box h2 br { display: block !important;}

.cp_box .ollist {	display: block;}

.form_box {
	text-align: left;
	padding-bottom: 20px !important;
}

.form_box br { display: none;}

.cp_kikan {
	width: 100%;
	text-align: center;
	font-size: 110%;
}

.cp_kikan li {
	padding: 10px 20px;
}

.cp_kikan li br { display: block;}

.cp_kikan li:first-child {
	box-sizing: border-box;
	display: block;
	border-radius: 5px 5px 0 0;
	margin: 0;
	width: 100%;
	border-bottom: 0;
}

.cp_kikan li:last-child {
	display: block;
	border-radius: 0 0 5px 5px;
}

.cp_kikan li br { display: block;}

.appl_box {
	border: solid 5px #000;
	margin: 0 2%;
	width: 96%;
	text-align: left;
}

.appl_box br { display: none;}

.amazon_btn li {
	width: 100%;
	margin-bottom: 10px;
}

.amazon_btn li img { width: 60%;}

.form li:nth-of-type(3) { width: 100%;}
.form li:nth-of-type(4) {	width: 100%; text-align: left;}
.form li:nth-of-type(5) { width: 100%;}

.app_ttl {
	display: block;
	width: 5em;
	text-align: center;
}

.appli {
	font-size: 6vw;
	text-align: center;
}

.sub_btn input { font-size: 7vw;}

.frm_end {
	font-size: 6vw;
	text-align: center;
}

.frm_blk {
	text-align: center !important;
}

.frm_blk br {
	display: block !important;
}
}



/* footer
   ========================================================================== */
footer {
	clear: both;
	background: #fff;
	font-size: 60%;
	padding: 15px 15px 1px;
	overflow: hidden;
}

.ftr_link {
	float: right;
	margin: auto auto 10px;
}

.ftr_link a,
.ftr_link a:active,
.ftr_link a:visited {
	color: #333;
	text-decoration: underline;
}

.ftr_link a:hover {
	color: #F00 !important;
}

.ftr_box {
	float: left;
	margin-bottom: 10px;
}

.ftr_box p { margin-bottom: 2px;}

.ftr_company {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px !important;
}

footer br {	display: none;}

@media screen and (max-width: 800px) {
footer {
	font-size: 2.2vw;
	text-align: center;
	padding-top: 20px;
}

.ftr_link,
.ftr_box {
	float: none;
	font-size: 2.2vw;
	margin-bottom: 10px;
}

.ftr_company {
	font-size: 3vw;
}

footer br {	display: block;}
}



/* 申し込むボタン
   ========================================================================== */
.apply_box {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding: 15px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
}


.btn {
	text-align: center;
	margin: auto;
}

.btn a {
	display: inline-block;
	background: #0175c2;
	border: solid 2px #000;
	border-radius: 5px;
	color: #fff;
	font-size: 110%;
	padding: 10px 40px;
	text-decoration: none;
	letter-spacing: 5px;
}

.btn a:hover {
	transition: 0.3s;
	opacity: 0.7;
}

.page-top {
  height: 45px;
  width: 45px;
  position: fixed;
  right: 10px;
  bottom: 17px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: 0.5s;
}



/* common
   ========================================================================== */
.w100 { width: 100%;}
.w70 { width: 70%; margin: auto; display: block;}
.w50 { width: 50%;}
.w45 { width: 45%;}
.w40 { width: 40%;}
.w30 { width: 30%;}


.txt_mid {
	font-size: 130%;
	line-height: 1.6;
}

.txt_large {
	font-size: 180%;
	line-height: 1.5;
}

.txt_exlarge {
	font-size: 220%;
	line-height: 1.5;
}

/*▼*/
.dli-caret-down {
  display: block;
  vertical-align: middle;
  color: #0075c1;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
	font-size: 500%;
	transform: scale(1.5, 0.4);
	margin: auto;
	position: relative;
}

.dlicd03 { margin: -30px auto auto;}

.block {
  opacity: 0;
  transition: all 1.5s;
}

.blockl {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(20px);
}

.blockr {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(40px);
}

.fadeIn {
	opacity: 1;
	transform: translateY(0px);
	transform: translateX(0px);
}


@media print, screen and (max-width: 800px) {
.btn { text-align: left;}

.btn a {
	width: 70vw;
	font-size: 100%;
	padding: 10px;
	text-align: center;
}

.txt_exlarge { font-size: 8.2vw;}
.txt_large { font-size: 7.2vw;}
.txt_mid { font-size: 6vw;}


.txt_large br,
.txt_mid br { display: none;}
}