@charset "utf-8";

/* MV */
.mv{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.mv > img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.mv_link_btn{
	position: absolute;
	top: 58.5%;
	left: 14.58%;
	width: 15.1vw;
	height: 3.33vw;
}
.mv_link_btn > a{
	font-size: 0.83vw;
	font-weight: 500;
	color: #fff;
	border-radius: 3.33vw;
	border-color: #69b444;
	background-color: #69b444;
	overflow: hidden;
}
.mv_link_btn > a:hover{
	color: #333;
	border-color: transparent;
}
.mv_link_btn > a > span::before{
	background-color: #fff;
	border-radius: 3.33vw;
}
.mv_link_btn > a > span::after{
	content: '';
	display: block;
	width: 0.83vw;
	height: 0.68vw;
	background-image: url(/cmn/img/cmn_icon_arrow_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.2vw;
	right: 1.04vw;
	transition: background-image 0.2s ease;
}
.mv_link_btn > a:hover > span::after{
	background-image: url(/cmn/img/cmn_icon_arrow_yellowgreen.svg);
}
@media screen and (max-width:1200px){
	.mv_link_btn{
		width: 181px;
		height: 40px;
	}
	.mv_link_btn > a{
		font-size: 10px;
		border-radius: 40px;
	}
	.mv_link_btn > a > span::before{
		border-radius: 40px;
	}
	.mv_link_btn > a > span::after{
		width: 10px;
		height: 9px;
		top: 15px;
		right: 13px;
	}
}
@media screen and (max-width:767px){
	.mv_link_btn{
		top: 63.87vw;
		left: 50%;
		transform: translateX(-50%);
		width: 68vw;
		height: 12vw;
	}
	.mv_link_btn > a{
		font-size: 3.07vw;
		border-radius: 6vw;
	}
	.mv_link_btn > a > span::before{
		border-radius: 6vw;
	}
	.mv_link_btn > a > span::after{
		width: 2.67vw;
		height: 2.13vw;
		top: 5.07vw;
		right: 4.27vw;
	}
}

/* イオンプロダクトファイナンスのサービス */
.service{
	background-color: #fff7fe;
	padding: 60px 0;
}
.service_inner{
	margin:0 auto;
	width:100%;
	max-width:1180px;
}
@media screen and (max-width:767px){
	.service{
		padding: 9.33vw 0;
	}
	.service_inner{
		max-width:90.625vw;
	}
}

/* イオンプロダクトファイナンスについて */
.about{
	padding: 60px 0;
}
.about_inner{
	margin:0 auto;
	width:100%;
	max-width:1180px;
}
@media screen and (max-width:767px){
	.about{
		padding: 9.33vw 0;
	}
	.about_inner{
		max-width:90.625vw;
	}
}

/* 見出し */
.top_hd01{
	font-size: 3.4rem;
	font-weight: 500;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: linear-gradient(#c5689d, #c5689d);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 50px 3px;
}
@media screen and (max-width:767px){
	.top_hd01{
		font-size: 4.53vw;
		padding-bottom: 4.67vw;
		margin-bottom: 5.33vw;
		background-size: 6.67vw 0.53vw;
	}
}

/* リード文 */
.top_lead01{
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.top_lead01{
		text-align: left;
		margin-bottom: 9.33vw;
	}
}

/* パネル */
.top_panels01{
	margin:0 auto;
	display: flex;
	width: 1180px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_panels01_item{
	width: 48.73%;
	display: block;
	background: #fff;
	border: solid 2px #c5689d;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 28px 38px 38px;
}
.top_panels01_item:nth-child(n+3){
	margin-top:30px;
}
.top_panels01_img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 26px;
}
.top_panels01_img > img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media screen and (max-width:767px){
	.top_panels01{
		display: block;
		width:100%;
	}
	.top_panels01_item{
		width: 100%;
		border-radius: 3.13vw;
		padding: 4.38vw 5.94vw 5.94vw;
	}
	.top_panels01_item + .top_panels01_item{
		margin-top: 10.67vw;
	}
	.top_panels01_img{
		height: 33.33vw;
		margin-bottom: 5.33vw;
	}
}

.top_panels01_hd{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 14px;
}
.top_panels01_txt{
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.top_panels01_hd{
		font-size: 4vw;
		margin-bottom: 4.67vw;
	}
	.top_panels01_txt{
		padding: 0;
		margin-bottom: 5.33vw;
	}
}

.top_panels01_link{
	width:360px;
	margin: 0 auto;
}
.top_panels01_link > a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position:relative;
	z-index: 1;
	background: #c5689d;
	border: solid 1px #c5689d;
	font-weight: 500;
	border-radius: 27px;
	position:relative;
	color: #fff;
}
.top_panels01_link > a::after{
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 11px;
	right: 20px;
	top: 18px;
	background: url(/cmn/img/cmn_icon_arrow_white.svg) no-repeat center center;
	background-size: contain;
	z-index:10;
}
.top_panels01_link > a > span{
	padding: 10px 0 12px;
}
.top_panels01_link > a > span::before{
	background-color: #fff;
	border-radius: 27px;
}
.top_panels01_link > a:hover{
	color: #333;
}
.top_panels01_link > a:hover::after{
	background-image:url(/cmn/img/cmn_icon_arrow_pink.svg);
}
@media screen and (max-width:767px){
	.top_panels01_link{
		width:100%;
	}
	.top_panels01_link > a{
		border-radius: 5vw;
	}
	.top_panels01_link > a::after{
		width: 2.4vw;
		height: 2.4vw;
		right: 4vw;
		top: 3.8vw;
	}
	.top_panels01_link > a > span{
		padding: 2vw 0 2vw;
	}
	.top_panels01_link > a > span::before{
		border-radius: 5vw;
	}
}
@media screen and (min-width:768px){
	.top_panels01_item.type01{
		width: 100%;
	}
	.top_panels01_item.type01{
		display: flex;
		justify-content: space-between;
	}
	.top_panels01_item.type01 > .top_panels01_part_01{
		width: 45%;
	}
	.top_panels01_item.type01 > .top_panels01_part_02{
		width: 50%;
	}
	.top_panels01_item.type01 .top_panels01_hd{
		text-align: left;
	}
	.top_panels01_item.type01 .top_panels01_link{
		margin-left: 0;
	}
}
.top_panels01_item.color01{
	border-color: #f99800;
}
.top_panels01_item.color01 .top_panels01_link > a{
	border-color: #f99800;
	background-color: #f99800;
}
.top_panels01_item.color01 .top_panels01_link > a:hover::after{
	background-image:url(/cmn/img/cmn_icon_arrow_orange.svg);
}
.top_panels01_item.color02{
	border-color: #0099c5;
}
.top_panels01_item.color02 .top_panels01_link > a{
	border-color: #0099c5;
	background-color: #0099c5;
}
.top_panels01_item.color02 .top_panels01_link > a:hover::after{
	background-image:url(/cmn/img/cmn_icon_arrow_lightblue.svg);
}
.top_panels01_item.color03{
	border-color: #c5689d;
}
.top_panels01_item.color03 .top_panels01_link > a{
	border-color: #c5689d;
	background-color: #c5689d;
}
.top_panels01_item.color03 .top_panels01_link > a:hover::after{
	background-image:url(/cmn/img/cmn_icon_arrow_pink.svg);
}
.top_panels01_item.color04{
	border-color: #727fb8;
}
.top_panels01_item.color04 .top_panels01_link > a{
	border-color: #727fb8;
	background-color: #727fb8;
}
.top_panels01_item.color04 .top_panels01_link > a::after{
	background-image:url(/cmn/img/cmn_icon_extlink_white.svg);
	width:13px;
	height:13px;
}
.top_panels01_item.color04 .top_panels01_link > a:hover::after{
	background-image:url(/cmn/img/cmn_icon_extlink_blue.svg);
}
@media screen and (max-width:767px){
	.top_panels01_item.color04 .top_panels01_link > a::after{
		width: 2.4vw;
		height: 2.4vw;
		top: 3.4vw;
		right: 4vw;
	}
}