@charset "utf-8";
/* コラム */

article section {
    padding: 20px 0 30px;
    border-bottom: 1px dashed #666;
}

article section:nth-last-of-type(1) {border-bottom:none;}

.box {
    padding: 2em 1em;
    margin: 2em 0;
    color: #00703c;
    background: #FFF;
    border: solid 3px #00703c;
    border-radius: 10px;
    width:100%;
}
.box p {
    margin: 0; 
    padding: 0 !important;
    text-align:center;
    font-size:120%;
}
