/*
Theme Name:FSDL 2026
Theme URI:
Description:WordPressテーマ「TCD」用子テーマです。
Template:monolith_tcd042
Author:MAYATEC BDD
Author URI:https://mayatec.jp
Version:2.2.2
*/
.pc #global_menu > ul > li > a {
	font-size: 16px;
}
.pc #global_menu ul ul a {
	font-size: 14px;
}
@media only screen and (max-width:1264px) {
	.pc body {
		min-width: 0 !important;
	}
	div#header {
		width: 100%;
		min-width: 0;
	}
	div#header_inner {
		width: 100%;
	}
	div#header_content {
		width: 100%;
		padding: 0 15px;
	}
	#header_content .item {
		width: 25%;
		height: auto;
	}
	#header_content img {
		width: 100%;
	}
}
@media only screen and (max-width:1024px) {
	.pc #global_menu > ul {
  	height: 100px;
	}
	.pc #global_menu > ul > li > a {
  	height: 100px;
	}
}
@media only screen and (max-width:1200px) {
	div#header_content {
		padding: 0;
	}
	#header_content .item {
		width: 25%;
		height: auto;
	}
	#header_content .catch {
		width: 100%;
	}
}
@media only screen and (max-width:900px) {
	.pc #global_menu > ul > li > a {
		font-size: 14px;
		padding: 0 25px;
	}
}
@media only screen and (max-width:770px) {
	div#global_menu a {
		font-size: 15px;
	}
	div#global_menu .child_menu_button .icon:before {
		font-size: 26px;
		border: none;
	}
}