/* レイアウト調整
---------------------------------------------- */

.skew-label span {
    display: block;
    line-height: 1em;
    padding-left: 17px;
    padding-top: 12px;
    font-size: 32px;
}

.skew-label {
    color: #fff;
    display: block;
    position: relative;
    width: 5em;
    z-index: 1;
}

.skew-label:before {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    background-color: #4cc764;
    left: 0;
    z-index: -1;
}

.center-i {
    text-align: center;
    margin-top: 1em;
}

.outer .flow-sec {
    max-width: 1100px !important;
}

.outer .flow-sec h2:before {
    content: "";
    position: absolute;
    width: 1em;
    height: 5px;
    background-color: rgb(76 199 100 / 33%);
    width: 80%;
    z-index: -3;
    margin-top: 10px;
    max-width: 1050px;
}

.outer .flow-sec h2 {
    display: inline-block;
    background-color: #fff;
    padding-right: 0.5em;
    padding-left: 0.3em;
    padding-top: 0;
}

#content .flow1 .col-2 li:first-child {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.entry-content .outer .box.flow-sec {
    margin-top: 0px !important;
}

.outer.line-flow>.box {
    margin-top: 25px;
}

h3.s-heading:before,
h3.s-heading:after {
    border-top: 3px solid #4cc764;
}

/*767px以下*/
@media screen and (max-width: 767px) {
    .skew-label {
        top: 3.6em;
    }

    .outer .flow-sec h2 {
        margin-left: 2em;
    }

    .skew-label span {
        padding-left: 13px;
        padding-top: 10px;
    }
}

/*768px以上*/
@media screen and (min-width: 48em) {

    .outer.line-flow>.box {
        margin-top: 50px !important;
    }

    .flow1 .col-1-2 .line-btn {
        padding-right: 2em;
        border-right: 1px dashed rgb(76 199 100 / 33%);
    }

    .skew-label {
        top: 4.4em;
    }

    .outer .flow-sec h2 {
        margin-left: 1.3em;
    }

    .outer .flow-sec h2:before {
        margin-top: 20px;
    }
}