.single #main-contents ul {
    list-style-type: disc;
    list-style-position: inside;
}
.single #main-contents .content-meta ul {
    list-style-type: none;
}

.single #main-contents ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.single #main-contents .question {
    margin-bottom: 30px;
}

.single #main-contents .imgsetR {
    float:right;
    margin-left: 15px;
}

.single #main-contents .imgsetL {
    float:left;
    margin-right: 15px;
}

.single #main-contents .imgsetC {
    margin: 0 auto;
}

.single #main-contents .txt {
    margin-bottom: 30px;
}

.single #main-contents .img-border {
    1px solid #ccc;
}

.single #main-contents .mb0 {
    margin-bottom: 0px;
}

.single #main-contents blockquote {
    background: #eee url("../../assets/img/pc/quote.gif") no-repeat 10px 10px;
    padding: 25px;
    border-left: none !important;
    margin: 0 0 30px 0 !important;
    font-weight: bold !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.single #main-contents blockquote p {
    font-weight: bold !important;
}
.kaiwa__lead {
    margin-bottom: 20px;
    font-weight: bold;
}
.kaiwa__block {
    margin:50px 0 50px 50px;
    font-weight: bold;
}
.kaiwa__subhead {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    margin-left:50px;
    font-weight: bold;
}
.kaiwa__img {
    width: 60px;
    height: 60px;
    margin-top:40px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1 !important;
}
.kaiwa__img img {
    width: 100%;
}
.kaiwa__name {
    margin-top: -60px !important;
    margin-left:80px;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    font-weight: bold;
}
.kaiwa__txt {
    position: relative;
    margin-top: 10px !important;
    margin-left: 80px;
    margin-bottom: 32px !important;
    padding: 20px 24px;
    border: 1px solid #B9C5D5;
    border-radius: 16px;
    background-color: #FBFCFD;
    line-height: 1.8;
}
.kaiwa__txt strong {
    background: linear-gradient(transparent 75%, #c7e3ff 0);
}
.kaiwa__txt::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -5px;
    border-left: 1px solid #b9c5d4;
    border-bottom: 1px solid #b9c5d4;
    z-index: 2;
    width: 8px;
    height: 8px;
    background-color: #fbfcfd;
    transform: rotate(45deg);
}
.kaiwa__devider {
    clear: both;
}
