@charset "UTF-8";

body {
	padding: 0!important;
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
div.pbMainArea {
	overflow: visible;
}
div.pbHeaderArea,
div.pbFooterArea {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	-webkit-print-color-adjust: exact;
}
div.pbHeaderArea a,
div.pbFooterArea a {
	text-decoration: none;
	color: #000000;
}
div.pbHeaderArea button,
div.pbFooterArea button {
	line-height: 1.6;
}
:root ol, :root ul {
	margin: 0;
	padding: 0;
}
h3, p {
	margin-top: 16px;
	margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
	div.pbHeaderArea,
	div.pbFooterArea {
		overflow: visible;
	}
	.pbArea:not(.pb-of-visible) {
		min-width: 1156px;
	}
	.pbArea:not(.pb-of-visible) {
		min-width: 1156px;
	}
}

/*========================================================================

  utility

========================================================================*/

/*  text-align
------------------------------------------------*/

.u_center {
	text-align: center;
}
.u_left {
	text-align: left;
}
.u_right {
	text-align: right;
}

/*  u_sp u_pc
------------------------------------------------*/

@media print, screen and (min-width: 768px) {
	.u_sp {
		display: none!important;
	}
}

@media screen and (max-width: 767px) {
	.u_pc {
		display: none!important;
	}
}

/*  margin-top
------------------------------------------------*/

.u_mt0 {
	margin-top: 0;
}
.u_mt10 {
	margin-top: 10px;
}
.u_mt20 {
	margin-top: 20px;
}
.u_mt30 {
	margin-top: 30px;
}
.u_mt40 {
	margin-top: 40px;
}
.u_mt50 {
	margin-top: 50px;
}

@media print, screen and (max-width: 767px) {
	.u_sp-mt0 {
		margin-top: 0;
	}
	.u_sp-mt10 {
		margin-top: 10px;
	}
	.u_sp-mt20 {
		margin-top: 20px;
	}
	.u_sp-mt30 {
		margin-top: 30px;
	}
	.u_sp-mt40 {
		margin-top: 40px;
	}
	.u_sp-mt50 {
		margin-top: 50px;
	}
}

/*  margin-bottom
------------------------------------------------*/

.u_mb0 {
	margin-bottom: 0;
}
.u_mb10 {
	margin-bottom: 10px;
}
.u_mb20 {
	margin-bottom: 20px;
}
.u_mb30 {
	margin-bottom: 30px;
}
.u_mb40 {
	margin-bottom: 40px;
}
.u_mb50 {
	margin-bottom: 50px;
}

@media print, screen and (max-width: 767px) {
	.u_sp-mb0 {
		margin-bottom: 0;
	}
	.u_sp-mb10 {
		margin-bottom: 10px;
	}
	.u_sp-mb20 {
		margin-bottom: 20px;
	}
	.u_sp-mb30 {
		margin-bottom: 30px;
	}
	.u_sp-mb40 {
		margin-bottom: 40px;
	}
	.u_sp-mb50 {
		margin-bottom: 50px;
	}
}

/*========================================================================

  header

========================================================================*/

@media screen and (min-width: 768px) {
	.pbHeaderArea {
		position: sticky;
		top: 0;
		z-index: 10000;
	}
}

.pbHeaderArea:not(.pb-edit, .pb-noedit):has(.h-headerInner) {
	pointer-events: none;
}
.h-headerTop,
.h-headerBottom,
.h-spMenu,
body.modal-open .h-modal {
	pointer-events: auto;
}
.pbHeaderArea .pbNestedWrapper {
	overflow: visible;
}
.pbHeaderArea header .h-headerInner {
	border-top: 8px solid #1C397C;
}
.pbHeaderArea header .h-headerTop {
	background: #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
}
.pbHeaderArea header .h-headerTop > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 14px 39px 17px 25px;
}
.pbHeaderArea header .h-headerTop .h-logo a {
	display: inline-block;
}
.pbHeaderArea header .h-headerTop .h-logo img {
	width: 331px;
}
.pbHeaderArea.header_r header .h-headerTop .h-logo img {
	width: 530px;
}
.pbHeaderArea.header_s header .h-headerTop .h-logo img {
	width: 474px;
}
.pbHeaderArea header .h-headerTop .h-right {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.pbHeaderArea header .h-headerTop .h-right .h-button button,
.pbHeaderArea header .h-headerTop .h-right .h-button a {
	padding: 8px 62px 10px 62px;
	background: linear-gradient(to right, #FF5D5D, #FDA44B);
	border-radius: 60px;
	color: #FFFFFF;
	font-weight: bold;
	box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px 4px 0px 0px rgba(193, 87, 87, 1);
	position: relative;
	font-size: 2rem;
	display: inline-block;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.pbHeaderArea header .h-headerTop .h-right .h-button button span,
.pbHeaderArea header .h-headerTop .h-right .h-button a span {
	font-size: 1.7rem;
	vertical-align: baseline;
}
.pbHeaderArea header .h-headerTop .h-right .h-button button::after,
.pbHeaderArea header .h-headerTop .h-right .h-button a::after {
	content: '';
	position: absolute;
	right: 12px;
	top: 13px;
	width: 24px;
	height: 24px;
	background: url(/library/lp/active-03/img/icon_button_01.png) no-repeat;
	background-size: 24px;
}
.pbHeaderArea header .h-headerTop .h-right .h-button button:hover,
.pbHeaderArea header .h-headerTop .h-right .h-button a:hover {
	background: linear-gradient(to right, #FDA44B, #FF5D5D);
	box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px 2px 0px 0px rgba(193, 87, 87, 1);
	transform: translateY(2px);
}
.pbHeaderArea header .h-headerTop .h-right .h-link {
	margin-left: 20px;
}
.pbHeaderArea header .h-headerTop .h-right .h-link a {
	font-size: 1.7rem;
	display: inline-block;
	color: #284EA3;
	font-weight: 500;
	text-decoration: underline;
}
.pbHeaderArea header .h-headerTop .h-right .h-link a:hover {
	text-decoration: none;
}
.pbHeaderArea header .h-headerTop .h-right .h-sp-menu {
	display: none;
}
.pbHeaderArea header .h-headerBottom {
	background: #FFFFFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-bottom: 1px solid #D5D5D5;
	border-top: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pbHeaderArea header .h-headerBottom.is-hidden {
	opacity: 0;
	visibility: hidden;
	box-shadow: none;
	border-bottom: none;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu {
	display: flex;
	margin: 0;
	padding: 0;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item:first-child {
	white-space: nowrap;
	width: 35%!important;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item.w100 {
	width: 100%!important;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item {
	width: 100%;
	border-right: 1px solid #D5D5D5;
	padding: 1.0416666666666665vw 1.0416666666666665vw 0 1.0416666666666665vw;
}
.pbHeaderArea.pb-edit header .h-headerBottom .h-nav-menu .h-nav-item {
	padding: 1.0416666666666665vw 2.1354166666666665vw 0 2.1354166666666665vw;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item:last-child {
	border-right: none;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item.w50 {
	width: 50%!important;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item div {
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item div a {
	position: relative;
	padding-bottom: 1.0416666666666665vw;
	font-size: 1.6rem;
	color: #000000;
	text-decoration: none;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item a[target="_blank"]::after {
	content: '';
	background: url(/library/lp/active-03/img/icon_blank.png) no-repeat;
	width: 21px;
	height: 20px;
	margin: 0 5px;
	position: relative;
	display: inline-block;
	background-size: 21px;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item a:hover,
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item a:focus {
	color: #284EA5;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item > div:has(a:hover)::before,
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item > div:has(a:focus)::before {
	content: '';
	background: #1C397C;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	height: 9px;
	width: 110%;
	min-width: 55px;
	border-radius: 12px 12px 0 0;
}

@media screen and (max-width: 817px) {
	.pbHeaderArea header .h-headerTop .h-logo {
		width: auto;
	}
	.pbHeaderArea header .h-headerTop .h-right {
		width: 100%;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {
	.pbHeaderArea header {
		z-index: 9999;
		position: relative;
		box-shadow: none;
	}
	body.is_active .pbHeaderArea header {
		z-index: 9999;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.pbHeaderArea header .h-headerInner {
		border-top: 4px solid #1C397C;
	}
	.pbHeaderArea header .h-headerTop > div {
		padding: 13px 15px 14px 15px;
	}
	.pbHeaderArea header .h-headerTop .h-logo {
		width: 100%;
	}
	.pbHeaderArea header .h-headerTop .h-logo img {
		width: 228px;
		vertical-align: middle;
	}
	.pbHeaderArea.header_r header .h-headerTop .h-logo img {
		width: 330px;
	}
	.pbHeaderArea.header_s header .h-headerTop .h-logo img {
		width: 295px;
	}
	.pbHeaderArea header .h-headerTop .h-right {
		display: none;
	}
	.pbHeaderArea header .h-headerBottom {
		display: none;
	}
}

/*  link_skip
========================================================================*/

.link_skip.hide {
	width: auto;
	height: auto;
	clip: auto;
}
.link_skip.hide a {
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
	font-size: 1.6rem;
	line-height: 2em;
	color: #284EA4;
	text-decoration: underline;
	text-align: center;
}
.link_skip.hide a:focus {
	margin: 5px;
	width: calc(100% - 10px);
	height: auto;
}

/*  spMenu
========================================================================*/

.h-spMenu {
	display: none;
}

@media screen and (max-width: 767px) {
	.h-spMenu {
		display: block;
		width: 100%;
	}
	.h-spMenu .h-spMenuNaviWrapper {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 80px;
		z-index: 9998;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 80px;
		margin: 0;
		padding: 0;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem {
		height: 100%;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem a {
		width: 100%;
		height: 100%;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales {
		width: 63%;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button,
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a {
		color: #FFFFFF;
		font-size: 2.3rem;
		position: relative;
		font-weight: bold;
		padding: 12px 46px 12px 12px;
		line-height: 1.2;
		background: linear-gradient(to right, #FF5D5D, #FDA44B);
		height: 100%;
		width: 100%;
		border: none;
		cursor: pointer;
		font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}
	.header_r .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button,
	.header_r .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a,
	.header_s .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button,
	.header_s .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a {
		display: flex;
		align-items: center;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button::after,
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a::after {
		content: '';
		position: absolute;
		right: 12px;
		top: 23px;
		width: 30px;
		height: 30px;
		background: url(/library/lp/active-03/img/icon_button_01.png) no-repeat;
		background-size: 30px;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button span,
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a span {
		font-size: 1.8rem;
		vertical-align: baseline;
		display: inline-block;
		letter-spacing: -0.05em;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-lisk {
		width: 18%;
		background: #FFFFFF;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-lisk a {
		color: #284EA3;
		text-decoration: underline;
		font-size: 1.7rem;
		font-weight: 500;
		padding: 10px 7px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-spMenuNaviItemHam {
		width: 19%;
	}
	.h-spMenuNaviHamInner {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 19px 18px 12px;
		font-size: 1.2rem;
		font-weight: 500;
		background: #284EA4;
		color: #FFFFFF;
		border: none;
		cursor: pointer;
	}
	.h-spMenuNaviHamButton {
		width: 30px;
		height: 22px;
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
	.h-spMenuNaviHamButton span {
		width: 30px;
		height: 2px;
		display: block;
		border-radius: 10px;
		background: #FFFFFF;
		transition: 0.3s all;
	}
	.h-spMenuNaviHamButton span:nth-child(1) {
		position: relative;
		top: 0;
	}
	.h-spMenuNaviHamButton span:nth-child(2) {
		position: relative;
		top: 6px;
	}
	.h-spMenuNaviHamButton span:nth-child(3) {
		position: relative;
		top: 12px;
	}
	body:has(.h-spMenuNaviItemHam.is_active) {
		overflow: hidden;
	}
	.h-spMenuNaviItem.h-spMenuNaviItemHam.h-spMenuNaviItemHam.is_active .h-spMenuNaviHamButton span:nth-child(1) {
		top: 9px;
		transform: translateY(-50%) rotate(-135deg);
	}
	.h-spMenuNaviItem.h-spMenuNaviItemHam.h-spMenuNaviItemHam.is_active .h-spMenuNaviHamButton span:nth-child(2) {
		display: none;
	}
	.h-spMenuNaviItem.h-spMenuNaviItemHam.h-spMenuNaviItemHam.is_active .h-spMenuNaviHamButton span:nth-child(3) {
		top: 7px;
		transform: translateY(-50%) rotate(135deg);
	}
	.h-spMenuListWrapper {
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9997;
		background-color: #F2F6FF;
		overflow-y: auto;
	}
	.h-spMenuListWrapper .h-spMenuListInner {
		padding: 59px 20px 90px 20px;
	}
	.h-spMenuListWrapper .h-spMenuListInner a:hover {
		opacity: .6;
	}
	.h-spMenuListWrapper .h-spMenuListInner .h-spMenuList {
		margin: 0;
		padding: 0;
	}
	.h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem {
		border-bottom: 1px solid #CAD0DD;
	}
	.h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem a {
		width: 100%;
		display: inline-block;
		padding: 15px 0;
		font-weight: 500;
		position: relative;
		font-size: 1.6rem;
	}
	.h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem a::after {
		content: '';
		display: inline-block;
		width: .63em;
		height: .63em;
		transform: rotate(45deg);
		position: absolute;
		right: .3em;
		top: 1.3em;
		border-top: 2px solid #284EA5;
		border-right: 2px solid #284EA5;
	}
	.h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem a[target="_blank"]::after {
		content: '';
		border: none;
		background: url(/library/lp/active-03/img/icon_blank.png) no-repeat;
		width: 17px;
		height: 18px;
		right: 0;
		top: 1em;
		transform: none;
		background-size: 18px;
		margin-left: 5px;
	}
	.h-spMenuListWrapper .h-spMenuListInner .h-spMenuButton {
		margin-top: 30px;
	}
	.h-spMenuListWrapper .h-spMenuListInner .h-spMenuButton a {
		background: #284EA4;
		color: #FFFFFF;
		font-weight: bold;
		display: inline-block;
		padding: 21px 35px 21px 20px;
		border-radius: 8px;
		width: 100%;
		position: relative;
		box-shadow: 0px -3px 0px 0px rgba(29, 58, 124, 1) inset;
		font-size: 1.6rem;
	}
	.h-spMenuListWrapper .h-spMenuListInner .h-spMenuButton a::after {
		content: '';
		background: url(/library/lp/active-03/img/icon_button_02.png) no-repeat;
		position: absolute;
		width: 20px;
		height: 20px;
		right: 12px;
		top: 22px;
		background-size: 20px;
	}
}

@media screen and (max-width: 471px) {
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button,
	.h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a {
		text-align: left;
	}
}

/*  modal
========================================================================*/

body.modal-open {
	overflow: hidden;
}
body.modal-open .h-modal {
	z-index: 10000;
}
.h-modal .modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 10000;
}
.h-modal .modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	width: 100%;
	height: auto;
	max-width: 670px;
	max-height: calc(100% - 60px);
	padding: 29px 20px 53px 20px;
	box-shadow: 0 3px 6px #000000;
	z-index: 10001;
	overflow-y: auto;
}
.h-modal .modal .modal-content {
	text-align: center;
}
.h-modal .modal .modal-content .heading {
	width: 100%;
	border-bottom: 1px solid #284EA5;
}
.h-modal .modal .modal-content h2 {
	font-size: 2rem;
	color: #284EA5;
	padding-bottom: 15px;
	margin: 0;
}
.h-modal .modal .modal-content h2 > span {
	font-size: 1.2rem;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}
.h-modal .modal .modal-content ul#modalDesc {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px;
}
.h-modal .modal .modal-content ul.list {
	margin: 16px 30px 0 30px;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #797979;
	text-align: left;
}
.h-modal .modal .modal-content ul#modalDesc li {
	width: 48.7%;
}
.h-modal .modal .modal-content ul.list li {
	margin-top: 5px;
}
.h-modal .modal .modal-content .button:nth-child(n+3) {
	margin-top: 15px;
}
.h-modal .modal .modal-content .button a {
	display: inline-block;
	width: 100%;
	height: 100%;
	min-height: 70px;
	padding: 13px 40px 13px 18px;
	text-align: left;
	position: relative;
	border: 2px solid #535353;
	border-radius: 8px;
	box-shadow: 0 3px 0 #535353;
}
.h-modal .modal .modal-content .button.sbi a,
.h-modal .modal .modal-content .button.monex a,
.h-modal .modal .modal-content .button.rakuten a {
	padding: 18px 40px 18px 18px;
}
.h-modal .modal .modal-content .button.rakuten a {
	height: auto;
}
.h-modal .modal .modal-content .button.large a {
	padding: 0;
}
.h-modal .modal .modal-content .button a:hover {
	background: #EDEDED;
}
.h-modal .modal .modal-content .button a::after,
.h-modal .modal .modal-content .button.large a .logo::after {
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}
.h-modal .modal .modal-content .button:not(.large) a::after,
.h-modal .modal .modal-content .button.large a .logo::after{
	background: url(/library/lp/active-03/img/modal_button.png) no-repeat;
	background-size: 20px;
}
.h-modal .modal .modal-content .button a img {
	vertical-align: middle;
	width: 100%;
}
.h-modal .modal .modal-content .button.sbi a img {
	max-width: 90px;
}
.h-modal .modal .modal-content .button.matsui a img {
	max-width: 111px;
}
.h-modal .modal .modal-content .button.monex a img {
	max-width: 177px;
}
.h-modal .modal .modal-content .button.mufg a img {
	max-width: 140px;
}
.h-modal .modal .modal-content .button.rakuten a img {
	max-width: 141.88px;
}
.h-modal .modal .modal-content .button a span {
	display: inline-block;
	color: #797979;
	font-size: 1.2rem;
	font-weight: 500;
	margin-left: 18px;
	vertical-align: middle;
}
.h-modal .modal .modal-content .button.monex a span {
	margin-left: 15px;
}
.h-modal .modal .modal-content .button.large a .logo {
	position: relative;
	padding: 17px 47px 17px 13px;
	border-bottom: 1px solid #535353;
	min-height: 70px;
}
.h-modal .modal .modal-content .button.large a .logo img {
	max-width: 210.57px;
}
.h-modal .modal .modal-content .button.large a .text {
	padding: 15px 15px 18px 15px;
}
.h-modal .modal .modal-content .button.large a .text .blue {
	color: #0B419B;
	font-weight: bold;
	font-size: 1.4rem;
	margin: 0;
}
.h-modal .modal .modal-content .button.large a .text .note {
	font-weight: 500;
	font-size: 1.2rem;
	margin: 0;
}
.h-modal .modal #closeModal {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.h-modal .modal #closeModal img {
	width: 30px;
}

@media screen and (max-width: 767px) {
	.h-modal .modal {
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		min-width: auto;
		min-height: auto;
		padding: 29px 20px 32px 20px;
	}
	.h-modal .modal .modal-content h2 {
		font-size: 2rem;
	}
	.h-modal .modal .modal-content h2 > span {
		font-size: 1rem;
	}
	.h-modal .modal .modal-content ul#modalDesc {
		margin-top: 19px;
		padding: 0;
		display: block;
	}
	.h-modal .modal .modal-content ul.list {
		margin: 20px 0 0 0;
	}
	.h-modal .modal .modal-content ul#modalDesc li {
		width: 100%;
	}
	.h-modal .modal .modal-content .button:not(:first-child) {
		margin-top: 15px;
	}
	.h-modal .modal .modal-content .button a {
		padding: 13px 48px 12px 15px;
	}
	.h-modal .modal .modal-content .button.large a {
		padding: 0;
	}
	.h-modal .modal .modal-content .button a::after,
	.h-modal .modal .modal-content .button.large a .logo::after {
		width: 20px;
		height: 20px;
	}
	.h-modal .modal .modal-content .button:not(.large) a::after,
	.h-modal .modal .modal-content .button.large a .logo::after{
		background-size: 20px;
	}
	.h-modal .modal .modal-content .button.large a .text .blue {
		font-size: 1.4rem;
	}
	.h-modal .modal .modal-content .button.large a .text .note {
		font-size: 1.2rem;
	}
}

/*========================================================================

  footer

========================================================================*/

.pbFooterArea footer {
	background-color: #1C397B;
	color: #FFFFFF;
	padding: 50px 15px 60px !important;
	z-index: 1000;
	position: relative;
}
.pbFooterArea footer > div {
	margin: 0 auto;
}
.pbFooterArea footer .f-footerText01 {
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
}
.pbFooterArea footer .f-footerText01 + .f-footerText02 {
	margin-top: 15px;
}
.pbFooterArea footer .f-footerText02 {
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
}
.pbFooterArea footer .f-footerText02 + .f-footerText03 {
	margin-top: 15px;
}
.pbFooterArea footer .f-footerText03 {
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.pbFooterArea footer {
		padding: 30px 15px 25px!important;
		margin-bottom: 80px;
	}
	.pbFooterArea footer .f-footerText01 {
		font-size: 2.4rem;
	}
	.pbFooterArea footer .f-footerText02 {
		font-size: 1.4rem;
	}
	.pbFooterArea footer .f-footerText03 {
		font-size: 1.2rem;
	}
}

/*  page-top
========================================================================*/

#page-top {
	position: fixed;
	background: #004297;
	border: 1px solid #fff;
	box-sizing: content-box;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity .3s;
	z-index: 9999;
	width: 50px;
	height: 50px;
	bottom: 20px;
}
#page-top:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 0;
	margin: auto;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 1;
	transform: rotate(135deg);
	left: 18px;
	width: 8px;
	height: 8px;
}

@media screen and (min-width: 1240px) {
	#page-top {
		right: calc((100vw - 1020px) / 2 - 100px);
	}
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
	#page-top {
		position: fixed;
		right: 20px;
	}
}

@media screen and (max-width: 767px) {
	#page-top {
		right: 12px;
		bottom: 110px;
		width: 30px;
		height: 30px;
		z-index: 9996;
	}
	#page-top:before {
		left: 12px;
		top: 2px;
		width: 6px;
		height: 6px;
	}
}

@media screen and (min-width: 768px) {
	#page-top:hover {
		opacity: 0.6;
	}
	#page-top {
		width: 50px;
		height: 50px;
	}
	#page-top:before {
		top: 5px;
		bottom: 0;
		left: 20px;
		width: 9px;
		height: 9px;
	}
}

/*  page-title
========================================================================*/

.page-title > div:not(.pb-handle) {
	max-width: 1020px;
	width: calc(100% - 30px);
	margin: 0 auto;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.page-title .image {
	max-width: 338px;
	position: absolute;
	top: 44px;
	left: 68px;
}
.page-title .text:not(.pb-handle) {
	max-width: 381px;
	background: #084697;
	border-radius: 0 0 30px 30px;
}
.page-title .text p {
	color: #FFFFFF;
	text-align: center;
	padding: 9px 25px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.page-title > div:not(.pb-handle) {
		max-width: none;
		width: 100%;
		margin: 0;
	}
	.page-title .image {
		max-width: none;
		width: 59.51466666666667vw;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.page-title .text:not(.pb-handle) {
		max-width: none;
		width: 84vw;
		background: #084697;
		border-radius: 0 0 25px 0;
	}
	.page-title .text p {
		padding: 10px 21px 10px 12px;
		font-size: 1.4rem;
	}
}

/*  icon-title
========================================================================*/

.icon-title {
	width: auto;
	margin: 60px auto 0 auto;
	max-width: 388px;
}
.icon-title > div:not(.pb-handle) {
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icon-title > div::after {
	content: none;
}
.icon-title .icon {
	width: 15%;
}
.icon-title .icon p {
	margin: 0;
}
.icon-title .h1 {
	width: 80%;
}
.icon-title .h1 h1 {
	font-size: 3.8rem;
	font-weight: bold;
	color: #0A4299;
	margin: 0;
	line-height: 1;
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.icon-title .h1 h1 span {
	font-size: 1.8rem;
	margin-top: 7px;
	display: block;
}

@media screen and (max-width: 767px) {
	.icon-title {
		width: calc(100% - 30px);
		margin: 40px auto 0 auto;
	}
	.icon-title > div:not(.pb-handle) {
		width: auto;
		display: block;
	}
	.icon-title > div::after {
		content: none;
	}
	.icon-title .icon {
		margin: 0 auto;
	}
	.icon-title .h1 {
		width: 80%;
		margin: 14px auto 0 auto;
		text-align: center;
	}
	.icon-title .h1 h1 {
		font-size: 3.2rem;
	}
	.icon-title .h1 h1 span {
		font-size: 1.4rem;
	}
}

/*  fund
========================================================================*/

.section-fund {
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-print-color-adjust: exact;
}
.section-fund a {
	text-decoration: none;
}

/*  fund-wrapper
------------------------------------------------*/

.section-fund .fund-wrapper {
	background: #F2F6FF;
}
.section-fund .fund-wrapper::after {
	content: '';
	background: url(/library/lp/active-03/img/section_fund_01.png) no-repeat;
	background-size: 30.833333333333336vw;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30.833333333333336vw;
	height: 32.55208333333333vw;
	z-index: 0;
}
.section-fund .fund-wrapper > div:not(.pb-handle) {
	width: calc(100% - 30px);
	max-width: 1020px;
	margin: 0 auto;
	padding: 100px 0;
	min-height: 666px;
}

@media screen and (max-width: 1450px) {
	.section-fund .fund-wrapper > div:not(.pb-handle) {
		min-height: 760px;
	}
}

@media screen and (max-width: 767px) {
	.section-fund .fund-wrapper > div:not(.pb-handle) {
		min-height: 874px;
	}
}

/*  fund-image
------------------------------------------------*/

.section-fund .fund-image {
	position: relative;
	z-index: 97;
}
.section-fund .fund-image .text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.9791666666666665vw;
	position: absolute;
	top: 15%;
	left: 36%;
}
.section-fund .fund-image .text p {
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.section-fund .fund-image .text {
		font-size: 2rem;
		top: 55%;
		left: 0;
		width: 100%;
	}
	.section-fund .fund-image .text p {
		width: calc(100% - 30px);
		margin: 0 auto;
		
	}
}

/*  panel col-3
------------------------------------------------*/

.section-fund .panel.col-3 {
	position: absolute;
	left: 0;
	top: 11.927083333333334vw;
	right: 0;
	bottom: 0;
	z-index: 98;
	margin: auto;
}
.section-fund .panel.col-3 > div:not(.pb-handle) {
	display: flex;
	justify-content: space-between;
	max-width: 1020px;
	margin: 0 auto;
	flex-wrap: wrap;
	width: calc(100% - 30px);
}
.section-fund .panel.col-3 > div::after {
	content: '';
	width: 32%;
	display: block;
}
.section-fund .panel.col-3 > div > div {
	width: 32%;
	border-radius: 20px;
}
.section-fund .panel.col-3 > div > div:nth-child(n+4) {
	margin-top: 30px;
}
.section-fund .panel.col-3 > div > div > div:not(.pb-handle) {
	background: #FFFFFF;
	border-radius: 20px;
	height: 100%;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
}
.section-fund .panel.col-3 .box,
.section-fund .panel.col-3 .box > div {
	height: 100%;
}
.section-fund .panel.col-3  > div > div:has(a:hover) {
	outline: 3px solid #284EA5;
	box-shadow: 0 0 10px #284EA5;
	border-radius: 20px;
}
.section-fund .panel.col-3 .box .textbox > div {
	padding: 25px 20px;
}
.section-fund .panel.col-3 .box .textbox .title {
	color: #284EA5;
	font-weight: bold;
	font-size: 1.8rem;
}
.section-fund .panel.col-3 .box a:hover .title p {
	text-decoration: underline;
}
.section-fund .panel.col-3 .box a[target="_blank"] .textbox .title p::after {
	content: '';
	background: url(/library/lp/active-03/img/icon_blank.png) no-repeat;
	width: 21px;
	height: 20px;
	margin: 0 5px;
	position: relative;
	display: inline-block;
	background-size: 21px;
}
.section-fund .panel.col-3 .box .textbox .text {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 15px;
	color: #000000;
}
.section-fund .panel.col-3 .box p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.section-fund .panel.col-3 {
		top: 54%;
		left: auto;
		transform: translateY(-50%);
		overflow: visible;
	}
	.section-fund .panel.col-3 > div {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.section-fund .panel.col-3 > div > div {
		width: 48%;
		border-radius: 10px;
	}
	.section-fund .panel.col-3 > div > div:nth-child(n+3) {
		margin-top: 11px;
	}
	.section-fund .panel.col-3 > div > div > div:not(.pb-handle) {
		border-radius: 22px 23px 10px 10px;
		box-shadow: 0 1px 10px #CCD1DE;
	}
	.section-fund .panel.col-3 .box .imagebox img {
		width: 100%;
	}
	.section-fund .panel.col-3 .box .textbox > div {
		padding: 15px 10px 10px 10px;
	}
	.section-fund .panel.col-3 .box .textbox .title {
		font-size: 1.4rem;
	}
	.section-fund .panel.col-3 .box .textbox .text {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 450px) {
	.section-fund .panel.col-3 {
		top: 51%;
	}	
}

/*  link-top
========================================================================*/

.link-top {
	bottom: 130px;
	z-index: 1001!important;
}
.link-top a {
	background-color: transparent!important;
}

/*  p-tax__com
========================================================================*/

.p-tax__com dt{
	padding: 10px 0 0 20px!important;
	line-height: inherit!important;
}

.u-mbMid {
	margin-bottom: 60px!important;
}