#dogmain ol {
    counter-reset: dogol ;
    /*padding-left: 1em;*/
    padding-left: 0.5em;
}

#dogmain ol li:before {
    counter-increment: dogol;
    content: counter(dogol);
    /*position: absolute;*/
    display:inline-block;
    margin-right: 4px;
    background: #5c9ee7;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 50%;
    /*transform: translateY(-50%);*/
}

#dogmain ol li {
    /*text-indent: -1.5em;
    padding-left: 1.5em;*/
    /*position: relative;*/
    padding: 0.5em 0.5em 0em 30px;
    line-height: 2em;
    color: #1d1d1d;
}

#dogmain ol li span {
    text-indent: -2.5em;
    padding-left: 2.5em;
}

.olind {
    padding-left: 4.5em;
    line-height: 1.5em;
}

h2 {
    color: #0068b7;
}

.inlinelink {
    position: relative;
    border-radius: 10px;
    border: solid 1px;
}

.imgcap {
    position: absolute;
    font-size: 20px;
    width: 100%;
    top: calc(50% - 10px);
    text-align: center;
    color: #000;
}

#dogsyori li {
    margin: 0.5em 0;
}

#dogsyori h5 {
    margin-top: 1.5em;
}

#dogimag p {
    margin-top: 2em;
}


#linkebutton .imgcap {
    color: #fff;
    text-shadow: 1px 1px 0px #0068b7,
    -1px 1px 0px #0068b7,
    1px -1px 0px #0068b7,
    -1px -1px 0px #0068b7;
}

.basemain {
    width: 100%;
    border-radius: 2%;
    font-weight: bold;
    font-size: 20px;
    height: 120px;
}

.smlink {
    margin-bottom: 15px;
}

.smlink button {
    width: 200px;
}

h3 {
    color: #1d1d1d;
}

table {
    color: #333333;
}

.panel-body {
    color: #333333;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #c0c0c0;
}