@charset "utf-8";
.guide {
    border: 6px solid #f3eddf;
    border-radius: 10px;
    padding: 10px 40px;
}
.guide .cms_text {
    padding: 30px 0;
    margin-bottom: 0;
}
.guide .cms_text:not(:last-child) {
    border-bottom: 1px dotted #b4b0ad;
}
.contents .guide h2 {
    margin-bottom: 5px;
}
@media screen and (max-width:767px) {
    .guide {    
        padding: 10px 5%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .guide .cms_text {
        padding: 20px 0;
    }
    .guide .cms_text h2 {
        margin-bottom: 5px;
    }
}