/*** 全体 ***/
body{
	background-color: #FFFDFA;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

/*** Header ***/
/* ロゴ */
.act-header-logo {
	max-width: 100px;
	height: auto;
}
/** Shrink指定 **/
/* ロゴ */
.act-header-s-logo {
	max-width: 75px;
	height: auto;
}
/* オフキャンバス */
.act-header-s-offcanvas {
	--bs-offcanvas-height: 270px;
}
/* オフキャンバスヘッダ */
.act-header-s-offcanvas-header {
	background: linear-gradient(
		135deg,
		#5CA34A 0%,
		#4E973A 45%,
		#356A27 100%
	);
	color: #F7F7F7;
	font-weight: bold;
}

/*** Title ***/
.act-title {
	background: linear-gradient(
		135deg,
		#5CA34A 0%,
		#4E973A 45%,
		#356A27 100%
	);
	color: #F7F7F7;
}

/*** Footer ***/
.act-footer {
	background: linear-gradient(
		135deg,
		#5CA34A 0%,
		#4E973A 45%,
		#356A27 100%
	);
	color: #FFFFFF;
}

/** お問い合わせ **/
/* タイトル */
.act-TitleStyle{
	margin-top: 100px;
}
/* ボディ */
.act-BodyStyle{
	max-width: 800px;
}

/** メール送信ボタン **/
/* 送信ボタン */
.act-sendButton{
	color: #ffffff;
	background-color: #eb6100;
	font-size: 30px;
	-webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	line-height: 120px;
	width: 120px;
	height: 120px;
	padding: 0;
}

/** 共通 **/
.act-display-none{
	display: none;
}
/* ローディング */
.act-loadingBackground{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color:#808080 ;
	opacity:0.5;
	z-index: 1;
}
.act-loadingMark{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	opacity:10;
	z-index: 2;
}
#loading{
	display: none;
}
