@charset "UTF-8";
.process {}
.process_title {}
.process_in {}
.process_sect {}
.process_text {}
.process_oList {
    list-style: none;
    counter-reset: number;
}
.process_oList::after {
    content: "";
    display: block;
    clear: both;
}
.process_oList > li {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}
.process_oList > li::before {
    content: counter(number)'.';
    counter-increment: number;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: -10px;
    background: #000;
    display: block;
    color: #fff;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'FOT-筑紫オールド明朝 Pro R', 'TsukuOldMinPro-R', "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
}
.process_oList > li::after {
    content: "";
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px auto 35px;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
}
.process_oList > li:last-child::after {
    display: none;
}
.process_oList > li:first-child {}
.process_oList > li:nth-child(2n+1) {}
.process_oList > li:nth-child(n+3) {}
.process_fig {
    max-width: 700px;
    margin: 0 auto 15px;
}
.process_fig > img {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
    .process {}
    .process_title {}
    .process_in {}
    .process_sect {}
    .process_text {}
    .process_oList {}
    .process_oList::after {}
    .process_oList > li {}
    .process_oList > li::before {}
    .process_oList > li::after {}
    .process_oList > li:last-child::after {}
    .process_oList > li:first-child {}
    .process_oList > li:nth-child(2n+1) {}
    .process_oList > li:nth-child(n+3) {}
    .process_fig {}
    .process_fig > img {}
}
@media screen and (max-width:699px) {
    .process {}
    .process_title {}
    .process_in {}
    .process_sect {}
    .process_text {}
    .process_oList {}
    .process_oList::after {}
    .process_oList > li {}
    .process_oList > li::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        left: -5px;
        top: -5px;
    }
    .process_oList > li::after {
        width: 20px;
        height: 20px;
        margin: 10px auto 20px;
    }
    .process_oList > li:last-child::after {}
    .process_oList > li:first-child {}
    .process_oList > li:nth-child(2n+1) {}
    .process_oList > li:nth-child(n+3) {}
    .process_fig {
        margin-bottom: 5px;
    }
    .process_fig > img {}
}
