.info-row{display:flex;flex-wrap:wrap;gap:20px 56px}.info-row:not(:last-child){margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--color-border1)}.info-row_image{width:min(var(--vw) * 24.44,352px)}@media (max-width:600px){.info-row_image{width:100%}}.info-row_image img{width:100%;aspect-ratio:352/198;-o-object-fit:cover;object-fit:cover}.info-row_content{width:calc(100% - min(var(--vw) * 24.44,352px) - 56px)}@media (max-width:600px){.info-row_content{width:100%}}.info-row_title{margin-bottom:16px;font-weight:1.25rem;font-weight:700;line-height:1.5}.related-link{display:flex;gap:16px;margin-top:24px;padding:8px 16px;border-radius:4px;background:var(--color-beige1);font-size:.875rem}@media (max-width:600px){.related-link{margin-top:16px}}.related-link_title{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;color:var(--color-common);font-weight:600}.related-link_title::before{content:"";display:inline-block;width:.8125rem;height:.8125rem;background:url("../../images/icon_link.svg") center/contain no-repeat}.related-link_url{width:100%;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list_item{display:flex;align-items:center;justify-content:space-between;gap:16px 32px;padding:42px 64px;border-radius:8px;background:var(--color-beige1)}@media (max-width:600px){.file-list_item{flex-wrap:wrap;padding:32px 40px}}.file-list_item:not(:last-child){margin-bottom:16px}.file-list_name{display:flex;align-items:center;gap:24px}@media (max-width:600px){.file-list_name{gap:16px;width:100%}}.file-list_name::before{content:"";display:inline-block;width:33px;height:43px;flex-shrink:0}.file-list_name.pdf::before{background:url("../../images/icon_pdf.svg") center/contain no-repeat}.file-list_name.doc::before{background:url("../../images/icon_doc.svg") center/contain no-repeat}.file-list_name.xls::before{background:url("../../images/icon_xls.svg") center/contain no-repeat}.file-list_button{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px 32px;border-radius:99px;background:var(--color-common);color:var(--color-white);font-weight:600;transition:background-color .1s ease-in}@media (max-width:600px){.file-list_button{width:100%}}@media (any-hover:hover){.file-list_button:hover{background:#006f01}}.branch-section{border-top:1px solid var(--color-border1)}.branch-section:last-child{border-bottom:1px solid var(--color-border1)}.branch-name{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 24px;position:relative;background:var(--color-beige1);font-size:1.125rem;font-weight:600}@media (max-width:600px){.branch-name{padding:18px 24px;font-size:1rem}}.branch-name_toggle-circle{fill:var(--color-common)}.branch-name_toggle-line{stroke:var(--color-white);stroke-width:2px;stroke-linecap:round}.branch-name_toggle-line.vertical{transition:transform .1s ease-in;transform-origin:center}[aria-expanded=true] .branch-name_toggle-line.vertical{transform:rotate(90deg)}.branch-detail{display:none}