/*
Theme Name:   BUZZ Publishing Child
Description:WordPressテーマ「NANO」から作成した子テーマ。
Version: 1.6
Template: nano_tcd065
*/


/*-------------------
PCグローバルメニュー
---------------------*/
.p-global-nav>li>a, .p-menu-btn {
	font-size: 16px;
	font-weight: 600;
}


/*-------------------
メインビジュアル
---------------------*/
.slick-slide {
	height: 65vh;
}

@media only screen and (max-width: 767px) {
	.slick-slide {
		height: calc(100vh - 120px);
	}
}

/*-------------------
COMPANY
---------------------*/
.company_table {
	width: 100%;
	position: relative;
	border-top: 1px solid #cccccc;
	margin-bottom: 2rem;
}

.company_table th {
	font-weight: 400;
	width: 30%;
}

.company_table th,
.company_table td {
	font-size: 90%;
	line-height: 1.5;
	padding: 28px 0px 32px 10px;
	border-bottom: 1px solid #cccccc;
}


@media screen and (min-width:781px) {
	.company_table {
		width: 70%;
		margin: 0 auto 6rem;
	}
}


/*-------------------
CONTACT
---------------------*/
.contact-page .p-archive-header {
	padding: 12px 0;
}

.contact-page .wpcf7 {
	max-width: 640px;
	border: none !important;
	margin: 0 auto !important;
}

.contact-page .p-entry__body p {
	max-width: 640px;
}


@media screen and (min-width: 768px) {
	.contact-page .p-archive-header {
		padding: 54px 0;
	}

	@media screen and (max-width: 767px) {
		.contact-page .p-cover__title {
			font-size: 29px;
		}
	}
