@charset "utf-8";

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

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

.attention {
    border: solid 1px #cc3333;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 50px;
}

.attention p {
    font-size: 16px;
    color: #cc3333;
    line-height: 1.75;
}

.section a.btn {
    margin: 0 auto;
    display: block;
    background-color: #529200;
    border: none;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background-image: url(../img/visitation/pc/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 4px 8px;
    background-position: 90% center;
}

.section a.btn:hover{
    background-image: url(../img/visitation/pc/icon_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: 4px 8px !important;
    background-position: 90% center !important;
    background-color: #74a331 !important;
}

.section a {
    font-size: 16px;
    font-weight: bold;
    color: #529200;
    display: inline-block;
}

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

#ward .figure {
    margin-top: 40px;
    margin-bottom: 40px;
}

#ward {
    text-align: center;
    padding-bottom: 70px;
}

#ward p {
    text-align: left;
}

.btnList {
    letter-spacing: 15px;
    margin-top: 40px;
}

.btnList li {
    display: inline-block;
    max-width: 270px;
    width: 38.5715%;
    letter-spacing: normal;
}



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

    .mainContents {
        font-size: 15px;
    }

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

    .btnList li {
        display: block;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

}

