@charset "utf-8";
.cta-banner__button:active, .cta-banner__button:hover, .cta-banner__button:visited {
    background-color: #1e9b8e;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    transform: translateY(-2px)
}
.cta-banner__button-icon {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 15px
}
.cta-banner__button-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff
}
@media screen and (max-width:767px) {
.cta-section {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 30px
}
.cta-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1e9b8e;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    padding: 1.8rem 2em;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.6);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    transition: .2s ease-in-out
}
}

@media screen and (min-width:768px) {
.cta-section {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 60px
}
.cta-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1e9b8e;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    padding: 1.8rem 5em;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.6);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    transition: .2s ease-in-out
}
}

/***************************************
FAQ
****************************************/
.qa-item {
    border-top: 1px solid #ddd;
    font-size: 1.6rem;
}
.qa-question {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none;
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.qa-label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: bold;
}
.qa-label.q {
    background: #6ec66e;
}
.qa-label.a {
    background: #ff6b6b;
}
.qa-text {
    flex: 1;
    min-width: 0;
}
.qa-icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}
/* 横線（−） */
.qa-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}
.qa-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #333;
    transform: translateX(-50%);
}
.qa-item.active .qa-icon::after {
    display: none;
}

.qa-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px 0 50px;
    background: #e8f2e9;
    line-height: 1.7;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.qa-item.active .qa-answer {
    max-height: 500px;
    padding: 20px 20px 20px 50px;
}

/********************************************/
.cl-grn {
    color: #00a653;
    font-weight: 700;
    letter-spacing: .03em
}
#guide .ico_ck {
    background: url(/image/sol/finance/ddrs/ico_check.png) no-repeat left center;
    margin-left: .5em;
    padding-left: 30px;
    font-size: 1.8rem;
}
.head-style::before, .head-style2::before {
    flex-shrink: 0;
    content: "";
    display: inline-block;
    width: 6px;
    height: 36px;
    border-radius: 3px;
    background-color: #00b09c;
    margin-right: 12px
}
.head-style {
    display: flex;
    border-bottom: 1px solid #8a8a8a;
    padding: 5px 0 15px 0;
    margin-left: 0!important;
    margin-right: 0!important;
    font-weight: 600
}
.head-style2 {
    display: flex;
    padding: 5px 0 15px 0;
    margin-left: 0!important;
    margin-right: 0!important;
    font-weight: 600
}
/********************************************/
.problem {
    padding: 0 25px 100px 25px;
}
.problem-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.problem-item {
    width: calc(33.333% - 50px);
    max-width: 250px;
}
.problem-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
.problem-list {
    flex-direction: column;
    align-items: center;
}
.problem-item {
    width: 100%;
    max-width: 300px;
}
}
/********************************************/
/*---- Step ---*/
.process {
    padding: 30px 10px 100px;
}
/* 横並び */
.process-list {
    display: flex;
    align-items: center;
    gap: 30px 15px;
    flex-wrap: wrap;
}
/* カード */
.process-card {
    width: 195px;
    height: 360px; /*高さ固定 */
    border-radius: 20px;
    background: #ebebeb;
    position: relative;
    padding-top: 90px;
    text-align: center;
}
/* ヘッダー（グラデーション） */
.process-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    /* ★グラデーション */
    background: linear-gradient( 135deg, #00a653 0%, #00c96b 100% );
    padding-top: 10px;
}
/* 三角 */
.process-head::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 8px 0;
    border-style: solid;
    border-color: #00a653 transparent transparent;
}
/* STEP文字 */
.process-head span {
    display: block;
    font-size: 14px;
}
.process-head strong {
    font-size: 32px;
}
/* テキスト */
.process-body {
    min-height: 120px; /* ★高さ安定 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px;
}
.process-body p {
    margin: 0;
    line-height: 1.6;
    font-size: 1.8rem;
}
/* 画像固定 */
.process-img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
}
.process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 矢印 */
.process-arrow {
    width: 0;
    height: 0;
    border-left: 14px solid #5a5a5a;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@media screen and (max-width: 768px) {
.process-list {
    flex-direction: column;
}
.process-card {
    width: 300px;
}
.process-arrow {
    transform: rotate(90deg);
    margin: 10px 0;
}
}
