@charset "UTF-8";


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

general01

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

.subPage section dl.dl01 {
    float: left;
    width: 55%;
    margin-bottom: 0;
}

.subPage section dd {
    padding-left: 1em;
    text-indent: -1em;
}

.subPage section dd:before {
    content: "・";
    color: #2d8fe0;
}

.subPage section figure.f02 {
    margin: 0;
    padding: 0;
    width: 45%;
    float: right;
}

.subPage section figure.f02 ul {
    overflow: hidden;
}

.subPage section figure.f02 li {
    float: left;
    width: 49%;
}

.subPage section figure.f02 li:nth-child(even) {
    float: right;
}

@media screen and (max-width: 767px) {
    .subPage section dl.dl01 {
        width: 100%;
        margin-bottom: 20px;
    }

    .subPage section figure.f02 {
        width: 100%;
        text-align: center;
    }
}
