@charset "utf-8";

.subvisual .icon {
    float: left;
    width: 110px;
    margin-right: 1em;
}

.contents {
    padding-bottom: 80px;
}

.intro {
    font-size: 150%;
    text-align: center;
    margin-bottom: 36px;
}
.intro span {
    display: inline-block;
}

.intro .line {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}
@media screen and (max-width:700px) {
    .intro .line {
        background:none;
    }
}

.l-tbl01 th {
    width: 8em;
}

.map {
    margin-top: 48px;
}

.map iframe {
    width: 100%;
    height: 420px;
}