/* カスタム CSS をここに入力してください */
/*
.post-contents p {
    word-break: normal;
    line-height: 2.15;
    font-size: 17px;
    margin-bottom: 30px;
}
.post-contents h2 {
    font-size: 28px;
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 20px 18px 20px;
}
.post-contents h2 {
    font-weight: bold;
    line-height: 1.6;
    color: #333333;
    margin: 60px 0 22px;
}
.post .title-section h2 a:link {
    font-weight: bold;
}
.post-contents h3 {
    font-size: 22px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #333333;
    padding: 10px 0;
    margin: 2em 0 1em;
    padding: 20px 18px 20px;
}
.post-contents ul {
    margin: 30px 0;
    padding: 1em 0 1em 1em;
    border-top: dotted #cccccc 1px;
    border-bottom: dotted #cccccc 1px;
}
.post-contents ul li {
    font-size: 17px;
    margin: 0 0 7px;
    line-height: 1.7;
    position: relative;
    padding-left: 33px;
}
.post-contents ul li:before {
    display: block;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    background: #000;
    border-radius: 50%;
}
*/