@charset "UTF-8";


/*-----mv-----*/
.mv{
	background: rgb(255,240,229);
	background: linear-gradient(127deg, rgba(255,240,229,1) 0%, rgba(255,230,227,1) 100%);
}
.mv_wrapper{
	background: url(/personal/save/investment/img/index/bg_mv.png) no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding: 40px 20px 0;
	position: relative;
}
.mv_wrapper h1{
	max-width: 890px;
	margin: 0 auto;
}

/*-----corner01-----*/
.corner01{
	margin: 0 auto 100px;
	position: relative;
	overflow: hidden;
}
.corner01::before{
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 200px);
  height: 500px;
	background: url(/personal/save/investment/img/bg_dot01.png) #FFE9E3;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 200px;
	bottom: 50px;
}
.corner01::after{
	content: "";
	display: block;
	width: 104px;
	height: 107px;
	background: url(/personal/save/investment/img/index/icon_tomato_top.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}
.corner01_inner{
	position: relative;
		margin-bottom: 200px;
}
.corner01_inner .cta_area.clm3{
	justify-content: space-around;
}
.corner01_inner .cta_area p{
	font-size: 1.25rem;
}
.corner01_inner .cta_area .btn_style01 a{
	font-size: 1.375rem;
	font-weight: 500;
}
.corner01_inner .cta_area > div:nth-child(3) .btn_style01 a::after{
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: calc(50% - 10px);
    right: 13px;
}

/*-----corner02-----*/
.corner02{
	margin: 100px auto;
}
.corner02 .c_flow_box{
	display: none;
}
.corner02 .c_flow_box.active{
	display: flex;
}
.corner02 #step_answer .cta_area{
	max-width: 740px;
}
.corner02 .red_title_box .red_title_box_contents .indent-list{
    max-width: 740px;
    margin: 0 auto;
}
.corner02 #step_answer .red_title_box{
	display: none;
}
.corner02 #step_answer .red_title_box.active{
	display: block;
}
.corner02 #step_answer .red_title_box .text_blank{
	text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: underline;
}
.corner02 #step_answer .red_title_box .text_blank img{
	margin-left: 5px;
}
.corner02 #step_answer .red_title_box .text_blank:hover{
	opacity: 0.7;
	text-decoration: none;
}
/*-----corner03-----*/
.corner03_inner{
	position: relative;
	background-color: #FF6060;
	padding: 80px 20px;
}
.corner03_inner > ul.point_area{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.corner03_inner > ul.point_area li{
	padding: 30px 10px;
    background-color: #ffffff;
	border-radius: 10px;
	width: 30%;
	border: 2px solid #E2E2E2;
	text-align: center;
}
.corner03_inner > ul.point_area li div{
	font-size: 1.5rem;
	font-weight: 600;
}
.corner03_inner > ul.point_area li div span{
	font-size: 1.5rem;
	font-weight: 600;
	color: #EC402F;
}
.corner03_inner > ul.point_area li figure{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.corner03_inner > ul.indent-list{
	max-width: 1000px;
	margin: 0 auto;
	color: #ffffff;
}

/*-----corner04-----*/
.corner04{
	position: relative;
	overflow: hidden;
}
.corner04::before{
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 200px);
	height: 500px;
	background: url(/personal/save/investment/img/bg_dot01.png) #FFE9E3;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 200px;
	top: 50px;
}
.corner04::after{
	content: "";
	display: block;
	width: 104px;
	height: 107px;
	background: url(/personal/save/investment/img/index/icon_tomato_top.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 50px);
}
.corner04_inner {
    position: relative;
    margin-top: 200px;
	padding-bottom: 100px;
}

.corner04_contents{
	border-radius: 10px;
	background-color: #ffffff;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.corner04_contents > div:nth-child(1){
	width: 66%;
}
.corner04_contents > div:nth-child(2){
	width: 30%;
}
.corner04_contents_title{
	font-size: 1.25rem;
	font-weight: 500;
}
.corner04_contents_list li{
	padding-left: 20px;
    position: relative;
    margin: 5px 0;
}
.corner04_contents_list li::before {
    content: "・";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.corner04_contents .indent-list{
	color: #EC402F;
}

/*-----corner05-----*/
.corner05{
	margin: 60px 0;
}
.corner05 .c_table thead th{
	width: 23%;
}
.corner05 .c_table thead th:nth-child(3){
	width: 31%;
}
.corner05 .indent-list{
	color: #666666;
}
.corner05 .ex_layout01{
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	border-radius: 100px;
	background-color: #00A85B;
	color: #ffffff;
}
.corner05 .ex_layout02{
	color: #D00000;
}
/*-----corner06-----*/
.corner06{
	padding: 40px 0;
}
.corner06 .btn_style01{
	margin: 10px auto;
}
.corner06 .btn_style01 a{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.2;
}
/*-----modal-----*/
.modal-portfolio {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	background-color: rgba(0, 0, 0, 0.69);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s linear, visibility 0.2s;
}
.modal-portfolio__closelayer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.modal-portfolio__inner {
	width: 90%;
	max-width: 980px;
	position: relative;
	z-index: 1;
    border-radius: 20px;
}
.modal-portfolio__close {
	width: 50px;
	height: 50px;
	position: absolute;
    top: 10px;
    right: 10px;
	z-index: 3;
	cursor: pointer;
    background: url("/personal/save/investment/img/close.svg") no-repeat;
	background-size: cover;
}
.modal-portfolio__content {
	display: none;
	width: 100%;
	height: 0;
	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	pointer-events: none;
}
.modal-portfolio__content.is-show {
	display: block;
	height: auto;
	max-height: 75vh;
	pointer-events: all;
}
.modal-portfolio.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.modal-portfolio-body__title{
    border: 2px solid #00A85B;
    font-size: 1.25rem;
    font-weight: 600;
    color: #00A85B;
    line-height: 1.5;
    padding: 20px 40px;
    text-align: center;
}
.modal_inn{
    max-height: 60vh;
    overflow-y: scroll;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
    scrollbar-width: none;
}
.modal_inn::-webkit-scrollbar{
    display:none;
}
.modal_inn p{
    margin: 20px 0;
}
.modal-portfolio-body {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	padding: 60px 40px 40px;
	border-radius: 10px;
}
.modal-portfolio-body__titleText {
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-portfolio-body__titleText:first-of-type:last-of-type {
	justify-content: flex-start;
}

.modal_contents_list li{
	padding-left: 20px;
    position: relative;
    margin: 5px 0;
}
.modal_contents_list li::before {
    content: "・";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
	color: #EC402F;
}
.modal_contents_list li a{
	color: #336699;
	text-decoration: underline;
}
/*-----sp-----*/
@media screen and (max-width: 767px){
	.mv_wrapper{
		background: url(/personal/save/investment/img/index/bg_mv_sp.png) no-repeat;
		background-position: top center;
		background-size: 100% auto;
		padding: 20px 0 0;
		margin: 0 10px;
	}
	div.mv_btn{
		margin: 80px 20px 0;
		box-shadow: none;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		background-color: #F8F8F8;
	}
	div.mv_btn div:nth-child(2){
		font-size: 1.125rem;
		margin-bottom: 10px;
	}
	div.mv_btn div:nth-child(4) a{
		margin-top: 15px;
	}

	.slick-list a{
		border-radius: 13px;
	}
	div.mv_btn a{
		font-size: 1.375rem;
		padding: 10px 30px;
	}
	.balloon2{
		left: calc(50% - 6rem);
	}
	.balloon2 p strong{
		font-size: 2.5rem;
	}

	.corner01{
		margin: 0 auto 50px
	}
	.corner01::before{
		height: 300px;
	}
	.corner01_inner{
		margin-bottom: 120px;
	}
	.corner01_inner .pr_point{
		padding: 30px 0;
	}
	.corner01_inner .pr_point h3 span.point_title_top{
		font-size: 1.25rem;
	}
	.corner01_inner .pr_point h3 span.point_title_bottom{
		font-size: 3.25rem;
	}
	.corner01_inner .pr_point h3 span.point_title_bottom strong{
		    font-size: 7rem;
	}
	.corner01_inner .pr_point_box{
		display: block;
	}
	.corner01_inner .pr_point_box > div{
		width: 100%;
		padding: 15px;
	}
	.corner01_inner .pr_point_box > div::before{
		font-size: 5rem;
	}
		
	.corner01_inner .pr_point_box > div figure{
		width: 32%;
	}
	.corner01_inner .pr_point_box > div > div{
		width: 65%;
		font-feature-settings: "palt";
	}
	.corner01_inner .pr_point_box > div > div h4,.corner01_inner .pr_point_box > div > div h4 strong{
		font-size: 1.375rem
	}
	.corner01_inner .cta_area > div .btn_style01{
		margin-top: 10px;
	}
	.corner01_inner .cta_area > div .btn_style01 a{
		font-size: 1.125rem;
	}
	.corner01_inner .cta_area > div:nth-child(3) .btn_style01 a::after{
		top: calc(50% - 7px);
		right: 10px;
	}

	.corner02{
		margin: 50px 0;
	}
	.corner02 #step_answer .red_title_box .btn_style01{
		margin: 10px auto;
	}
	.corner02 #step_answer .red_title_box .text_blank{
		font-size: 0.875rem;
	}
	.corner02 .w1000 > .cta_area{
		margin-left: 0;
		margin-right: 0;
	}
	
	.corner03::before{
		height: 300px;
	}
	.corner03_inner{
		padding: 40px 20px;
	}
	.corner03_inner > ul.point_area{
		flex-direction: column;

	}
	.corner03_inner > ul.point_area li{
		width: 100%;
		margin-bottom: 20px;
	}
	.corner03_inner > ul.point_area li:last-child{
		margin-bottom: 0;
	}
	.corner03_inner > ul.point_area li figure{
		width: 50%;
	}
	
	.corner04{
	}
	.corner04::before{
		height: 300px;
	}
	.corner04_inner{
		margin-top: 120px;
		padding: 0 20px 50px;
	}
	
	.corner04_contents{
		flex-direction: column;
	}
	.corner04_contents > div:nth-child(1),.corner04_contents > div:nth-child(2){
		width: 100%;
	}
	.corner04_contents_title{
		text-align: center;
	}
	.corner04_contents .btn_style01.red{
		margin-bottom: 0;
	}
	
	/*-----corner05-----*/
	.corner05 .w1000{
		padding: 0;
	}
	.corner05 .ex_layout01{
		font-size: 1rem;
	}
	/*-----corner06-----*/
	.corner06{
		padding: 20px 20px;
	}
	.corner06 .btn_style01{
		margin: 10px 0;
	}
	.corner06 .btn_style01 a{
		font-size: 1.125rem;
	}
	/*-----modal-----*/
	.modal-portfolio__inner{
        width: 90%;
    }
	.modal-portfolio__close {
		top: 10px;
        right: 10px;
		width: 30px;
		height: 30px;
	}
    .modal-portfolio-body__title{
        font-size: 1rem;
        text-align: center;
        padding: 10px;
        font-feature-settings: "palt";
		line-height: 1.4;
    }
	.modal-portfolio-body{
		padding: 45px 15px 15px;
	}
	.modal_contents_list li a{
		font-size: 0.875rem;
	}
}
