@charset "UTF-8";

/* ex_layout01
-------------------------------------------*/
.ex_layout01{
	padding: 60px 0;
}
@media screen and (max-width: 767px) {
	.ex_layout01{
		padding: 20px 0 40px;
	}
}

/* ex_layout02
-------------------------------------------*/
 h3.ex_layout02{
	text-align: center;
	line-height: 0.8;
}
 h3.ex_layout02 span.point_title_top{
	font-size: 1.625rem;
    display: inline-block;
    background-size: 22px 3px;
    background-image: linear-gradient(to right, #000000 10px, transparent 10px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 15px;
}
 h3.ex_layout02 span.point_title_bottom{
	font-size: 3.25rem;
	color: #EC402F;
    display: inline-block;
    background-size: 22px 3px;
    background-image: linear-gradient(to right, #000000 10px, transparent 10px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 20px;
    padding-top: 10px;
}
 h3.ex_layout02 span.point_title_bottom strong{
	font-size: 8rem;
}

@media screen and (max-width: 767px) {
	h3.ex_layout02 span.point_title_top{
		font-size: 1.25rem;
	}
	h3.ex_layout02 span.point_title_bottom{
		font-size: 2.5rem;
	}
	h3.ex_layout02 span.point_title_bottom strong{
		    font-size: 6rem;
	}
}
/* ex_layout03
-------------------------------------------*/
dl.ex_layout03{
	border: 2px solid #E2E2E2;
	border-radius: 10px;
	overflow: hidden;
}
dl.ex_layout03 dt{
	background-color: #00A85B;
	color: #ffffff;
	padding: 10px;
	font-size: 1.25rem;
}
dl.ex_layout03 dd > div{
	border-radius: 5px;
	margin: 20px;
	text-align: center;
	padding: 20px;
}
dl.ex_layout03 dd > div .support_title{
	font-size: 1.25rem;
	font-weight: 500;
}
dl.ex_layout03 dd > div .support_number {
    padding-left: 60px;
    background: url(/personal/prepare/sl/v2_img/free_call_mark.svg) no-repeat;
    background-position: left;
    color: #000000;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    background-size: auto 100%;
    line-height: 1.2;
}
.ex_layout03 dd{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background-color: #ffffff;
}
.ex_layout03 dd figure{
	width: 25%;
}
.ex_layout03 dd p{
	width: 70%;
}
@media screen and (max-width: 767px) {
	dl.ex_layout03{
		margin-bottom: 20px;
	}
	dl.ex_layout03 dt{
		font-size: 1rem;
	}
	.ex_layout03 dd{
		flex-direction: column;
	}
	.ex_layout03 dd figure{
		width: 40%;
		margin: 0 auto 20px;
	}
	.ex_layout03 dd p {
		width: 100%;
	}
}
/* pr_point_box
-------------------------------------------*/
.pr_point_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	counter-reset: number 0;
}
.pr_point_box > div{
	width: 49%;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.pr_point_box > div::before{
	counter-increment: number 1;	  /* number カウンタを増加 */
	content: "0" counter(number);
	font-size: 6.25rem;
	position: absolute;
	bottom: 0;
	right: 10px;
	line-height: 1;
	color: #E5E5E5;
	font-style: italic;
}
.pr_point_box > div figure{
	width: 25%;
	position: relative;
}
.pr_point_box > div > div{
	width: 73%;
	position: relative;
}
.pr_point_box > div > div h4{
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.4;
}
.pr_point_box > div > div h4 strong{
	font-size: 1.625rem;
	color: #EC402F;
}
@media screen and (max-width: 767px) {
	.pr_point_box{
		display: block;
	}
	.pr_point_box > div{
		width: 100%;
		padding: 10px;
		flex-direction: column;
	}
	.pr_point_box > div::before{
		font-size: 5rem;
	}
	.pr_point_box > div figure{
		width: 30%;
		margin-bottom: 10px;
	}
	.pr_point_box > div > div{
		width: 100%;
		font-feature-settings: "palt";
	}
	.pr_point_box > div > div h4,.pr_point_box > div > div h4 strong{
		font-size: 1.375rem;
		text-align: center;
	}
	.pr_point_box > div > div p{
		margin-top: 10px;
	}
}
.cta_area p {
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .cta_area p {
        font-size: 1rem;
        font-feature-settings: "palt";
    }
}
/*-----anchor01-----*/
.anchor01{
	display: flex;
	justify-content: flex-start;
	vertical-align: middle;
	flex-wrap: wrap;
	gap: 10px 0;
	max-width: 1000px;
	margin: 60px auto;
}
.anchor01 li{
	width: calc(100% / 2);
	text-align: center;
	border-right: 1px solid #ddd;
	position: relative;
}
.anchor01 li:nth-of-type(2n){
	border-right: none;
}
.anchor01 li::before{
	content: "";
	width: 96%;
	height: 1px;
	background-color: #DDDDDD;
	position: absolute;
	bottom: -5px;
	left: 2%;
}
.anchor01 li:nth-child(4)::before,.anchor01 li:nth-child(5)::before,.anchor01 li:nth-child(6)::before{
	content: none;
}
.anchor01 li a{
	height: 100%;
	position: relative;
	padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 500;
	font-size: 1.125rem;
	transition: all 0.3s;
}
.anchor01 li a > div,.anchor01 li a > div span{
	font-size: 1.125rem;
}
.anchor01 li a::before{
	content: "";
	width: 16px;
	height: 15px;
    background: url(/personal/save/investment/img/arrow02.svg) no-repeat;
    background-size: auto 100%;
	position: absolute;
	bottom: 15px;
	left: calc(50% - 8px);
}
.anchor01 li a:hover{
	color: #EC402F;
}
@media screen and (max-width: 767px) {
	.anchor01{
		padding: 10px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.anchor01 li{
		width: calc(100% / 2);
	}
	.anchor01 li:nth-of-type(3n){
		border-right: 1px solid #ddd;
	}
	.anchor01 li:nth-of-type(2n){
		border-right: none;
	}
	.anchor01 li::before{
		content: none;
	}
	.anchor01 li a{
		font-size: 1rem;
	}
}