.contents h3.font18 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 10px;
}
.vol-master section.article-content .contents .column-02.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 25px;
}

.vol-master section.article-content .contents .column-02.flexbox .left {
    margin: 0 10px 20px;
}

.vol-master section.article-content .contents .column-02.flexbox .right {
    margin: 0 10px;
}

.vol-master section.article-content .contents .column-02.flexbox ul {
    margin: auto;
    width: auto;
    text-align: left;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 15px 20px;
    box-shadow: 1px 1px #ffe687;
}
.vol-master section.article-content .contents .column-02.flexbox ul li.list-title {
    text-align:center;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.vol-master section.article-content .contents .list-area ul li {
  line-height: 1.6
}
span.fs14 {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .vol-master section.article-content .contents h3 {
        line-height: 1.5
    }

}
