@charset "UTF-8";
.overview {
    color: #004098;
    margin: 40px 0 80px 0;
}
.overview img {
    width: 55.3%;
}
.overview dl {
    font-size: 17px;
    width: 42%;
}
.overview dt,.overview dd {
}
.overview dt {
    padding-top: 13px;
    color: #373838;
}
.overview dt span {
    font-size: 152.94%;
}
.overview dd {
    border-bottom: 1px solid #002e60;
    padding-bottom: 20px;
}
.overview .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-between;
    max-width: 1180px;
}


.detail {
    font-size: 17px;
    color: #004098;
}
.detail .inner {
    max-width: 1180px;
}
.detail .ttl {
    font-size: 164.71%;
    margin: 50px 0 30px 0;
}
.detail .ttl:first-of-type {
    margin-top: 0;
}
.detail .fl {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 40%;
}
.detail .fr {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 40%;
}