@charset "utf-8";
/* 2023/04/18 内山作成 */

/* シャノン法人申込みページ用css */
/* 共通設定(bodyclass) */
.form-base {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* form装飾用 */
.formDescription {
	font-size: 1rem;
	font-weight: bold;
	padding: 24px 0;
}

/* 背景を設定 */
.formContainer {
	padding-bottom: 40px;
	background-color: #fefefe;
}

/* newにフラグがないときは非表示 */
.formContainer .formTitle .new {
	display:none;
}

/* フォントサイズ調節(16px基準) */
.fz12 {
	font-size: 0.750rem;
}

.fz14 {
	font-size: 0.875rem;
}

.fz16 {
	font-size: 1rem;
}

.fz20 {
	font-size: 1.25rem;
}

.fz24 {
	font-size: 1.5rem;
}

.fz32 {
	font-size: 2rem;
}

.small {
	font-size: 80%;
}

/* .formTitle */
.formTitle {
	position: relative;
	height: 170px;
	padding-top: 25px;
	/* color: #fff;
	background: #000 url(../img/bg_heading.jpg) no-repeat center top;
	background-size: cover; */
	background-color: #f8f9fa;
}

.formTitle .new {
	position: absolute;
	top: 0;
	left: 0;
}

.formTitle .tag {
	margin-bottom: 5px;
}

.formTitle .tag span {
	display: inline-block;
	padding: 1px 1em;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	background-color: #a99922;
}

.formTitle h1 {
	clear: both;
	float: left;
	width: 680px;
	font-size: 32px;
	line-height: 1.4;
}

.formTitle h1 .small {
	font-size: 80%;
	display: block;
}

.formTitle h1 .small:empty {
	display: none;
}

.formTitle h1+.visual {
	margin-bottom: 18px;
}

.formTitle h1+.btn {
	float: right;
	width: 297px;
	position: relative;
	top: -5px;
	right: -7px;
}

.formTitle .btn .alert {
	width: 297px;
	height: 40px;
	padding: 17px 0;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
}