@charset "utf-8"; 

.brochure_list { position:relative; overflow:hidden; border-top: 2px solid #000; margin:0; width:100%; } 
.brochure_list .item { width:100%; border: none; border-bottom:1px solid #e4e4e7; height: auto; padding: 0; float: none; } 
.brochure_list .item .inner { display:flex; flex-wrap:wrap; padding:10px 0; width:100%; justify-content: space-between; align-items: center; } 
.brochure_list .item .inner .brochure__label { order:1; min-width: 82px; margin-right: 24px;; color: #E93660; line-height: 40px; text-align: center; font-weight:700 } 
.brochure_list .item .inner .brochure__title { order:2; flex: 1; max-width: none; height: auto; text-overflow: clip; white-space: normal; font-size: 18px; font-weight: bold; line-height: 40px; color: #333; } 
.brochure_list .item .inner .con { order:3; margin:0 16px; } 
.btn-file .ir-link { width: 15px; height: 15px; background-size: contain; background-position:center; background-size:100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M4 15h2v5h12V4H6v5H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6zm6-4V8l5 4-5 4v-3H2v-2h8z' fill='rgb(255,255, 255)'/%3E%3C/svg%3E"); } 
.btn-file:hover .ir-link,
.btn-file:focus .ir-link { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M4 15h2v5h12V4H6v5H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6zm6-4V8l5 4-5 4v-3H2v-2h8z' fill='rgb(23, 142, 142)'/%3E%3C/svg%3E"); } 


@media (max-width: 640px) { 
 .brochure_list .item .inner .brochure__label { margin-right: 15px; } 
 .brochure_list .btn-file { padding: 7px; font-size: 0; line-height: 0; width: 40px; height: 40px; } 
 .btn .ir { right:auto; left: 11px; } 
 } 

 @media (max-width: 550px) { 
 .brochure_list .item .inner .brochure__title,
 .brochure_list .item .inner .brochure__label { font-size: 16px; } 
 .brochure_list .btn-file { padding-top: 7px; padding-bottom: 7px; } 
 
 } 
 @media (max-width: 530px) { 
 .brochure_list .item .inner .brochure__label { display: inline-block; } 
 .brochure_list .item .inner .brochure__title, .brochure_list .item .inner .brochure__label { line-height: 1.3; font-size: 15px; } 
 .brochure_list .item .inner .brochure__label { margin-right: 0; } 
 } 
 @media (max-width: 530px) { 
 .brochure_list .item .inner .brochure__label { display: block; width: 100%; text-align: left; } 
 .brochure_list .item .inner { padding: 10px; } 
 .brochure_list .item .inner .con { margin: 0; } 
 .brochure_list .btn-file{width: 35px;height: 35px;}
 .btn .ir{left: 9px;}
 } 
