@charset "UTF-8";

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 1140px;
    }
}

.content-wrap {
    width: 100%;
    margin: 0 auto 50px;
}

.title-center {
    text-align: center;
    margin-bottom: 1em;
}

.text-left {
    text-align: left !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.font-weight-bold {
    font-weight: 700 !important;
}

#menu-flow h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.15rem;
    letter-spacing: 0.05em;
}

@media(min-width: 992px) {
    #menu-flow h2 {
        font-size: 3.15rem;
    }
}

#menu-flow .content-wrap {
    margin-bottom: 100px;
}

#menu-flow .bg {
    position: relative;
    background-color: #e0ffff;
    border-radius: 15px;
    padding: 45px 15px 15px;
}

#menu-flow .title-center {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
}

#menu-flow .box {
    margin: 0 auto;
}

#menu-flow .box p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Kiwi Maru', serif;
    line-height: 1.65;
}

#menu-flow .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: number 0;
}

#menu-flow .box ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-flow .box ul li {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    width: 46%;
}


/*
#menu-flow .box ul li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background-color: #ffa500;
    width: 3em;
    height: 3em;
    font-weight: bold;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}
*/

#menu-flow .box ul li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 45%;
    border: 2px solid #FFF;
    background-color: #ffa500;
    width: 1.5em;
    height: 1.5em;
    font-weight: bold;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

#menu-flow .box img {
    border-radius: 10px;
    margin-bottom: 0.5em;
    vertical-align: middle;
    border-style: none;
}

#menu-flow .box ul li:not(:nth-child(2n))::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-top: 4px solid #46AAB4;
    border-right: 4px solid #46AAB4;
    position: absolute;
    top: 25%;
    left: 103%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
    #menu-flow .bg {
        padding: 45px 30px 15px;
    }

    #menu-flow .box ul li:not(:nth-child(2n))::after {
        width: 14px;
        height: 14px;
        top: 40%;
        left: 105%;
    }
}

@media only screen and (min-width: 992px) {
    #menu-flow .box ul li {
        width: 30%;
    }

    #menu-flow .box ul li:not(:nth-child(2n))::after {
        content: inherit;
    }

    #menu-flow .box ul li:not(:nth-child(3n))::after {
        content: "";
        width: 14px;
        height: 14px;
        display: inline-block;
        border-top: 4px solid #46AAB4;
        border-right: 4px solid #46AAB4;
        position: absolute;
        top: 40%;
        left: 105%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

#menu-safe h2 {
    font-family: 'Kiwi Maru', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.85rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #008000;
}

@media screen and (min-width: 768px) {
    #menu-safe h2 {
        font-size: 3.15rem;
        letter-spacing: normal;
    }
}

#menu-safe .bg {
    position: relative;
    background-color: #E8F7F5;
    border-radius: 15px;
    padding: 45px 15px 15px;
}

#menu-safe .title-center {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
}

#menu-safe .text-left {
    margin-bottom: 15px;
}

#menu-safe .text-left h3 {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Kiwi Maru', serif;
}

@media screen and (min-width: 768px) {
    #menu-safe .text-left h3 {
        font-size: 1.75rem;
    }
}

#menu-safe ul li {
    font-size: 1rem;
    text-indent: -1em;
    margin-left: 1em;
    font-family: 'Kiwi Maru', serif;
}

@media screen and (min-width: 768px) {
    #menu-safe ul li {
        font-size: 1.15rem;
    }
}

.lcl-lead {
    padding-bottom: 35px;
}

.flow-top-t {
    text-align: center;
}