@charset "utf-8";

.page-nav li{
    position: relative;
    padding-left: 15px;
}
.page-nav li::after{
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.page-nav li a{
    display: block;
    font-weight: bold;
}

.flow{
    padding-top: 30px;
}
.h2-wrap{
    position: relative;
}
.h2-wrap h2{
    position: relative;
    float: left;
    margin-right: 20px;
    padding: 5px 5px 5px 15px;
    background-color: #333;
    border-left: none;
    color: #FFF;
    line-height: 2em;
}
.h2-wrap .label{
    float: left;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 2em;
}
.guide ol{
    margin-bottom: 20px;
}
.guide ol li{
    float: left;
}
.guide ol li:not(:last-child){
    margin-right: 2%;
}
.guide ol li{
    position: relative;
    padding: 30px;
    background-color: #eeeeee;
    border-radius: 10px;
}
.guide ol li:last-child::before{
    content: none;
}
.guide ol li dt{
    margin-bottom: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.guide ol li .pic{
    margin-bottom: 12px;
    text-align: center;
}
.guide ol li .pic img{
    width: 120px;
}
.container p{
    margin-bottom: 0;
}
.guide ol li p.sub{
    padding-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.8em;
}
.guide #ad li{
    width: 23.5%;
}
.guide #published li{
    width: 32%;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .h2-wrap h2::after{
        position: absolute;
        content: "";
        z-index: -1;
        top: 50%;
        right: -14px;
        width: 28px;
        height: 28px;
        margin-top: -14px;
        background-color: #333;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .guide ol li::before{
        position: absolute;
        z-index: 1000;
        content: "";
        top: 50%;
        right: -10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background-color: #eeeeee;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .h2-wrap h2{
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 5px 10px;
        font-size: 1em;
        text-align: center;
        line-height: auto;
    }
    .h2-wrap h2::after{
        position: absolute;
        content: "";
        z-index: -1;
        bottom: -8px;
        right: 50%;
        width: 20px;
        height: 20px;
        margin-right: -15px;
        background-color: #333;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .h2-wrap .label{
        float: none;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        line-height: auto;
    }
    .guide ol{
        margin-bottom: -4%;
    }
    .guide #ad,
    .guide #published{
        padding-top: 20px;
    }
    .guide #ad li,
    .guide #published li{
        float: none;
        width: 100%;
        margin-bottom: 4%;
    }
    .guide ol li:not(:last-child){
        margin-right: 0;
    }
    .guide ol li{
        padding: 20px;
    }
    .guide ol li::before{
        position: absolute;
        z-index: 1000;
        content: "";
        left: 50%;
        bottom: -8px;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        background-color: #eeeeee;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .guide ol li dt{
        margin-bottom: 10px;
    }
    .guide ol li .pic{
        margin-bottom: 8px;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.h2-wrap,
.guide ol{
    display: block;
    min-height: 1%;
}
.h2-wrap:after,
.guide ol:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
