/*
 Theme Name:   TREE_Child
 Template:     tree_tcd081
 Description:  Child theme for Tree (TCD081)
 Author:       Your Name
 Version:      1.0
*/

.content-spacing {
	margin-bottom: clamp(40px, calc(1.27px + 10.33vw), 150px) !important;
}


/* Parent's page table download links*/
.download-list_group {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: clamp(40px, calc(1.27px + 10.33vw), 88px) !important;
}
.download-list_group table td{
	padding: 0;
	margin: 0;
	line-height: 1;
}
.download-list_group table td a:visited {
	color: #00b5ba;
}
.download-list_group table td a {
	display: block;
	color: #00b5ba;
	padding: 10px 15px;
    line-height: 2.4;
}
.download-list_group table td a:hover {
	color: #22888a;
}

/* Recruit Page */
.page-id-63 > #container {
	background-color: #fbf8cd;
}

/* Top Page button group */
.toppage_button-container {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 860px;
    margin: 0 auto 200px;
}

@media screen and (max-width: 950px) {
	.toppage_button-container {
	flex-direction: column;
		margin-bottom: 100px;
 	}
	.q_button_wrap {
		margin: 0 !important;
	}
}