@charset "utf-8";

/* Body
------------------------------ */
/*html {
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 175%;
	letter-spacing: .04%;
	text-size-adjust: 100%;
	margin: 0;
	animation: fadeIn 0.4s ease-in 0s 1 normal;
}

.Maintitle_center {
	position: relative;
	display: block;
	font-size: 3.4rem;
	font-weight: 700;#DC1F35;
	line-height: 1;
	text-align: center;
	margin-bottom: 5px;
}*/

.errorLabel {
	color: #DC1F35;
	font-weight: 600;
	text-align: center;
	font-size:25px;
}

.blueBackground {
	background-color: #73C9CD;
	color: #FFF;
	text-align: center;
}

.JabbleSubtitle {
	font-size:large;
	font:bold;
}

.mfp_element_submit.btn.center {
	position: relative;
	display: block;
	width: 305px;
	height: 67px;
	color: #FFF;
	font-size: 1.6rem;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 65px;
	margin: 0 auto;
	padding-left: 25px;
	background: #FF7200;
	border: 1px solid #FF7200;
}

.mfp_element_submit.btn.center:hover {
	color: #FF7200;
	background: #FFF;
}

.ButtonRedNew {
	width: 205px;
	height: 67px;
	color: #FFF;
	font-size: 1.6rem;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 65px;
	margin: 0 auto;
	padding-left: 25px;
	background: #FF0000;
	border: 1px solid #FF0000;
}

.ButtonRedNew:hover {
	color: #FF0000;
	background: #FFF;
}

.ButtonPagenavi{
	/*position: relative;
	display: block;*/
	width: 34px;
	height: 34px;
	color: #FF7200;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	padding: 0;
	border: 1px solid #FF7200;
	background: #FFF;
}

.ButtonPagenavi:hover {
	color: #FFF;
	background: #FF7200;
	border-color: #FF7200;
}
