.mb20 {
    margin-bottom: 20px;
}

.commonTit01 {
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
    background-color: #f0f0f0;
    border-left: 10px solid #2e9848;
    padding: 10px 10px 8px;
    margin-bottom: 10px;
}

.commonTit03 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #2e9848;
    padding: 5px;
    margin-bottom: 10px;
}

.imgCenter {
    text-align: center;
}

.box_in {
    border: 1px solid #d1e8d6;
    background-color: #e6f4e9;
    padding-top: 10px;
}

.tit_white {
    font-size: 16px;
    font-weight: bold;
    color: #2e9848;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.box_in img {
    vertical-align: bottom;
}

.txt {
    padding: 0 5px;
    font-size: 16px;
}

.mb10 {
    margin-bottom: 10px;
}

.tit_green {
    font-size: 18px;
    font-weight: bold;
    color: #2e9848;
    margin-bottom: 5px;
}

.commonTit02 {
    font-size: 22px;
    font-weight: bold;
    color: #3d3d3d;
    border-bottom: 2px solid #2e9848;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.btmLine_dot {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #a4a4a4;
}

.cont-info {
    margin-bottom: 20px;
}

.cont-info ul {
    background-color: #e6f4e9;
    padding: 5px;
}

.cont-info li {
    position: relative;
    background-color: #fff;
    line-height: 1.2em;
    box-shadow: 1px 1px 0px 0px #cbc5b1;
    margin-bottom: 5px;
}

.cont-info li:last-child {
    margin-bottom: 0;
}

.cont-info li a {
    display: block;
    padding: 12px 5px 12px 40px;
}

.cont-info li img {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -13px;
    width: 25px;
}

.sec01 .container {
    padding: 0 5px;
}