@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;
}
.section span.open-options{
    color: #529200;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

.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: 40px;
}

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

.section p {
    line-height: 2;
}

.diseasesList2 {}

.diseasesList2 li {
    line-height: 2;
    text-indent: -20px;
    margin-left: 20px;
}

.diseasesList2 li em {
    font-style: normal;
    font-weight: bold;
    padding-right: 6px;
}

.diseasesList2 li + li {
    margin-top: 5px;
}

.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;
}

/* plugin - iziModal custom */
.page .iziModal {
    max-height: 90%;
    border-bottom: none !important;
}
.page .iziModal-overlay {
    background-color: rgba(51,51,51,.8) !important;
}
    .page .iziModal .iziModal-wrap {
        background: #fff;
    }
    .page .iziModal.hasShadow::after {
        opacity: 0 !important;
    }
    .page .iziModal .iziModal-content {
        text-align: center;
    }

/* モーダル内 */
.iziModal_inner {
    padding: 5.571%;
    display: inline-block;
}

.iziModal-navigate-caption {
    display: none !important;
}


@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;
    }

    .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;
    }

    /*Modal Custom*/
    .iziModal {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        box-shadow: 0 0 8px rgba(0,0,0,.3); 
        transition: margin-top .3s ease,height .3s ease;
        transform: translateZ(0);
        border: 1px solid #529200;
        box-sizing: border-box;
    }

        .iziModal .iziModal_inner{
            width: 85%;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            padding: 7.2% 0;
            position: relative;
        }
        .iziModal-navigate-caption {
            display: none !important;
        }
        .iziModal {
            max-height: 90%;
            overflow: scroll !important;
            max-width: calc(100vw - 100px) !important;
            -webkit-overflow-scrolling: touch !important;
        }
        .iziModal-overlay {
            background-color: rgba(51,51,51,.8) !important;
        }
            .iziModal .iziModal-wrap {
                background: none;
            }
            .iziModal .iziModal-content {
                font-size: 14px;
            }
            .iziModal.hasShadow::after {
                opacity: 0 !important;
            }

        .iziModal-navigate>button {
            background-size: 50%!important;
        }
        .iziModal-navigate-next {
            right: 54% !important;
        }

        .iziModal-navigate-prev {
            left: 54% !important;
        }

}

