@charset "utf-8";
/*
Template:hyd-web
Theme Name:hyd-web-child
Theme URI:https:/hyd-web.co.jp/nwp/
Description:hyd-web
Author:tmwks
Author URI:https://tmwks.jp/
Version:1.12.2
Text Domain:tcd-genesis
*/

/*送信後にフォームを非表示*/
.wpcf7 form .wpcf7-response-output {
	margin-top: 4em;
}
form.sent div.form_inner {
display:none;
}

/*主取引先と主納入先を2列表示*/
@media screen and (min-width:480px) {
	.list-col-2 {
		display: grid;
		width: fit-content;
		column-gap: 3em;
		grid-template-columns: repeat(2, auto);
	}
}