@charset "Shift_JIS";

/* 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;
}

/* For SP */
@media only screen and (max-width: 767.98px) {
    .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;
    }
}

/* 共通
========================================================================== */
.wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.util-text-line {
    text-decoration: underline;
}

.highlight {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff600), to(#fff600)) 0 100%/100% 42% no-repeat;
    background: linear-gradient(#fff600, #fff600) 0 100%/100% 42% no-repeat;
}

@media print, screen and (min-width: 768px) {
	.inner__content {
		width: 100%;
		max-width: calc(1200px + 32px * 2);
		padding: 0 32px 0;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
    .pcNone {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
    .spNone {
        display: none !important;
    }
    a:hover {
        opacity: 1;
    }
    .wrap {
        padding: 0 calc(20/750*100%);
    }
    .util-margin-top-4 {
        margin-top: 2rem !important;
    }
    .util-margin-top-5 {
        margin-top: 3.5rem !important;
    }
    .button-wrap--centering {
        margin: 1em 0 0 0;
    }
}

.f-bold {
    font-weight: bold;
}

.c-yellow {
    color: #fff600;
}

.c-orange {
    color: #ff7200;
}

.c-blue {
    color: #0b3190;
}

a.c-white, a.c-white:visited {
    color: #fff;
}

.fz-16p {
    font-size: 1.6rem;
    font-weight: bold;
}

.util-align-left {
    text-align: left;
}

.heading2-v2__title {
    font-size: 3.2rem;
}

@media print, screen and (min-width: 768px) {
    .button-wrap--centering > * {
        margin-right: 0;
    }
}

/* mv
========================================================================== */
.mv {
    background: #ffd6c3;
    text-align: center;
}

@media (min-width: 768px) {
    .medium-display-block {
        display: block !important;
    }
}

.mv_width {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.img-responsive {
    width: 100%;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

img .mv {
    vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
    .Main {
        max-width: none !important;
    }
}


/* 投資信託やNISA口座のお手続き方法はこちら */
.util-underline {
	text-decoration: underline;
}
.flow-header, .condition-header {
	background: #def1f7;
	border-radius: 12px 12px 0 0;
	margin-top: 2em;
	padding: 2px 1em;
}

.flow-header .header-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}

.flow-header .media__head {
	width: 140px;
}

.flow-header__title {
	margin: 0;
}

.flow-header__title > .step, .conditions {
	display: inline-block;
	background: #0b3190;
	color: #fff;
	padding: 1px 10px;
	border-radius: 5px;
	margin-right: 1em;
}

.conditions {
	padding: 1px 20px;
}

#condition1 .conditions {
	background: #45a738;
}
#condition2 .conditions {
	background: #2d9487;
}
#condition3 .conditions {
	background: #b5a135;
}


/* 現金3,000円獲得までの流れ
========================================================================== */
.flow-header__title > .step > span, .conditions > span {
	margin-left: 3px;
	font-size: 1.4em;
}

.conditions > span {
	font-size: 1.2em;
}

.flow-body, .condition-body {
	border: 2px solid #eee;
	border-top: none;
	border-radius: 0 0 12px 12px;
	padding: 3rem 3.2em 3rem;
}

.flow-body__inner > .list-wrap:first-child, .condition-body__inner > .list-wrap:first-child {
	margin-top: 0;
}

.flow-step:not(:first-child) {
	position: relative;
	padding-top: 1em;
}

.flow-step:not(:first-child)::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: calc(50% - 32px);
	width: 0;
	height: 0;
	border-width: 24px 30px 30px;
	border-style: solid;
	border-color: #ddd transparent transparent transparent;
}

.coins {
    margin: 3rem 0;
}

.coins .inner {
    text-align: center;
}

.coins .inner img {
    margin-right: 33px;
}

.coins .text {
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 5px;
}

@media screen and (max-width: 767.98px) {
	.flow-header {
		margin-top: 1.4em;
		padding: 12px 1em 8px;
	}
	.flow-header .header-img {
		height: 60px;
	}
	.flow-header__title, .condition-header {
		text-align: center;
	}
	.flow-header__title > .step, .condition-header > .step {
		padding: 2px 10px;
		font-size: 1.4rem;
	}
	.flow-header__title > .title, .condition-header > .title {
		font-size: 1.8rem;
		display: inline-block;
		margin-top: 1rem;
	}
	.flow-body {
		padding: 8px 1em 2em;
	}
	.condition-body {
		padding: 2em 1em 2em;
	}
	.flow-step:not(:first-child)::before {
		top: 10px;
		left: calc(50% - 24px);
		border-width: 16px 24px 24px;
	}
    .coins .inner img {
        width: 70%;
        margin-right: 20px;
    }
    .coins .text {
        font-size: 2.5rem;
    }
}


/* table
========================================================================== */
.cp-table {
    background-color: #e73535 !important;
    color: #fff !important;
}

/* 5つのポイント！
========================================================================== */
.sec-lead {
    text-align: center;
    overflow: hidden;
}

.sec-campaign {
    background: #0b3190;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 15px 0 55px;
    margin-bottom: 3rem;
}
.sec-campaign .ttl {
    font-weight: 900;
    font-size: 4.4rem;
    line-height: 1.037;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.14);
}
.sec-campaign .ttl span {
    font-size: 3rem;
}
.sec-campaign .ttl .big {
    font-size: 122.728%;
}
.sec-campaign .campaign-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    max-width: 1200px;
    gap: 20px;
}
.sec-campaign .campaign-box .item {
    color: #000;
    background: #fff;
    -webkit-box-shadow: 4px 9px 10px 0px rgba(0, 20, 71, 0.3);
    box-shadow: 4px 9px 10px 0px rgba(0, 20, 71, 0.3);
    border-radius: 10px 10px 15px 15px;
    display: block;
    position: relative;
    width: 33%;
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.sec-campaign .campaign-box + .list-wrap {
    max-width: 1200px;
    margin: 0 auto 0 auto;
}

.sec-campaign .campaign-box + .list-wrap li {
    color: #fff;
}

.sec-campaign .campaign-box .item:nth-child(3) .item-ttl, .sec-campaign .campaign-box .item:nth-child(5) .item-ttl {
    margin-bottom: 0;
}

.sec-campaign .campaign-box .item .item-ttl {
    font-size: 1.6rem;
    line-height: 1.143;
    font-weight: 700;
    margin-bottom: 10px;
}

.sec-campaign .campaign-box .item .item-ttl + div {
    min-height: 120px;
    display: flex;
    align-items: center;
}
.sec-campaign .campaign-box .item .item-number {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
}

.sec-campaign .campaign-box .item:nth-child(4) .item-number {
    position: relative;
    top: 8px;
}

.sec-campaign .campaign-box .item .item-number .big {
    font-size: 3.4rem;
    position: relative;
    top: 3px;
}

.sec-campaign .campaign-box .item .item-number .medium {
    font-size: 3.2rem;
}

.sec-campaign .campaign-box .item .item-date {
    margin-top: 2px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .sec-campaign .ttl {
        font-size: 4vw;
    }
    .sec-campaign .campaign-box .item .item-ttl {
        font-size: 2.545vw;
    }
    .sec-campaign .campaign-box .item .item-ttl small {
        font-size: 78.57%;
    }
    .sec-campaign .campaign-box .item .item-number {
        font-size: 2.545vw;
    }
    .sec-campaign .campaign-box .item .item-number .big {
        font-size: 171.43%;
    }
    .sec-campaign .campaign-box .item .item-number .medium {
        font-size: 121.43%;
    }
    .sec-campaign .campaign-box .item .item-date {
        font-size: 1.455vw;
    }
    .sec-campaign .campaign-box .item:nth-child(3) .item-ttl small {
        font-size: 71.43%;
        margin: 0px 0 2px;
    }
}

/* For SP */
@media screen and (max-width: 767.98px) {
    .sec-campaign {
        padding: 5% 0;
    }
    .sec-campaign .ttl {
        font-size: 6vw;
        margin: 0;
        line-height: 1.4;
    }
    .sec-campaign .ttl span {
        font-size: 4.5vw;
    }
    .sec-campaign .ttl .big {
        font-size: 8.5333vw;
    }
    .sec-campaign .campaign-box {
        gap: 20px;
        flex-direction: column;
        margin: 15px 10px;
    }
    .sec-campaign .campaign-box .item {
        width: calc(345/710*100%);
        border-radius: 5px 5px 10px 10px;
        -webkit-box-shadow: 0.533vw 1.2vw 1.333vw 0 rgba(0, 20, 71, 0.3);
        box-shadow: 0.533vw 1.2vw 1.333vw 0 rgba(0, 20, 71, 0.3);
    }
    .sec-campaign .campaign-box .item {
        width: 100%;
    }
    .sec-campaign .campaign-box .item::before {
        background-size: auto 2.667vw;
        height: 5.334vw;
        border-radius: 0 0 5px 5px;
    }
    .sec-campaign .campaign-box .item .item-ttl {
        font-size: 1.8rem;
        margin-bottom: 12px;
        line-height: 1.4;
    }
    .sec-campaign .campaign-box .item .item-ttl small {
        font-size: 73.68%;
    }
    .sec-campaign .campaign-box .item .item-number {
        padding: 0 1%;
        font-size: 5.3333vw;
        margin-top: -2px;
    }
    .sec-campaign .campaign-box .item .item-number .big {
        font-size: 175%;
    }
    .sec-campaign .campaign-box .item .item-number .medium {
        font-size: 125%;
    }
    .sec-campaign .campaign-box .item .item-date {
        margin-top: 1%;
    }
    .sec-campaign .campaign-box .item:nth-child(2) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .sec-campaign .campaign-box .item:nth-child(3) .item-ttl small {
        font-size: 63.16%;
        margin: 0px 0 2px;
    }
    .sec-campaign .campaign-box .item:nth-child(4) .item-number {
        top: 0px;
    }
    .sec-campaign .campaign-box + .list-wrap {
        margin: 0 10px;
    }
}

.txt-bb {
    font-size: 2.8rem;
    display: inline-block;
    background: #fff;
    border: 3px solid;
    border-radius: 6px;
    padding: 0 25px;
    line-height: 46px;
    margin-bottom: 13px;
    position: relative;
    white-space: nowrap;
}
.txt-bb::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url("/lp/feature_kyufuri/img/deco-bb_pc.png") no-repeat center/auto 100%;
    width: 18px;
    height: 14px;
    margin-top: -1px;
}

/* For SP */
@media screen and (max-width: 767.98px) {
    .txt-bb {
        font-size: 5.0667vw;
        padding: 0 3%;
        margin-bottom: 8px;
        border-width: 2px;
        border-radius: 4px;
        line-height: 9.333vw;
    }
    .txt-bb::before {
        background-image: url("/lp/feature_kyufuri/img/deco-bb_sp.png");
        height: 9px;
    }
}

.point01-ttl1 {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.318;
}

@media screen and (max-width: 767.98px) {
    .point01-ttl1 {
        font-size: 2.5rem;
    }
    .point01-figure {
        margin: 0 auto;
        width: calc(588 / 710 * 100%);
    }
    .column + .list-wrap {
        text-align: left;
    }
}

.point01-ttl1 strong {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.point01-ttl1 span {
    display: inline-block;
    position: relative;
}

.point01-ttl1 strong span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    background: url(/lp/feature_kyufuri/img/point01-dot.png) repeat-x center/auto 100%;
    height: 6px;
}

.point01-ttl1 strong::before, .point01-ttl1 strong::after {
    content: "";
    background: currentColor;
    width: 4px;
    height: 37px;
    margin: 0 25px;
    border-radius: 5px;
    position: absolute;
    top: 55%;
}

.point01-ttl1 strong::before {
    -webkit-transform: translateY(-50%) rotate(-20deg);
    -ms-transform: translateY(-50%) rotate(-20deg);
    transform: translateY(-50%) rotate(-20deg);
    right: 100%;
}

.point01-ttl1 strong::after {
    -webkit-transform: translateY(-50%) rotate(20deg);
    -ms-transform: translateY(-50%) rotate(20deg);
    transform: translateY(-50%) rotate(20deg);
    left: 100%;
}

.box-wrap p {
    font-size: 1.8rem;
    font-weight: bold;
}

@media print, screen and (min-width: 768px) {
    .box-wrap {
        margin: 0 100px;
        width: auto !important;
    }
}

/* 簡単シュミレーション
========================================================================== */
.box-simulation .box-calculation {
	background: #e6f6ff;
	box-shadow: 0px 24px 16px -16px rgb(0 0 0 / 5%) inset, 0px -24px 16px -16px rgb(0 0 0 / 5%) inset;
	padding: 30px 20px 50px 20px;
	margin: 1rem 0 2rem 0;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN W3", Arial, Meiryo, sans-serif;
}

.box-simulation .box-calculation label {
	font-size: 1.8rem;
}

.box-simulation .box-calculation .princial {
	padding: 5px 10px;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-height: 38px;
}

.box-simulation .box-calculation .princial {
	width: 180px;
	margin-right: 10px;
	border: 2px solid #d3d3d3;
	border-radius: 8px;
	background: #fff;
	color: #f08300;
	font-size: 1.5em;
	line-height: 1;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}

.box-simulation .box-calculation .princial:focus {
	outline: none;
	border: 2px solid #f08300;
}

.box-simulation .box-calculation .princial:focus::-webkit-input-placeholder {
	color: transparent !important;
}

.box-simulation .box-calculation .princial:focus::placeholder {
	color: transparent !important;
}

.box-simulation .box-calculation .interest_result {
	border: none;
    background: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 70%;
    font-weight: 900;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 150%;
    line-height: 1;
    color: #ff7200;
	position: relative;
	top: 15px;
}

.box-calculation .inner {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

.box-calculation .inner li {
	display: table-cell;
	vertical-align: bottom;
	font-size: 2.6rem;
}

.box-calculation .inner li:first-child {
	padding-right: 1.4rem;
}

.box-calculation .inner li:nth-child(2), .box-calculation .inner li:nth-child(3) {
	font-size: 3rem;
	font-weight: bold;
	padding-right: 1rem;
}

.box-calculation .inner li .s_txt {
    font-size: 2.7rem;
    line-height: 3rem;
}

.box-simulation .box-calculation .btn {
	display: flex;
	width: 33%;
	margin: 0 auto;
}

.box-simulation .box-calculation .btn li {
	width: 50%;
	text-align: center;
}

.box-simulation .error_message {
	font-weight: bold;
	margin: 0 auto 0 3px;
	position: relative;
	top: -1px;
	font-size: 1.2rem;
}

.box-simulation .credit {
	margin: 0 auto 25px auto;
	font-size: 1.3rem;
}

.box-simulation .credit li {
	padding-left: 1.2em;
	font-size: 1.6rem;
}

.dropdown {
	position: relative;
	display: inline-flex;
}

.dropdown:before {
    position: absolute;
    top: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
}

.interestRateSelect {
    pointer-events: none;
    border: none;
    border-radius: 8px;
    background: none;
    color: #000;
    font-size: 1.6em;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
    appearance: none;
    font-family: unset;
    padding: 0;
}

.interestRateSelect option {
	font-size: 0.9em;
}

.box-simulation .box-calculation .interestRateSelect:focus {
	outline: none;
	border: 2px solid #f08300;
}

label[for="interestRate"] {
	font-weight: normal;
}

.multiply {
	font-size: 3rem;
    font-weight: bold;
}

/* For SP */
@media only screen and (max-width: 767.8px) {
	.box-simulation .box-calculation {
		padding: 20px 20px;
	}
	.box-calculation .inner li {
		display: block;
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	.box-calculation .inner li:nth-child(3) {
		padding-right: 55px;
	}
	.box-calculation .inner li:nth-child(3), .box-calculation .inner li:nth-child(4) {
		display: table-cell;
	}
	.box-simulation .credit li {
		font-size: 1.1rem;
	}
	.box-calculation .inner li:nth-child(3) span {
		position: relative;
		top: -3px;
	}
	.box-calculation .inner li:nth-child(4) label {
		position: relative;
		top: 10px;
	}
	.box-simulation .box-calculation li:nth-child(4) .interest_result {
		height: 18vw;
		width: 22rem;
		text-align: center;
	}
	.box-simulation .box-calculation .btn {
		flex-direction: column;
		text-align: center;
		align-items: center;
		width: 100%;
	}
	.box-simulation .box-calculation .btn li {
		margin-bottom: 1rem;
	}
	.box-simulation .box-calculation .btn li:last-child {
		margin-bottom: 0;
	}
	.box-calculation .inner li .s_txt {
		line-height: 2;
	}

	.box-calculation .inner__content {
		padding: 0;
	}

	.box-simulation .box-calculation label[for="interestRate"] {
		font-size: 2.5rem;
		font-weight: bold;
	}

	.box-calculation .inner li:nth-child(2) {
		font-size: 2rem;
	}

	.box-calculation .inner li:nth-child(2), .box-calculation .inner li:nth-child(3) {
		padding-right: 0;
	}
}

.point01-ttl2 .ttl-row2 {
    line-height: 1.3;
    font-size: 5rem;
    margin: 0;
    text-align: center;
}

.point01-ttl2 {
    text-align: center;
    margin-bottom: 4rem;
}

.txt-bb {
    font-size: 2.8rem;
    display: inline-block;
    background: #fff;
    border: 3px solid;
    border-radius: 6px;
    padding: 0 25px;
    line-height: 46px;
    margin-bottom: 13px;
    position: relative;
    white-space: nowrap;
}

.box-simulation .txt-bb::before {
    display: none;
}

@media screen and (min-width: 768px) {
    .point01-ttl2 .ttl-row1 {
        padding: 3px 0 0;
        background: url(/lp/feature_kyufuri/img/txt-bb02_pc.png) no-repeat center top/100% 100%;
        width: 366px;
        height: 62px;
        border: none;
        border-radius: 0;
        margin-bottom: 0;
    }
}

.row2 {
    width: 530px;
    margin: 0 auto 10px;
    font-size: 4.4rem;
    border-bottom: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	line-height: 1.4;
}

.row2 label {
    line-height: inherit;
    margin: 0;
	font-size: 4.4rem !important;
}

.resultkeisan {
    margin: 20px 0 20px;
}

.button-diagnose {
    background-color: #00a0e8;
    border: 2px solid #00a0e8;
    -webkit-box-shadow: 0 4px 0 1px rgb(0, 91, 176);
    box-shadow: 0 4px 0 1px rgb(0, 91, 176);
    max-width: 483px;
    border-radius: 99px;
    color: #fff !important;
    display: block;
    margin: 0 auto;
    padding: 4px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 69%;
}

.button-reset {
    font-size: 11px;
    color: #1d1d1d !important;
    text-decoration: underline !important;
}

.box-calculation .note_list {
    margin-top: 1.5625em;
    text-align: left;
}

.box-calculation .note_list li {
    font-weight: 500;
    text-indent: -1.1em;
    padding-left: 1.1em;
}

@media screen and (min-width: 768px) {
	.point01-ttl2 .ttl-row1 {
		padding: 3px 0 0;
		background: url(/lp/feature_kyufuri/img/txt-bb02_pc.png) no-repeat center top/100% 100%;
		width: 366px;
		height: 62px;
		border: none;
		border-radius: 0;
		margin-bottom: 0;
	}
	.button-diagnose {
		font-size: 34px;
		padding: 5px;
	}
	.button-diagnose:hover {
		background-color: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #00a0e8 !important;
		opacity: 0.8;
	}
	.button-reset {
		font-size: 16px;
	}
	.risoku .column__item:first-child {
		width: 415px;
	}
	
	.risoku .column__item:last-child {
		width: 745px;
	}
}

/* For SP */
@media screen and (max-width: 767.98px) {
	.inner__content {
		width: 100%;
		padding: 0 15px 0;
		margin: 0 auto;
	}
	/* .flow-header {
		margin-top: 1.4em;
		padding: 12px 1em 8px;
	}
	.flow-header .header-img {
		height: 60px;
	}
	.flow-header__title, .condition-header {
		text-align: center;
	}
	.flow-header__title > .step, .condition-header > .step {
		padding: 2px 10px;
		font-size: 1.4rem;
	}
	.flow-header__title > .title, .condition-header > .title {
		line-height: 2em;
		font-size: 1.8rem;
	}
	.flow-body {
		padding: 8px 1em 2em;
	}
	.condition-body {
		padding: 2em 1em 2em;
	}
	.flow-step:not(:first-child)::before {
		top: 10px;
		left: calc(50% - 30px);
		border-width: 16px 24px 24px;
	} */

	.txt-bb {
		font-size: 5.0667vw;
		padding: 0 3%;
		margin-bottom: 8px;
		border-width: 2px;
		border-radius: 4px;
		line-height: 9.333vw;
	}
	.point01-ttl2 .ttl-row1 {
		padding: 0.5% 0 0;
		background: url(/lp/feature_kyufuri/img/txt-bb02_sp.png) no-repeat center top/100% 100%;
		width: 62.4vw;
		height: 12vw;
		border: none;
		border-radius: 0;
		margin-bottom: 0;
	}
	.point01-ttl2 .ttl-row2 {
		font-size: 8vw;
		margin-top: -0.5%;
	}
	.row2 {
		width: 275px;
		margin: 10px auto 5px;
		font-size: 2.6rem;
	}
	.note_message {
		margin: 6px 0 15px;
		font-size: 1.1rem;
	}
	.resultkeisan {
		margin: 15px 0 10px;
	}
	.box-calculation .note_list {
		margin: 2.933vw 2.667vw 0;
	}
	.conditions {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.condition-body__inner {
		gap: 25px;
		flex-direction: column;
	}
	#condition2 .condition-body__inner {
		align-items: center;
		margin-bottom: 40px;
	}

	#condition2 .condition-body__inner:last-child {
		margin-bottom: 0;
	}

	#condition2 .condition-body__inner:before, #condition2 .condition-body__inner:after, #condition3 .condition-body__inner:before {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -35px;
	}

	#condition3 .condition-body__inner:before {
		bottom: -45px;
	}

	.condition-img {
		width: 100%;
	}

	.condition-body__inner .deposit {
		width: 100%;
		padding: 20px 0;
	}

	.condition-body .lead-v2--center {
		margin-bottom: 1rem;
	}

	.txt-product-example {
		width: 100%;
	}
}

/* さらに金利アップのチャンス!!
========================================================================== */
.block04 .ttl-row01.txt-bb {
    font-size: 3.4rem;
    line-height: 1;
    padding: 12px 30px 14px;
}
.block04 .txt-row01 {
    max-width: 900px;
    margin: 2em auto 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.block04 .txt-row01 p {
    margin: 0;
}

.block04 .txt-row01-left {
    font-size: 3.8rem;
    line-height: 1.21;
}
.block04 .txt-row01 ~ .note {
    margin-top: 8px;
}
.fz-18p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.556;
}

.block04 .txt-row02 {
    margin-top: 36px;
    color: #fff;
    border-radius: 10px;
}
.block04 .txt-row02 span {
    display: block;
    line-height: 1;
    font-size: 3.5rem;
    padding: 30px;
    position: relative;
}
.block04 .txt-row02 span::after {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 5.8rem;
    height: 5.8rem;
    background: url(/lp/feature_kyufuri/img/ico-plus01_pc.png) center/100% no-repeat;
}
.block04 .txt-row03 {
    margin-top: 40px;
}
.block04 .txt-row03 .ttl {
    font-size: 3rem;
}
.block04 .txt-row03 .ttl >span {
    display: inline-block;
    line-height: 1;
    position: relative;
}
.block04 .txt-row03 .ttl >span::before, .block04 .txt-row03 .ttl >span::after {
    content: "";
    background: #1d1d1d;
    width: 2px;
    height: 37px;
    margin: 0 25px;
    position: absolute;
    top: 55%;
}
.block04 .txt-row03 .ttl >span::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 96%;
}

.block04 .txt-row03 .ttl >span::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: 97.5%;
}
.flex-box {
    display: flex;
    justify-content: space-between;
}
.block04 .txt-row03 .flex-box {
    margin-top: 7px;
}

.bgc--c2 {
    background-color: #0b3190;
}

.block04 .txt-row03 .flex-box-col {
    width: calc(502 / 1020 * 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 3.2rem;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.block04 .txt-row03 .flex-box-col .txt {
    text-align: left;
    margin-left: 20px;
    line-height: 1.25;
}

.block04 .txt-row03 .flex-box-col.left-col .txt {
    margin-left: 40px;
}

.block04 .txt-row04 {
    margin-top: 50px;
    font-size: 3.4rem;
}

.block04 .txt-row05 > span {
    font-size: 4.4rem;
    display: inline-block;
    line-height: 1;
    padding: 0 35px;
    position: relative;
    background-size: 100% 35%;
    background-position: 0 105%;
    margin-top: -4px;
}

.block04 .txt-row05 > span::before, .block04 .txt-row05 > span::after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 4.8rem;
    bottom: 0;
}

.block04 .txt-row05 > span::before {
    background: url(/lp/feature_kyufuri/img/deco-05_pc.png) center/100% no-repeat;
    left: 0;
}

.block04 .txt-row05 > span .lg {
    font-size: 6.7rem;
}

.block04 .txt-row05 > span .md {
    font-size: 5rem;
}

.block04 .txt-row05 > span::after {
    background: url(/lp/feature_kyufuri/img/deco-04_pc.png) center/100% no-repeat;
    right: 0;
}

.block04 .txt-row05 ~ .note {
    margin-top: 10px;
}

.block04 .ttl-row01.txt-bb .c-orange {
    display: inline-block;
    padding-top: 12px;
    background: url(/lp/feature_kyufuri/img/ico-dot01_pc.png) top left 17px no-repeat;
}

.flex-box .img {
    background: #fff;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.flex-box .img img {
    vertical-align: middle;
    max-width: 63%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}


/* For SP */
@media only screen and (max-width: 767.98px) {
    .block04 .wrap {
        padding: 0 calc(40 / 750* 100%);
    }
    .block04 .ttl-row01.txt-bb {
        font-size: 5.867vw;
        padding: 1.867vw 3.733vw 2.667vw;
    }
    .block04 .ttl-row01.txt-bb .c-orange {
        padding-top: 1.6vw;
        background: url(/lp/feature_kyufuri/img/ico-dot01_sp.png) top left 3.2vw no-repeat;
        background-size: 12.533vw auto;
    }
    .block04 .txt-row01 {
        max-width: 100%;
        display: block;
        margin-top: 0;
    }
    .block04 .txt-row01-left {
        font-size: 6.4vw;
        line-height: 1;
        padding-bottom: 0;
        margin-top: 1.067vw;
    }
    .block04 .txt-row01-right {
        margin-top: 2.133vw;
    }
    .block04 .txt-row01 ~ .note {
        margin-top: 1.867vw;
    }
    .block04 .txt-row02 {
        margin-top: 7.2vw;
        color: #fff;
        border-radius: 1.333vw;
    }
    .block04 .txt-row02 span {
        font-size: 5.867vw;
        padding: 4.8vw 4.8vw 5.333vw;
    }
    .block04 .txt-row02 span::after {
        bottom: -5.867vw;
        width: 9.6vw;
        height: 9.6vw;
        background: url('/lp/feature_kyufuri/img/ico-plus01_sp.png') center / 100% no-repeat;
    }
    .block04 .txt-row03 {
        margin-top: 6.4vw;
    }
    .block04 .txt-row03 .ttl {
        font-size: 5.067vw;
    }
    .block04 .txt-row03 .ttl >span::before,
    .block04 .txt-row03 .ttl >span::after {
        width: 0.267vw;
        height: 6.4vw;
        margin: 0 4.533vw;
        top: 64%;
    }
    .block04 .txt-row03 .flex-box {
        margin-top: 1.867vw;
    }
    .block04 .txt-row03 .flex-box-col {
        width: calc(326 / 670 * 100%);
        border-radius: 1.333vw;
        font-size: 5vw;
        padding: 4.267vw 2.133vw 5.333vw;
        flex-direction: column;
    }
    .block04 .txt-row03 .flex-box-col .img {
        order: 2;
    }
    .block04 .txt-row03 .flex-box-col .txt {
        text-align: center;
        margin-left: 0  !important;
        order: 1;
    }
    .block04 .txt-row04 {
        margin-top: 6.667vw;
        font-size: 5.867vw;
        line-height: 1.32;
    }
    .block04 .txt-row05 > span {
        font-size: 6vw;
        padding: 0 5.333vw;
        background-size: 100% 35%;
        background-position: 0 105%;
        margin: 0 calc(-20 / 670* 100%);
    }
    .block04 .txt-row05 > span .lg {
        font-size: 11.2vw;
    }
    .block04 .txt-row05 > span .md {
        font-size: 8.533vw;
    }
    .block04 .txt-row05 > span::before, .block04 .txt-row05 > span::after {
        width: 4.933vw;
        height: 7.867vw;
    }
    .block04 .txt-row05 > span::before {
        background: url('/lp/feature_kyufuri/img/deco-05_sp.png') center/100% no-repeat;
    }
    .block04 .txt-row05 > span::after {
        background: url('/lp/feature_kyufuri/img/deco-04_sp.png') center/100% no-repeat;
    }
    .block04 .txt-row05 ~ .note {
        margin-top: 0.8vw;
    }
    .block04 .anchor-btn {
        margin-top: 4.533vw;
        width: 72.239%;
    }
}

/* お手続きはかんたん2ステップ！
========================================================================== */
.kyufuri_step {
	display: flex;
	position: relative;
	margin-bottom: 60px;
	align-items: center;
}
.kyufuri_result {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.kyufuri_result_box {
	position: relative;
	margin: 7.2rem auto 8rem;
}
.kyufuri_result_box::before {
	content: "";
	position: absolute;
	top: -56px;
	border: 60px solid transparent;
	border-top: 40px solid #ffaf00;
	left: 50%;
}
.kyufuri_step:last-child::after {
	content: none;
}
.kyufuri_step::after {
	content: "";
	position: absolute;
	bottom: -68%;
	border: 20px solid transparent;
	border-top: 20px solid #A2A2A2;
	left: 35px;
}
.kyufuri_step_thumb {
	width: 11%;
	padding-right: 15px;
	text-align: center;
}
.kyufuri_step_thumb img {
	max-height: 88px;
}
.kyufuri_step_text {
	background: #e2f5ff;
	width: 90%;
}
.kyufuri_result_text {
	background: #fff;
	border: solid 2px #ffaf00;
	width: 90%;
}
.kyufuri_step dl, .kyufuri_result dl {
	display: flex;
	padding: 0 20px;
	font-size: 1.7rem;
	justify-content: start;
	align-items: center;
	min-height: 54px;
}
.kyufuri_step dt, .kyufuri_step dd, .kyufuri_result dt, .kyufuri_result dd {
	display: table-cell;
}
.kyufuri_step dt {
	font-weight: bold;
	background-color: #fff;
	padding: 0.5rem 3rem;
	text-align: center;
    min-width: 140px;
}
.kyufuri_result dt {
	font-weight: bold;
	background-color: #ffaf00;
	padding: 0.5rem 3rem;
	text-align: center;
	color: #fff;
}
.kyufuri_step dd, .kyufuri_result dd {
	vertical-align: middle;
	font-weight: bold;
}
.kyufuri_step dd span, .kyufuri_result dd span {
	font-size: 1.4rem;
	font-weight: normal;
}

/* For SP */
@media only screen and (max-width: 767.8px) {
    .kyufuri_step {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .kyufuri_result {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .kyufuri_result_box {
        margin: 5.4rem auto 3.6rem;
    }
    .kyufuri_result_box::before {
        top: -40px;
        border: 40px solid transparent;
        border-top: 28px solid #ffaf00;
        left: calc(50% - 40px);
    }
    .kyufuri_step_thumb {
        width: 33%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .kyufuri_step_thumb img {
        max-height: 70px;
    }
    .kyufuri_step dl, .kyufuri_result dl {
        flex-direction: column;
        font-size: 1.6rem;
    }
    .kyufuri_step dt {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        background-color: #fff;
        padding: 0.2rem 3rem;
    }
    .kyufuri_result dt {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 0.2rem 3rem;
    }
    .kyufuri_step dd, .kyufuri_result dd {
        margin: 0;
        text-align: center;
    }
    .kyufuri_step dd span, .kyufuri_result dd span {
        text-align: left;
        display: block;
        margin-top: 10px;
    }
    .kyufuri_step_text, .kyufuri_result_text {
        width: 100%;
    }
    .kyufuri_step::after {
        bottom: -48px;
        left: calc(50% - 20px);
    }
    .kyufuri-section02 {
        padding: 0;
    }
    .kyufuri-section02 .media__body {
        flex: 1 1;
    }
    .kyufuri-section02 .media[data-media-wraparound="false"][data-media-pc="image-right"] .media__head {
        margin-left: 15px;
    }
    .kyufuri-section02 .fukidashi.right:before, .kyufuri-section02 .fukidashi.right:after {
        top: 30%;
    }
    .kyufuri-section02 .anchor-navi, .kyufuri-section02 .link-list {
        text-align: center;
    }
    .kyufuri_campaign .card-wrap {
        margin-top: 0;
    }
    .kyufuri_campaign .Main__content {
        padding: 2.5em 15px 2.5em;
    }
    .kyufuri-section01 .card-wrap {
        padding-top: 15px;
    }
}

@media print, screen and (min-width: 768px) {
    .kyufuri_note {
        width: 90%;
        margin-left: 10%;
        padding-left: 10px;
    }
}

.u-line {
    position: relative;
    padding-bottom: 2rem; 
}

.u-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 7%;
    margin: 0 auto;
    height: 4px;
    background-color: #ff7200;
}

/* For　SP */
@media only screen and (max-width: 767.98px) {
    .Main .lead-v2--center + * {
        margin-top: 0;
    }
    .heading2-v2__title {
        font-size: 2.2rem;
    }

    .u-line {
        margin-top: 2rem;
    }

    /* Modal */
    .modal {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
    }
    .modal.is-visible {
        visibility: visible;
    }
    .modal-overlay {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.3s, opacity 0.3s;
    }
    .modal.is-visible .modal-overlay {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .modal-wrapper {
        position: absolute;
        z-index: 9999;
        top: 11.694vh;
        left: 50%;
        width: 90vw;
        background-color: #fff;
    }
    .modal-transition {
        transition: all 0.3s 0.12s;
        transform: translateY(-10%) translateX(-50%);
        opacity: 0;
    }
    .modal.is-visible .modal-transition {
        transform: translateY(0) translateX(-50%);
        opacity: 1;
    }
    .modal-content {
        padding: 4.267vw 5.333vw 3.733vw 2.933vw;
        height: 70vw;
        overflow-y: scroll;
        border: 1px solid #e1e1e1;
        margin: 0 3.2vw;
    }
    .modal-header {
        position: relative;
        background-color: #fff;
        padding: 6.667vw 1.333vw 4vw 5.333vw;
    }
    .modal-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 6.667vw;
    }
    .modal-close:hover {
        color: #777;
    }
    .modal-heading {
        font-size: 5.067vw;
        margin: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #d40000;
        position: relative;
        padding-left: 10.667vw;
    }
    .modal-heading::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 8.4vw;
        height: 7.467vw;
        background: url('/lp/feature_kyufuri/img/ico-warning.png') center/100% no-repeat;
    }
    .modal-ending.center {
        padding: 5.333vw;
    }
    .modal-link {
        margin-top: 4vw;
        font-size: 3.2vw;
    }
    .modal-list {
        font-size: 3.2vw;
        line-height: 1.42;
    }
    .inner-list {
        margin-top: 1.067vw;
    }
    .modal-list > li:nth-child(n+2) {
        margin-top: 2.4vw;
    }
    .modal-list > *,
    .inner-list > * {
        position: relative;
        padding-left: 0.8em;
    }
    .modal-list > *::before,
    .inner-list > *::before {
        content: "";
        background: #0b3190;
        width: 1.333vw;
        height: 1.333vw;
        border-radius: 50%;
        position: absolute;
        top: 2.133vw;
        left: 0;
    }
    .inner-list > *::before {
        content: "";
        background: #1d1d1d;
        width: 0.8vw;
        height: 0.8vw;
        top: 2.133vw;
        left: 0.533vw;
    }
    .modal-list .util-link {
        text-decoration: underline;
    }
    .modal-content > *:first-child {
        margin-top: 0;
    }
    .modal-content > *:last-child {
        margin-bottom: 0;
    }
    html.is-modal,
    body.is-modal {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .modal {
        display: none;
    }
}
