span,
strong {
	font-weight: inherit;
}
.marker {
	background: linear-gradient(transparent 50%, #fafd18 50%);
}

.page_beginner2 .fv {
	height: 270px;
    background: url("../img/automatic/fv_bg.jpg") no-repeat center center / cover;
}
.page_beginner2 .fv .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.page_beginner2 .fv .fv_date {
    z-index: 1;
    position: absolute;
    top: 29px;
    left: 223px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.page_beginner2 .fv .fv_img {
	position: absolute;
	top: -2px;
	left: 45px;
}


.page_beginner2 .section01 .inner {
    padding: 20px 0 40px;
}
.page_beginner2 .section01 .ttl {
    background: #17359A;
}
.page_beginner2 .section01 .ttl .ttl_inner{
    color:#fdfd03;
}
.page_beginner2 .section01 .ttl .ttl_inner span{
    color:#fff;
}


.page_beginner2 .section02 {
    position: relative;
	margin: 0px auto 0;
	background: none;
}
.page_beginner2 .section02 .ttl {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1018px;
    background: #17359A;
    padding: 20px 0 15px;
}
.page_beginner2 .section02 .ttl::before {
	content: '';
	position: absolute;
	left: 1px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #0a4eac;
    border-top: 0;
    transform: rotate(45deg);
}
.page_beginner2 .section02 .ttl::after {
	content: '';
	position: absolute;
	right: 1px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #0a4eac;
    border-top: 0;
    transform: rotate(-45deg);
}
.page_beginner2 .section02 .ttl h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.page_beginner2 .section02 .ttl h2 .middle {
    font-size: 25px;
    font-weight: bold;
}
.page_beginner2 .section02 .anchor {
    display: block;
    text-decoration: none;
}
.page_beginner2 .section02 .inner {
    margin: 0 auto;
    width: 970px;
    padding: 107px 40px 40px;
    text-align: center;
	background: #ecf0fc;
}
.page_beginner2 .section02 .heading {
    text-align: center;
}
.page_beginner2 .section02 .heading span {
    font-size: 27px;
    font-weight: bold;
    color: #184092;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.page_beginner2 .section02 .arrow {
    margin: 40px auto 0px;
	text-align: center;
}
.page_beginner2 .section02 ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page_beginner2 .section02 ul li {
    width: 350px;
	margin: 0 10px 20px;
	padding: 25px 5px;
	background: #fff;
	border: #17359A 1px solid;
	border-radius: 10px;
	text-align: center;
}
.page_beginner2 .section02 ul li h3 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #17359A;
	line-height: 1.4;
}


.page_beginner2 .section03 {
	width: 100%;
}
.page_beginner2 .section03 .inner{
	background: none;
	box-shadow: none;
	padding: 0;
}
.page_beginner2 .section03 h2{
	position: static;
	text-align: center;
	margin: 15px auto;
	font-size: 30px;
	font-weight: bold;
}
.page_beginner2 .section03 .wrap{
	background-color: #fff;
	padding-left: 0px;
}
.page_beginner2 .section03 .image{
	display: inline-block;
	position: static;
	width: 45%;
	padding: 25px 20px;
}
.page_beginner2 .section03 .image img{
	width: 100%;
}
.page_beginner2 .section03 .txt{
	display: inline-block;
	width: 54%;
	background-color: #fff;
	vertical-align: top;
	padding: 25px 20px;
	font-size: 16px;
}


.page_beginner2 .section04 {
    margin-top: 20px;
}
.page_beginner2 .section04 .ttl {
    background: #17359A;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding: 25px 0 20px;
	line-height: 39px;
}
.page_beginner2 .section04 .ttl h2 {
	font-weight: 700;
}
.page_beginner2 .section04 .ttl h2 span {
    color: #fdfd03;
}
.page_beginner2 .section04 .image {
	margin: 20px auto;
	text-align: center;
}
.page_beginner2 .section04 .client_box > li h3 {
	background: #e8344b;
	padding: 5px 20px 2px 34px;
}
.page_beginner2 .section04 .client_box > li h3::before,
.page_beginner2 .section04 .client_box > li h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 85%;
	background: none;
}
.page_beginner2 .section04 .client_box > li h3::before {
    left: 10px;
}
.page_beginner2 .section04 .client_box > li h3::after {
    left: 16px;
}
.page_beginner2 .section04 .client_box > li .inner{
    border: 1px solid #e51d37;
}
.page_beginner2 .section04 .client_box table thead th {
    background: #92c427;
	color: #fff;
    text-align: center;
    padding: 4px 0;
    border-right: 1px solid #fff;
    vertical-align: middle;
}
.page_beginner2 .section04 .client_box table thead th.border {
    border-bottom: 1px solid #fff;
}
.page_beginner2 .section04_inner .btn_section {
	padding-top:0;
}
.page_beginner2 .section04_inner .btn_section .txt {
	font-size: 18px;
    text-align: center;
    color: #e51d37;
    font-weight: bold;
}
.page_beginner2 .section04_inner .btn_section .official_btn{
	display: block;
	right: auto;
	top: auto;
	margin: 0 auto;
	position: relative;
    width: 610px;
}
.page_beginner2 .section04 .official_btn a {
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 24px;
    background: #e8344b;
    border-bottom: 5px solid #a81124;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    line-height: 1.3;
    position: relative;
    padding: 20px 0;
}
.page_beginner2 .section04 .official_btn a::before {
    width: 60px;
    height: 200px;
}
.page_beginner2 .section04 .official_btn a::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -8px;
}
.page_beginner2 .section04 .client_box li table td span{
	color:#e51d37;
}
.page_beginner2 .section04 .btn_section .trigger{
	display: none;
}


.page_beginner2 .section05 {
    position: relative;
    width: 1100px;
	margin: 40px auto 0;
	background: none;
}
.page_beginner2 .section05 .ttl {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1083px;
    background: #17359A;
    padding: 20px 0 15px;
}
.page_beginner2 .section05 .ttl::before {
	content: '';
	position: absolute;
	left: 1px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #0a4eac;
    border-top: 0;
    transform: rotate(45deg);
}
.page_beginner2 .section05 .ttl::after {
	content: '';
	position: absolute;
	right: 1px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #0a4eac;
    border-top: 0;
    transform: rotate(-45deg);
}
.page_beginner2 .section05 .ttl h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.page_beginner2 .section05 .ttl h2 .middle {
    font-size: 25px;
    font-weight: bold;
}
.page_beginner2 .section05 .anchor {
    display: block;
    text-decoration: none;
}

.page_beginner2 .section05 .inner {
    background: #fff;
    margin: 0 auto;
    width: 1036px;
    padding: 107px 40px 40px;
    text-align: center;
	background: #ecf0fc;
}
.page_beginner2 .section05 .inner span {
    color: #ba1631;
	font-size: 28px;
	font-weight: bold;
	background: linear-gradient(transparent 50%, yellow 50%);
}
.page_beginner2 .section05 ul{
	margin-top: 20px;
}
.page_beginner2 .section05 ul li{
	display: inline-block;
    vertical-align: top;	
}


.page_beginner2 .section06 .ttl {
	padding: 25px 0 20px;
    background: #17359A;
}
.page_beginner2 .section06 .ttl .ttl_inner h2 {
    position: static;
    text-align: center;
}
.page_beginner2 .section06 .ttl .ttl_inner {
    height: auto;
}
.page_beginner2 .section06 .ttl .ttl_inner p {
    text-align: center;
    margin: 0 auto;
    font-size: 23px;
    line-height: 1.3;
    color: #fff;
}
.page_beginner2 .section06 .ttl .ttl_inner p span {
    font-weight: bold;
    color: #fdfd03;
    font-size: 31px;
}	
.page_beginner2 .section06 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 0;
}
.page_beginner2 .section06 table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #bfbfbf;
    font-size: 13px;
}
.page_beginner2 .section06 table thead th {
    background: #e2e6ee;
    text-align: center;
}
.page_beginner2 .section06 table th, td {
    padding: 10px 5px;
    vertical-align: middle;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.page_beginner2 .section06 table tbody td {
    text-align: center;
}
.page_beginner2 .section06 table tbody td span{
	color:#e51d37;
}
.page_beginner2 .section06 .image,
.page_beginner2 .section06 .name {
    text-align: center;
}
.page_beginner2 .section06 .name a {
    font-weight: bold;
}
.page_beginner2 .section06 .heading {
    position: absolute;
    background: url(../img/osusume2/section02_heading.png) no-repeat center top;
    width: 874px;
    height: 89px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    padding-top: 9px;
}


.page_beginner2 .section07 {
    width: 1035px;
    margin: 0 auto;
    margin-top: 50px;
    background: #e7e2db;
    padding: 30px;
    position: relative;
}
.page_beginner2 .section07 .heading {
    position: absolute;
    background: url(../img/osusume2/section02_heading.png) no-repeat center top;
    width: 874px;
    height: 89px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    padding-top: 9px;
}
.page_beginner2 .section07 .inner {
    background: #fff;
    padding: 50px 30px 30px;
}
.page_beginner2 .section07 .inner .name {
    background: url(../img/osusume2/ttl_bg.png) repeat center top;
    padding: 10px 10px 10px 30px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.page_beginner2 .section07 .inner .wrap {
    margin-top: 20px;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.page_beginner2 .section07 .inner .wrap .image,
.page_beginner2 .section07 .inner .wrap .txt {
    display: table-cell;
    vertical-align: top;
}
.page_beginner2 .section07 .inner .wrap .image {
    width: 300px;
}
.page_beginner2 .section07 .inner .wrap .txt {
    padding-left: 20px;
}
.page_beginner2 .section07 .inner .wrap p {
    font-size: 16px;
}
.page_beginner2 .section07 .inner .wrap p span {
    color: #e51d37;
    font-weight: bold;
}
.page_beginner2 .section07 .inner .wrap .btn {
    margin-top: 10px;
}
.page_beginner2 .section07 .inner .wrap .btn a {
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #e4233a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px;
    text-align: center;
    line-height: 1.4;
    border: none;
    border-bottom: 5px solid #b4222b;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
	

.page_beginner2 .section_wealthnavi {
  width: 1035px;
  margin: 0 auto;
  background: #e7e2db;
  padding: 30px;
  position: relative;
}
.page_beginner2 .section_wealthnavi h2 {
  position: absolute;
  top: 20px;
  left: -14px;
  background: url(../img/beginner2/section_wealthnavi_ttl.png) no-repeat center top;
  width: 1065px;
  height: 126px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  line-height: 1.4;
}
.page_beginner2 .section_wealthnavi .inner {
  background: #fff;
  padding: 140px 30px 30px;
}
.page_beginner2 .section_wealthnavi .wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.page_beginner2 .section_wealthnavi .wrap .image, .page_beginner2 .section_wealthnavi .wrap .txt_wrap {
  display: table-cell;
  vertical-align: top;
}
.page_beginner2 .section_wealthnavi .wrap .image {
  width: 300px;
}
.page_beginner2 .section_wealthnavi .wrap .txt_wrap {
  padding-left: 20px;
}
.page_beginner2 .section_wealthnavi .wrap .txt_wrap span {
  font-weight: bold;
  color: #e51d37;
}
.page_beginner2 .section_wealthnavi .wrap .btn_wrap {
  margin-top: 20px;
}
.page_beginner2 .section_wealthnavi .wrap .btn_wrap a {
  font-size: 18px;
}
.page_beginner2 .section_wealthnavi .shiny_btn a::before {
  animation: shiny 6s infinite linear;
  -webkit-animation: shiny 6s infinite linear;
  -moz-animation: shiny 6s infinite linear;
}
.page_beginner2 .section_wealthnavi .shiny_btn a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}


.step_image {
	text-align: center;
}
.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; 
	}
.modal_close {
    background: #666666db;
    color: #fff;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -40px;
    right: -1px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
	}
	.exitProtection {
	width:380px !important;
	margin:0 auto;
	position: fixed;
	left:0;
	right:0;
	top: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	.exitProtection .huyouhin_info {
	position: relative;
	}


.page_beginner2 .section01 .inner ul li {
    padding-top: 50px;
    position: relative;
}
.page_beginner2 .section01 .inner ul li::before {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
}
.page_beginner2 .section01 .inner ul li:nth-child(1)::before {
    background: url("../img/automatic/rank1.png") no-repeat;
    background-size: contain;
}
.page_beginner2 .section01 .inner ul li:nth-child(2)::before {
    background: url("../img/automatic/rank2.png") no-repeat;
    background-size: contain;
}
.page_beginner2 .section01 .inner ul li:nth-child(3)::before {
    background: url("../img/automatic/rank3.png") no-repeat;
    background-size: contain;
}
.page_beginner2 .section01 .inner ul li:nth-child(4)::before {
    background: url("../img/automatic/rank4.png") no-repeat;
    background-size: contain;
}
.page_beginner2 .section01 .inner ul li:nth-child(5)::before {
    background: url("../img/automatic/rank5.png") no-repeat;
    background-size: contain;
}



	.ft_btn{background:#009981;position:fixed;bottom:0;width:100%;text-align: center;display:flex;justify-content: center;z-index:20;}
	.ft_btn .ft_btn_area{width: 500px;display: flex;justify-content: center;align-items: center;padding:10px 20px;}
	.ft_btn .ft_btn_area .txt_img{overflow: hidden;}
	.ft_btn .ft_btn_area .txt_img a{position:relative;overflow:hidden;display: block;}
	.ft_btn .ft_btn_area .cta_btn p{position: relative;color:#ffe037;font-weight: bold;padding-left: 25px;text-align: left;}
	.ft_btn .ft_btn_area .cta_btn p::before{ content: ""; position: absolute;background-image: url(/img/osusume2/clown_ico.png);background-repeat: no-repeat;background-position: center center;    background-size: 100%;width: 20px;height: 20px;left: 0px;}
	.ft_btn .ft_btn_area .cta_btn {width: 68%; margin: 0 auto;}
	.ft_btn .ft_btn_area .shiny_btn a {display: block;position: relative;z-index: 2;overflow: hidden;width: 100%;border-radius: 5px;background: #e4233a;color: #ffffff;font-weight: bold;padding:.4em 0 .3em;text-align: center;text-decoration: none;transition: .25s linear;-webkit-transition: .25s linear;-moz-transition: .25s linear; -webkit-box-shadow: 0 3px 0 #b4232b; -moz-box-shadow: 0 3px 0 #b4232b;box-shadow: 0 3px 0 #b4232b;font-size: 16px;}
	.ft_btn .space_area{background: #ffe037;width:100px;}
	.ft_btn .space_area p{color:#009981;font-weight: bold;padding: 1em 0 0 0;}
	.ft_btn .space_area p span{color:#f87e07;font-size: 1.2em;display: block;ont-weight: bold;}
	.footer {margin-bottom: 60px;}
	/*.exitProtection_overlay {
	  background: rgba(0, 0, 0, 0.7);
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 99; }
	*/
	.exitProtection2 {
	  width: 400px !important;
	  margin: 0 auto;
	  position: fixed;
	  left: 0;
	  right: 0;
	  top: 13%;
	  border: none;
	  z-index: 1000; }
	 .exitProtection2 .wrap {
		position: relative;
		overflow: auto !important;
		padding-top: 40px;
		height: 510px;
		background-image: url("../img/automatic/matsui_fx_exitProtection_bg.png");
		background-repeat: no-repeat;
		background-position-y: bottom;
	}
	.exitProtection2 .wrap div{
		position: absolute;
		display:flex;
		justify-content: center;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: 13px;
	}
	.exitProtection2 .wrap .image{
		top: 190px;
	}	
	.exitProtection2 .wrap .image img {
		width: 70%;
		border: 2px solid #fff;
	}
	.exitProtection2 .wrap div.tel{
		position: absolute;
		display:flex;
		justify-content: center;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: 120px;
	}
	.exitProtection2 .wrap div a{
		width:360px;
		display:block;
		outline: none;
		text-align: center;
	}
  .modal_close {
    background: #a7a7a7c9;
    color: #fff !important;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    z-index: 100; }
	.exitProtection2 a {
    outline: none; }
	.exitProtection2 * {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box; }
	.ui-dialog-titlebar {
	  display: none; }
	.ui-dialog {
	  background: transparent !important;
	  border: none !important;
	  padding: 0 !important;
	  width: 90% !important; }



.page_beginner2 .section04 .btn_section .ct_txt{
    font-size: 18px;
	text-align: center;
    color: #e51d37;
    font-weight: bold;
}
.page_beginner2 .section04 .client_box > li h3 {
    padding: 5px 20px 2px 104px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.08em;
    position: relative;
}
.page_beginner2 .section04 .client_box > li h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center center;
}
.page_beginner2 .section04 .client_box > li:nth-child(1) h3::before {
    background-image: url(/img/osusume2/bar_rank1.png);
}
.page_beginner2 .section04 .client_box > li:nth-child(2) h3::before {
    background-image: url(/img/osusume2/bar_rank2.png);
}
.page_beginner2 .section04 .client_box > li:nth-child(3) h3::before {
    background-image: url(/img/osusume2/bar_rank3.png);
}
.page_beginner2 .section04 .client_box > li:nth-child(4) h3::before {
    background-image: url(/img/osusume2/bar_rank4.png);
}
.page_beginner2 .section04 .client_box > li:nth-child(5) h3::before {
    background-image: url(/img/osusume2/bar_rank5.png);
}
.page_beginner2 .section04 .client_box.osusume > li:first-child h3 {
    padding: 5px 20px 2px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.08em;
    position: relative;
}
.page_beginner2 .section04 .client_box.osusume > li h3::before {
    background-image: none;
}
.page_beginner2 .section06 table tbody tr:first-child {
    background: #ffecc6;
}
.page_beginner2	.simulation {
	width: 900px;
	margin: 0 auto 40px;
	text-align: center;
	padding: 20px 90px;
    border: solid 3px #dcecf8;
	border-radius: 10px;
    background-color: #eef8ff;
}
