@charset "utf-8";
section.blog #contents article {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
}
section.blog #contents article:not(:first-child) {
  padding-top: 30px;
}
small {
  background: #cdb48a !important;
}
#footer .ftul li {
  text-align: left;
}
.sublist_01 ul li a {
  border: 2px solid #cdb;
}


.blog #contents h1 {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 19.999px;
    font-size: 1.42857rem;
    position: relative;
    margin-bottom: 15px;
    padding: 20px 0 20px 40px;
}

section div#contents article h1, section div#contents article h2 {
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 24px;
    color: #4a3e3e;
    background: #f2ede5 !important;
}

.blog #contents h1:before {
    position: absolute;
    top: 25px;
    left: 20px;
    display: block;
    width: 3px;
    height: 20px;
    content: '';
    border-radius: 100px;
    background: #333;
}

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

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