@charset "UTF-8";
/* transition
------------------------------------------ */
@-webkit-keyframes toggleOpenTop {
	0% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}
@keyframes toggleOpenTop {
	0% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}

@-webkit-keyframes toggleOpenBottom {
	0% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes toggleOpenBottom {
	0% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-webkit-keyframes toggleCloseTop {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}

@keyframes toggleCloseTop {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}

@-webkit-keyframes toggleCloseBottom {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
}

@keyframes toggleCloseBottom {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
}

@-webkit-keyframes walkWrapperSP {
	0% {
		left: -603px;
	}
	100% {
		left: 0;
	}
}

@keyframes walkWrapperSP {
	0% {
		left: -603px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes walkWrapperPC {
	0% {
		left: -1203px;
	}
	100% {
		left: 0;
	}
}

@keyframes walkWrapperPC {
	0% {
		left: -1203px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes walkInner {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 100%;
	}
}

@keyframes walkInner {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 100%;
	}
}

@-webkit-keyframes strokeDraw {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes strokeDraw {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes linetoggle {
	0% {
		background-position: 100% 100%;
		background-size: 100% 1px;
	}
	50% {
		background-position: 100% 100%;
		background-size: 0 1px;
	}
	51% {
		background-position: 0 100%;
	}
	100% {
		background-position: 0 100%;
		background-size: 100% 1px;
	}
}

@keyframes linetoggle {
	0% {
		background-position: 100% 100%;
		background-size: 100% 1px;
	}
	50% {
		background-position: 100% 100%;
		background-size: 0 1px;
	}
	51% {
		background-position: 0 100%;
	}
	100% {
		background-position: 0 100%;
		background-size: 100% 1px;
	}
}

@-webkit-keyframes sliderIndicator {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes sliderIndicator {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.bank-info p {
	margin: 20px 0 0;
	color: #666;
	font-size: 0.8125rem;
	line-height: 1.6154;
}

.bank-info p + p {
	margin-top: 0;
}

.bank-info p + .list-arrow {
	display: inline-block;
	margin-top: 8px;
	color: #333;
}

.bank-info p .link-arrow {
	display: inline-block;
	color: #333;
	font-size: 0.75rem;
	line-height: 2;
}

.bank-info p .link-arrow:before {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background-image: url(/img/common/ico_arrow-blue.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	vertical-align: middle;
}

.guide-popup .title.-jal {
	background-image: url(/img/plus/logo/logo_theo-jal_blue-char.png);
	background-size: 158px 32px;
}

.index-ibank {
	position: relative;
	background-color: #eff5ff;
}

.index-ibank > .inner .title {
	text-align: center;
}

.index-ibank > .inner .title > span {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

.index-ibank > .inner .title .sub {
	font-size: 1.125rem;
	line-height: 1.5;
}

.index-ibank > .inner .title .main {
	background: -webkit-gradient(linear, left top, right top, color-stop(2.71%, #008CCF), color-stop(12.44%, #008CCF), color-stop(40.65%, #0076BF), to(#004098));
	background: linear-gradient(90deg, #008CCF 2.71%, #008CCF 12.44%, #0076BF 40.65%, #004098 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.index-ibank > .inner .icon {
	width: 57px;
	height: 57px;
	margin-right: auto;
	margin-left: auto;
}

.index-ibank > .inner .copy {
	text-align: center;
}

.index-ibank > .inner .features {
	width: 100%;
	list-style: none;
}

.index-ibank > .inner .features .item {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
}

.index-ibank > .inner .features .item::before {
	position: absolute;
	top: -10px;
	left: -11px;
	display: block;
	width: 18.6667vw;
	height: 18.6667vw;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.index-ibank > .inner .features .item:first-child::before {
	background-image: url(../img/plus/ico_feature01.svg);
	content: "";
}

.index-ibank > .inner .features .item:nth-child(2)::before {
	background-image: url(../img/plus/ico_feature02.svg);
	content: "";
}

.index-ibank > .inner .features .item:nth-child(3)::before {
	background-image: url(../img/plus/ico_feature03.svg);
	content: "";
}

.index-ibank > .inner .features .item .info {
	margin-bottom: 30px;
	text-align: center;
}

.index-ibank > .inner .features .item .info p {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.index-ibank > .inner .features .item .info p mark {
	padding-right: 0.1111em;
	padding-left: 0.1111em;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E401), to(#E5E401));
	background-image: linear-gradient(#E5E401, #E5E401);
	background-position: left bottom;
	background-size: 100% 0.6em;
}

.index-ibank > .inner .features .item .info p strong {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.125;
}

.index-ibank > .inner .features .item .info .notes {
	list-style: none;
}

.index-ibank > .inner .features .item .info .notes li {
	padding-left: 1em;
	font-size: 0.625rem;
	line-height: 1.5;
	text-indent: -1em;
}

.index-ibank > .inner .features .item .info .notes li::before {
	display: inline-block;
	width: 1em;
	content: "※";
	text-indent: 0;
}

.index-ibank > .inner .features .item .image {
	width: auto;
}

.index-ibank > .inner .features .item .image img {
	display: block;
	width: auto;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.index-mile {
	background-color: #eff5ff;
}

.index-mile + .index-simulation .graph {
	border: 1px solid #ccc;
}

.index-mile .copy {
	margin: 0 auto 25px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.index-mile .copy mark {
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: transparent;
}

.index-mile .copy mark:before {
	position: absolute;
	z-index: -1;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 9px;
	background-color: #f4e434;
	content: "";
}

.index-mile .balloon {
	position: relative;
	padding: 30px 20px;
	border: 3px solid #5b98ed;
	margin: 36px auto 30px;
	background-color: #fff;
	border-radius: 4px;
}

.index-mile .balloon:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	border-top: 19px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 19px solid #5b98ed;
	border-left: 16px solid transparent;
	margin-left: -16px;
	content: "";
}

.index-mile .balloon:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	border-top: 15px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 12px solid transparent;
	margin-left: -12px;
	content: "";
}

.index-mile .balloon dt {
	padding: 0;
	margin: 0 auto 20px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.625;
	text-align: center;
}

.index-mile .balloon dd {
	padding: 0;
	margin: 0;
}

.index-mile .balloon dd img {
	width: 100%;
}

.index-mile .desc {
	margin-bottom: 30px;
}

.plus-about {
	position: relative;
	padding-top: 49px;
	margin-top: 48px;
}

.plus-about:before {
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	width: calc(100% + 40px);
	height: 1px;
	background-color: #ddd;
	content: "";
}

.plus-footer {
	position: relative;
}

.plus-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.plus-header .header-upper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	padding: 0 4px 0 10px;
	margin: 0 auto;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: justify;
}

.plus-header .header-logo {
	width: 160px;
	margin: 0;
	line-height: 1;
}

.plus-header .header-logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.plus-header .header-logo.azn {
	width: 260px;
}

.plus-header .header-logo.jal {
	width: 120px;
}

.plus-header .header-login {
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 72px;
	height: 30px;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #0350bf;
	margin: 0 0 0 auto;
	background-color: #0350bf;
	border-radius: 4px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #fff;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: center;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}

.p-plus-index-about {
	padding-top: 64px;
	padding-bottom: 40px;
}

.p-plus-index-about .p-plus-index-about__inner {
	padding-inline: 20px;
}

.p-plus-index-about .p-plus-index-about__description {
	margin-top: 40px;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.p-plus-index-about .p-plus-index-about__app {
	width: 68.0597%;
	margin-top: 40px;
	margin-inline: auto;
}

.p-plus-index-about .p-plus-index-about__figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.p-plus-index-about .p-plus-index-about__button {
	width: 335px;
	height: 56px;
	margin-top: 56px;
	margin-inline: auto;
}

.p-plus-index-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}

.p-plus-index-heading .p-plus-index-heading__sub {
	color: #0350bf;
}

.p-plus-index-heading.-about .p-plus-index-heading__sub {
	font-family: 'Lato',sans-serif;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
}

.p-plus-index-heading.-about .p-plus-index-heading__main {
	margin-top: 18px;
	font-size: 1.75rem;
	line-height: 1;
}

.p-plus-index-heading.-about .p-plus-index-heading__main sup {
	top: -1.15em;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-plus-index-heading.-about .p-plus-index-heading__main span {
	display: block;
	margin-top: 12px;
	font-size: 1rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.p-plus-index-heading.-simulation, .p-plus-index-heading.-supervision, .p-plus-index-heading.-investment {
	text-align: center;
}

.p-plus-index-heading.-simulation .p-plus-index-heading__sub, .p-plus-index-heading.-supervision .p-plus-index-heading__sub, .p-plus-index-heading.-investment .p-plus-index-heading__sub {
	font-family: 'Lato',sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
}

.p-plus-index-heading.-simulation .p-plus-index-heading__main, .p-plus-index-heading.-supervision .p-plus-index-heading__main, .p-plus-index-heading.-investment .p-plus-index-heading__main {
	margin-top: 10px;
	font-size: 1.75rem;
	line-height: 1.5;
}

.p-plus-index-heading.-merit .p-plus-index-heading__sub {
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
}

.p-plus-index-heading.-merit .p-plus-index-heading__main {
	margin-top: 10px;
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.5;
}

.p-plus-index-heading.-merit .p-plus-index-heading__main sup {
	top: -1.15em;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-plus-index-heading.-infographics .p-plus-index-heading__sub, .p-plus-index-heading.-voice .p-plus-index-heading__sub, .p-plus-index-heading.-howto .p-plus-index-heading__sub {
	font-family: 'Lato',sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
}

.p-plus-index-heading.-infographics .p-plus-index-heading__main, .p-plus-index-heading.-voice .p-plus-index-heading__main, .p-plus-index-heading.-howto .p-plus-index-heading__main {
	margin-top: 10px;
	font-size: 1.75rem;
	line-height: 1.5;
}

.p-plus-index-heading.-infographics .p-plus-index-heading__main sup, .p-plus-index-heading.-voice .p-plus-index-heading__main sup, .p-plus-index-heading.-howto .p-plus-index-heading__main sup {
	top: -1.15em;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-plus-index-heading.-history {
	text-align: left;
}

.p-plus-index-heading.-history .p-plus-index-heading__sub {
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.81;
}

.p-plus-index-heading.-history .p-plus-index-heading__main {
	margin-top: 4px;
	font-family: 'Lato',sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.5;
}

.p-plus-index-heading.-history .p-plus-index-heading__main sup {
	top: -1.15em;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-plus-index-heading.-partner {
	text-align: center;
}

.p-plus-index-heading.-partner .p-plus-index-heading__sub {
	font-family: 'Lato',sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-plus-index-heading.-partner .p-plus-index-heading__main {
	margin-top: 16px;
	margin-left: 70px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
}

.p-plus-index-heading.-partner sup {
	top: -1.15em;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-plus-index-heading.-faq {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	text-align: left;
}

.p-plus-index-heading.-faq .p-plus-index-heading__sub {
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.81;
}

.p-plus-index-heading.-faq .p-plus-index-heading__main {
	margin-top: 4px;
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.p-plus-index-heading.-topics .p-plus-index-heading__sub {
	font-family: 'Lato',sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-plus-index-heading.-topics .p-plus-index-heading__main {
	margin-top: 14px;
	font-family: 'Lato',sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1;
}

.p-plus-index-howto-app {
	margin-top: 64px;
	background-color: #f2f2f2;
	border-radius: 20px;
}

.p-plus-index-howto-app .p-plus-index-howto-app__column {
	padding: 40px 20px 0;
}

.p-plus-index-howto-app .p-plus-index-howto-app__image {
	margin-top: 48px;
}

.p-plus-index-howto-app .p-plus-index-howto-app__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	color: #0350bf;
	-ms-flex-align: center;
}

.p-plus-index-howto-app .p-plus-index-howto-app__title sup {
	top: -0.4em;
	font-size: 1rem;
	letter-spacing: -0.03em;
	line-height: 1.3;
}

.p-plus-index-howto-app .p-plus-index-howto-app__title-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.p-plus-index-howto-app .p-plus-index-howto-app__title-text {
	margin-top: 16px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-align: center;
}

.p-plus-index-howto-app .p-plus-index-howto-app__title-text span {
	font-family: 'Lato',sans-serif;
	font-size: 1.625rem;
	font-weight: 800;
	line-height: 1.3;
}

.p-plus-index-howto-app .p-plus-index-howto-app__description {
	margin-top: 16px;
	font-size: 0.875rem;
	line-height: 1.8;
	text-align: center;
}

.p-plus-index-howto-app .p-plus-index-howto-app__download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	gap: 10px;
}

.p-plus-index-howto-app .p-plus-index-howto-app__item {
	width: auto;
	height: 45px;
}

.p-plus-index-howto-app .p-plus-index-howto-app__item img {
	width: auto;
	height: 100%;
}

.p-plus-index-howto-fee {
	margin-top: 64px;
	background-color: #f2f6fd;
	border-radius: 20px;
}

.p-plus-index-howto-fee__heading {
	font-size: 1.5625rem;
	line-height: 1.5;
}

.p-plus-index-howto-fee__heading + * {
	margin-top: 20px;
}

.p-plus-index-howto-fee .index-section {
	padding: 40px 0;
}

.p-plus-index-howto-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 810px;
	counter-reset: number;
}

.p-plus-index-howto-list::after {
	position: absolute;
	top: 0;
	left: 100%;
	width: vw(20, sp);
	height: 100%;
	background-color: #fff;
	content: '';
}

.p-plus-index-howto-list .p-plus-index-howto-list__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 32px 20px 28px;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
}

.p-plus-index-howto-list .p-plus-index-howto-list__item {
	position: relative;
	flex-basis: 270px;
	flex-shrink: 0;
	-ms-flex-negative: 0;
	-ms-flex-preferred-size: 270px;
}

.p-plus-index-howto-list .p-plus-index-howto-list__item::before {
	position: absolute;
	top: 11px;
	left: 15px;
	color: #fff;
	content: "0" counter(number);
	counter-increment: number;
	font-family: 'Lato',sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	font-weight: 700;
	line-height: 1.2;
}

.p-plus-index-howto-list .p-plus-index-howto-list__item:nth-of-type(1) {
	background-color: #0184c9;
	border-radius: 20px 0 0 20px;
}

.p-plus-index-howto-list .p-plus-index-howto-list__item:nth-of-type(2) {
	background-color: #016bb7;
}

.p-plus-index-howto-list .p-plus-index-howto-list__item:nth-of-type(3) {
	background-color: #01449B;
	border-radius: 0 20px 20px 0;
}

.p-plus-index-howto-list .p-plus-index-howto-list__text {
	color: #fff;
}

.p-plus-index-howto-list .p-plus-index-howto-list__lead {
	margin-top: 24px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.p-plus-index-howto-list .p-plus-index-howto-list__description {
	margin-top: 20px;
	font-size: 0.875rem;
	line-height: 1.65;
}

.p-plus-index-howto-list .p-plus-index-howto-list__button {
	width: 230px;
	height: 48px;
	margin-top: 24px;
}

.p-plus-index-howto-list .p-plus-index-howto-list__image {
	width: 51.3044%;
	margin-inline: auto;
}

.p-plus-index-howto {
	padding-top: 33.5px;
	padding-bottom: 80px;
}

.p-plus-index-howto .p-plus-index-howto__inner {
	padding-inline: vw(20, sp);
}

.p-plus-index-howto .p-plus-index-howto__lead {
	margin-top: 4px;
	font-size: 1.125rem;
	line-height: 1.6667;
}

.p-plus-index-howto .p-plus-index-howto__index-howto-list {
	width: auto;
	margin-top: 40px;
	margin-right: vw(-20, sp);
	overflow-x: scroll;
}

.p-plus-index-investment {
	padding-top: 32px;
	padding-bottom: 80px;
}

.p-plus-index-investment .p-plus-index-investment__inner {
	padding-inline: 20px;
}

.p-plus-index-investment .p-plus-index-investment__lead {
	margin-top: 24px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
}

.p-plus-index-investment .p-plus-index-investment__lead sup {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-plus-index-investment .p-plus-index-investment__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.p-plus-index-investment .p-plus-index-investment__notes {
	padding-left: 1em;
	margin-top: 14px;
	color: #808080;
	font-size: 0.8125rem;
	line-height: 1.81;
	text-indent: -1em;
}

.p-plus-index-investment .p-plus-index-investment__notes::before {
	content: "※";
}

.p-plus-index-investment .p-plus-index-investment__notes.-notes01 {
	margin-top: 20px;
}

.p-plus-index-investment .p-plus-index-investment__notes.-notes02 {
	margin-top: 4px;
}

.p-plus-index-investment .p-plus-index-investment__notes.-notes03 {
	margin-top: 14px;
}

.p-plus-index-investment .p-plus-index-investment__notes.-notes03::before {
	margin-right: 4px;
	content: "※1";
}

.p-plus-index-investment .p-plus-index-investment__column {
	margin-top: 32px;
}

.p-plus-index-investment .p-plus-index-investment__description {
	font-size: 0.9375rem;
	line-height: 1.65;
}

.p-plus-index-investment .p-plus-index-investment__button-wrapper {
	margin-top: 40px;
}

.p-plus-index-investment .p-plus-index-investment__button {
	width: 335px;
	height: 56px;
	margin-top: 40px;
	margin-inline: auto;
}

.p-plus-index-merit {
	padding-top: 64px;
	padding-bottom: 80px;
	background-color: #065FE3;
}

.p-plus-index-merit .p-plus-index-merit__inner {
	padding-inline: 20px;
}

.p-plus-index-merit .p-plus-index-merit__list {
	margin-top: 48px;
}

.p-plus-index-merit .p-plus-index-merit__item:not(:first-of-type) {
	margin-top: 46px;
}

.p-plus-index-merit .p-plus-index-merit__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.p-plus-index-merit .p-plus-index-merit__description {
	margin-top: 32px;
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.p-plus-index-merit .p-plus-index-merit__link {
	margin-top: 20px;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.p-plus-index-merit .p-plus-index-merit__esg {
	padding-top: 50px;
	border-top: solid 1px #518feb;
	margin-top: 56px;
}

.p-plus-index-merit .p-plus-index-merit__lead {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.5;
	text-align: center;
}

.p-plus-index-merit .p-plus-index-merit__lead span {
	padding: 3px;
	margin-right: 5px;
	background-color: #fff;
	color: #0350bf;
}

.p-plus-index-merit .p-plus-index-merit__banner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-top: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.p-plus-index-merit .p-plus-index-merit__image {
	border: solid 6px #fff;
	border-radius: 7%;
}

.p-plus-index-merit .p-plus-index-merit__banner-link {
	position: absolute;
	right: 22px;
	bottom: 20px;
}

.p-plus-index-simulation {
	padding-top: 40px;
	padding-bottom: 40px;
}

.p-plus-index-simulation .p-plus-index-simulation__inner {
	padding-inline: 20px;
}

.p-plus-index-simulation .p-plus-index-simulation__lead {
	margin-top: 24px;
	font-size: 1.125rem;
	line-height: 1.8;
	text-align: center;
}

.p-plus-index-simulation .p-plus-index-simulation__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.p-plus-index-simulation .p-plus-index-simulation__image > div {
	width: 100%;
}

.p-plus-index-simulation .p-plus-index-simulation__image svg {
	display: block;
	width: 100%;
	height: auto;
}

.p-plus-index-simulation .p-plus-index-simulation__notes {
	padding-left: 1em;
	margin-top: 12px;
	color: #808080;
	font-size: 0.8125rem;
	line-height: 1.65;
	text-indent: -1em;
}

.p-plus-index-simulation .p-plus-index-simulation__notes + .p-plus-index-simulation__notes {
	margin-top: 8px;
}

.p-plus-index-simulation .p-plus-index-simulation__notes button {
	position: relative;
	color: #808080;
}

.p-plus-index-simulation .p-plus-index-simulation__notes button::before {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #808080;
	content: "";
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease,-webkit-transform 0.3s ease;
}

.p-plus-index-simulation .p-plus-index-simulation__notes::before {
	content: "※";
}

.p-plus-index-supervision {
	padding-top: 40px;
	padding-bottom: 32px;
}

.p-plus-index-supervision .p-plus-index-supervision__inner {
	padding-inline: 20px;
}

.p-plus-index-supervision .p-plus-index-supervision__description {
	margin-top: 24px;
	font-size: 0.875rem;
	line-height: 1.65;
}

.p-plus-index-supervision .p-plus-index-supervision__person-list {
	margin-top: 42px;
}

.p-plus-index-shines {
	padding-top: 40px;
	padding-bottom: 40px;
}

.p-plus-index-shines .p-plus-index-shines__inner {
	padding-inline: 20px;
}

.p-plus-index-shines .p-plus-index-shines__inner .heading-bar::before {
	height: 16px;
}

.p-plus-index-shines__inner-wrap {
	position: relative;
	z-index: 1;
	padding: 56px 8px;
	background-color: #F2F6FD;
	border-radius: 2rem;
	text-align: center;
}

.p-plus-index-shines__inner-wrap::before {
	position: absolute;
	top: -25px;
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background-color: #fff;
	content: '';
	rotate: -45deg;
}

.p-plus-shines-features__image {
	max-width: 359px;
	margin: 0 auto;
}

.p-feature-list {
	display: grid;
	gap: 20px;
}

.p-feature-list .p-feature-item {
	position: relative;
	display: grid;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
}

.p-feature-list .p-feature-item .p-feature-item__num {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 21px;
	background-color: #0350bf;
	border-radius: 30px;
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-feature-list .p-feature-item .p-feature-item__hdg {
	align-self: center;
	color: #0350bf;
	-ms-flex-item-align: center;
	font-weight: 700;
}

.p-feature-list .p-feature-item .p-feature-item__img {
	align-self: center;
	-ms-flex-item-align: center;
	justify-self: center;
}

.p-feature-list .p-feature-item .p-feature-item__desc {
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: left;
}

.p-plus-shines-about__subheading {
	display: block;
	letter-spacing: -0.02em;
}

.break-out {
	width: 100vw;
	/* これだけで左右にぶち抜ける */
	max-width: none;
	margin-left: calc(50% - 50vw);
	/* 親の制限を解除 */
}

.break-out img {
	display: block;
	width: 100%;
	/* 親（100vw）に対して100% */
	height: auto;
}

.shines-program-cashback-flex-wrap {
	gap: 16px;
}

.shines-program-cashback-flex-item {
	width: 100%;
	min-width: 0;
	height: auto;
}

@media screen and (min-width: 768px) {
	.bank-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-content: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-flex-line-pack: center;
	}
	.bank-info p {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-top: 0;
		-webkit-box-flex: 1;
		font-size: 0.875rem;
		line-height: 1.7143;
	}
	.index-ibank {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.index-ibank > .inner {
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
		padding-inline: min(120 / 1440 * 100vw, 120px);
	}
	.index-ibank > .inner .title + * {
		margin-top: 15px;
	}
	.index-ibank > .inner .title .sub + .main {
		margin-top: 13px;
	}
	.index-ibank > .inner .title .main {
		font-size: 2rem;
		line-height: 1.5;
	}
	.index-ibank > .inner .icon {
		width: 76px;
		height: 76px;
	}
	.index-ibank > .inner .icon + * {
		margin-top: 24px;
	}
	.index-ibank > .inner .copy {
		font-size: 1.125rem;
		line-height: 1.8;
	}
	.index-ibank > .inner .features {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		align-content: stretch;
		align-items: stretch;
		justify-content: space-between;
		margin-top: 56px;
		-webkit-box-align: stretch;
		-webkit-box-pack: justify;
		-ms-flex-align: stretch;
		-ms-flex-line-pack: stretch;
		-ms-flex-pack: justify;
	}
	.index-ibank > .inner .features .item {
		display: grid;
		width: 31.6667%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 38px 3.3333% 40px;
		-webkit-box-flex: 0;
		grid-template: 'info' ' image';
	}
	.index-ibank > .inner .features .item::before {
		top: max(-14 / 1440 * 100vw, -14px);
		left: max(-14 / 1440 * 100vw, -14px);
		width: min(80 / 1440 * 100vw, 80px);
		height: min(80 / 1440 * 100vw, 80px);
	}
	.index-ibank > .inner .features .item:nth-child(2) .info p {
		margin-top: 0.75em;
	}
	.index-ibank > .inner .features .item .info p + .notes {
		margin-top: 8px;
	}
	.index-ibank > .inner .features .item .image {
		height: min(299 / 1440 * 100vw, 299px);
		margin-top: auto;
	}
	.index-mile .copy {
		margin-bottom: 30px;
		font-size: 1.875rem;
		letter-spacing: 0.05em;
		line-height: 1.6667;
	}
	.index-mile .copy mark:before {
		bottom: 6px;
		height: 14px;
	}
	.index-mile .fig {
		width: 77.193%;
		max-width: 880px;
		margin: 0 auto;
	}
	.index-mile .balloon {
		width: auto;
		padding: 45px 64px 40px;
		margin-top: 50px;
		margin-right: -15px;
		margin-bottom: 60px;
		margin-left: -15px;
	}
	.index-mile .balloon:before {
		border-top-width: 34px;
		border-right-width: 30px;
		border-bottom-width: 34px;
		border-left-width: 30px;
		margin-left: -30px;
	}
	.index-mile .balloon:after {
		border-top-width: 30px;
		border-right-width: 26px;
		border-bottom-width: 30px;
		border-left-width: 26px;
		margin-left: -26px;
	}
	.index-mile .balloon dt {
		margin-bottom: 35px;
		font-size: 1.625rem;
		line-height: 1.3846;
	}
	.index-mile .desc {
		text-align: center;
	}
	.index-mile .notice {
		max-width: 720px;
		margin: 0 auto;
	}
	.plus-about {
		padding-top: 60px;
		border-top: 1px solid #ddd;
		margin-top: 60px;
	}
	.plus-about:before {
		display: none;
		content: none;
	}
	.plus-header .header-logo a {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.plus-header .header-logo a:hover {
		opacity: 0.6;
	}
	.plus-header .header-login {
		display: none;
	}
	.p-plus-index-about {
		padding-bottom: 50.25px;
	}
	.p-plus-index-about .p-plus-index-about__inner {
		max-width: 1120px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-inline: auto;
		padding-inline: cssMin(120, pc);
	}
	.p-plus-index-about .p-plus-index-about__column {
		position: relative;
	}
	.p-plus-index-about .p-plus-index-about__text {
		width: 51.7857%;
	}
	.p-plus-index-about .p-plus-index-about__description {
		margin-top: 40px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.p-plus-index-about .p-plus-index-about__app {
		position: absolute;
		top: -12px;
		right: 0;
		width: 48.2143%;
		padding-right: 3.5714%;
		padding-left: 16.1607%;
		margin-top: 0;
	}
	.p-plus-index-about.-shines .p-plus-index-about__column {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-box-pack: justify;
		-ms-flex-align: start;
		-ms-flex-pack: justify;
	}
	.p-plus-index-about.-shines .p-plus-index-about__text {
		width: 51.7857%;
		flex-shrink: 0;
		-ms-flex-negative: 0;
	}
	.p-plus-index-about.-shines .p-plus-index-about__app {
		position: relative;
		top: 0;
		right: 0;
		width: 42.8571%;
		flex-shrink: 0;
		padding: 0;
		margin-top: 0;
		-ms-flex-negative: 0;
	}
	.p-plus-index-about .p-plus-index-about__figure {
		width: 96.5517%;
	}
	.p-plus-index-about .p-plus-index-about__button {
		width: 260px;
		height: 56px;
		margin-left: 0;
	}
	.p-plus-index-heading {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.p-plus-index-heading.-about .p-plus-index-heading__main {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		align-items: flex-end;
		margin-top: 5px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		font-size: 2rem;
		line-height: 1;
	}
	.p-plus-index-heading.-about .p-plus-index-heading__main sup {
		top: -1.35em;
	}
	.p-plus-index-heading.-about .p-plus-index-heading__main span {
		position: relative;
		padding-left: 20px;
		border-left: solid 2px #d9d9d9;
		margin-left: 14px;
		font-size: 1.0625rem;
		line-height: 1.1765;
	}
	.p-plus-index-heading.-about .p-plus-index-heading__main span::before {
		position: absolute;
		top: 50%;
		left: -2px;
		width: 2px;
		height: 40px;
		background-color: #d9d9d9;
		content: "";
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.p-plus-index-heading.-simulation .p-plus-index-heading__sub, .p-plus-index-heading.-supervision .p-plus-index-heading__sub, .p-plus-index-heading.-investment .p-plus-index-heading__sub {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-simulation .p-plus-index-heading__main, .p-plus-index-heading.-supervision .p-plus-index-heading__main, .p-plus-index-heading.-investment .p-plus-index-heading__main {
		margin-top: 5px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.p-plus-index-heading.-merit {
		text-align: center;
	}
	.p-plus-index-heading.-merit .p-plus-index-heading__sub {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-merit .p-plus-index-heading__main {
		margin-top: 4px;
		font-size: 2rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-merit .p-plus-index-heading__main sup {
		top: -1.35em;
	}
	.p-plus-index-heading.-infographics, .p-plus-index-heading.-voice, .p-plus-index-heading.-howto {
		text-align: center;
	}
	.p-plus-index-heading.-infographics .p-plus-index-heading__sub, .p-plus-index-heading.-voice .p-plus-index-heading__sub, .p-plus-index-heading.-howto .p-plus-index-heading__sub {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-infographics .p-plus-index-heading__main, .p-plus-index-heading.-voice .p-plus-index-heading__main, .p-plus-index-heading.-howto .p-plus-index-heading__main {
		margin-top: 8px;
		font-size: 2rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-infographics .p-plus-index-heading__main sup, .p-plus-index-heading.-voice .p-plus-index-heading__main sup, .p-plus-index-heading.-howto .p-plus-index-heading__main sup {
		top: -1.35em;
	}
	.p-plus-index-heading.-history .p-plus-index-heading__sub {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-history .p-plus-index-heading__main {
		margin-top: 4px;
		font-size: 2rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-history .p-plus-index-heading__main sup {
		top: -1.35em;
	}
	.p-plus-index-heading.-partner .p-plus-index-heading__sub {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-partner .p-plus-index-heading__main {
		margin-top: 14px;
		font-size: 2rem;
		line-height: 1;
	}
	.p-plus-index-heading.-partner sup {
		top: -1.35em;
	}
	.p-plus-index-heading.-faq .p-plus-index-heading__sub {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.p-plus-index-heading.-faq .p-plus-index-heading__main {
		margin-top: 8px;
		font-size: 2.5rem;
		line-height: 1;
	}
	.p-plus-index-heading.-topics .p-plus-index-heading__sub {
		font-size: 0.875rem;
		line-height: 1.5;
		text-align: center;
	}
	.p-plus-index-heading.-topics .p-plus-index-heading__main {
		margin-top: 6px;
		font-size: 2.5rem;
		line-height: 1;
		text-align: center;
	}
	.p-plus-index-howto-app {
		margin-top: cssMin(80, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		justify-content: center;
		padding: cssMin(52, pc) cssMin(50, pc) 0 cssMin(52, pc);
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__image {
		flex-basis: cssMin(510, pc);
		padding-right: cssMin(76, pc);
		margin-top: 0;
		-ms-flex-preferred-size: cssMin(510, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__text {
		flex-basis: cssMin(500, pc);
		padding-top: cssMin(12, pc);
		padding-bottom: cssMin(40, pc);
		-ms-flex-preferred-size: cssMin(500, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__title {
		-ms-flex-direction: row;
		flex-direction: row;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-align: center;
		gap: cssMin(24, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__title sup {
		font-size: cssMin(16, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__title-icon {
		width: cssMin(110, pc);
		height: cssMin(110, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__title-text {
		margin-top: 0;
		font-size: 2.25rem;
		font-size: cssMin(36, pc);
		line-height: 1.3;
		text-align: left;
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__title-text span {
		font-size: 2.25rem;
		font-size: cssMin(36, pc);
		line-height: 1.3;
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__description {
		margin-top: cssMin(20, pc);
		font-size: cssMin(14, pc);
		text-align: left;
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__download {
		justify-content: flex-start;
		margin-top: cssMin(27, pc);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		gap: cssMin(23, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__item.-android {
		height: cssMin(58, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__item.-ios {
		height: cssMin(55.15, pc);
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__item a {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.p-plus-index-howto-app .p-plus-index-howto-app__item a:hover {
		opacity: 0.6;
	}
	.p-plus-index-howto-fee {
		margin-top: cssMin(80, pc);
	}
	.p-plus-index-howto-fee__heading + * {
		margin-top: 30px;
	}
	.p-plus-index-howto-fee .index-section {
		padding: 72px 0;
	}
	.p-plus-index-howto-list {
		width: 100%;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
	}
	.p-plus-index-howto-list::after {
		content: none;
	}
	.p-plus-index-howto-list .p-plus-index-howto-list__column {
		padding: 0;
	}
	.p-plus-index-howto-list .p-plus-index-howto-list__item {
		flex-basis: calc(100% / 3);
		padding: 40px 32px 43px;
		-ms-flex-preferred-size: calc(100% / 3);
	}
	.p-plus-index-howto-list .p-plus-index-howto-list__item::before {
		top: 12px;
		left: 20px;
		font-size: 2rem;
		line-height: 1.2;
	}
	.p-plus-index-howto-list .p-plus-index-howto-list__text {
		padding-top: 32px;
	}
	.p-plus-index-howto-list .p-plus-index-howto-list__lead {
		margin-top: 0;
		font-size: 1.25rem;
		line-height: 1.5;
		text-underline-offset: 6px;
	}
	.p-plus-index-howto-list .p-plus-index-howto-list__description {
		margin-top: 28px;
		font-size: 1rem;
		line-height: 1.65;
	}
	.p-plus-index-howto-list .p-plus-index-howto-list__button {
		width: 100%;
		max-width: 309px;
		height: 50px;
	}
	.p-plus-index-howto-list .p-plus-index-howto-list__image {
		width: 64.6559%;
	}
	.p-plus-index-howto {
		padding-top: 56px;
		padding-bottom: 140px;
	}
	.p-plus-index-howto .p-plus-index-howto__inner {
		max-width: 1120px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-inline: auto;
		padding-inline: cssMin(120, pc);
	}
	.p-plus-index-howto .p-plus-index-howto__lead {
		margin-top: 20px;
		text-align: center;
	}
	.p-plus-index-howto .p-plus-index-howto__index-howto-list {
		overflow: auto;
		padding-right: 0;
		margin-top: 56px;
		margin-right: 0;
	}
	.p-plus-index-investment {
		padding-top: 56px;
		padding-bottom: 140px;
	}
	.p-plus-index-investment .p-plus-index-investment__inner {
		max-width: 1120px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-inline: auto;
		padding-inline: cssMin(120, pc);
	}
	.p-plus-index-investment .p-plus-index-investment__lead {
		margin-top: 26px;
	}
	.p-plus-index-investment .p-plus-index-investment__image {
		margin-top: 56px;
	}
	.p-plus-index-investment .p-plus-index-investment__notes {
		font-size: 0.75rem;
		line-height: 1.65;
	}
	.p-plus-index-investment .p-plus-index-investment__notes.-notes01 {
		margin-top: 22px;
	}
	.p-plus-index-investment .p-plus-index-investment__column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-end;
		margin-top: 40px;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}
	.p-plus-index-investment .p-plus-index-investment__text {
		flex-basis: 76.7857%;
		padding-right: 12.5%;
		-ms-flex-preferred-size: 76.7857%;
	}
	.p-plus-index-investment .p-plus-index-investment__description {
		font-size: 1rem;
		line-height: 1.65;
	}
	.p-plus-index-investment .p-plus-index-investment__button-wrapper {
		flex-basis: 23.2143%;
		margin-top: 0;
		-ms-flex-preferred-size: 23.2143%;
	}
	.p-plus-index-investment .p-plus-index-investment__button {
		width: 260px;
		height: 56px;
		margin-top: 0;
		margin-inline: 0;
	}
	.p-plus-index-merit {
		padding-top: 100px;
		padding-bottom: 112px;
	}
	.p-plus-index-merit .p-plus-index-merit__inner {
		max-width: 1120px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-inline: auto;
		padding-inline: cssMin(120, pc);
	}
	.p-plus-index-merit .p-plus-index-merit__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 50px;
	}
	.p-plus-index-merit .p-plus-index-merit__item {
		flex-basis: calc(100% / 3 - 33.333px);
		-ms-flex-preferred-size: calc(100% / 3 - 33.333px);
	}
	.p-plus-index-merit .p-plus-index-merit__item:not(:first-of-type) {
		margin-top: 0;
	}
	.p-plus-index-merit .p-plus-index-merit__description {
		font-size: 0.875rem;
		line-height: 1.65;
	}
	.p-plus-index-merit .p-plus-index-merit__link {
		margin-top: 24px;
		font-size: 1rem;
		line-height: 1.65;
	}
	.p-plus-index-merit .p-plus-index-merit__esg {
		padding-top: 72px;
		margin-top: 68px;
	}
	.p-plus-index-merit .p-plus-index-merit__lead {
		font-size: 1.75rem;
		line-height: 1.5;
	}
	.p-plus-index-merit .p-plus-index-merit__lead span {
		padding: 4px;
		margin-right: 6px;
	}
	.p-plus-index-merit .p-plus-index-merit__banner {
		padding-top: 54px;
	}
	.p-plus-index-merit .p-plus-index-merit__banner a:hover .p-plus-index-merit__image img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.p-plus-index-merit .p-plus-index-merit__image {
		overflow: hidden;
		border-radius: 40px;
	}
	.p-plus-index-merit .p-plus-index-merit__image img {
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform,-webkit-transform;
		-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}
	.p-plus-index-merit .p-plus-index-merit__banner-link {
		right: 20px;
		bottom: 20px;
	}
	.p-plus-index-simulation {
		padding-top: 50.25px;
		padding-bottom: 56px;
	}
	.p-plus-index-simulation .p-plus-index-simulation__inner {
		max-width: 1120px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-inline: auto;
		padding-inline: cssMin(120, pc);
	}
	.p-plus-index-simulation .p-plus-index-simulation__image {
		padding: 20px;
		margin-top: 56px;
		background-color: #f2f2f2;
		border-radius: 20px;
	}
	.p-plus-index-simulation .p-plus-index-simulation__image svg {
		border-radius: 10px;
	}
	.p-plus-index-simulation .p-plus-index-simulation__notes {
		margin-top: 22px;
		font-size: 0.75rem;
		line-height: 1.65;
	}
	.p-plus-index-simulation .p-plus-index-simulation__notes + .p-plus-index-simulation__notes {
		margin-top: 4px;
	}
	.p-plus-index-supervision {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.p-plus-index-supervision .p-plus-index-supervision__inner {
		max-width: 1120px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-inline: auto;
		padding-inline: cssMin(120, pc);
	}
	.p-plus-index-supervision .p-plus-index-supervision__description {
		font-size: 1rem;
		line-height: 1.5;
		margin-inline: auto;
	}
	.p-plus-index-supervision .p-plus-index-supervision__person-list {
		margin-top: 51px;
	}
	.p-plus-index-shines {
		padding-top: 50.25px;
		padding-bottom: 56px;
	}
	.p-plus-index-shines .p-plus-index-shines__inner {
		max-width: 1120px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-inline: auto;
		padding-inline: cssMin(120, pc);
	}
	.p-plus-shines-features__image {
		max-width: 100%;
	}
	.p-feature-list {
		gap: 0 42px;
		grid-template-columns: repeat(3, 1fr);
	}
	.p-feature-list .p-feature-item {
		grid-row: span 5;
		grid-template-rows: subgrid;
		padding-block: 16px 22px;
		padding-inline: 30px;
	}
	.p-feature-list .p-feature-item:nth-of-type(2) .p-feature-item__img {
		margin-left: 12px;
	}
	.p-feature-list .p-feature-item .p-feature-item__num {
		margin-left: -14px;
	}
	.p-feature-list .p-feature-item .p-feature-item__hdg {
		margin-top: 20px;
		font-size: 1.25rem;
		line-height: 1.5;
	}
	.p-feature-list .p-feature-item .p-feature-item__img {
		margin-top: 10px;
	}
	.p-feature-list .p-feature-item .p-feature-item__desc {
		margin-top: 14px;
	}
	.p-plus-shines-about__heading {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		align-items: flex-end;
		margin-top: 5px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		line-height: 1;
	}
	.p-plus-shines-about__subheading {
		position: relative;
		padding-left: 20px;
		border-left: solid 2px #d9d9d9;
		margin: 12px 0 0 14px;
		line-height: 1.2;
	}
	.p-plus-shines-about__subheading::before {
		position: absolute;
		top: 50%;
		left: -2px;
		width: 2px;
		height: 40px;
		background-color: #d9d9d9;
		content: "";
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 767px) {
	.common-container.-plus .header-snav {
		display: block;
	}
	.common-container.-plus .header-snav .snav-login .item.-profiling,
	.common-container.-plus .header-snav .snav-login .item.-register {
		display: none;
	}
	.common-container.-plus .header-snav .snav-login .item.-login {
		width: 80px;
	}
	.common-container.-plus .header-snav .snav-login .item.-login .button-square {
		height: 32px;
	}
	.index-ibank {
		padding-top: 60px;
		padding-right: 20px;
		padding-bottom: 64px;
		padding-left: 20px;
	}
	.index-ibank > .inner .title + * {
		margin-top: 17px;
	}
	.index-ibank > .inner .title .sub + .main {
		margin-top: 10px;
	}
	.index-ibank > .inner .title .main {
		font-size: 1.6875rem;
		line-height: 1.5185;
	}
	.index-ibank > .inner .icon + * {
		margin-top: 25px;
	}
	.index-ibank > .inner .features {
		margin-top: 46px;
	}
	.index-ibank > .inner .features .item {
		padding: 40px 20px;
	}
	.index-ibank > .inner .features .item + .item {
		margin-top: 30px;
	}
	.index-ibank > .inner .features .item:nth-child(2) .info p {
		margin-top: 5px;
	}
	.index-ibank > .inner .features .item .info p + .notes {
		margin-top: 10px;
	}
	.index-ibank > .inner .features .item .image {
		height: 63.4667vw;
	}
	.p-plus-index-simulation .p-plus-index-simulation__image {
		padding-top: 32px;
		padding-bottom: 32px;
		border-top: 2px solid #d9d9d9;
		border-bottom: 2px solid #d9d9d9;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.p-index-sticky.-shines {
		bottom: 10vw;
		width: 100%;
	}
	.p-index-sticky.-shines .p-index-sticky__button {
		width: 100%;
		max-width: 280px;
	}
	.p-index-kv.-shines ._sticky__mockup {
		bottom: 30.9333vw;
		width: 38.1333vw;
	}
	.p-feature-list .p-feature-item {
		padding-block: 16px 24px;
		padding-inline: 20px;
	}
	.p-feature-list .p-feature-item:first-of-type .p-feature-item__img {
		margin-block: 29px;
	}
	.p-feature-list .p-feature-item:first-of-type .p-feature-item__img img {
		width: 287px;
	}
	.p-feature-list .p-feature-item:nth-of-type(2) .p-feature-item__img {
		margin-block: 24px 22px;
	}
	.p-feature-list .p-feature-item:nth-of-type(2) .p-feature-item__img img {
		width: 148px;
	}
	.p-feature-list .p-feature-item:nth-of-type(3) .p-feature-item__img {
		margin-block: 19px 12px;
	}
	.p-feature-list .p-feature-item:nth-of-type(3) .p-feature-item__img img {
		width: 128px;
	}
	.p-feature-list .p-feature-item .p-feature-item__num {
		margin-left: -4px;
	}
	.p-feature-list .p-feature-item .p-feature-item__hdg {
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.p-feature-list .p-feature-item .p-feature-item__desc {
		margin-top: 16px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.plus-header .header-upper {
		height: 80px;
		padding-right: 1.4035vw;
		padding-left: 1.4035vw;
	}
	.plus-header .header-logo {
		width: 21.0526vw;
		height: auto;
		margin-left: 2.1053vw;
		font-size: 100%;
		line-height: 1;
	}
	.plus-header .header-logo.azn {
		width: 31.579vw;
	}
	.plus-header .header-logo.jal {
		width: 18.4211vw;
	}
	.plus-header .snav-util > .item + .item {
		margin-left: 2.1053vw;
	}
	.plus-header .snav-login {
		margin-left: 2.6316vw;
	}
}

@media screen and (min-width: 1120px) {
	.plus-header .header-upper {
		height: 80px;
		padding-right: 16px;
		padding-left: 16px;
	}
	.plus-header .header-logo {
		width: 240px;
		height: auto;
		margin-left: 24px;
	}
	.plus-header .header-logo.azn {
		width: 360px;
	}
	.plus-header .header-logo.jal {
		width: 210px;
	}
	.p-plus-index-howto-fee__heading {
		font-size: 1.75rem;
		line-height: 1.5;
	}
	.p-plus-index-simulation .p-plus-index-simulation__notes button:hover::before {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}
