@charset "UTF-8";
.overview {
    color: #004098;
    margin: 40px 0;
}
.overview img {
    width: 100%;
}
.overview dt,.overview dd {
}
.overview dt {
    padding-top: 13px;
    color: #373838;
}
.overview dt span {
    font-size: 20px;
}
.overview dd {
    border-bottom: 1px solid #002e60;
    padding-bottom: 20px;
}


.detail {
    color: #004098;
}
.detail .ttl {
    font-size: 21px;
    margin: 30px 0 20px 0;
}
.detail .ttl:first-of-type {
    margin-top: 0;
}
.detail .fl {
    float: left;
    margin: 0 15px 15px 0;
}
.detail img {
    max-width: 100%;
    margin: 20px auto;
}
.detail img.vertical {
    max-width: 70%;
}