@charset "utf-8";

/*
営業（幹部候補／社長の右腕）・営業（一般）の応募エントリー
/inquiry/recruit2/
*/


/*
***********************************************************************************************
サイト内共通要素
***********************************************************************************************
*/

#page_main_img {
}

#subPageMenu {
	display: none;
}

#sidebar {
	display: none !important;
}

	.viewmode-mobile #main_contents {
		padding-top: 0px;
	}

#left_contents {
	float: none;
	width: 100%;
}

/* ページタイトル */
#pageTitle {
	background-color: #c11c29;
}

	#pageTitle small {
		display: inline-block;
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
		font-feature-settings: 'palt';
		font-size: 75%;
		font-weight: 500;
		margin-left: 1em;
	}

		.viewmode-mobile #pageTitle small {
			display: block;
			font-size: 65%;
			margin-left: 0;
			margin-top: 5px;
		}

#contentsArea {
	float: none;
}

form.wpcf7-form .table_form th {
	width: 220px;
}

	/* 必須項目 */
	form.wpcf7-form span.required,
	form.wpcf7-form span.hissu {
		background-color: #666;
	}