@charset "shift_jis";
/* CSS Document */
/*-- ローテーションバナー --*/
.home-hero-carousel {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.home-hero-carousel__list:not(.slick-initialized) {
	background-color: #f7f7f7;
}
.home-hero-carousel__list:not(.slick-initialized) .home-hero-carousel__item + .home-hero-carousel__item {
	display: none;
}
.home-hero-carousel__list:not(.slick-initialized) + .home-hero-carousel__control {
	display: none;
}
.home-hero-carousel__list.slick-slider {
	padding: 0;
}
.home-hero-carousel__list > .slick-list {
	margin: 0;
	padding: 0 !important;
	overflow: visible !important;
}
.home-hero-carousel__list > .slick-list > .slick-track > .slick-slide {
	position: relative;
	line-height: 1;
}
.home-hero-carousel__list > .slick-list > .slick-track > .slick-slide > div {
	line-height: 0;
}
.home-hero-carousel__list > .slick-arrow {
	-webkit-transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	top: calc(50% - 40px);
	margin: 0;
	padding: 0;
	overflow: hidden;
	transform: translateY(-50%);
	border: none;
	outline: none;
	background-color: #fff;
	text-indent: 100%;
	white-space: nowrap;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.home-hero-carousel__list > .slick-arrow:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid #0b3190;
	content: "";
	transition: border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.home-hero-carousel__list > .slick-arrow.slick-prev:before {
	-webkit-transform: translate(-25%, -50%) rotate(-135deg) skew(5deg, 5deg);
	transform: translate(-25%, -50%) rotate(-135deg) skew(5deg, 5deg);
}
.home-hero-carousel__list > .slick-arrow.slick-next:before {
	-webkit-transform: translate(-75%, -50%) rotate(45deg) skew(5deg, 5deg);
	transform: translate(-75%, -50%) rotate(45deg) skew(5deg, 5deg);
}
.home-hero-carousel__item {
	padding: 0;
	text-align: center;
}
.home-hero-carousel__item > img {
	display: inline-block !important;
}
.home-hero-carousel__type, .home-hero-carousel__type--nolink {
	display: block;
	overflow: hidden;
}
.home-hero-carousel__control {
	display: flex;
	z-index: 2;
	align-items: center;
	justify-content: center;
}
.home-hero-carousel__pager > .slick-dots {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.home-hero-carousel__pager > .slick-dots > li {
	display: flex;
	font-size: 0;
	list-style: none;
}
.home-hero-carousel__pager > .slick-dots > li > button {
	display: inline-block;
	padding: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	text-indent: -9999em;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.home-hero-carousel__pager > .slick-dots > li.slick-active > button {
	background-color: #ec6b15;
}
.home-hero-carousel__switch {
	display: flex;
	align-items: center;
	font-size: 0;
}
.home-hero-carousel__switch__pause {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 16px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	text-indent: -9999em;
}
.home-hero-carousel__switch__pause:before, .home-hero-carousel__switch__pause:after {
	display: inline-block;
	position: absolute;
	top: 0;
	height: 100%;
	content: "";
}
.home-hero-carousel__switch__pause:before {
	left: 0;
}
.home-hero-carousel__switch__pause:after {
	right: 4px;
}
.home-hero-carousel__switch__play {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 16px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	text-indent: -9999em;
}
.home-hero-carousel__switch__play:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -8px 0 0 0;
	border-width: 8px 0 8px 14px;
	border-style: solid;
	content: "";
}
.disc-on [aria-hidden="true"] + .bnr-txt-area {
	display: none;
}
.disc-on {
	position: relative;
}
@media print, screen and (min-width: 768px) {
	.home-hero-carousel__list {
		max-width: 1200px;
		height: 420px;
		margin: 0 auto;
	}
	.home-hero-carousel__list:not(.slick-initialized) {
		max-width: 100%;
	}
	.home-hero-carousel__list > .slick-list > .slick-track > .slick-slide .home-hero-carousel__item:after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		pointer-events: none;
		transition: all 0.25s ease-out 0.4s !important;
	}
	.home-hero-carousel__list > .slick-arrow {
		width: 54px;
		height: 198px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	}
	.home-hero-carousel__list > .slick-arrow:hover {
		background-color: #ec6b15;
	}
	.home-hero-carousel__list > .slick-arrow:hover:before {
		border-color: #fff;
	}
	.home-hero-carousel__list > .slick-arrow:before {
		width: 34px;
		height: 34px;
		border-width: 4px 4px 0 0;
	}
	.home-hero-carousel__list > .slick-arrow.slick-prev {
		left: 0;
	}
	.home-hero-carousel__list > .slick-arrow.slick-next {
		right: 0;
	}
	.home-hero-carousel__type:hover {
		opacity: 0.7;
	}
	.home-hero-carousel__control {
		-webkit-transform: translateX(-50%);
		position: absolute;
		bottom: 52px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-hero-carousel__pager > .slick-dots > li {
		padding: 7px 15px;
	}
	.home-hero-carousel__pager > .slick-dots > li > button {
		width: 16px;
		height: 16px;
		border: 2px solid #fff;
		background-color: #fff;
	}
	.home-hero-carousel__pager > .slick-dots > li > button:hover {
		opacity: 0.7;
	}
	.home-hero-carousel__switch__pause {
		margin: 0 0 0 18px;
	}
	.home-hero-carousel__switch__pause:before, .home-hero-carousel__switch__pause:after {
		width: 3px;
		background-color: #fff;
	}
	.home-hero-carousel__switch__play {
		margin: 0 0 0 18px;
	}
	.home-hero-carousel__switch__play:before {
		border-color: transparent transparent transparent #fff;
	}
	.home-hero-carousel__list {
		position: relative;
	}
	.disc-on .bnr-txt-area {
		width: 100%;
		display: block;
		position: absolute !important;
	}
}
@media only screen and (max-width: 767.98px) {
	.home-hero-carousel__list {
		width: 100%;
		height: 35.2vw;
		position: static !important;
	}
	.home-hero-carousel__list > .slick-arrow {
		width: 27px;
		height: 99px;
		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	}
	.home-hero-carousel__list > .slick-arrow:before {
		width: 17px;
		height: 17px;
		border-width: 2px 2px 0 0;
	}
	.home-hero-carousel__list > .slick-arrow.slick-prev {
		left: 0;
	}
	.home-hero-carousel__list > .slick-arrow.slick-next {
		right: 0;
	}
	.home-hero-carousel__control {
		margin: 1em 0 0;
		padding: 0 15px;
	}
	.home-hero-carousel__pager > .slick-dots > li {
		padding: 6px 12px;
	}
	.home-hero-carousel__pager > .slick-dots > li > button {
		width: 10px;
		height: 10px;
		background-color: #b2b2b2;
	}
	.home-hero-carousel__switch__pause {
		margin: 0 0 0 15px;
	}
	.home-hero-carousel__switch__pause:before, .home-hero-carousel__switch__pause:after {
		width: 3px;
		background-color: #ec6b15;
	}
	.home-hero-carousel__switch__play {
		margin: 0 0 0 15px;
	}
	.home-hero-carousel__switch__play:before {
		border-color: transparent transparent transparent #ec6b15;
	}
	.disc-on .bnr-txt-area {
		width: 100%;
		display: block;
		position: absolute !important;
		text-align: center;
	}
}
/*-- //ローテーションバナー --*/
/*-- mv-area --*/
/*-- バナー内デバイステキスト --*/
[class^="bnr"] {
	text-align: left;
}
[class^="bnr"][class$="__title"] {
	font-weight: 700;
	color: #f08300;
}
[class^="bnr"][class$="__detail"] > p {
	font-weight: 700;
}
[class^="bnr"][class$="__list"] {
	color: #707070 !important;
}
[class^="bnr"] .note-list-v2 {
	margin-top: 0;
}
[class^="bnr"][class$="__list"] .note-list-v2 > li {
	padding-left: 1.0em;
}
[class^="bnr"][class$="__list"] .note-order-list-v2 > li {
	padding-left: 1.6em;
}
@media print, screen and (min-width: 768px) {
	.bnr01, .bnr02, .bnr03, .bnr04 {
		left: 32.4rem;
	}
	.bnr01 {
		top: 12rem;
	}
	.bnr02 {
		top: 5rem;
	}
	.bnr03 {
		top: 10rem;
	}
	.bnr04 {
		top: 11rem;
	}
	[class^="bnr"][class$="__title"] {
		font-size: 3.2rem;
		line-height: 1.2;
	}
	.bnr02 .note-list-v2[data-col-pc] > li {
		margin-top: 0 !important;
	}
	.bnr03 [class$="__title"], .bnr04 [class$="__title"] {
		line-height: 1.2;
	}
	[class^="bnr"][class$="__detail"] {
		margin-left: 0.2rem;
		margin-top: 2.0rem;
	}
	.bnr01 [class$="__detail"] {
		margin-top: 2.0em;
	}
	[class^="bnr"][class$="__detail"] > p {
		font-size: 1.7rem;
		line-height: 2.5rem;
	}
	[class^="bnr"][class$="__list"] {
		line-height: 1.4;
		width: 40%;
	}
	[class^="bnr"][class$="__list"] * li {
		font-size: 1.2rem;
	}
	.bnr01__column {
		width: 600px !important;
		margin-bottom: 1.4rem;
	}
	[data-col-pc]:not([data-col-pc="auto"]) > .bnr01__column__item {
		margin-left: 12px;
	}
	.bnr01__column__item > dl {
		margin-bottom: 5px;
	}
	.bnr01__column__item > dl > dt {
		padding: 2.8rem 1.2rem;
	}
	.bnr01__column__item > dl > dd > span {
		font-size: 2rem;
	}
	.bnr01__column__item > dl > dd > span > span {
		font-size: 1.2em;
	}
	.bnr01__column .note-list-v2 > li {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.rate-link {
		bottom: 9rem;
		left: -18.5rem;
		line-height: 2.7rem;
	}
}
@media only screen and (max-width: 767.98px) {
	.disc-on .bnr-txt-area, 
	.disc-on .bnr-txt-area--foot {
		width: 19.3em;
	}
	.bnr01, .bnr02, .bnr03, .bnr04 {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.bnr01, .bnr02, .bnr03, .bnr04 {
		top: 3.4rem;
	}
	.bnr01.bnr-txt-area--foot {
		top: 23rem;
	}
	[class^="bnr"][class$="__title"] {
		font-size: 2rem;
		line-height: 2.4rem;
		margin-left: 3.2em;
	}
	.bnr01 [class^="bnr"][class$="__title"] {
		line-height: 2.8rem;
	}
	[class^="bnr"][class$="__detail"] {
		margin-left: 0;
		line-height: 1.4rem;
	}
	.disc-on .bnr-txt-area--foot {
        display: block;
        position: absolute !important;
        text-align: center;
    }
	.bnr01 .bnr__title--foot {
		font-size: 2rem;
        line-height: 2.4rem;
        margin-left: 2em;
		font-weight: 700;
		color: #f08300;
	}
	.bnr01 .bnr__detail {
		margin-top: 17.6rem;
	}
	.bnr02 .bnr__detail {
		margin-top: 9rem;
	}
	.bnr03 .bnr__detail {
		margin-top: 14.8rem;
	}
	.bnr04 .bnr__detail {
		margin-top: 16.6rem;
	}
	.bnr__detail, .bnr06 .bnr__detail {
		margin-top: 13.2rem;
	}
	[class^="bnr"][class$="__detail"] > p {
		text-align: center;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	[class^="bnr"][class$="__list"] {
		display: flex;
		flex-wrap: wrap;
	}
	.rate-link {
		width: 100% !important;
		left: 0;
		bottom: 0;
		line-height: 2rem;
	}
	[class^="bnr"][class$="__list"] * li {
		font-size: 1.0rem;
	}
}
/*-- //バナー内デバイステキスト --*/
/*-- mv-area --*/
.mv {
	box-sizing: border-box;
	background-image: url(/products/loan/cardloan/img/bg.png);
	background-size: cover;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	padding-bottom: 1rem;
}
.slick-slide img {
	margin: 20px auto;
}
.home-hero-carousel__control {
	bottom: 30px;
}
a.anchor-navi__label {
	text-decoration: underline;
	color: #000;
}
@media print, screen and (min-width: 768px) {
	.Main {
		max-width: none !important;
	}
	.home-hero-carousel__list > .slick-arrow {
		width: 60px;
		height: 60px;
		border-radius: 100px;
	}
	.home-hero-carousel__list > .slick-arrow:before {
		width: 20px;
		height: 20px;
		border-width: 4px 4px 0 0;
		border-radius: 3px;
	}
}
@media only screen and (max-width: 767.98px) {
	.home-hero-carousel__list > .slick-arrow {
		width: 50px;
		height: 50px;
		border-radius: 50px;
	}
	.home-hero-carousel__list > .slick-arrow:before {
		width: 17px;
		height: 17px;
		border-width: 4px 4px 0 0;
		border-radius: 3px;
	}
	.mv {
		min-height: 100vw;
		padding: 2rem 0 0;
	}
	.home-hero-carousel__list {
		height: 92vw;
	}
	.home-hero-carousel__control {
		margin: 3rem 0 0;
		padding: 15px 15px 0;
		z-index: 5;
	}
}
/*-- //mv-area --*/
/*-- Main__head --*/
input#trigger1 {
	display: none;
}
@media print, screen and (min-width: 768px) {
	.Main__title {
		margin: 1em auto;
		padding: 3.6em 15px 0;
	}
}
@media print, screen and (max-width: 767px) {
	.Main__title {
		margin: 1em auto;
		padding: 1.8em 15px 0;
	}
	/* 全文表示カスタマイズ */
	.grad-wrap {
		position: relative;
	}
	.grad-btn {
		position: absolute;
		bottom: -1.5rem;
		right: 0;
		z-index: 2;
		width: 35px;
		height: 35px;
		border-radius: 35px;
		background-color: #f08300;
		display: inline-block;
	}
	.grad-btn::before {
		content: "ひらく "; /* 開く */
		display: block;
		position: absolute;
		top: 30%;
		left: 50%;
		border: solid #fff;
		content: "";
		transition: border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		transform: translate(-50%, -15%) rotate(135deg);
		width: 15px;
		height: 15px;
		border-width: 4px 4px 0 0;
		border-radius: 3px;
	}
	.grad-item {
		position: relative;
		overflow: hidden;
		height: 80px; /*隠した状態の高さ*/
	}
	.grad-item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px; /*グラデーションで隠す高さ*/
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
		background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
		content: "";
	}
	.grad-trigger {
		display: none; /*チェックボックスは常に非表示*/
	}
	.grad-trigger:checked ~ .grad-btn::before {
		content: " "; /* 閉じる */
		transform: translate(-50%, -15%) rotate(-45deg);
		top: 40%;
	}
	.grad-trigger:checked ~ .grad-item {
		height: auto; /*チェックされていたら、高さを戻す*/
	}
	.grad-trigger:checked ~ .grad-item::before {
		display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
	}
}
/*-- //Main__head --*/
/*-- header --*/
.Main__title, .header02, .header03, .anchor-item, .anchor-menu {
	text-align: center;
}
.header02 {
	padding-top: 1em;
	margin-top: 5em;
}
.header03 {
	position: relative;
	padding-top: 0.2em;
	margin-top: 3em;
}
/*-- //header --*/
/*-- area background --*/
.request-area {
	background: #f7f7f7;
}
.request-area .request-area__column__item:first-child .button--exhover a {
	min-height: 90px;
}
.request-area_v2 {
	background-size: 6px 6px;
	background-color: #08235c;
	background-image: linear-gradient(-45deg, #14338a 25%, transparent 25%, transparent 50%, #14338a 50%, #14338a 75%, transparent 75%, transparent);
}
.request-area_v2 .request-box__column__item > .request-box__title {
	color: #fff;
}
.Inner__content .request-box__inquiry {
	margin: 0 auto;
}
.simulation-area {
	background: #def1f7;
	margin-bottom: 6em;
}
@media print, screen and (min-width: 768px) {
	.Inner__content {
		width: 100%;
		max-width: calc(1200px + 32px * 2);
		padding: 3em 32px 2em;
		margin: 0 auto;
	}
	.Inner__content .request-box__inquiry__tel {
		padding-top: 1rem;
	}
	.request-box__column {
		margin: 0;
	}
	.request-area_v2 .request-box__column__item > .request-box__title {
		font-size: 1.8rem;
	}
}
@media print, screen and (max-width: 767px) {
	.Inner__content {
		width: 100%;
		padding: 2.5em 15px 4em;
		margin: 0 auto;
	}
	.request-area_v2 .request-box__column__item > .request-box__title {
		font-size: 1.6rem;
	}
}
/*-- //area background --*/
/*-- tab --*/
.tab .tab__button {
	display: flex;
	position: relative;
	flex-direction: column;
}
.Main__body .tab .tab__button {
	background-color: #ccc;
}
.tab__list > li.is-current .tab-01 {
	border-color: #fff1e0;
	background-color: #fff1e0;
	color: #000;
}
.tab__list > li.is-current .tab-02 {
	border-color: #d8f4ff;
	background-color: #d8f4ff;
	color: #000;
}
.tab__body > #tab-01 {
	background-color: #fff1e0;
	border-radius: 0 0 12px 12px;
}
.tab__body > #tab-02 {
	background-color: #d8f4ff;
	border-radius: 0 0 12px 12px;
}
.tab-box__body {
	background: #fff;
	padding: 2em 3em;
	border-radius: 12px;
}
.sim_example {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
}
.sim_num {
	font-size: 1.6em;
	color: #ec6b15;
}
@media print, screen and (min-width: 768px) {
	.tab-01 > img, .tab-02 > img {
		height: 65px;
	}
	.tab__detail {
		padding: 1em 3.6em 3em;
	}
}
@media print, screen and (max-width: 767px) {
	.tab-01 > img, .tab-02 > img {
		height: 40px;
	}
	.Main__body .tab__detail {
		padding: 10px 1.6em 2em;
	}
	.tab-box__body {
		padding: 1.4em 2em;
	}
}
/*-- //tab --*/
/*-- anchor-menu --*/
.anchor-menu > .anchor-menu {
	display: flex;
	justify-content: center;
}
.anchor-menu.anc-wrap > .anchor-menu {
	max-width: 140px;
}
@media print, screen and (min-width: 768px) {
	.anchor-menu.anc-wrap[data-col-pc] {
		width: 100% !important;
	}
	.anchor-menu.anc-wrap > .anchor-menu {
		margin-left: 30px;
	}

}
.anchor-menu__title {
	font-weight: 700;
	color: #000;
	margin-top: 1em;
}
.anchor-menu__link:after {
	display: block;
	margin-top: 0.8em;
	height: 16px;
	background: url(/products/loan/cardloan/img/icon_arrow-down.svg) no-repeat center center;
	background-size: contain;
	content: '';
}
.anchor-menu__link > .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #A0D8EF;
	position: relative;
	border-radius: 999px;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.anchor-menu {
		margin-top: 7em;
		margin-bottom: 4em;
	}
	.anchor-menu[data-col-pc] {
		margin: 0 auto;
	}
	.anchor-menu__link > .icon {
		height: 140px;
		width: 140px;
	}
	.anc-02 {
		height: 110px;
	}
	.anc-01, .anc-07 {
		height: 90px;
	}
	.anc-03, .anc-05, .anc-06 {
		height: 82px;
	}
	.anc-04 {
		height: 70px;
	}
}
@media print, screen and (max-width: 767px) {
	.anchor-menu[data-col-pc] {
		justify-content: center;
	}
	.anchor-menu__link > .icon {
		width: 100px;
		height: 100px;
	}
	.anc-01 {
		height: 80px;
	}
	.anc-02, .anc-03 {
		height: 64px;
	}
	.anc-04, .anc-05, .anc-06 {
		height: 60px;
	}
	.anc-07 {
		height: 52px;
	}
}
/*-- //anchor-menu --*/
/*-- box --*/
.box-v3 {
	display: block;
	width: 100%;
	background: #e2f5ff;
	margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
	.box-v3 {
		border-radius: 12px;
	}
	.box-v3 > .inner {
		padding: 1.4em 3em 2em;
	}
}
@media print, screen and (max-width: 767px) {
	.box-v3 {
		border-radius: 6px;
	}
	.box-v3 > .inner {
		padding: 1.2em 1.4em;
	}
}
.check {
	position: relative;
	font-weight: 700;
}
.check:before {
	position: absolute;
	display: block;
	background: url(/products/loan/cardloan/img/icon_check.svg) no-repeat;
	content: '';
}
.box-v4 {
	display: block;
	width: 100%;
	background: #e2f5ff;
	margin-top: 2rem !important;
	padding: 28px;
	border-radius: 12px;
}
.box-v4__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.box-v4__body {
	border-radius: 12px;
	background: #fff;
	padding: 24px;
	text-align: center;
}
.marker strong {
	font-size: 1.4em;
	color: #f08300;
}
@media print, screen and (min-width: 768px) {
	.check {
		font-size: 1.4em;
	}
	.check:before {
		height: 30px;
		width: 45px;
		top: 0;
		left: 0;
	}
	.box-v4 .marker {
		font-size: 1.6em;
	}
}
@media print, screen and (max-width: 767px) {
	.box-v4 {
		margin: 2rem 0 0;
		padding: 16px;
	}
	.box-v4__body {
		padding: 16px 20px 10px;
	}
	.box-v4 .marker {
		font-size: 1.4em;
	}
}
.box-blue {
    background: #def1f7;
    margin-top: 2em;
	height: inherit;
}
.box-blue__body {
    background: #fff;
}
.check {
    position: relative;
    font-size: 1.4em;
    font-weight: bold;
}
.check:before {
    position: absolute;
    display: block;
    background: url(/products/loan/mortgage_collateral/img/icon_check.svg) no-repeat;
    content: '';
}
.marker {
    padding-bottom: 2px;
    background: -webkit-linear-gradient(transparent 60%, #ffd75b 60%);
    background: linear-gradient(transparent 60%, #ffd75b 60%);
}
@media print, screen and (min-width: 768px) {
    .box-blue {
        padding: 28px;
        border-radius: 12px;
    }
	.box-blue__body {
        border-radius: 12px;
        padding: 3.2rem 4rem 4rem;
    }
	.box-blue .marker {
        font-size: 1.4em;
        margin-left: 1em;
    }
	.check:before {
        height: 30px;
        width: 36px;
        top: -3px;
        left: -2.4em;
    }
	.surface.box-yellow {
		padding: 28px;
		border-radius: 12px;
	}
}
@media print, screen and (max-width: 767px) {
    .box-blue {
        padding: 16px;
        border-radius: 8px;
    }
	.box-blue__body {
        border-radius: 8px;
        padding: 16px;
    }
	.check:before {
        height: 24px;
        width: 28px;
        top: 0;
        left: -2.4em;
    }
	.surface.box-yellow {
        padding: 16px;
        border-radius: 8px;
    }
}
/*-- //box --*/
/*-- loan-card --*/
.loan-card {
	/* box-shadow: 0px 8px 10px rgb(20 29 29 / 8%), 0px 0px 4px rgb(20 29 29 / 5%); */
	border: none;
	border-radius: 12px;
}
.loan-card > .inner > .header {
	padding: 12px 20px;
	background: #0b3190;
	color: #fff;
	font-size: 1.1em;
	border-radius: 12px 12px 0 0;
	font-weight: 700;
	text-align: center;
	box-shadow: none;
}
.loan-card > .inner > .body {
	padding: 25px 10px 25px;
	margin-left: 0;
	border-radius: 0 0 12px 12px;
	border: 2px solid #0b3190;
	box-sizing: border-box;
}
.loan-card .marker {
	font-size: 1.4em;
}
.loan-card .num {
	color: #ec6b15;
	font-size: 1.4em;
}
/*-- //loan-card --*/
/*-- recommend --*/
.surface {
	align-items: center;
	background: #fff1e0;
	border-radius: 8px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.surface .img {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	padding-left: 1rem;
}
.surface .text {
	padding: 0 1rem;
	flex: 2;
}
@media print, screen and (min-width: 768px) {
	.surface > .img {
		margin-top: 20px;
		height: 120px;
	}
}
@media print, screen and (max-width: 767px) {
	.surface {
		background-size: contain;
		font-size: 1.2rem;
		line-height: 1.4;
		padding: 1rem 0;
	}
	.surface > .text {
		padding: 0 15px;
	}
	.surface > .img {
		margin-top: 1em;
		height: 80px;
	}
}
/*-- //recommend --*/
/*-- table --*/
@media only screen and (max-width: 767.98px) {
	.scroll-box {
		margin-top: 15px;
		padding-left: 37px;
		position: relative;
	}
	.scroll-box::before {
		content: '';
		width: 32px;
		height: 32px;
		margin-top: -16px;
		background: url(/assets/images/touch-pad.png) no-repeat 0 0;
		background-size: 29px 32px;
		position: absolute;
		top: 50%;
		left: 0;
	}
	.table[data-table-sp="scroll"] .table__matrix {
		width: 750px !important;
	}
}
/*-- //flow --*/
.flow {
	display: flex;
	justify-content: space-between;
}
.flow__item > .step {
	display: inline-block;
	background: #0b3190;
	color: #fff;
	padding: 2px 12px;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}
.flow__item {
	position: relative;
	display: block;
	background: #e2f5ff;
	padding: 30px 20px;
	text-align: center;
}
.flow__item:last-child {
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
}
.flow__item:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	background: #def1f7;
	z-index: 1;
}
.flow__item__img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 768px) {
	.flow[data-flow-length="5"] > .flow__item {
		width: 22.8%;
	}
	.flow[data-flow-length="5"] > .flow__item:first-child {
		border-radius: 10px 0 0 10px;
	}
	.flow[data-flow-length="5"] > .flow__item:last-child {
		border-radius: 0 10px 10px 0;
		width: 7%;
		background: #0b3190;
	}
	.flow__item:last-child {
		writing-mode: vertical-rl;
	}
	.flow__item > .title {
		margin: 20px auto 10px;
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.4;
	}
	.flow__item__img-wrap {
		height: 120px;
	}
	.flow__item__img {
		max-height: 136px;
		width: auto;
	}
	.flow__item:nth-child(2) .flow__item__img, .flow__item:nth-child(4) .flow__item__img {
		max-height: 110px;
	}
	.flow__item__comment {
		margin-top: 1.6em;
	}
	.flow__item:not(:last-child)::after {
		top: 50%;
		right: -16px;
		margin-top: -13px;
		width: 26px;
		height: 26px;
		border-top: 5px solid #fff;
		border-right: 5px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media print, screen and (max-width: 767px) {
	.flow {
		flex-direction: column;
	}
	.flow__item {
		flex-direction: column;
		padding: 20px 10px 30px;
	}
	.flow__item:not(:first-child):not(:last-child) {
		flex-direction: column;
		padding: 28px 10px;
	}
	.flow__item:not(:last-child) {
		border-bottom: 4px solid #fff;
	}
	.flow__item:not(:last-child)::after {
		top: inherit;
		bottom: -12px;
		right: 50%;
		margin-top: inherit;
		margin-right: -11px;
		width: 20px;
		height: 20px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.flow[data-flow-length="5"] > .flow__item:first-child {
		border-radius: 8px 8px 0 0;
	}
	.flow[data-flow-length="5"] > .flow__item:last-child {
		border-radius: 0 0 8px 8px;
		background: #0b3190;
		padding: 5px 10px 10px;
	}
	.flow__item > .step {
		font-size: 1.4rem;
	}
	.flow__item > .title {
		margin: 15px auto 10px;
		font-size: 1.2em;
		font-weight: 700;
		line-height: 1.2;
	}
	.flow__item__img-wrap {
		height: 120px;
		margin: 10px auto;
	}
	.flow__item__img-wrap:first-child {
		margin-top: 0;
	}
	.flow__item__img {
		max-height: 130px;
		width: auto;
	}
	.flow__item:nth-child(2) .flow__item__img, .flow__item:nth-child(4) .flow__item__img {
		max-height: 100px;
	}
}
/*-- //flow --*/
/*-- fadeUp --*/
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeUpTrigger {
	opacity: 0;
}
/*-- //fadeUp --*/
/*----- flow.html -----*/
.flow-header {
	background: #def1f7;
	border-radius: 12px 12px 0 0;
	margin-top: 2em;
	padding: 12px 1.8em;
}
.flow-header .header-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.flow-header__title {
	margin: 0;
}
.flow-header__title > .step {
	display: inline-block;
	background: #0b3190;
	color: #fff;
	padding: 4px 12px;
	border-radius: 5px;
	margin-right: 1em;
}
.flow-body {
	border: 2px solid #eee;
	border-top: none;
	border-radius: 0 0 12px 12px;
	padding: 1em 3.2em 3em;
}
.flow-body__inner > .list-wrap:first-child {
	margin-top: 0;
}
.flow-end {
	background: #0b3190;
	color: #fff;
	text-align: center;
	border-radius: 12px;
}
.flow-step:not(:first-child) {
	position: relative;
	padding-top: 1em;
}
.flow-step:not(:first-child)::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 24px 30px 30px;
	border-style: solid;
	border-color: #ddd transparent transparent transparent;
}
.flow-body h4 {
	position: relative;
	font-size: 1.1em;
}
.flow-body h4:before {
	position: absolute;
	display: block;
	background: url(/products/loan/mortgage_collateral/img/icon_check.svg) no-repeat;
	content: '';
}
@media print, screen and (min-width: 768px) {
	.flow-header__title > .title {
		font-size: 2.2rem;
	}
	.flow-end {
		font-size: 1.8rem;
		margin-top: 1.8em;
		padding: 8px 1.8em;
	}
	.flow-body h4:before {
		height: 30px;
		width: 40px;
		top: -4px;
		left: -2.4em;
	}
}
@media print, screen and (max-width: 767px) {
	.flow-header {
		margin-top: 1.4em;
		padding: 12px 1em 8px;
	}
	.flow-header .header-img {
		height: 60px;
	}
	.flow-header__title {
		text-align: center;
	}
	.flow-header__title > .step {
		padding: 2px 10px;
		font-size: 1.4rem;
	}
	.flow-header__title > .title {
		line-height: 2em;
		font-size: 1.8rem;
	}
	.flow-body {
		padding: 8px 1em 2em;
	}
	.flow-end {
		font-size: 1.4rem;
		margin-top: 1.4em;
		padding: 4px 1.6em;
	}
	.flow-step:not(:first-child)::before {
		top: 10px;
		left: calc(50% - 30px);
		border-width: 16px 24px 24px;
	}
	.flow-body h4:before {
		height: 26px;
		width: 32px;
		top: -3px;
		left: -2.2em;
	}
}
/*----- //flow.html -----*/
/*----- education.html -----*/
/*-- header --*/
.header {
	background-color: #f08300;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 16px 32px;
	text-align: left;
	position: relative;
	z-index: 10;
}
.header .logo {
	max-width: calc(1200px + 32px * 2);
}
.header .logo img {
	width: 200px;
}
@media screen and (max-width: 767px) {
	.header {
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
		padding: 13px 0px 8px;
	}
	.header .logo {
		padding-left: 20px;
	}
	.header .logo img {
		width: 153px;
	}
}
/*-- mv --*/
.mv_lp {
	text-align: center;
}
@media (min-width: 768px) {
	.medium-display-block {
		display: block !important;
	}
	.img-responsive {
		border-radius: 8px;
	}
}
.mv_width {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.img-responsive {
	width: 100%;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
img .mv_lp {
	vertical-align: middle;
}
.mv-box {
	line-height: 1.2;
}
.mv-box, .mv-box-v2 {
	border: 3px solid #0b3190;
	border-radius: 8px;
	text-align: center;
}
.mv-box-v2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.mv-box__body > dl {
	margin-top: 0;
}
.mv-box__body > dl > dt {
	background: #0b3190;
	padding: 12px 0;
	font-weight: 700;
	color: #fff;
}
.mv-box__body > dl > dd {
	margin-left: 0;
}
.mv-box .marker, .mv-box-v2 .marker {
	font-size: 1.4em;
}
.mv-box-v2 .marker {
	font-size: 1.5em;
}
.recommend_derived > .recommend {
	cursor: auto;
}
@media print, screen and (min-width: 768px) {
	.mv-box__body > dl > dt {
		font-size: 2.4rem;
	}
	.mv-box > .mv-box__body > dl > dd, .mv-box-v2 > .mv-box__body > p {
		margin-top: 1.2em;
	}
	.recommend_derived {
		max-width: 840px;
		margin: 0 auto;
	}
	[data-col-pc="3"].recommend_derived > .recommend {
		width: calc(((100% - (120px)) / 3) - 0.1px);
	}
	[data-col-pc].recommend_derived:not([data-col-pc="auto"]) > .recommend {
		margin-left: 60px;
	}
}
@media print, screen and (max-width: 767px) {
	.mv-box__body > dl > dt {
		font-size: 2rem;
	}
	.mv-box__body > dl > dd, .mv-box-v2 > .mv-box__body > p {
		margin-top: 0.5em;
	}
}
/*-- example --*/
.example {
	background-color: #d8f4ff;
	border-radius: 12px;
}
.example-box__body {
	background: #fff;
	padding: 1.6em 2.4em 1em;
	border-radius: 12px;
}
.sim_example {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
}
.sim_num {
	font-size: 1.6em;
	color: #ec6b15;
}
.example__button {
	background: #b7eeff;
	border-radius: 0 0 12px 12px;
	background-size: 6px 6px;
	background-color: #b8e7f5;
	background-image: linear-gradient(-45deg, #b7eeff 25%, transparent 25%, transparent 50%, #b7eeff 50%, #b7eeff 75%, transparent 75%, transparent);
}
@media print, screen and (min-width: 768px) {
	.example__body {
		padding: 1em 3.6em 3em;
	}
	.example__button {
		padding: 2em 2em 3em;
	}
}
@media only screen and (max-width: 767.98px) {
	.example__body {
		padding: 0.4em 1.8em 2em;
	}
	.example__button {
		padding: 2em 1.8em 3em;
	}
}
/*-- //example --*/
/*-- hensai --*/
.hensai {
	display: block;
	width: 100%;
	background: #e2f5ff;
	margin-top: 2rem !important;
	padding: 28px;
	border-radius: 12px;
}
.hensai__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.hensai .media {
	margin-top: 0;
}
.hensai__body {
	border-radius: 12px;
	background: #fff;
	padding: 32px;
}
@media print, screen and (max-width: 767px) {
	.hensai {
		margin: 2rem 0 0;
		padding: 16px;
	}
	.hensai__body {
		padding: 20px 20px 30px;
	}
	.hensai__body img {
		width: 60%;
	}
}
/*-- //hensai --*/
.request-area .request-box__column__item:last-child {
	display: flex;
	justify-content: center;
	margin-top: 2em;
}
.request-area .request-box__inquiry > .request-box__title {
	margin-bottom: 1em !important;
}
/*-- customer-voice --*/
.customer-voice__image {
	margin: 0 auto;
}
.customer-voice__lead {
	position: relative;
	border-radius: 12px;
	margin-top: 2.4em;
	line-height: normal;
}
.customer-voice__item .customer-voice__lead {
	background: #fef7ed;
}
.customer-voice__item--v2 .customer-voice__lead {
	background: #ebeef5;
}
.customer-voice .home-hero-carousel__item {
	text-align: left;
}
.customer-voice__lead::before {
	content: "";
	display: block;
	position: absolute;
	top: -35px;
	left: calc(50% - 18px);
	width: 0;
	height: 0;
	border-width: 18px;
	border-style: solid;
}
.customer-voice__item .customer-voice__lead::before {
	border-color: transparent transparent #fef7ed transparent;
}
.customer-voice__item--v2 .customer-voice__lead::before {
	border-color: transparent transparent #ebeef5 transparent;
}
.js-she-carousel__slider:not(.slick-initialized) {
	background-color: #fff !important;
}
.js-she-carousel .home-hero-carousel__list {
	height: 100% !important;
}
@media print, screen and (min-width: 768px) {
	.customer-voice {
		position: relative;
		width: calc(1200px + 32px * 2);
		margin: 0 auto;
		overflow: hidden;
	}
	.customer-voice .home-hero-carousel:before, .customer-voice .home-hero-carousel:after {
		position: absolute;
		bottom: 0;
		z-index: 1;
		content: '';
		width: 6%;
		height: 100%;
	}
	.customer-voice .home-hero-carousel:before {
		left: 0;
		background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 30%, rgba(255, 255, 255, 1) 70%);
	}
	.customer-voice .home-hero-carousel:after {
		right: 0;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 30%, rgba(255, 255, 255, 1) 70%);
	}
	.customer-voice .slick-track {
		margin-left: 2.2em;
	}
	.customer-voice .home-hero-carousel__list {
		height: 700px;
	}
	.customer-voice .home-hero-carousel__item {
		padding: 1em;
	}
	.customer-voice .home-hero-carousel__pager > .slick-dots > li.slick-active > button {
		background-color: #ec6b15;
	}
	.customer-voice .home-hero-carousel__pager > .slick-dots > li > button {
		width: 14px;
		height: 14px;
		border: none;
		background-color: #b2b2b2;
	}
	.customer-voice .home-hero-carousel__switch__pause:before, .customer-voice .home-hero-carousel__switch__pause:after {
		background-color: #ec6b15;
	}
	.home-hero-carousel__switch__play:before {
		border-color: transparent transparent transparent #ec6b15;
	}
	.customer-voice__image {
		width: 98px;
	}
	.customer-voice__lead {
		padding: 22px 25px;
	}
	.js-she-carousel:before, .js-she-carousel:after {
		background: none !important;
	}
}
@media only screen and (max-width: 767.98px) {
	.customer-voice .customer-voice__comment {
		width: 300px !important;
		margin: 0 auto !important;
	}
	.customer-voice__image {
		flex-shrink: 0;
		width: 22.7vw;
		max-width: 85px;
	}
	.customer-voice__lead {
		padding: 20px 30px;
	}
	.customer-voice__comment > .list-wrap {
		line-height: 1.4;
	}
	.customer-voice .home-hero-carousel__list {
		height: 480px;
	}
	.customer-voice .home-hero-carousel__list > .slick-arrow {
		top: 50%;
		width: 40px;
		height: 160px;
		border-radius: 0;
	}
	.js-she-carousel__slider > .slick-dots {
		padding-top: 1em !important;
	}
}
.end-text {
	text-align: center;
	margin-top: 8em;
}
@media print, screen and (min-width: 768px) {
	.end-text > h2 {
		line-height: 2.4em;
	}
}
@media only screen and (max-width: 767.98px) {
	.end-text > h2 {
		line-height: 1.8em;
	}
}
/*-- bnr_unsecured --*/
.bnr_unsecured {
	display: block;
	max-width: 700px;
	border: 4px solid #ec6b15;
	border-radius: 8px;
	margin: 3em auto;
	box-shadow: 0px 8px 10px rgb(20 29 29 / 8%), 0px 0px 4px rgb(20 29 29 / 5%);
}
.bnr_unsecured:hover {
	opacity: 0.8;
}
.bnr_unsecured > a > .bnr__head {
	margin-top: 0;
	background: #ec6b15;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.bnr_unsecured > a > .bnr__body {
	padding-bottom: 2rem;
}
.bnr_unsecured > a > .bnr__body > .media {
	justify-content: center;
	align-items: center;
}
.bnr_unsecured .media__body li {
	font-weight: bold;
}
.bnr_unsecured .media__foot {
	text-align: right;
	margin: 0 !important;
	padding-right: 1.2em;
}
@media print, screen and (min-width: 768px) {
	.bnr_unsecured:hover, .bnr_unsecured:active {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		transform: translateY(3px);
	}
	.bnr_unsecured > a > .bnr__head {
		padding: 4px 0;
		font-size: 1.4em;
	}
	.bnr_unsecured > a > .bnr__body > .media {
		margin-top: 1em !important;
	}
	.bnr_unsecured .media__body .note-list {
		line-height: .8;
	}
	.bnr_unsecured .media__body li {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 767.98px) {
	.bnr_unsecured > a > .bnr__head {
		padding: 2px 0 5px;
		font-size: 1.3em;
	}
	.bnr_unsecured > a > .bnr__body > .media {
		margin-top: 0 !important;
	}
	.bnr_unsecured .media__body {
		margin-top: 0 !important;
		padding-bottom: 2rem;
	}
	.bnr_unsecured .media__body .note-list {
		line-height: 1;
	}
	.bnr_unsecured .media__body li {
		font-size: 1.8rem;
	}
}
/*-- //bnr_unsecured --*/
/*-- fixednavi --*/
#fixednavi {
	background-size: 6px 6px;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 -2px 4px 0px rgb(0 0 0 / 15%);
}
#fixednavi .container {
	display: flex;
	width: 100%;
	max-width: 1030px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-weight: bold;
}
#fixednavi .container .webAction {
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#fixednavi .container .telAction {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	line-height: 1.1em;
}
#fixednavi .webAction p {
	margin-top: 0;
	margin-bottom: 1rem !important;
}
#fixednavi .telAction .request-box__inquiry__tel {
	color: #000 !important;
}
@media print, screen and (min-width: 768px) {
	#fixednavi {
		padding-top: 8px;
		padding-bottom: 15px;
	}
	#fixednavi .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	#fixednavi .container .webAction {
		width: 40%;
	}
	#fixednavi .webAction p {
		font-size: 1.8rem;
	}
	#fixednavi .container .telAction {
		width: 60%;
	}
	#fixednavi .telAction .request-box__inquiry__tel {
		font-size: 3rem;
	}
}
@media only screen and (max-width: 767.98px) {
	#fixednavi {
		padding-top: 0;
		padding-bottom: 0;
	}
	#fixednavi .container {
		padding-right: 10px;
		padding-left: 10px;
	}
	#fixednavi .container .webAction {
		width: 48%;
		margin-right: 8px;
		font-size: 1.2rem;
	}
	#fixednavi .container .webAction .button__type--blank {
		padding: 1em 30px 1em 10px;
	}
	#fixednavi .container .telAction {
		width: 52%;
	}
	#fixednavi .telAction p {
		font-size: 1rem;
	}
	#fixednavi .telAction .request-box__inquiry__tel {
		font-size: 1.6rem;
		margin-top: 4px;
	}
}
/*-- //fixednavi --*/
.consult-wrap > *:last-child {
	margin-bottom: 0 !important;
}
.modaal-container .cardloan-flow__item:first-child {
	text-align: left;
	padding-left: 30px;
}
.modaal-container .cardloan-flow__item:first-child .cardloan-flow__item__title {
	margin-top: 22px;
}
.modal-03 .image-wrap--center {
	margin-bottom: -9px;
}
.modal-03 .box-wrap {
	border-left: 2px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding: 5px 13px 13px 13px;
	margin: 0 3px;
	position: relative;
	z-index: 1;
	background: #fff;
	min-height: 180px;
}
.modal-03 .column__item:last-child .box-wrap {
	border-left: 2px solid #f08709;
	border-right: 2px solid #f08709;
	border-bottom: 2px solid #f08709;
}
.modal-03 .box__body {
	padding: 1em 1em;
}
.modal-03 .box__body p {
	font-size: 1.3rem;
}
#ltg08-note-frame-03 {
	width: 100%;
	margin-top: 40px;
	height: 40px;
}
@media print, screen and (min-width: 768px) {
	.modaal-container .cardloan-flow__item {
		padding: 17px 10px 15px 35px;
	}
	.modaal-container .cardloan-flow__item__step {
		font-size: 1.6rem;
	}
	.modaal-container .cardloan-flow__item:not(:first-child) .cardloan-flow__item__step {
		position: relative;
		left: 15px;
	}
	.modaal-container .cardloan-flow__item:not(:first-child) .cardloan-flow__item__title-wrap {
		position: relative;
		left: 15px;
	}
	.modaal-container .cardloan-flow__item__title {
		font-size: 1.8rem;
	}
	.modaal-container .cardloan-flow[data-flow-length="5"] > .cardloan-flow__item {
		width: auto;
		margin-right: 15px;
	}
	.modaal-container .cardloan-flow {
		display: flex;
		justify-content: normal;
	}
	.modaal-container .cardloan-flow__item.last-flow:after {
		display: block !important;
	}
	.modaal-container .cardloan-flow__item:after {
		left: calc(100% - (74px - 36px));
		border-width: 280px 0 280px 74px;
	}
}
@media only screen and (max-width: 767.98px) {
	.mv {
		padding-top: 0;
		margin-top: 2rem !important;
	}
	.header02 {
		padding-top: 0em;
		margin-top: 3em;
	}
	.mv .header02 {
		padding-top: 1em;
	}
	.request-box__title {
		margin-top: 0;
	}
	.request-area .request-area__column__item:first-child .button--exhover a {
		min-height: auto;
	}
	.Inner__content {
		padding: 1.5em 15px 4em;
	}
	.modaal-container .cardloan-flow__item:first-child {
		padding-top: 0;
		justify-content: center;
	}
	.modaal-container .list-wrap {
		padding-left: 0em !important;
	}
	.modal-03 .box-wrap {
		min-height: 100%;
		border-left: 3px solid #afafaf;
		border-right: 3px solid #afafaf;
		border-bottom: 3px solid #afafaf;
		margin: 0 4px;
	}
	.modal-03 .column__item:last-child .box-wrap {
		border-left: 3px solid #f08709;
		border-right: 3px solid #f08709;
		border-bottom: 3px solid #f08709;
	}
	#ltg08-note-frame-03 {
		height: 12.5rem;
    	margin-top: 2rem;
	}
}
/*-- attractive-cards --*/
.attractive-cards {
	margin-top: 3em;
	text-align: center;
}
.attractive-cards__item__title {
	font-size: 1.7rem;
	font-weight: 700;
}
.attractive-cards__item {
	position: relative;
}
.attractive-cards__item {
	display: block;
	background-color: #fff;
	color: #000;
	border: 4px solid #0b3190;
	border-radius: 12px;
	padding: 30px 12px;
}
@media print, screen and (min-width: 768px) {
	[data-col-pc]:not([data-col-pc="auto"]) > .attractive-cards__item {
		margin-top: 1.25em;
		margin-left: 20px;
	}
	[data-col-pc="4"] > .attractive-cards__item {
		width: calc(((100% - (60px)) / 4) - .1px);
	}
}
@media print, screen and (max-width: 767.9px) {
	.attractive-cards__item {
		padding: 20px 10px 15px;
	}
}
/*-- //attractive-cards --*/
/*-- rate-hundredfold --*/
.rate-hundredfold {
	position: relative;
}
.rate-hundredfold_date {
	position: absolute;
	right: 10px;
	bottom: -5px;
	font-size: small;
}
/*-- //rate-hundredfold --*/
/*-- attractive accordion --*/
.attractive .accordion__head {
	display: block;
	z-index: 2;
	position: relative;
	background-color: #ffffff;
	width: 460px;
	border: 2px solid #0b3190;
	border-radius: 8px;
	text-align: center;
	margin: 0 auto;
}
@media print, screen and (max-width: 767.9px) {
	.attractive .accordion__head {
		border-radius: 6px;
		width: 100%;
	}
}
/*-- //attractive accordion --*/
/* chart */
.chart-wrap {
	background-color: #def1f7;
	padding: 3rem 5rem 2rem 5rem;
	border-radius: 12px;
	text-align: center;
	width: fit-content;
	margin: auto;
	position: relative;
}
.chart-wrap .chart__text {
	position: absolute;
	top: 20%;
    right: 14.5%;
	font-size: large;
    font-weight: bold;
}
.features-layout-v2.chart .features-layout-v2__item {
    height: 100%;
    background: #def1f7;;
}
@media print, screen and (max-width: 767.9px) {
	.chart-wrap {
		padding: 1rem;
		z-index: 1;
		width: 100%;
		height: 180px;
	}
	.chart-wrap .chart__text {
		top: 26px;
        right: 28px;
        font-size: 12.5px;
        font-weight: bold;
        z-index: 10;
	}
	.chart-wrap .chart01--left,
	.chart-wrap .chart01--right {
		position: absolute;
		z-index: 5;
	}
	.chart-wrap .chart01--left {
		left: 10px;
        bottom: 10px;
        width: 50%;
	}
	.chart-wrap .chart01--right {
		right: 10px;
        width: 135px;
        top: 20px;
	}
}
/* chart */