div.encho_Box01,
div.encho_Box02 {
    margin: 1em .1em;
    border-radius: 5px;
    text-align: center;
}

div.encho_Box01 {
    border: solid 2px #0071BD;
}

div.encho_Box02 {
    border: solid 2px #007129;
}

div.encho_Box01 .box-title01 {
    font-size: 1.2em;
    background: #0071BD;
    padding: .3em 1em;
    line-height: 1.9;
    color: #FFF;
    font-weight: bold;
    letter-spacing: .1em;
}

div.encho_Box02 .box-title02 {
    font-size: 1.2em;
    background: #007129;
    padding: .3em 1em;
    line-height: 1.9;
    color: #FFF;
    font-weight: bold;
    letter-spacing: .1em;
}


div.encho_Box01 p,
div.encho_Box02 p {
    padding: 1em;
    font-size: 1.1em;
    margin: 0;
}

ul.enchooo_List {
    padding: 1em .1em;
    position: relative;
    margin: 1em .1em;
}

ul.enchooo_List li {
    line-height: 1.5;
    padding: .3em .1em;
    list-style-type: none !important;
    font-size: 11pt;
    letter-spacing: 1.8px;
}

ul.enchooo_List li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-right: .3em;
}

p.encho_text {
    line-height: 190%;
    letter-spacing: 1.8px;
    font-size: 10.7pt;
    margin: .5em 0 1.5em .5em;
    font-weight: normal;
}

.enchooo_btn01,
.enchooo_btn02 {
    display: inline-block;
    padding: .5em 1em;
    text-decoration: none;
    border-radius: 3px;
    transition: .4s;
    font-size: 1.2em;
    font-weight: 550;
    margin: .5em auto;
    letter-spacing: .1em;
    text-align: center;
}

.enchooo_btn01 {
    color: #fff;
    border: solid 2px #0071BD;
    background: #0071BD;
}

.enchooo_btn02 {
    color: #fff;
    border: solid 2px #007129;
    background: #007129;
}

.enchooo_btn01:hover {
    text-decoration: none;
    background: #FFF;
    color: #0071BD;
}

.enchooo_btn02:hover {
    text-decoration: none;
    background: #FFF;
    color: #007129;
}