/*＝＝＝＝＝＝＝＝＝＝＝＝
footerのロゴがフローティングバナーで隠れる対策
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footerElem {
	padding-bottom: 70px;
}
@media(max-width:767px) {
	.footerElem {
		padding-bottom: 110px;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝
/content/dam/au-com/finance/common/css/finance_common.css
からfinanceFixedNavの記述を抜き出し
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.financeFixedNav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: block;
	-webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff1eb;
}

.financeFixedNav-ctn {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.financeFixedNav-display {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 1% 15px 1%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.financeFixedNav-btn {
	top: -36px;
	width: 70px;
	height: 36px;
	border-radius: 2px 2px 0 0;
	position: absolute;
	background-color: #777777;
	background-image: url(https://www.au.com/content/dam/au-com/finance/common/images/fi_common_fixednav_arrow.png);
	background-repeat: no-repeat;
	background-size: 20px 12px;
	background-position: center center;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
  opacity: 0.9;
}

.financeFixedNav-btn.close {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border-radius: 0 0 2px 2px;
}

.financeFixedNav-contPc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.financeFixedNav-contPc .financeFixedNav-item {
	-webkit-box-flex: 1px;
	-ms-flex: 1px;
	flex: 1px;
}
.financeFixedNav-item {
	line-height: 1;
}

.btn-customizeFixNavi-txt {
	white-space: nowrap;
	line-height: 1.2;
}
.financeFixedNav-btn {
	margin-left: 1%;
}
.btn-customizeFixNavi {
	width: 49%;
}

@media (max-width: 360px) {
  .btn-customizeFixNavi-txt {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
	/*.btn-customizeFixNavi:not(:last-child) {
		margin-right: 1%;
	}*/
}

@media (min-width: 1200px) {
	.financeFixedNav {
		left: 180px;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝
.planBox
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.planBox-ctn {
	width: 100%;
	margin: 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.planBox-item {
	width: 49%;
	background-color: #f3f3f3;
}

.planBox-lead {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #eb5505;
	padding-top: 15px;
}
.planBox-str,
.planBox-strS {
	text-align: center;
	line-height: 1;
	color: #333;
}
.planBox-str {
	margin-bottom: 20px;
	font-size: 65px;
	position: relative;
}
.planBox-strS {
	margin-bottom: 20px;
	font-size: 50px;
}

.planBox-strS00 {
	font-size: 50%;
}

.planBox-str00 {
	font-size: 50%;
}

.planBox-strS01 {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0.1em;
}

.planBox-str01 {
	font-size: 100%;
	font-weight: bold;
	color: #eb5505;
	padding: 0 0.1em;
}

.planBox-strS02 {
	font-size: 45%;
}

.planBox-str02 {
	font-size: 45%;
}

.planBox-str03 {
	font-size: 14px;
}

.planBox-label {
	position: absolute;
	bottom: 0;
	left: 4%;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}

.planBox-label .txt-prefix {
	padding-left: 10px;
	margin-bottom: 3px;
	color: #fb7c39;
	font-weight: bold;
}
.planBox-label .txt-plan {
	width: 8em;
	background: #fb7c39;
	text-align: center;
	padding: 5px 0;
	color: #fff;
}

.planBox-circle.p-c-small {
	font-size: 12px;
}

.triangle2way {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fb7c39;
	margin: 0 auto;
}



@media screen and (min-width: 768px) {
	.planBox-str,
	.planBox-strS {
			padding-left: 20%;
	}
	.planBox-str {
		font-size: clamp(46px, (100vw - 768px) * 19 / 212 + 46px, 65px);

	}
	.planBox-strS {
		font-size: clamp(40px, (100vw - 768px) * 10 / 212 + 40px, 50px);
	}
	.planBox-label {
		font-size: clamp(10px, (100vw - 768px) * 2 / 212 + 10px, 12px);
		left: 0.9vw;
	}
}

@media screen and (min-width: 980px) {
	.planBox-label {
		left: 4%;
	}
}


@media screen and (max-width: 767.9px) {
	.planBox-item {
			width: 100%;
	}
	.planBox-item:nth-child(2) {
			margin-top: 20px;
	}
	.planBox-ctn {
			flex-direction: column;
	}
	.planBox-str,
	.planBox-strS {
			padding-left: 22%;
	}
	.planBox-str {
			font-size: 12.2vw;
	}
	.planBox-strS {
			font-size: 10.6vw;
	}

	.planBox-label {
			font-size: 2.6vw;
			left: 3%;
	}
	.planBox-txtAea {
			padding-left: 10%;
	}
	.triangleWrap {
			padding-left: 10%;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝
 kinri-lay
＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.kinri-lay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kinri-lay-txt00 {
	font-size: 0.8em;
}

.kinri-lay-txt02 {
	font-size: 1.2em;
}

.kinri-lay-txt03 {
	font-size: 1.75em;
}

.kinri-lay-txt04 {
	font-size: 3em;
}

@media (max-width: 767px) {
	.kinri-lay-txt01,
	.kinri-lay-txt00 {
		font-size: 0.75em;
	}

	.kinri-lay-txt02,
	.kinri-lay-txt03 {
		font-size: 1em;
	}

	.kinri-lay-txt04 {
		font-size: 2.5em;
	}
}
