  @charset "utf-8";
/* CSS Document */

.app_info_arrow{
	margin:15px 0;
	text-align:center;
}
.border-box.g{
	border:#E6E6E6 2px solid;
}

/*pdf_dl*/

.pdf_dl{
	margin:30px 0 10px 0;
	padding-top:15px;
	padding-left:15px;
	border-top:var(--sculpture_theme_base) 2px solid;
	display: flex;
	justify-content: flex-start;
}
.pdf_dl .btn{
	flex: 0 0 auto;
	width:170px;
}
.pdf_dl .btn img{
	box-shadow: 1px 1px 7px -2px rgba(0,0,0,0.6);
	transition: opacity 0.3s;
}
.pdf_dl .btn img:hover{
	opacity:0.7;
}
.pdf_dl .pdf_note{
	flex: 1 1 auto;
	/*padding:5px 0 0 170px;*/
	font-size:0.75rem;
	line-height:1.6;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media screen and ( max-width:1060px) {
	#pagetop {
		height: 170px;
	}
	#page_title .nav li {
		width: calc(100%/4);
	}
}

@container wh_container (max-width: 450px) {

	.pdf_dl{
		display: block;
	}
	.pdf_dl .btn{
		margin-bottom: 0.5rem;
	}
	.pdf_dl .pdf_note br{
		display: none;
	}
	
}
