.flow-wrap {
    width: 90%;
    margin: auto;
}
.flow01 {
    color: #fff;
    background-color: #0B3190;
    width: 100%;
    font-weight: bold;
}
.flow01,
.box-blue,
.box-orange, 
.box-gray {
    display: flex;
    justify-content: center;  
    align-items: center;
    height: 8rem;
}
@media only screen and (max-width: 767.98px) {
    .flow02 .box-blue,
    .flow02 .box-orange, 
    .flow03 .box-orange, 
    .flow03 .box-gray {
        height: 12rem;
        padding: 0.5rem;
    }
}
.flow01 p,
.box-blue p,
.box-orange p, 
.box-gray p {
    margin: 0;
}
.flow02, 
.flow03 {
    display: flex;
    justify-content: space-between;
}
.flow02-block,
.flow03-block.block01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow02-block {
    width: 47%;
}
.flow03-block.block01 {
    width: 27%;
}
.flow03-block.block02 {
    width: 70%;
}
@media only screen and (max-width: 767.98px) {
    .flow03-block.block01 {
        width: 32%;
    }
    .flow03-block.block02 {
        width: 66%;
    }
}
.box-blue,
.box-orange,
.box-gray  { 
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.box-blue {
    background-color: #0B3190;
    color: #fff;
}
.box-orange {
    background-color: #EC6B15;
    color: #fff;
}
.box-gray {
    background-color: #DFDFDF;
}
.arrow {
    position: relative;
    height: 59px; 
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 767.98px) {
    .flow03 .arrow {
        height: 80px;
    }
}
.arrow span {
    font-weight: bold;
    padding-left: 1rem;
}
@media only screen and (max-width: 767.98px) {
    .arrow span {
        font-size: 1.2rem;
    }
}
.arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 50px;
    background: #707070;
}
.arrow::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 1px;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #707070;
}
@media only screen and (max-width: 767.98px) {
    .flow03 .arrow::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 70px;
        background: #707070;
    }
    .flow03 .arrow::after {
        content: "";
        position: absolute;
        top: 70px;
        left: 1px;
        transform: translateX(-50%);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #707070;
    }
}
.util-color--main.accent {
    font-size: 2.5rem;   
    font-weight: bold; 
    margin: auto;
    background: linear-gradient(
        transparent 80%,   
        #FFD500 80%         
    );
}
@media only screen and (max-width: 767.98px) {
    .util-color--main.accent {
        font-size: 2.2rem; 
    }
}
/* 給与振込・年金受取口座指定のお手続き方法 */
.kyufuri_step {
    display: flex;
    position: relative;
    margin-bottom: 60px;
    align-items: center;
}
.kyufuri_step_box > .kyufuri_step:not(.after-none)::after {
    content: "";
    position: absolute;
    bottom: -60px;
    border: 20px solid transparent;
    border-top: 20px solid #A2A2A2;
    left: 35px;
}
.kyufuri_step_thumb {
    width: 11%;
    padding-right: 15px;
    text-align: center;
}
.kyufuri_step_text {
    background: #e2f5ff;
    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 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;
}
.kyufuri_step dt {
    font-weight: bold;
    background-color: #0b3190;
    color: #fff;
    padding: 0.2rem 2rem;
    text-align: center;
    min-width: 10rem;
    border-radius: 8px;
}
.kyufuri_result dt {
    font-weight: bold;
    background-color: #ec6b15;
    color: #fff;
    padding: 0.2rem 2rem;
    text-align: center;
    min-width: 10rem;
    border-radius: 8px;
}
.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_result {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.kyufuri_result_text {
    background: #fcf9e7;
    width: 90%;
}
@media only screen and (max-width: 767.98px) {
    .Main .heading2--center+* {
        margin-top: 2rem;
    }
    .kyufuri_step {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .kyufuri_step_thumb {
        width: 33%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .kyufuri_step_text, .kyufuri_result_text {
        width: 100%;
    }
    .kyufuri_step dl, .kyufuri_result dl {
        flex-direction: column;
        font-size: 1.6rem;
    }
    .kyufuri_step 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 {
        display: block;
        text-align: left;
        margin-top: 10px;
    }
    .kyufuri_step_box > .kyufuri_step:not(.after-none)::after {
        bottom: -48px;
        left: calc(50% - 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_result {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .kyufuri_step_text, .kyufuri_result_text {
        width: 100%;
    }
    .kyufuri_result dt {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 0.2rem 3rem;
    }
}
/* 口座開設ボタン */
@media only screen and (max-width: 767.98px) {
    .m-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
.index__cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
}
.index__cv__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--color-cv);
    border: 2px solid var(--color-cv);
    border-radius: var(--radius-round);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.2rem;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    overflow: hidden;
    padding: 0.5em 73px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .index__cv__btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 2.4rem;
        padding: 1.5rem 100px;
        text-align: center;
        width: 640px;
    }
}
.index__cv__btn:before {
    aspect-ratio: 74 / 75;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(30%, #fff), color-stop(80%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 30%, transparent 80%, transparent 100%);
    background-image: linear-gradient(to bottom, #fff 0, #fff 30%, transparent 80%, transparent 100%);
    content: "";
    display: block;
    height: auto;
    left: -20%;
    -webkit-mask-image: url(/img/bg_star.svg);
    mask-image: url(/img/bg_star.svg);
    -webkit-mask-position: bottom left;
    mask-position: bottom left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: 0.15;
    position: absolute;
    top: 93%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150%;
}
.index__cv__btn .m-icon.--cv {
    background-color: #fff;
    height: 6rem;
    left: 0.5em;
    position: absolute;
    width: 6rem;
}
@media only screen and (min-width: 768px) {
    .index__cv__btn .m-icon.--cv {
        height: 8rem;
        left: 1em;
        width: 8rem;
    }
}
.index__cv__btn:link, .index__cv__btn:focus, .index__cv__btn:visited {
    color: #fff;
}
.index__cv__btn__lead {
    font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
    .index__cv__btn__lead {
        font-size: 1.6rem;
    }
}
/* スターワン円普通預金口座を給与振込・年金受取口座に指定するメリット */
.media.merit .media__body .text.util-bold {
    font-size: 17px;
}
.media.merit .media__body .text.util-bold .util-large {
    font-size: 23px;
}
@media only screen and (max-width: 767.98px) {
    .media.merit .media__body .text.util-bold {
        font-size: 15px;
    }
    .media.merit .media__body .text.util-bold .util-large {
        font-size: 20px;
    }
}
.point .point_item {
    padding: 1.5rem;
    background-color: #ebeef5;
    color: #0b3190;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
    .point .point_item {
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    .point {
        display: flex;
        gap: 3rem;
        justify-content: center;
    }
    .point .point_item {
        min-width: 25%;
    }
}
@media only screen and (max-width: 767.98px) {
    .media__head .media__image img {
        max-width: 40%;
    }
}
.accordion__head::after, .faq__head::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0;
	transition: opacity .25s;
}
.accordion[open] .accordion__head::after, .faq[open] .faq__head::after {
	opacity: 1;
}
.faq__head .faq__title {
    color: #0b3190;
}
.faq__head:hover .faq__title {
    color: #d32700;
}
.accordion__title:after, .accordion__title:before, .faq__title:after, .faq__title:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 21px;
	height: 3px;
	margin: -1.5px 0 0;
	background: #ec6b15;
	transition: transform .25s cubic-bezier(.4, 0, .2, 1);
}
.accordion__title:after, .faq__title:after {
	transform: rotate(0);
}
.accordion__title:before, .faq__title:before {
	transform: rotate(90deg);
}
.accordion[open] .accordion__title:before, .faq[open] .faq__title:before {
	transform: rotate(0);
}
.table .table__matrix tbody tr:nth-child(n+7) {
    display: table-row;
}