.documentItem .link::after, .documentItem .link {
	-webkit-transition: all 0.45s cubic-bezier(0.04, 0.04, 0.12, 0.96);
	transition: all 0.45s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.note {
	padding: 10px;
	font-size: 15px;
	line-height: 1.6;
	background-color: #f1f1f1;
}
.note a {
	font-size: 18px;
	color: #09f;
}
@media (min-width: 1181px) {
	.note a:hover {
		text-decoration: underline;
	}
}

@media (max-width: 1180px) {
	.documentList {
		margin-top: 30px;
	}
}

.documentItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.578px;
	padding: 12px 20px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: 500;
}
.documentItem:first-child {
	border-top: 1px solid #e6e6e6;
}
.documentItem .title {
	width: 100%;
	max-width: 50%;
}
.documentItem .title a {
	font-weight: 500;
}
@media (min-width: 1181px) {
	.documentItem .title a:hover {
		color: #dd2229;
	}
}
.documentItem .type,
.documentItem .size,
.documentItem .link {
	width: 10%;
}
.documentItem .type {
	margin-left: auto;
}
.documentItem .link {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	text-align: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.documentItem .link::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 10px;
	height: auto;
	aspect-ratio: 1/1;
	background: url("../images/icon/arrow.png") center center/contain no-repeat;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
@media (min-width: 1181px) {
	.documentItem .link:hover {
		background-color: #fff0f0;
	}
	.documentItem .link:hover:after {
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
}
@media (max-width: 1180px) {
	.documentItem {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
	.documentItem .type,
	.documentItem .size {
		width: auto;
	}
}
@media (max-width: 640px) {
	.documentItem {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 8px 10px;
	}
	.documentItem .title {
		max-width: 100%;
	}
	.documentItem .type,
	.documentItem .size {
		display: none;
	}
}
/*# sourceMappingURL=ib_document_000.css.map */