@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
/* CSS Document */

/* 共通
-------------------------------------------*/
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1.7;
	position: relative;
	color: #111111;
}
body .bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
a{cursor: pointer;}

* {
	font-size: 1.6vw;
}
@media screen and (min-width: 1000px) {
	* {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	* {
		font-size: 16px;
	}
	body{
	 text-size-adjust:100%;
	 -webkit-text-size-adjust:100%;
	}
}
.pc_cnt{display: block;}
.pc_cnt_inline{display: inline-block;}
.sp_cnt{display: none;}
.sp_cnt_inline{display: none;}
@media screen and (max-width: 767px){
	.pc_cnt{display: none;}
	.pc_cnt_inline{display: none;}
	.sp_cnt{display: block;}
	.sp_cnt_inline{display: inline-block;}
}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top: 120px !important;}
.mt140{margin-top: 140px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.mb120{margin-bottom: 120px !important;}
.mb140{margin-bottom: 140px !important;}
.ml20{margin-left: 20px !important;}
.mr20{margin-right: 20px !important;}

.mg0auto{margin: 0 auto !important;}
.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt50{padding-top: 50px !important;}
.pt60{padding-top: 60px !important;}
.pt70{padding-top: 70px !important;}
.pt80{padding-top: 80px !important;}
.pt90{padding-top: 90px !important;}
.pt100{padding-top: 100px !important;}
.pt120{padding-top: 120px !important;}
.pt140{padding-top: 140px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 50px !important;}
.pb60{padding-bottom: 60px !important;}
.pb70{padding-bottom: 70px !important;}
.pb80{padding-bottom: 80px !important;}
.pb90{padding-bottom: 90px !important;}
.pb100{padding-bottom: 100px !important;}
.pb120{padding-bottom: 120px !important;}
.pb140{padding-bottom: 140px !important;}

@media screen and (max-width: 767px) {
	.mt100{
		margin-top: 50px !important;
	}
	.mb100{
		margin-bottom: 50px !important;
	}
	.mt60{
		margin-top: 30px !important;
	}
	.mb60{
		margin-bottom: 30px !important;
	}
	.mt40{
		margin-top: 20px !important;
	}
	.mb40{
		margin-bottom: 20px !important;
	}
	.mt20{
		margin-top: 10px !important;
	}
	.mb20{
		margin-bottom: 10px !important;
	}
}
/* header
-------------------------------------------*/
header{
	padding: 20px;
	border: 1px solid #E0E0E0;
}
header h1{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
header h1 img{
	width: 400px;
}
@media screen and (max-width: 767px) {
	header{
		padding: 15px 20px;
	}
	header h1 img{
		width: 240px;
	}
}
/* footer
-------------------------------------------*/
footer.footer_copyright{
	padding: 20px;
}
footer.footer_copyright p{
	font-size: 0.875rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	footer.footer_copyright p{
		font-size: 0.7rem;
		text-align: center;
		margin-bottom: 10px;
	}
}
/* flow
-------------------------------------------*/
.flow_wrapper{
	background: transparent linear-gradient(292deg, #E63C2B 0%, #FFA353 100%) 0% 0% no-repeat padding-box;
	position: relative;
}
.flow {
    margin: 0 auto;
    width: 100%;
	max-width: 1000px;
	display: flex;
}
.flow .box {
    width: 24%; /* ウィンドウの幅が広くなった時のために％で指定 */
    position: relative;
    font-size: 1.6em; /* テキストの指定 */
    font-weight: bold; /* テキストの指定 */
    line-height: 1.4; /* テキストの指定 */
	display: flex;
}
.flow .box a {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    position: relative;
    height: 90px;
    flex-direction: column;
    justify-content: center;
	color: #ffffff;
	transition: all 0.3s;
}
.flow .box a strong{
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	position: relative;
	z-index: 1;
}
.flow .box a span{
	position: relative;
	z-index: 1;
}
.flow .box a::before,.flow .box a::after{
	content: "";
	display: block;
	position: absolute;
	height: 50%;
	width: 100%;
	border-left: 2px solid #ffffff;
	transition: all 0.3s;
}
.flow .box a::before{
	left: 0;
	top: 0;
	transform: skewX(38deg);
}
.flow .box a::after{
	left: 0;
	bottom: 0;
	transform: skewX(-38deg);
}
.flow .box04 a::before,.flow .box04 a::after{
	border-right: 2px solid #ffffff;
}
.flow .box a:hover{
	color: #E8472F;
}
.flow .box a:hover::before,.flow .box a:hover::after{
	background-color: #ffffff;
}
.flow .box a.active{
	color: #E8472F;
}
.flow .box a.active::before,.flow .box a.active::after{
	background-color: #ffffff;
}
/* lower_layer_mv
-------------------------------------------*/
.lower_layer_mv{
	background: transparent linear-gradient(99deg, #269BD9 0%, #107DB7 100%) 0% 0% no-repeat padding-box;
	position: relative;
	height: 350px;
	overflow: hidden;
}
body.parenting .lower_layer_mv{background: transparent linear-gradient(99deg, #7AB980 0%, #2B9636 100%) 0% 0% no-repeat padding-box;}
body.asset_building .lower_layer_mv{background: transparent linear-gradient(99deg, #E08ED3 0%, #B474AA 100%) 0% 0% no-repeat padding-box;}
body.inheritance .lower_layer_mv{background: transparent linear-gradient(99deg, #BA7B30 0%, #915B1A 100%) 0% 0% no-repeat padding-box;}

.lower_layer_mv .lower_layer_mv_inner{
	max-width: 1000px;
	margin: 0 auto;
	background: url("../img/lower_layer_mv.png") no-repeat;
	background-size: auto 100%;
	background-position: center;
	height: 350px;
}
.lower_layer_mv .lower_layer_mv_inner div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	margin: 0 20px;
}
.lower_layer_mv .lower_layer_mv_inner div h1{
	font-size: 3rem;
	color: #ffffff;
	font-weight: 500;
}
.lower_layer_mv .lower_layer_mv_inner div p{
	font-size: 1.375rem;
	color: #ffffff;
	font-weight: 500;
}
.lower_layer_mv figure{
    width: 50%;
    overflow: hidden;
    margin-left: auto;
    height: 350px;
    position: absolute;
    top: 0;
    right: 0;
	clip-path: polygon(25% 0%,100% 0%,100% 100%, 10% 100%) 
}
.lower_layer_mv figure img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
	.lower_layer_mv{}
	.lower_layer_mv .lower_layer_mv_inner div h1{
		font-size: 1.75rem;
		line-height: 1.4;
	}
	.lower_layer_mv .lower_layer_mv_inner div p{
		font-size: 0.875rem;
	}
	.lower_layer_mv,.lower_layer_mv .lower_layer_mv_inner,.lower_layer_mv figure{
		height: 200px;
	}
}
/* layout
-------------------------------------------*/
/*-----w1000-----*/
.w1000{
	max-width: 1040px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
/*-----clm2-----*/
.clm2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clm2 > *{
	width: 48%;
}
@media screen and (max-width: 767px) {
	.clm2 > *{
		width: 100%;
	}
}
/*-----clm3-----*/
.clm3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clm3 > *{
	width: 32%;
}
@media screen and (max-width: 767px) {
	.clm3 > *{
		width: 100%;
	}
}
/*-----align_c-----*/
.align_c{
	text-align: center;
}
/*-----align_r-----*/
.align_r{
	text-align: right;
}
/*-----sp_align_l-----*/
@media screen and (max-width: 767px) {
	.sp_align_l{
		text-align: left;
	}
}
/*-----sub_footer-----*/
.sub_footer{
    background: url(/personal/save/lifeplan/img/bg_cta_area.png) no-repeat;
    background-size: cover;
    padding: 70px 0 50px;
	background-position: center;
}
.sub_footer h3 {
    font-size: 2rem;
    color: #262626;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 600;
}
.sub_footer.lower_layer{
	padding: 70px 0;
}
.sub_footer.lower_layer h3{
	margin-bottom: 0;
}
.sub_footer p.read_txt{
	font-size: 1.25rem;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 2px solid #000000;
	max-width: 1000px;
	margin: 0 auto 40px;
}
.sub_footer_inn{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sub_footer_inn > div{
	width: 45%;
	text-align: center;
}
.sub_footer_inn > div h4{
	background-color: #262626;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.25rem;
	text-align: center;
	padding: 10px;
}
.sub_footer_inn > div p{
	margin: 20px 0;
	color: #262626;
	font-size: 1.5rem;
	font-weight: 500;
}
.tel_box {
    padding-left: 60px;
    background: url(/personal/save/lifeplan/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;
}
.sub_footer_inn > div p.tel_info{
	font-size: 0.88rem;
	line-height: 1.7;
}
.sub_footer_inn div.btn_store a{
    color: #ffffff;
    font-weight: 600;
    padding: 15px 50px;
    margin: 0;
    border-radius: 10px;
	background-color: #EC402F;
    background-position: right 30px center;
    background-size: auto 30%;
    text-decoration: none;
    display: inline-block;
    position: relative;
	font-size: 1.2rem;
	margin-top: 40px;
	width: 80%;
	border: 2px solid #EC402F;
	transition: all 0.3s;
}
.sub_footer_inn div.btn_store a::after{
	content: "";
	position: absolute;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 3px);
}
.sub_footer_inn div.btn_store a:hover{
    color: #EC402F;
    background-color: #ffffff;
}
.sub_footer_inn div.btn_store a:hover::after {
    border-top: 2px solid #EC402F;
    border-right: 2px solid #EC402F;
}
.sub_footer_inn div.btn_store a.blank::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(/personal/save/lifeplan/img/icon_tab.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none;
    top: calc(50% - 7px);
}
.sub_footer_inn div.btn_store a.blank:hover::after {
    background: url(/personal/save/lifeplan/img/icon_tab_hover.svg) no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
	.sub_footer{
		padding: 50px 0;
	}
	.sub_footer h3{
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	.sub_footer_inn{
		display: block;
		margin: 0 15px;
	}
	.sub_footer_inn > div{
		width: 100%;
	}
	.sub_footer_inn > div h4{
		font-size: 1rem;
	}
	.sub_footer_inn > div p{
		font-size: 1.25rem;
		margin: 10px;
	}
	.tel_box{
		padding-left: 50px;
		font-size: 1.75rem;
		background-size: auto 90%;
	}
	.tel_box a{
		font-size: 1.75rem;
	}
	.sub_footer_inn > div p.tel_info{
		font-size: 0.7rem;
		margin-left: 0;
		margin-right: 0;
	}
	.sub_footer_inn > div p.tel_info + h4{
		margin-top: 30px;
	}
	.sub_footer_inn div.btn_store a{
		padding: 10px 20px;
		width: 95%;
		font-size: 1rem;
		border-radius: 5px;
		margin-top: 30px;
	}
	.sub_footer_inn > div.sub_footer_right{
		margin-top: 0;
	}
	.sub_footer p.read_txt{
		margin: 0 15px 40px;
		font-size: 0.875rem;
		font-weight: 500;
		text-align: left;
	}
	.sub_footer.lower_layer h3{
		font-size: 1.25rem;
	}
}
/*-----btn_style01-----*/
.btn_style01{
	padding: 2px;
	background:  linear-gradient(to left, #F11328 0%, #F58D4C 100%);
	border-radius: 7px;
	margin: 20px auto;
	max-width: 500px;
	position: relative;
	overflow: hidden;
}
.btn_style01 a{
	display: block;
	max-width: 500px;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	background: linear-gradient(151deg, #F58D4C 0%, #F11328 100%);
	position: relative;
	color: #ffffff;
	padding: 20px;
	border-radius: 5px;
	transition: all 0.3s;
	line-height: 1.2;
}
.btn_style01 a::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 7px);
	transition: all 0.3s;
}
.btn_style01 a:hover{
	color: #EC402F;
	background: #ffffff;
}
.btn_style01 a:hover::after {
    border-top: 2px solid #F11328;
    border-right: 2px solid #F11328;
}
.btn_style01 a strong{
	font-size: 2.125rem;
	display: block;
	font-weight: 500;
}
.btn_style01.line2 a{
	line-height: 1.15;
    padding: 9px 20px;
}
/*---------*/
.btn_style01 a.blank::after{
	content: "";
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(/personal/save/investment/img/icon_tab.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none;
    top: calc(50% - 7px);
}
.btn_style01 a.blank:hover::after{
    background: url(/personal/save/investment/img/icon_tab_hover.svg) no-repeat;
    background-size: 100%;
}
.btn_style01 a.blank.green:hover::after{
    background: url(/personal/save/investment/img/icon_tab_hover_green.svg) no-repeat;
    background-size: 100%;
	border: none;
}
@media screen and (max-width: 767px) {
	.btn_style01 a{
		font-size: 1.125rem;
		padding: 15px;
		font-feature-settings: "palt";
	}
	.btn_style01 a::after{
		right: 15px;
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
	}
	.btn_style01 a strong{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	/*------scroll_x--------*/
	.sp_w800 > * {
        width: 800px;
    }
	.sp_w600 > * {
        width: 600px;
    }
	.sp_scrolling{
		overflow-x: scroll;
		padding-bottom: 30px;
	}
	.scroll_x_wrap {
		position: relative;
		margin-bottom: 10px;
		overflow: auto;
		-webkit-overflow-scrolling : touch;
	}
	.scroll_x_wrap .sp_scrolling {
		width: 100%;
		margin: 0;
		padding: 10px 20px;
	}
	.scroll_x_wrap .scroll_x_overlay {
		position: absolute;
		left: calc(50% - 75px);
		top: calc(50% - 65px);
		content: '';
		display: block;
		width: 150px;
		height: 120px;
		background: #333333;
		opacity: .8;
		border-radius: 10px;
	}
	.scroll_x_wrap .scroll_x_btn {
        content: '';
        font-size: 3vw;
        font-weight: 500;
        display: inline-block;
        position: absolute;
        left: calc(50% - 12vw);
        top: calc(50% - -1.5em);
	}
	.scroll_x_wrap .scroll_x_btn span {
		display: table-cell;
		width: 100%;
		height: 100%;
		color: #fff;
		vertical-align: middle;
	}
	.scroll_x_wrap .scroll_x_btn:before {
		content: '';
        position: absolute;
        left: calc(50% - 6vw);
        top: -14vw;
        width: 12vw;
        height: 12vw;
        background: url(/personal/save/lifeplan/img/icon_swipe.png) no-repeat center center;
        background-size: contain;
	}
	.scroll_x_wrap .scroll_x_btn:before {
	  -webkit-animation-name: swipe;
			  animation-name: swipe;
	  -webkit-animation-duration: 1s;
			  animation-duration: 1s;
	  -webkit-animation-delay: 0s;
			  animation-delay: 0s;
	  -webkit-animation-timing-function: linear;
			  animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
			  animation-iteration-count: infinite;
	  -webkit-animation-fill-mode: forwards;
			  animation-fill-mode: forwards;
	  -webkit-animation-direction: alternate;
			  animation-direction: alternate;
	}
}
/* animation
-------------------------------------------*/
.inview_re{
	transform: translateY(50px);
    opacity: 0;
}
.inview_re.is-show {
    animation: slideInB .6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}
@keyframes slideInB {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  70%,100% {
    opacity: 1;
  }
}
@-webkit-keyframes swipe {
  0% {
	-webkit-transform: translateX(-1.6vw);
			transform: translateX(-1.6vw);
  }
  50% {
	-webkit-transform: translateX(1.6vw);
			transform: translateX(1.6vw);
  }
  100% {
	-webkit-transform: translateX(-1.6vw);
			transform: translateX(-1.6vw);
  }
}
@keyframes swipe {
  0% {
	-webkit-transform: translateX(-6px);
			transform: translateX(-6px);
  }
  50% {
	-webkit-transform: translateX(6px);
			transform: translateX(6px);
  }
  100% {
	-webkit-transform: translateX(-6px);
			transform: translateX(-6px);
  }
}
.img_box .scroll_x_wrap::-webkit-scrollbar {
	height: 5px;
}
.img_box .scroll_x_wrap::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.img_box .scroll_x_wrap::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
/* lower_layer_mv
-------------------------------------------*/
.main_events_box{
	border: 4px solid #228CC4;
	padding: 20px;
	border-radius: 20px;
	max-width: 1000px;
	margin: 80px auto;
}
body.parenting .main_events_box{border: 4px solid #61AA68;}
body.asset_building .main_events_box{border: 4px solid #BC58AD;}
body.inheritance .main_events_box{border: 4px solid #A8691E;}
.main_events_box dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.main_events_box dl dt{
	font-size: 1.25rem;
	font-weight: bold;
	width: 24%;
}
.main_events_box dl dd{
	width: 25%;
	background-color: #D5EDFA;
	border-radius: 100px;
	text-align: center;
	color: #1E90CC;
	font-weight: 500;
	padding: 5px;
	margin: 0 1%;
	font-size: 1.25rem;
	font-feature-settings: "palt";
}
body.parenting .main_events_box dl dd{
	background-color: #DEEFE0;
	color: #61AA68;
}
body.asset_building .main_events_box dl dd{
	background-color: #F4D4EF;
	color: #BC58AD;
}
body.inheritance .main_events_box dl dd{
	background-color: #F5E9DA;
	color: #A8691E;
}
@media screen and (max-width: 767px) {
	.main_events_box{
		margin: 40px 15px;
		padding: 20px 10px;
	}
	.main_events_box dl{
		flex-wrap: wrap;
		justify-content: center;
	}
	.main_events_box dl dt{
		width: 100%;
		font-size: 1.125rem;
		text-align: center;
	}
	.main_events_box dl dd{
		width: calc(50% - 20px);
		font-size: 1.125rem;
		margin: 10px 10px 0;
	}
}
/* navi_list
-------------------------------------------*/
.navi_list{
	max-width: 1000px;
	margin: 80px auto;
}
.navi_list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.navi_list ul li{
	width: calc(50% - 10px);
}
.navi_list.type3 ul{
	justify-content: center;
}
.navi_list.type3 ul li{
	width: calc(33% - 10px);
}
.navi_list ul li a{
	display: block;
	border: 2px solid #D6D6D6;
	border-radius: 100px;
	padding: 10px 30px;
	text-align: center;
	transition: all .5s;
	position: relative;
	font-weight: 600;
}
.navi_list ul li a::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 17px;
	background: url("../img/arrow_bottom.svg") no-repeat;
	background-size: 100% auto;
	top: calc(50% - 7.5px);
	right: 15px;
}
.navi_list ul li a:hover{
	background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
	.navi_list{
		margin: 40px 15px;
	}
	.navi_list ul{
		display: block;
	}
	.navi_list ul li,.navi_list.type3 ul li{
		width: 100%;
		margin-bottom: 15px;
	}
}
/* lower_layer_h2
-------------------------------------------*/
.lower_layer_h2{
	padding: 15px 20px;
	font-size: 1.75rem;
	color: #ffffff;
	font-weight: 500;
	background-color: #228CC4;
	max-width: 1000px;
	margin: 60px auto;
	border-radius: 8px;
}
body.parenting .lower_layer_h2{background-color: #61AA68;}
body.asset_building .lower_layer_h2{background-color: #BC58AD;}
body.inheritance .lower_layer_h2{background-color: #A8691E;}
@media screen and (max-width: 767px) {
	.lower_layer_h2{
		font-size: 1.25rem;
		margin: 30px auto;
	}
}
/* point
-------------------------------------------*/
.point {
    width: 100%;
    max-width: 1000px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    gap: 30px;
}
.point.right{
	flex-direction: row-reverse;
}
.point__txtarea {
    position: relative;
    background-color: #ffffff;
	width: 80%;
    max-width: 800px;
    border-radius: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 26px 25px 26px 25px;
    margin-left: auto;
}
.point__txtarea.short{
	width: auto;
}
.point__txtarea::after {
    content: "";
    position: absolute;
    left: -18px;
    bottom: 50%;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #ffffff #ffffff transparent;
    border-width: 18px;
    border-radius: 0 0 10px 0;
    transform: scaleY(0.7) translateY(60%) rotate(-225deg);
}
.point.right .point__txtarea::after{
	left: auto;
	right: -18px;
	transform: scaleY(0.7) translateY(60%) rotate(-45deg);
}
.point__txtarea.bg_pink{background-color: #F7EAF5;}
.point__txtarea.bg_pink::after{border-color: transparent #F7EAF5 #F7EAF5 transparent;}
.point__txtarea.bg_blue{background-color: #CEE8F5;}
.point__txtarea.bg_blue::after{border-color: transparent #CEE8F5 #CEE8F5 transparent;}
.point__txtarea.bg_green{background-color: #DEEFDF;}
.point__txtarea.bg_green::after{border-color: transparent #DEEFDF #DEEFDF transparent;}
.point__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}
.point__txt_strong{
	font-size: 1.625rem;
	font-weight: 500;
	color: #EC402F;
}
.point__img {
	max-width: 160px;
	width: 25%;
	border-radius: 100%;
	background-color: #ffffff;
}
.point__img.bg_pink {background-color: #F7EAF5;}
.point__img.bg_blue {background-color: #CEE8F5;}
.point__img.bg_green {background-color: #DEEFDF;}
@media screen and (max-width: 767px) {
	.point {
		display: block;
		max-width: 100%;
		margin: 30px auto;
	}
	.point__img{
		margin: 0 auto 35px;
		width: 40%;
	}
	.point__txtarea{
		padding: 15px;
		font-feature-settings: "palt";
		width: 100%;
	}
	.point__txt{
		font-size: 1rem;
	}
	.point__txtarea::after {
		content: "";
		position: absolute;
		left: 50%;
		top: -6px;
		width: 0;
		height: 0;
		display: block;
		border-style: solid;
		border-color: transparent #ffffff #ffffff transparent;
		border-width: 18px;
		border-radius: 0 0 10px 0;
		transform: scaleY(1.7) translateX(-50%) rotate(-135deg);
	}
	.point.right .point__txtarea::after{
		content: "";
		position: absolute;
		left: 50%;
		top: -6px;
		width: 0;
		height: 0;
		display: block;
		border-style: solid;
		border-color: transparent #ffffff #ffffff transparent;
		border-width: 18px;
		border-radius: 0 0 10px 0;
		transform: scaleY(1.7) translateX(-50%) rotate(-135deg);
	}
	.point.right .point__txtarea.bg_pink::after{
		border-color: transparent #F7EAF5 #F7EAF5 transparent;
	}
	.point.right .point__txtarea.bg_blue::after{
		border-color: transparent #CEE8F5 #CEE8F5 transparent;
	}
	.point.right .point__txtarea.bg_green::after{
		border-color: transparent #DEEFDF #DEEFDF transparent;
	}
	.point__txt_strong{
		font-size: 1.25rem;
	}
}
/* lower_layer_h3
-------------------------------------------*/
.lower_layer_h3{
	font-size: 1.5rem;
	font-weight: 500;
	color: #EA5836;
	position: relative;
	padding-left: 30px;
	margin: 50px 0 20px;
}
.lower_layer_h3::before{
    content: "";
    width: 23px;
    height: 23px;
    background: url(/personal/save/lifeplan/img/icon_tomato.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
}
@media screen and (max-width: 767px) {
	.lower_layer_h3{
		font-size: 1.125rem;
		margin: 20px 0;
		line-height: 1.4;
		font-weight: 600;
	}
}
/* base_layout
-------------------------------------------*/
p.base_layout{
	margin: 20px 0;
}
/* img_box
-------------------------------------------*/
.img_box{
	background-color: #ffffff;
    padding: 20px 150px;
	border: 1px solid #C9C9C9;
	margin: 40px 0;
}
.img_box.p80{
    padding: 20px 80px;
}
.img_box.p50{
    padding: 20px 50px;
}
.img_box.p40{
    padding: 40px;
}
.img_box h4{
	color: #228CC4;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.clm2 .img_box{
    padding: 20px;
	border-radius: 10px;
	margin: 0;
}
.clm2 .img_box h4{
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	color: #333333;
}
@media screen and (max-width: 767px) {
	.clm2 .img_box{
		margin-bottom: 30px;
	}
	.clm2 .img_box:last-child{
		margin-bottom: 0;
	}
	.img_box,.img_box.p80,.img_box.p50,.img_box.p40{
		padding: 20px;
	}
	.img_box h4{
		line-height: 1.4;
	}
	.clm2 .img_box h4{
		font-size: 1rem;
	}
}
/* note_text
-------------------------------------------*/
.note_text{
	font-size: 0.75rem;
}
.note_text.indent3em{
	padding-left: 3em;
	text-indent: -3em;
}
/* cta_box
-------------------------------------------*/
.cta_box{
	padding: 40px;
	border: 4px solid #61AA68;
	border-radius: 20px;
	text-align: center;
	background-color: #ffffff;
}
.cta_box h3{
	color: #61AA68;
	font-size: 1.5rem;
	font-weight: 500;
}
.cta_box h4{
	font-size: 1.375rem;
	text-align: center;
	font-weight: 500;
	margin: 20px 0;
}
.cta_box .clm3 h3{
	font-size: 1.125rem;
}
.cta_box h3.height3em{
	height: 3.4em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta_box .cta_box_inner{
	border-bottom: 2px solid #61AA68;
	margin: 20px 0;
	padding: 20px 0;
}
.cta_box .cta_box_inner:first-child{
	margin-top: 0;
	padding-top: 0;
}
.cta_box .cta_box_inner:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.cta_box{
		padding: 20px 15px 1px;
	}
	.cta_box h3{
		font-size: 1.25rem;
		font-feature-settings: "palt";
		letter-spacing: -1px;
	}
	.cta_box .clm2,.cta_box .clm3{
		display: block;
	}
	.cta_box h4{
		font-size: 1.125rem;
	}
	.cta_box h3.height3em{
		height: auto;
		display: block;
	}
}
/* indent-lis
-------------------------------------------*/
.indent-list > li {
    display: flex;
}
.indent-list > li span , .indent-list > li div{
	font-size: 0.75rem;
}
.indent-list > li span.em6{
	width: 6em;
}
@media screen and (max-width: 767px) {
	
}
