@charset "UTF-8";
.l-content.doc_dl {
    max-width: 930px;
}
.doc_dl_lead ul.content-highlights{
    margin-bottom: 50px;
}
.doc_dl_lead p {
    margin-bottom: 1rem;
}

.doc_dl_lead ul.content-highlights li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #eb4c3e;
    line-height: 1;
    width: 1em;
    height: 0.45em;
    border: 0.2em solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(-45deg);
    margin-right: 10px;
}

.doc_thumb img {
    max-width: 80%;
    margin: auto;
}

iframe.doc_dl_form {
    height: 930px;
}

@media screen and (max-width: 1000px) {
.doc_dl_wrap {
    display: block;
}
.doc_dl_wrap > div.doc_dl_lead,
.doc_dl_wrap > div.fb_form{
    width: 100%;
}
.doc_dl_wrap > div.doc_dl_lead img {
    width: auto;
}
}