/** 全体 **/
body{
	letter-spacing: 0.1em;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
h2{
  padding: 1rem 2rem;
  border-left: 5px solid red;
}

/** ヘッダ **/
/* 会社名 */
.act-navBrandFont{
	font-family: 'Rye', cursive;
	letter-spacing: 0.4em;
	font-size: 3.0em;
}
/* 閉じるボタン */
.act-closeButton{
	margin-top: 0.7rem;
	padding-right: 1.5rem;
	font-size: 1.5rem;
}

/** お問い合わせ **/
/* タイトル */
.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 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 5px 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;
}
