@charset "utf-8";

.mainContents {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 50px;
}

#main h3 {
    font-size: 30px;
    font-weight: bold;
}

.section a {
    color: #529200;
    display: inline-block;
    text-decoration: underline;
}

.icon-exlink {
    margin-left: .2em;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../img/common/pc/icon-exlink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.diseasesList {
    padding-top: 15px;
}

.diseasesList li {
    padding-left: 34px;
    background-image: url(../img/diseases/pc/icon_arrow.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 1px;
    line-height: 1;
}

.diseasesList li a {
    line-height: 1.4375;
    display: inline-block;
    text-indent: -1em;
    margin-left: 1em;
}

.diseasesList li + li {
    margin-top: 15px;
}

.notes {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
}

.section {
    margin-top: 60px;
}

.section h4 {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #529200;
    line-height: 1.4;
    padding: 6px 20px;
    margin-bottom: 25px;
}

.section p {
    line-height: 2;
    margin-bottom: 20px;
}

.diseasesLinkList {
    margin: 70px auto 40px;
}

.diseasesLinkList li {
    float: left;
    max-width: 232px;
    width: 33.1429%;
}

.diseasesLinkList li a {
    display: block;
    text-align: center;
    font-size: 18px;
    background-color: #dce9cc;
    font-weight: bold;
    color: #529200;
    padding: 10px 0;
}

.diseasesLinkList li + li {
    box-sizing: border-box;
    border-left: solid 1px #FFF;
}

.diseasesLinkList li.now a {
    background-color: #529200;
    color: #FFF;
}

.section h5 {
    font-size: 22px;
    color: #529200;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    margin-bottom: 12px;
}

.section h5 span {
    font-size: 16px;
    transform: translateY(-1px);
    display: inline-block;
}

.section hr {
    margin: 30px auto;
}

.discList {}

.discList li {
    position: relative;
    padding-left: 23px;
    margin-top: 5px;
    margin-left: -5px;
}

.discList li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 1;
}

.discList li em {
    font-style: normal;
    font-weight: bold;
}

.section .figure {
    margin-bottom: 30px;
}

.borderListWrap {
    box-sizing: border-box;
    border: solid 1px #CCC;
    padding: 20px 30px;
    margin: 30px auto;
    background-color: #FFF;
}

.borderList {}

.borderList li {
    font-size: 17px;
    font-weight: bold;
    text-indent: -18px;
    margin-left: 18px;
}

.borderList li + li {
    margin-top: 10px;
}

.borderList2 {}

.borderList2 li {
    font-size: 17px;
    text-indent: -50px;
    margin-left: 50px;
}

.borderList2 li + li {
    margin-top: 10px;
}

.borderList2 li em {
    font-style: normal;
    font-weight: bold;
}

.section.faqSec h4 {
    text-indent: -42px;
    padding-left: 62px;
}

#faq {
    padding-top: 70px;
}




@media screen and (max-width:768px) { /* smart phone 6〜7 */

    .mainContents {
        font-size: 15px;
    }

    #main h3 {
        font-size: 18px;
    }

    .section h4 {
        font-size: 16px;
        padding: 10px 15px;
    }

    .notes {
        text-align: left;
    }

    .section h5 {
        font-size: 16px;
    }

    .section h5 span {
        font-size: 14px;
    }

    .borderList li {
        font-size: 16px;
    }

    .borderList2 li {
        font-size: 16px;
    }

    .borderListWrap {
        padding: 20px;
    }

    .diseasesLinkList li {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .diseasesLinkList li + li {
        border-left: none;
        border-top: solid 1px #FFF;
    }

    .diseasesLinkList li a {
        font-size: 16px;
    }

}

