@charset "UTF-8";


/*******************************

plant

*******************************/

/*-----------------------------
アンカーリンク
-----------------------------*/

ul.anchor-link {
    text-align: left;
    margin-bottom: 50px;
    overflow: hidden;
    font-size: 16px;
}

ul.anchor-link li {
    float: left;
    padding-right: 20px;
    line-height: 2;
    font-weight: bold;
}

ul.anchor-link a {
    color: #1c4fe3;
}

ul.anchor-link a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {

    ul.anchor-link {
        margin-bottom: 30px;
        font-size: 15px;
    }
}

/*-----------------------------
dl.dl01
-----------------------------*/

.subPage section dl.dl01 dt {
    margin-bottom: 30px;
}

.subPage section dl.dl01 dd {
    margin-bottom: 50px;
}

.subPage section dl.dl01 dd:nth-last-child(1) {
    margin-bottom: 0;
}
