@charset "UTF-8";

.flow section {
    padding: 0;
}

.flow .flow_note {
    border: solid 1px #FF0000;
    background-color: #FCF0F0;
    margin: 20px auto 0;
    padding: 30px;
    max-width: 1024px;
}

.flow .flow_note p {
    margin-bottom: 0!important;
}

.flow .flow_note span {
    font-weight: 600;
}

.flow .flow_link {
    margin: 60px auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 1024px;
    width: 100%;
}

.flow .flow_link a {
    width: calc((100% - 24px) / 4);
}

.flow .link_btn01 {
    width: fit-content;
}

.flow .link_btn01 a {
    background-color: #ec9797;
    color: #fff;
    border: 1px solid #ec9797;
    position: relative;
    display: inline-flex;
    justify-content: center;
    height: 100%;
    padding: 12rem 0;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;
    transition: all .3s;
    min-width: 240px;
    text-align: center;
}

.flow .link_btn02 a {
    background-color: #fff;
    color: #ec9797;
    border: 1px solid #ec9797;
    position: relative;
    display: inline-flex;
    justify-content: center;
    height: 100%;
    padding: 12rem 0;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;
    transition: all .3s;
    min-width: 240px;
    text-align: center;
}

.flow .link_btn01 a:hover {
    background-color: #fff;
    color: #ec9797;
    border: 1px solid #ec9797;
}

.flow .link_btn02 a:hover {
    background-color: #ec9797;
    color: #fff;
    border: 1px solid #fff;
}

.flow .link_btn01 a::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 10rem;
    right: 15rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 38%;
    transition: all .3s;
}

.flow .link_btn02 a::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 10rem;
    right: 15rem;
    border-top: 2px solid #ec9797;
    border-right: 2px solid #ec9797;
    transform: rotate(135deg);
    top: 38%;
    transition: all .3s;
}

.flow .link_btn02 a:hover::before {
    right: 15rem;
    border-top: 2px solid #ec9797;
    border-right: 2px solid #ec9797;
}

.flow .link_btn02 a:hover::before {
    right: 15rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.flow .txt_link {
    color: #EC9797!important;
    font-weight: 600!important;
}

.flow p span {
    font-weight: 600;
}

.flow ul.bring {

}

.flow ul.bring li {
    font-weight: 600;
    margin-bottom: 16px;
}

.flow ul.bring li:last-of-type {
    margin-bottom: 0;
}

.flow ul.bring li::before {
    content: "・";
}

.flow ul.bring li p {
    font-weight: 400;
}

.flow ul.bring li ul.note {
    margin-bottom: 16px;
}

.flow ul.bring li ul.note li {
    font-weight: 400;
    margin-bottom: 0;
}

.flow ul.bring li ul.note li::before {
    content: "＊";
}

.flow .btn_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.flow .box03 {
    padding: 30rem;
}

.flow .wakumy_box {

}

.flow .wakumy_box .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.flow .wakumy_box .item figure {
    width: 30%;
}

.flow .wakumy_box .item figure img {
    width: 100%;
    height: auto;
}

.flow .wakumy_box .item .txt {
    width: calc(100% - 30px - 30%);
}

.flow .wakumy_box .item span {
    font-weight: 600;
}

.flow .wakumy_box .item ol {
    list-style: none;
}

.flow .wakumy_box .item ol li .flow_no {
    font-weight: 600;
}

@media screen and (min-width:768px) and ( max-width:1079px) {
    .low_page section .inner_section {
        max-width: calc(100% - 40px);
    }

    .flow .flow_link {
        gap: 20px 8px;
    }

    .flow .flow_link a {
        width: calc((100% - 16px) / 3);
        min-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .flow {
        margin-bottom: 60rem;
    }

    .flow section .inner_section {
        width: 92%;
    }

    .flow section .inner_section p {
        font-size: 16px!important;
    }

    .flow .flow_note {
        padding: 16px;
    }

    .flow .flow_note p {
        font-size: 16px;
    }

    .flow .flow_link {
        flex-direction: column;
        width: 90% !important;
        margin: 30px auto;
    }

    .flow .flow_link a {
        width: 100%;
    }

    .flow .link_btn01 a::before,
    .flow .link_btn02 a::before {
        width: 6rem;
        height: 6rem;
        top: 44%;
    }

    .low_ttl02 {
        font-size: 19px;
    }

    .flow .btn_box {
        flex-direction: column;
        gap: 10px;
    }

    .flow .btn_box a {
        width: 100%;
    }

    .flow ul.bring li {
        margin-bottom: 0px;
    }

    .flow .link_btn01,
    .flow .link_btn02 {
        width: 100%;
    }

    .flow .box03 {
        padding: 16px 20px;
        margin-bottom: 20rem;
    }

    .flow .box03 p {
        margin-bottom: 0!important;
    }

    .flow .wakumy_box .item {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .flow .wakumy_box .item figure,
    .flow .wakumy_box .item .txt {
        width: 100%;
    }
}