@charset "utf-8";

div.ceramicflowblock h3 {
    display: inline-block;
    background: #efebe8;
    border-radius: 4px;
    color: #635239;
    font-weight: 500;
    text-align: center;
    padding: .25em .5em;
}

.block p::after {
    content: "";
    background-image: url(../images/menu/btm_icon.png);
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 768px) {
    
}