@charset "utf-8";


/* 480pixel start */
@media screen and ( max-width: 480px ) {




/* -- red, icon, title -------------------------------------------------------------------------------- */

form#mail_form span.red {
	color: red;
	font-weight: 800;
}

form#mail_form dl dt i {
	color: red;
	font-weight: 800;
	margin: 0 0 0 5px;
}

form#mail_form p.title {
	font-weight: 600;
	font-size: 1.6rem;
}




/* -- #new_division -------------------------------------------------------------------------------- */

form#mail_form #new_division {
	border-top: 1px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	margin: 30px 0 0;
	padding: 20px 0;
}

form#mail_form #new_division .title {
	margin: 0 0 18px;
}

form#mail_form #new_division dl {
	margin: 0 0 10px;
}

form#mail_form #new_division dl.after_6 {
	display: none;
}

form#mail_form #new_division dl dt {
	font-weight: inherit;
}




/* -- reCAPTCHA -------------------------------------------------------------------------------- */

form#mail_form div.g-recaptcha {
	margin: 32px auto 0;
}

form#mail_form div.g-recaptcha > div {
	margin: 0 auto;
}




/* -- button -------------------------------------------------------------------------------- */

form#mail_form #form_submit_button {
	background-color: #cb0000;
	background-image: url(../../img/entry/arrow02.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 13px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form #form_submit_button:disabled {
	background-color: #666666;
}

form#mail_form #form_submit_button:disabled:hover {
	cursor: default;
	opacity: 1;
}


form#mail_form .add_remove {
	padding: 20px 0 0;
}

form#mail_form .remove {
	display: none;
}




/* -- error message -------------------------------------------------------------------------------- */

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 5px 0 10px;
}




}
/* 480pixel end */












/* 481pixel start */
@media screen and ( min-width: 481px ) {




/* -- red, icon, title -------------------------------------------------------------------------------- */

form#mail_form span.red {
	color: red;
	font-weight: 800;
}

form#mail_form dl dt i {
	color: red;
	font-weight: 800;
	margin: 0 0 0 5px;
}

form#mail_form p.title {
	font-weight: 500;
	font-size: 1.8rem;
}




/* -- #new_division -------------------------------------------------------------------------------- */

form#mail_form #new_division {
	border-top: 1px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	margin: 30px 0 0;
	padding: 20px 0;
}

form#mail_form #new_division .title {
	margin: 0 0 18px;
}

form#mail_form #new_division dl {
	margin: 0 0 18px;
}

form#mail_form #new_division dl.after_6 {
	display: none;
}

form#mail_form #new_division dl dt {
	width: 170px;
	text-indent: 50px;
}




/* -- reCAPTCHA -------------------------------------------------------------------------------- */

form#mail_form div.g-recaptcha {
	margin: 32px auto 0;
}

form#mail_form div.g-recaptcha > div {
	margin: 0 auto;
}




/* -- button -------------------------------------------------------------------------------- */

form#mail_form #form_submit_button {
	background-color: #cb0000;
	background-image: url(../../img/entry/arrow02.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form #form_submit_button:disabled {
	background-color: #666666;
}

form#mail_form #form_submit_button:disabled:hover {
	cursor: default;
	opacity: 1;
}


form#mail_form .add_remove {
	padding: 10px 0 0;
}

form#mail_form .remove {
	display: none;
}




/* -- error message -------------------------------------------------------------------------------- */

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 5px 0 10px;
}




}
/* 481pixel end */












