/*
Theme Name:	MT Labs' English Page Theme
Author:		MTL Matsuo
Template: mtl
*/
@import url('/wp-content/themes/mtl/style.css');

* {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica, "Helvetica Neue", sans-serif;	/* 2026.3 KAZ: c/o !important */
}

/* Header */
#searchform input[type=text] {
	width: 120px;
}

/* Footer */
#ft_contact .wrap a .imgonly.round-arrow {
	top: 120px;
}
ul#footmenu2 {
	position: absolute;
	top: 2rem;
	left: 600px;
}
ul#footmenu2 > li a {
	letter-spacing: normal;
}

/* Front Page */
#my-top #branding .text {
	max-width: 600px;
}
#my-top #branding .text .en {
	font-size: 1.6875rem;
}
#my-top section h2 .ja, #ft_contact h2 .ja {
	display: none;
}
#top_services ul.service-list {
	align-items: flex-start;
}

/* Child Page */
section h2 .ja, :is(#my-tran, #my-mt, #my-web) #secondary h2 .ja {
	display: none;
}
section h2 .en, :is(#my-tran, #my-mt, #my-web) #secondary h2 .en {
	color: var(--mtl-dark-blue);
	font-size: 1.75rem;
}

/* Company */
#company_profile dl {
	max-height: 1040px;
}
:is(#company_clients, #works_clients) ul {
	height: 300px;
}
#company_philosophy h2 .en {
	color: white;
}

/* Translation */
#secondary ul.child_menu_list#tran_list > li:nth-last-child(3) {
	border-top: 0;
	margin-top: 0!important;
}

/* Inquiry & Mitsumori Page Components */
#mitsumori_main td .note::before,
#my-inquiry table :is(th, td) .note::before {	/* 2026.2 KAZ */
	content: "*";
}
#mitsumori_main input[type="submit"],
#my-inquiry form:not(#searchform) .submit-button input[type="submit"] {	/* 2026.2 KAZ */
	font-size: 1.25rem;
	font-weight: bold;
}
