/* override parts ------------------------------------ */
figure {
    margin: auto;
}
.container .containerInner .Ttl_02 {
    margin-bottom: 108px;
}
.container .containerInner .Ttl_02 p {
    font-weight: bold;
}
.container .containerInner .Ttl_02 h2 span {
    font-size: 24px;
    display: block;
}
@media screen and (max-width: 767px) {
    #contents .container .containerInner {
        padding: 0;
    }
    .container .containerInner .Ttl_02 {
        margin-bottom: 100px;
    }
    .container .containerInner .Ttl_02 p {
        line-height: 1.75;
        font-weight: normal;
    }
}

/* flowImg parts ------------------------------------ */
.flowImgWrap {
    width: 320px;
    margin-top: 24px;
}
.flowSpImgWrap {
    width: 200px;
    margin: 0 auto;
}
.flowImgWrap img,
.flowSpImgWrap img { width: 100%; }
@media screen and (max-width: 767px) {
    .flowImgWrap {
        width: 272px;
    }
    .flowSpImgWrap {
        width: 180px;
    }
}

/* flowInner parts ------------------------------------ */
.flowInner {
    width: 640px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 48px 16px;
}
.flowInner .itemNum {
    position: relative;
    width: 60px;
}
.flowInner .itemCont {
    width: 564px;
}
.flowInner .itemCont .itemTtl {
    margin-top: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.025em;
}
.flowInner .itemNum .number {
    width: 60px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    background-color: #005bac;
    border-radius: 100px;
}
.flowInner .itemNum .number .step {
    font-size: 17px;
    padding: 10px 0 0;
}
.flowInner .itemNum .number p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}
.flowInner .itemNum:has(~ .itemNum)::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #005bac;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .flowInner {
        max-width: 360px;
        width: 100%;
        gap: 56px 16px;
    }
    .flowInner .itemNum {
        width: 40px;
    }
    .flowInner .itemNum .number {
        width: 40px;
        height: 40px;
    }
    .flowInner .itemNum .number .step {
        font-size: 11.8px;
        padding: 6px 0 0;
    }
    .flowInner .itemNum .number p {
        font-size: 18.5px;
    }
    .flowInner .itemCont {
        width: calc(100% - 56px);
    }
    .flowInner .itemNum:has(~ .itemNum)::after {
        top: 40px;
        height: calc(100% + 56px);
    }
}


/* adjust_qr parts ------------------------------------ */
.qrWrap .adjust_qr {
    padding: 24px 0;
    margin: 36px auto;
    border-radius: 8px;
    background-color: #f2f2f2;
    max-width: 640px;
    text-align: center;
}
.qrWrap .adjust_qr img {
    width: 200px;
    height: auto;
    aspect-ratio: 1 / 1;
}
.qrWrap .adjust_qr::after {
    display: block;
    text-align: center;
    margin-top: 16px;
    content: "スマートフォンでご利用いただけます。";
}


/* itemComp parts ------------------------------------ */
.itemComp {
    position: relative;
    width: 640px;
    margin: 102px auto 0;
    background-color: #e9f0f5;
    text-align: center;
    box-sizing: border-box;
    padding: 16px 0;
    border-radius: 8px;
    letter-spacing: 0.025em;
}
.itemComp::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 16px 0px 16px;
    border-color: #dc1c26 transparent transparent transparent;
    left: 0;
    right: 0;
    top: -56px;
    margin: auto;
}
.itemCompWrap {
    width: 320px;
    margin: auto;
    background-image: url(/kouza/common_fx/images/icon_check.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
@media screen and (max-width: 767px) {
    .itemComp {
        width: 100%;
    }
    .itemCompWrap {
        width: 270px;
        text-indent: 50px;
    }
}
.itemCompTtl {
    font-size: 18px;
    font-weight: bold;
    color: #005bac;
}
.itemCompTxt {
    font-size: 18px;
    font-weight: bold;
    color: #0a1f33;
    margin-top: 4px;
}
.itemCompNote {
    display: block;
    width: 640px;
    margin: 16px auto 0;
    font-size: 12px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .itemCompNote {
        width: 100%;
    }

}


/* ctaPanel parts ------------------------------------ */
.ctaPanel {
    max-width: 468px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 36px auto;
    background-color: #dc1c26;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    transition: filter .25s ease, opacity .25s ease;
}
.ctaPanel.secondary {
    max-width: 468px;
    margin: 40px auto 0;
    border: solid 2px #404040;
    color: #404040;
    background-color: #fff;
}
.ctaPanel.top {
    display: none;
}
.ctaPanel.bottom {
    max-width: 468px;
    margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
    .ctaPanel {
        max-width: 234px;
        height: 44px;
    }
    .ctaPanel.top {
        display: flex;
    }
    .ctaPanel.secondary,
    .ctaPanel.bottom {
        max-width: 234px;
    }
}



/* accordion parts ------------------------------------ */
#flow .accordion {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 60px;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: inset 0px 0px 0px 1px #bfbfbf;
    overflow: hidden;
}
#flow .accordion > ul > li {
    border-bottom: none;
}
#flow .accordion > ul > li > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 32px;
    min-width: 0; /* module.css 打ち消し用 */
    height: 32px;
    margin: auto;
    background: url(/images/icon_plus.svg) no-repeat 0 0;
    transition: all .25s 0s ease;
}
#flow .accordion > ul > li > a.active::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 32px;
    min-width: 0; /* module.css 打ち消し用 */
    height: 32px;
    margin: auto;
    background: url(/images/icon_minus.svg) no-repeat 0 0;
    transition: all .25s 0s ease;
}
#flow .accordion .accordionTtl {
    padding: 24px 76px 24px 24px;
    font-size: 20px;
    line-height: 1.5;
}
#flow .accordion .accordionTtl.active {
    border-bottom: 1px solid #bfbfbf;
}
#flow .accordion .colDownloadWrap {
    padding: 24px;
}

@media screen and (max-width: 767px) {
    #flow .accordion {
        margin-top: 100px;
        width: 100%;
    }
    #flow .accordion > ul > li > a::after {
        right: 12px;
    }
    #flow .accordion > ul > li > a.active::after {
        right: 12px;
    }
    #flow .accordion .accordionTtl {
        padding: 16px 48px 16px 16px;
        font-size: 16px;
    }
    #flow .accordion .colDownloadWrap {
        padding: 24px 16px;
        font-size: 14px;
        line-height: 1.75;
    }
}
